1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: ipy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Morten Werner Olsen <werner@debian.org>
Build-Depends-Indep: python-dev (>= 2.3.5-10), python-support (>= 0.2.3)
Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41)
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipy/trunk/
Package: python-ipy
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
Conflicts: python2.3-ipy, python2.4-ipy
Replaces: python2.3-ipy, python2.4-ipy
Description: Python module for handling IPv4 and IPv6 addresses and networks
IPy is a Python module for handling IPv4 and IPv6 addresses and
networks in a fashion similar to perl's Net::IP and friends. The IP
class allows a comfortable parsing and handling for most notations in
use for IPv4 and IPv6 addresses and networks.
|