Beginning with Python 3.5 .pyo files are no longer used and
have been replaced by a more flexible scheme that includes
the optimization level explicitly in .pyc name (See PEP-488).
Add a patch for 32 bits support with python3 while here. In boolean
context python3 tries to use __bool__(), not __nonzero().
ok sthen@ (on an earlier version) benoit@ (maintainer)
---
python module to handle IPv4 and IPv6 address
IPy is a module for handling IPv4 and IPv6 -Addresses and Networks
in a fashion similar to perl's Net::IP and friends. The IP class
allows a comfortable parsing and handling for most notations in use
for IPv4 and IPv6 Addresses and Networks.
WWW: http://c0re.jp:80/c0de/IPy/