{"id":18613906,"url":"https://github.com/enthought/python-replicated","last_synced_at":"2025-11-03T02:30:38.930Z","repository":{"id":57457465,"uuid":"51583407","full_name":"enthought/python-replicated","owner":"enthought","description":"Default Repo description from terraform module","archived":false,"fork":false,"pushed_at":"2016-10-11T21:14:22.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-27T17:17:01.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/enthought.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-12T11:26:35.000Z","updated_at":"2021-06-01T16:42:58.000Z","dependencies_parsed_at":"2022-09-26T17:40:29.851Z","dependency_job_id":null,"html_url":"https://github.com/enthought/python-replicated","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fpython-replicated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fpython-replicated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fpython-replicated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fpython-replicated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enthought","download_url":"https://codeload.github.com/enthought/python-replicated/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406446,"owners_count":19633024,"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":[],"created_at":"2024-11-07T03:24:16.097Z","updated_at":"2025-11-03T02:30:38.878Z","avatar_url":"https://github.com/enthought.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===================\n python-replicated\n===================\n\nA Python interface to the Replicated_ `Vendor API`_.\n\n.. _Replicated: https://www.replicated.com\n\n.. _`Vendor API`: http://docs.replicated.com/docs/about-the-vendor-api\n\n\nThe library currently only provides access to a very limited subset of\nthe Replicated Vendor API.\n\nThe library is also currently untested.  This will be rectified soon.\n\n\nExample usage\n=============\n\n\nThere is not yet any real user documentation. Here is a brief example\nof a limited subset of the library::\n\n    from replicated.core import ReplicatedVendorAPI\n    api = ReplicatedVendorAPI('token')\n    apps = api.get_apps()\n    app = apps[0]\n    releases = list(app.releases)\n    print(releases[0].config)\n    releases[0].config = new_yaml_config\n    print(releases[0].edited_at)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Fpython-replicated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenthought%2Fpython-replicated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Fpython-replicated/lists"}