Download List

Projeto Descrição

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

Versão 0.60 é a "versão" de grandes proporções e quebras de compatibilidade com a versão anterior (0,56). The global e feio opção check_addr_prefixlen foi removido e substituído pelo argumento do construtor make_net. O formatador seqüência padrão, str (ip), agora é strCompressed () ao invés de strFullsize () para mais esperto formatação de endereços IPv6. strCompressed () agora os formatos ":: ffff: abcd" corretamente. Versão 0.61 permite a [-1] operador de trabalhar com um objeto de IP de tamanho 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.

2007-08-16 17:47
0.55

Esta versão é capaz de analisar qualquer endereço IPv4 e IPv6 em vários formatos, com ou sem máscara.
Tags: Initial freshmeat announcement
This release is able to parse any IPv4 and IPv6
address in many formats with or without netmask.

Project Resources