Metadata-Version: 2.0
Name: docker
Version: 3.1.4
Summary: A Python library for the Docker Engine API.
Home-page: https://github.com/docker/docker-py
Maintainer: Joffrey F
Maintainer-email: joffrey@docker.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
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: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Provides-Extra: tls
Requires-Dist: requests (!=2.18.0,>=2.14.2)
Requires-Dist: six (>=1.4.0)
Requires-Dist: websocket-client (>=0.32.0)
Requires-Dist: docker-pycreds (>=0.2.2)
Requires-Dist: ipaddress (>=1.0.16); python_version < "3.3"
Requires-Dist: backports.ssl-match-hostname (>=3.5); python_version < "3.5"
Requires-Dist: pypiwin32 (==219); sys_platform == "win32" and python_version < "3.6"
Requires-Dist: pypiwin32 (==220); sys_platform == "win32" and python_version >= "3.6"
Provides-Extra: tls
Requires-Dist: pyOpenSSL (>=0.14); extra == 'tls'
Requires-Dist: cryptography (>=1.3.4); extra == 'tls'
Requires-Dist: idna (>=2.0.0); extra == 'tls'

UNKNOWN


