Télécharger la liste

Description du projet

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.

Système requise

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 Retour à la liste release
0.61

La version 0.60 est "majeur" de version et les pauses compatibilité avec la version précédente (0.56). Le global et laid check_addr_prefixlen option a été supprimée et remplacée par l'argument du constructeur make_net. Le formateur de chaîne par défaut, (str ip), est maintenant strCompressed () au lieu de strFullsize () pour plus intelligemment mise en forme des adresses IPv6. strCompressed () maintenant formats ":: ffff: abcd" correctement. Version 0.61 permet l'[-1] opérateur de travailler avec un objet de propriété intellectuelle de taille 1.
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.

Project Resources