Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 ist "große" Version und bricht die Kompatibilität mit der vorherigen Version (0.56). Die globale und hässlich check_addr_prefixlen Option wurde entfernt und durch die make_net Konstruktor Argument ersetzt. Die Standard-String-Formatter, str (ip), ist jetzt strCompressed () anstelle von strFullsize () für intelligentere Formatierung von IPv6-Adressen. strCompressed () jetzt Formate ":: ffff: abcd" richtig. Version 0.61 können Sie die [-1]-Operator mit einer IP-Objekt der Größe 1 zu arbeiten.
Tags: Major feature enhancements
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.

2007-08-16 17:47
0.55

Diese Version ist in der Lage, alle IPv4 und IPv6-Adresse in vielen Formaten mit oder ohne Netzmaske zu analysieren.
Tags: Initial freshmeat announcement
This release is able to parse any IPv4 and IPv6
address in many formats with or without netmask.

Project Resources