1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: python-netfilter
Section: python
Priority: optional
Maintainer: Jeremy Lainé <jeremy.laine@m4x.org>
Build-Depends: debhelper (>= 9),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/jlaine/python-netfilter
Vcs-Git: https://salsa.debian.org/python-team/modules/python-netfilter.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-netfilter
Package: python3-netfilter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, iptables
Description: Python module for manipulating netfilter rules (Python 3)
This Python module acts as a wrapper around iptables to manipulate
the Linux kernel's packet filtering tables.
.
Typical applications include building firewalls or network access
controllers.
.
This package contains the module for Python 3.
|