Source: python-test-tunnel Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Peter Pentchev , Build-Depends: debhelper (>> 13.15.2~), dh-sequence-python3, dh-sequence-single-binary, dpkg-build-api (= 1), microsocks , pybuild-plugin-pyproject, python3-all, python3-click , python3-hatch-requirements-txt, python3-hatchling, python3-netifaces , python3-utf8-locale , Standards-Version: 4.7.0 X-DH-Compat: 14 Homepage: https://devel.ringlet.net/net/test-tunnel/ Vcs-Git: https://salsa.debian.org/python-team/packages/python-test-tunnel.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-test-tunnel X-Style: black Package: python3-test-tunnel Architecture: all Depends: python3-click, python3-netifaces, python3-utf8-locale, Description: Write tests for network tunnelling utilities The `test-tunnel` library's purpose is to make it easy to write either command-line tools or test modules that start some network tunnelling server (e.g. stunnel, microsocks, Dante) and verify that it does indeed forward connections and data as expected. . This package provides the Python 3.x test_tunnel module.