Download List

專案描述

IPy is a Python class and tools for handling IPv4
and IPv6 addresses and networks. The IP class
provides comfortable parsing and handling for most
notations in use for IPv4 and IPv6 addresses and
networks. It was greatly inspired by the interface
of the RIPE Perl module NET::IP, but it doesn't
share the implementation. It doesn't share
non-CIDR netmasks, so funky stuff like a netmask
of 0xffffff0f can't be done here.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-12 21:34
0.61

Version 0.60 is "major" version and breaks
compatibility with the previous version (0.56).
The global and ugly check_addr_prefixlen option
has been removed and replaced by the make_net
constructor argument. The default string
formatter, str(ip), is now strCompressed() instead
of strFullsize() for smarter formatting of IPv6
addresses. strCompressed() now formats
"::ffff:a.b.c.d" correctly. Version 0.61 allows
the [-1] operator to work with an IP object of
size 1.
標籤: Major feature enhancements

2007-08-16 17:47
0.55

This release is able to parse any IPv4 and IPv6
address in many formats with or without netmask.
標籤: Initial freshmeat announcement

Project Resources