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 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

版本0.60,是“主要”版本和打破了以前的版本(0.56)的兼容性。全球和丑陋check_addr_prefixlen选项已被拆除和make_net构造函数的参数取代。默认字符串格式化,海峡(知识产权),现在strCompressed()而不是strFullsize()为聪明的IPv6地址格式。 strCompressed()现在格式“::ffff:abcd”正确。版本0.61允许[-1]经营者与一个大小为1个IP对象。
标签: 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

这个版本能够解析多种格式带或不带掩码任何IPv4和IPv6地址。
标签: Initial freshmeat announcement
This release is able to parse any IPv4 and IPv6
address in many formats with or without netmask.

Project Resources