summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMikel Ward <mbw@google.com>2017-09-15 11:46:38 -0700
committerMikel Ward <mbw@google.com>2017-09-15 11:46:38 -0700
commit8713ce3257ed5fd6461a8e20c58fa09f4d29cb1f (patch)
tree01dd86a961f358e93730656adc94d9de8f3c2859 /README
parent7a3293ffeabfe3e96db5dea3543b6399462a29af (diff)
downloadipaddr-py-8713ce3257ed5fd6461a8e20c58fa09f4d29cb1f.tar.gz
Rename README.md to README so it can be shared between setup.py and github.release-2.2.0
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..58bb654
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6.
+
+It has been superseded by ipaddress from the Python 3 standard library, and its
+Python 2 backport.