1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: ipy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>, Morten Werner Forsbring <werner@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), python-all
Build-Depends-Indep: python-support (>= 0.4), python-docutils
Standards-Version: 3.7.3
Homepage: http://software.inl.fr/trac/trac.cgi/wiki/IPy
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipy/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/?op=log
Package: python-ipy
Architecture: all
Depends: ${python:Depends}, ${misc: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.
|