Binary package “python3-portpicker” in ubuntu jammy

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.