1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: pyip
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5), python (>= 2.6.6-3~)
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: http://cheeseshop.python.org/pypi/pyip/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyip/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyip/trunk/
Package: python-pyip
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python modules for raw ip packet assembling/disassembling
pyip is a Python package offering modules to assemble/disassemble
raw ip packets, including ip, udp, and icmp. The package comes with
an implementation of ping and traceroute, using the raw ip modules.
|