Metadata-Version: 1.1
Name: portpicker
Version: 1.0.0
Summary: A library to choose unique available network ports.
Home-page: https://github.com/google/python_portpicker
Author: Google
Author-email: UNKNOWN
License: Apache 2.0
Description: 
        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 a local server.
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires: mock(>=1.0)
