summaryrefslogtreecommitdiff
path: root/tags/2.1.0/README
diff options
context:
space:
mode:
authorMichael Shields <mshields@google.com>2015-08-17 17:00:30 -0700
committerMichael Shields <mshields@google.com>2015-08-17 17:00:30 -0700
commit2814495325ebe1b2aeff7362739d7929a96bccde (patch)
tree3488d7b2ba683964b2178dac29872f3795a14829 /tags/2.1.0/README
parenta054c3823522f2cb77fffa0e31f8f29c50060601 (diff)
parentc813f4790d1092b1515ee18fe8270180ed3cc5cb (diff)
downloadipaddr-py-2814495325ebe1b2aeff7362739d7929a96bccde.tar.gz
Merge branch 'master' of github.com:google/ipaddr-py
Diffstat (limited to 'tags/2.1.0/README')
-rw-r--r--tags/2.1.0/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/tags/2.1.0/README b/tags/2.1.0/README
new file mode 100644
index 0000000..1b54294
--- /dev/null
+++ b/tags/2.1.0/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