blob: ecf839b0f2955b514c62287a7a3f25a7d40717f0 [file] [log] [blame]
Metadata-Version: 2.0
Name: docker-py
Version: 1.10.6
Summary: Python client for Docker.
Home-page: https://github.com/docker/docker-py/
Author: Joffrey F
Author-email: joffrey@docker.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.6
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: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: docker-pycreds (>=0.2.1)
Requires-Dist: requests (>=2.5.2,!=2.11.0)
Requires-Dist: six (>=1.4.0)
Requires-Dist: websocket-client (>=0.32.0)
Requires-Dist: ipaddress (>=1.0.16); python_version < "3.3"
Requires-Dist: backports.ssl-match-hostname (>=3.5); python_version < "3.5"
docker-py
=========
|Build Status|
A Python library for the Docker Remote API. It does everything the
``docker`` command does, but from within Python – run containers, manage
them, pull/push images, etc.
Installation
------------
The latest stable version is always available on PyPi.
::
pip install docker-py
Documentation
-------------
|Documentation Status|
`Read the full documentation
here <https://docker-py.readthedocs.io/en/latest/>`__. The source is
available in the ``docs/`` directory.
License
-------
Docker is licensed under the Apache License, Version 2.0. See LICENSE
for full license text
.. |Build Status| image:: https://travis-ci.org/docker/docker-py.png
:target: https://travis-ci.org/docker/docker-py
.. |Documentation Status| image:: https://readthedocs.org/projects/docker-py/badge/?version=latest
:target: https://readthedocs.org/projects/docker-py/?badge=latest