1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: python-ipaddr
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~), dh-python
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/ipaddr-py/
X-Python-Version: >= 2.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ipaddr/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ipaddr/trunk/
Package: python-ipaddr
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python module for working with IP addresses, both IPv4 and IPv6
This library is used to create/poke/manipulate IPv4 and IPv6 addresses
and networks in Python. It is intended to be fast and lightweight.
.
This is a pure Python implementation of classes for IPv4/6 addresses and
networks. It supports comparisons to determine if IP addresses are contained
inside a defined network, conversion of lists of IP addresses into compact
CIDR lists, and other IP address manipulation.
|