docker-py


Namedocker-py JSON
Version 1.10.6 PyPI version JSON
download
home_pagehttps://github.com/docker/docker-py/
SummaryPython client for Docker.
upload_time2016-11-02 23:49:04
maintainerNone
docs_urlNone
authorJoffrey F
requires_pythonNone
licenseUNKNOWN
keywords
VCS
bugtrack_url
requirements packaging paramiko pywin32 requests urllib3 websocket-client
Travis-CI No Travis.
coveralls test coverage
            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
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/docker/docker-py/",
    "name": "docker-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Joffrey F",
    "author_email": "joffrey@docker.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/2d/906afc44a833901fc6fed1a89c228e5c88fbfc6bd2f3d2f0497fdfb9c525/docker-py-1.10.6.tar.gz",
    "platform": "UNKNOWN",
    "description": "docker-py\n=========\n\n|Build Status|\n\nA Python library for the Docker Remote API. It does everything the\n``docker`` command does, but from within Python \u2013\u00a0run containers, manage\nthem, pull/push images, etc.\n\nInstallation\n------------\n\nThe latest stable version is always available on PyPi.\n\n::\n\n    pip install docker-py\n\nDocumentation\n-------------\n\n|Documentation Status|\n\n`Read the full documentation\nhere <https://docker-py.readthedocs.io/en/latest/>`__. The source is\navailable in the ``docs/`` directory.\n\nLicense\n-------\n\nDocker is licensed under the Apache License, Version 2.0. See LICENSE\nfor full license text\n\n.. |Build Status| image:: https://travis-ci.org/docker/docker-py.png\n   :target: https://travis-ci.org/docker/docker-py\n.. |Documentation Status| image:: https://readthedocs.org/projects/docker-py/badge/?version=latest\n   :target: https://readthedocs.org/projects/docker-py/?badge=latest",
    "bugtrack_url": null,
    "license": "UNKNOWN",
    "summary": "Python client for Docker.",
    "version": "1.10.6",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "61e8ab14ed745906cd13cad6f23b1670",
                "sha256": "35b506e95861914fa5ad57a6707e3217b4082843b883be246190f57013948aba"
            },
            "downloads": -1,
            "filename": "docker_py-1.10.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61e8ab14ed745906cd13cad6f23b1670",
            "packagetype": "bdist_wheel",
            "python_version": "2.7",
            "requires_python": null,
            "size": 50003,
            "upload_time": "2016-11-02T23:49:07",
            "upload_time_iso_8601": "2016-11-02T23:49:07.683635Z",
            "url": "https://files.pythonhosted.org/packages/23/c7/1fd6d4d620809fe2f323869d719e2dd0086c939b67021303a9ec40f5a05b/docker_py-1.10.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6c8b8309dfe9610edb2170bb2d807bd7",
                "sha256": "4c2a75875764d38d67f87bc7d03f7443a3895704efc57962bdf6500b8d4bc415"
            },
            "downloads": -1,
            "filename": "docker-py-1.10.6.tar.gz",
            "has_sig": false,
            "md5_digest": "6c8b8309dfe9610edb2170bb2d807bd7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 84129,
            "upload_time": "2016-11-02T23:49:04",
            "upload_time_iso_8601": "2016-11-02T23:49:04.907833Z",
            "url": "https://files.pythonhosted.org/packages/fa/2d/906afc44a833901fc6fed1a89c228e5c88fbfc6bd2f3d2f0497fdfb9c525/docker-py-1.10.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-11-02 23:49:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "docker",
    "github_project": "docker-py",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "21.3"
                ]
            ]
        },
        {
            "name": "paramiko",
            "specs": [
                [
                    "==",
                    "2.11.0"
                ]
            ]
        },
        {
            "name": "pywin32",
            "specs": [
                [
                    "==",
                    "304"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.28.1"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.11"
                ]
            ]
        },
        {
            "name": "websocket-client",
            "specs": [
                [
                    "==",
                    "1.3.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "docker-py"
}
        
Elapsed time: 0.01911s