Source: python-netfilterqueue Maintainer: Debian Python Team Uploaders: Simon Josefsson , Priority: optional Standards-Version: 4.7.0 Section: python Homepage: https://github.com/oremanj/python-netfilterqueue Build-Depends: debhelper-compat (= 13), dh-sequence-python3, cython3, libnetfilter-queue-dev, libpython3.12-dev, libpython3.13-dev, pybuild-plugin-pyproject, python3-all, python3-async-generator , python3-pytest, python3-pytest-trio , python3-setuptools, python3-trio , Vcs-Git: https://salsa.debian.org/python-team/packages/python-netfilterqueue.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-netfilterqueue Rules-Requires-Root: no Package: python3-netfilterqueue Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: bindings for libnetfilter_queue (Python library) NetfilterQueue provides access to packets matched by an iptables rule in Linux. Packets so matched can be accepted, dropped, altered, reordered, or given a mark. . This package contains the Python library.