File: control

package info (click to toggle)
python-pure-pcapy3 1.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 104 kB
  • sloc: python: 434; makefile: 8; sh: 4
file content (30 lines) | stat: -rw-r--r-- 1,165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: python-pure-pcapy3
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 pybuild-plugin-pyproject,
 openstack-pkg-tools,
 python3-setuptools,
 python3-all
Build-Depends-Indep:
 python3-pytest,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-pure-pcapy3
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-pure-pcapy3.git
Homepage: https://github.com/rcloran/pure-pcapy-3

Package: python3-pure-pcapy3
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Pure Python reimplementation of pcapy
 This package provides an API-compatible replacement for the popular pcapy
 package. Since it is a pure-Python package, it cannot access some elements
 like live traffic capture directly. Only file operations are allowed right
 now. Any operation which is available in pcapy and could not be implemented
 here will throw NotImplementedError. Behaviour should be compatible up to the
 text of some exceptions (tests are included).