Name | Date | Size | |
---|---|---|---|
.. | 23-Aug-2016 | 4 KiB | |
COPYING | 23-Aug-2016 | 11.1 KiB | |
ipaddr.py | 23-Aug-2016 | 59.1 KiB | |
ipaddr_test.py | 23-Aug-2016 | 49.2 KiB | |
MANIFEST.in | 23-Aug-2016 | 60 | |
README | 23-Aug-2016 | 386 | |
README.web-page-replay | 23-Aug-2016 | 375 | |
setup.py | 23-Aug-2016 | 1.2 KiB | |
test-2to3.sh | 23-Aug-2016 | 1.1 KiB |
README
1ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6. 2It was developed by Google for internal use, and is now open source. 3 4Project home page: http://code.google.com/p/ipaddr-py/ 5 6Please send contributions to ipaddr-py-dev@googlegroups.com. Code should 7include unit tests and follow the Google Python style guide: 8http://code.google.com/p/soc/wiki/PythonStyleGuide 9
README.web-page-replay
1Name: An IPv4/IPv6 manipulation library in Python. 2Short Name: ipaddr-py 3URL: https://code.google.com/p/ipaddr-py/ 4Version: 2.1.10 (ipaddr.__version__) 5License: Apache (v2.0) 6License File: COPYING 7 8Description: 9Used by Web Page Replay to check if an IP address is private. 10 11Local Modifications: 12Cherry picked revision 728996d6b1d4 to add license boilerplate to test-2to3.sh. 13