summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.