Metadata-Version: 1.1
Name: py2-ipaddress
Version: 1.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: Apache Software License
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 Apache 2.0 license.
        
        The modifications made for Python 2.7 compatibility are hereby released into
        the public domain by the author.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
