• Home
  • History
  • Annotate
  • only in /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
NameDateSize

..23-Aug-20164 KiB

COPYING23-Aug-201611.1 KiB

ipaddr.py23-Aug-201659.1 KiB

ipaddr_test.py23-Aug-201649.2 KiB

MANIFEST.in23-Aug-201660

README23-Aug-2016386

README.web-page-replay23-Aug-2016375

setup.py23-Aug-20161.2 KiB

test-2to3.sh23-Aug-20161.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