Metadata-Version: 1.0
Name: py2-ipaddress
Version: 2.0
Summary: Python 2.7 backport of 3.3's ipaddress module
Home-page: https://bitbucket.org/kwi/py2-ipaddress/
Author: Søren Løvborg
Author-email: kwi@kwi.dk
License: Python Software Foundation License version 2
Description: ``ipaddress`` backport for Python 2.7
        =====================================
        
        This is a Python 2.7 backport of the Python 3.3 ``ipaddress`` module.
        
        Not all 3.3 functionality is supported, due to the lack of a distinct ``bytes``
        type in Python 2.7. Nevertheless, it is quite useful if you're stuck with
        Python 2.7.
        
        Please refer to the `official Python 3.3 documentation`__ for more information
        on the module.
        
        __ http://docs.python.org/3.3/library/ipaddress
        
        
        License
        -------
        
        The ``ipaddress`` modules (both the original and this backport) are licensed
        under the `Python Software Foundation License version 2`__.
        
        The modifications made for Python 2.7 compatibility are hereby released into
        the public domain by the authors.
        
        __ https://www.python.org/download/releases/3.3.0/license
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
