Source: python-portpicker Maintainer: Sascha Steinbiss Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), help2man, dh-sequence-python3, python3-all, pybuild-plugin-pyproject, python3-setuptools, python3-psutil, net-tools Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/debian/python-portpicker Vcs-Git: https://salsa.debian.org/debian/python-portpicker.git Homepage: https://github.com/google/python_portpicker Rules-Requires-Root: no Package: python3-portpicker Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Python 3 module to find unused network ports to bind to Portpicker provides an API to find and return an available network port for an application to bind to. Ideally suited for use from unittests or for test harnesses that launch local servers. . It also contains an optional portserver that can be used to coordinate allocation of network ports on a single build/test farm host across all processes willing to use a port server aware port picker library such as this one.