Source: pcapy
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
               cdbs (>= 0.4.90-1~),
               python-all-dev (>= 2.6.6-3~),
               libpcap0.8-dev
Homepage: http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Pcapy
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pcapy/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pcapy/trunk/
X-Python-Version: all
Standards-Version: 3.9.2

Package: python-pcapy
Architecture: any
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: python-impacket
Suggests: doc-base
Description: Python interface to the libpcap packet capture library
 Pcapy is a  Python extension module that interfaces  with the libpcap
 packet capture library.
 .
 Pcapy enables Python scripts to capture packets on the network. Pcapy
 is highly  effective when used in conjunction  with a packet-handling
 package such as Impacket, which is a collection of Python classes for
 constructing and dissecting network packets.
