{"id":18568858,"url":"https://github.com/gijzelaerr/python-docker-machine","last_synced_at":"2025-10-07T17:39:42.453Z","repository":{"id":57456906,"uuid":"52017271","full_name":"gijzelaerr/python-docker-machine","owner":"gijzelaerr","description":"Python wrapper around docker-machine","archived":false,"fork":false,"pushed_at":"2020-09-03T14:45:17.000Z","size":36,"stargazers_count":30,"open_issues_count":4,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T16:51:43.426Z","etag":null,"topics":["docker","docker-machine","machine","python","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gijzelaerr.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-18T15:30:08.000Z","updated_at":"2022-04-06T20:11:54.000Z","dependencies_parsed_at":"2022-09-15T13:02:01.719Z","dependency_job_id":null,"html_url":"https://github.com/gijzelaerr/python-docker-machine","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gijzelaerr%2Fpython-docker-machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gijzelaerr%2Fpython-docker-machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gijzelaerr%2Fpython-docker-machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gijzelaerr%2Fpython-docker-machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gijzelaerr","download_url":"https://codeload.github.com/gijzelaerr/python-docker-machine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248049956,"owners_count":21039298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-machine","machine","python","wrapper"],"created_at":"2024-11-06T22:30:46.541Z","updated_at":"2025-10-07T17:39:42.325Z","avatar_url":"https://github.com/gijzelaerr.png","language":"Python","readme":"=====================\npython-docker-machine\n=====================\n\nPythonic wrapper around docker-machine\n\n\ninstallation\n------------\n\n::\n\n    $ python setup.py install\n\n\nor::\n\n    $ pip install python-docker-machine\n\n\n\nusage\n-----\n\n.. image:: https://readthedocs.org/projects/python-docker-machine/badge/?version=latest\n   :target: http://python-docker-machine.readthedocs.org/en/latest/?badge=latest\n   :alt: Documentation Status\n\n::\n\n     import machine\n     import docker\n     m = machine.Machine(path=\"/usr/local/bin/docker-machine\")\n     client = docker.APIClient(**m.config(machine='default'))\n     client.ping()\n\n\n\nrequirements\n------------\n\ndocker-machine on your system path\n\nhttps://docs.docker.com/machine/install-machine/\n\n\nrunning the test suite\n----------------------\n\nMake sure docker-machine is available on your system path. Next you need to create a docker machine with the name\n``python-docker-machine`` with the driver of your choice, for example the virtualbox driver::\n\n   $ docker-machine create -d virtualbox python-docker-machine\n\n\nNow you can run the tests with nose::\n\n    $  nosetests\n    ......................\n    ----------------------------------------------------------------------\n    Ran 22 tests in 0.262s\n\nor with tox::\n\n    $ tox\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgijzelaerr%2Fpython-docker-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgijzelaerr%2Fpython-docker-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgijzelaerr%2Fpython-docker-machine/lists"}