{ "info": { "author": "Enthought Ltd", "author_email": "info@enthought.com", "bugtrack_url": null, "classifiers": [], "description": "===================\r\n python-replicated\r\n===================\r\n\r\nA Python interface to the Replicated_ `Vendor API`_.\r\n\r\n.. _Replicated: https://www.replicated.com\r\n\r\n.. _`Vendor API`: http://docs.replicated.com/docs/about-the-vendor-api\r\n\r\n\r\nThe library currently only provides access to a very limited subset of\r\nthe Replicated Vendor API.\r\n\r\nThe library is also currently untested. This will be rectified soon.\r\n\r\n\r\nExample usage\r\n=============\r\n\r\n\r\nThere is not yet any real user documentation. Here is a brief example\r\nof a limited subset of the library::\r\n\r\n from replicated.core import ReplicatedVendorAPI\r\n api = ReplicatedVendorAPI('token')\r\n apps = api.get_apps()\r\n app = apps[0]\r\n releases = list(app.releases)\r\n print(releases[0].config)\r\n releases[0].config = new_yaml_config\r\n print(releases[0].edited_at)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/enthought/python-replicated", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "python-replicated", "package_url": "https://pypi.org/project/python-replicated/", "platform": "", "project_url": "https://pypi.org/project/python-replicated/", "project_urls": { "Homepage": "https://github.com/enthought/python-replicated" }, "release_url": "https://pypi.org/project/python-replicated/1.0.0/", "requires_dist": [ "six", "attrs (>=15.0.0)", "requests (>=2.3.0)", "ruamel.yaml (==0.12.6)", "six; python_version==\"2.7\"", "attrs (>=15.0.0); python_version==\"2.7\"", "requests (>=2.3.0); python_version==\"2.7\"", "ruamel.yaml (==0.12.6); python_version==\"2.7\"", "enum34 (>=1.1.0); python_version==\"2.7\"", "six; python_version==\"3.2\"", "attrs (>=15.0.0); python_version==\"3.2\"", "requests (>=2.3.0); python_version==\"3.2\"", "ruamel.yaml (==0.12.6); python_version==\"3.2\"", "six; python_version==\"3.3\"", "attrs (>=15.0.0); python_version==\"3.3\"", "requests (>=2.3.0); python_version==\"3.3\"", "ruamel.yaml (==0.12.6); python_version==\"3.3\"" ], "requires_python": "", "summary": "A Python interface to the Replicated Vendor API (http://docs.replicated.com/docs/about-the-vendor-api). The library currently only provides access to a very limited subset of the Replicated Vendor API.", "version": "1.0.0" }, "last_serial": 2394411, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1955579ebef16b4f207eafcbc8fec1d1", "sha256": "a452b2466281efb51c834482d3550e3932f0d6432ac04d901f027963ca74d168" }, "downloads": -1, "filename": "python_replicated-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1955579ebef16b4f207eafcbc8fec1d1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7623, "upload_time": "2016-10-11T22:13:32", "url": "https://files.pythonhosted.org/packages/48/fe/a59d4fe59cae749a98de09c1feb4937c8c7a43bbcf17744378b3f8153b98/python_replicated-1.0.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1955579ebef16b4f207eafcbc8fec1d1", "sha256": "a452b2466281efb51c834482d3550e3932f0d6432ac04d901f027963ca74d168" }, "downloads": -1, "filename": "python_replicated-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1955579ebef16b4f207eafcbc8fec1d1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7623, "upload_time": "2016-10-11T22:13:32", "url": "https://files.pythonhosted.org/packages/48/fe/a59d4fe59cae749a98de09c1feb4937c8c7a43bbcf17744378b3f8153b98/python_replicated-1.0.0-py2.py3-none-any.whl" } ] }