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 details)

Uploaded Python 2 Python 3

File details

Details for the file python_replicated-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_replicated-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a452b2466281efb51c834482d3550e3932f0d6432ac04d901f027963ca74d168
MD5 1955579ebef16b4f207eafcbc8fec1d1
BLAKE2b-256 48fea59d4fe59cae749a98de09c1feb4937c8c7a43bbcf17744378b3f8153b98

See more details on using hashes here.

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