diff options
Diffstat (limited to 'contrib/ipaddr-py/README')
-rw-r--r-- | contrib/ipaddr-py/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/ipaddr-py/README b/contrib/ipaddr-py/README new file mode 100644 index 00000000000..1b54294bb10 --- /dev/null +++ b/contrib/ipaddr-py/README @@ -0,0 +1,8 @@ +ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6. +It was developed by Google for internal use, and is now open source. + +Project home page: http://code.google.com/p/ipaddr-py/ + +Please send contributions to ipaddr-py-dev@googlegroups.com. Code should +include unit tests and follow the Google Python style guide: +http://code.google.com/p/soc/wiki/PythonStyleGuide |