Source: pcapy-ng
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@debian.org>,
 Alex Myczko <tar@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libpcap0.8-dev,
 python3-setuptools,
 python3-all,
 python3-dev,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.4
Homepage: https://github.com/stamparm/pcapy-ng
Vcs-Browser: https://salsa.debian.org/debian/pcapy-ng
Vcs-Git: https://salsa.debian.org/debian/pcapy-ng.git

Package: python3-pcapy
Architecture: any
Depends:
 ${python3:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 python3-impacket,
Description: Python module for the pcap packet capture library
 This is a Python extension module that lets Python programs use the libpcap
 packet-capture library. It is a maintained replacement for Pcapy.
 .
 It keeps the classic Pcapy API and adds one thing: loop_filtered, a capture
 loop that does a first pass of filtering in C and only hands Python the
 packets you actually want.
 .
 This package installs the library for Python 3.
