summaryrefslogtreecommitdiff
path: root/README
blob: 58bb654745eb3e0a97dfd6186a769705c1343fa6 (plain)
1
2
3
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.