Metadata-Version: 2.1
Name: portpicker
Version: 1.3.1
Summary: A library to choose unique available network ports.
Home-page: https://github.com/google/python_portpicker
Maintainer: Google
Maintainer-email: greg@krypto.org
License: Apache 2.0
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE

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.

