Metadata-Version: 2.1
Name: ipaddr
Version: 2.2.0
Summary: Google's IP address manipulation library
Home-page: https://github.com/google/ipaddr-py
Maintainer: Google
Maintainer-email: ipaddr-py-dev@googlegroups.com
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Networking

ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6.

It has been superseded by ipaddress from the Python 3 standard library, and its
Python 2 backport.


