Skip to main content

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.

Project description

A Python interface to the Replicated Vendor API.

The library currently only provides access to a very limited subset of the Replicated Vendor API.

The library is also currently untested. This will be rectified soon.

Example usage

There is not yet any real user documentation. Here is a brief example of a limited subset of the library:

from replicated.core import ReplicatedVendorAPI
api = ReplicatedVendorAPI('token')
apps = api.get_apps()
app = apps[0]
releases = list(app.releases)
print(releases[0].config)
releases[0].config = new_yaml_config
print(releases[0].edited_at)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

python_replicated-1.0.0-py2.py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page