Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
COPYING | D | 22-Nov-2023 | 11.1 KiB | 203 | 169 | |
MANIFEST.in | D | 22-Nov-2023 | 60 | 4 | 3 | |
README | D | 22-Nov-2023 | 386 | 9 | 6 | |
README.web-page-replay | D | 22-Nov-2023 | 375 | 13 | 10 | |
ipaddr.py | D | 22-Nov-2023 | 59.1 KiB | 1,898 | 1,411 | |
ipaddr_test.py | D | 22-Nov-2023 | 49.2 KiB | 1,106 | 876 | |
setup.py | D | 22-Nov-2023 | 1.2 KiB | 37 | 17 | |
test-2to3.sh | D | 22-Nov-2023 | 1.1 KiB | 30 | 10 |
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