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
Release history Release notifications | RSS feed
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
File details
Details for the file python_replicated-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: python_replicated-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a452b2466281efb51c834482d3550e3932f0d6432ac04d901f027963ca74d168 |
|
MD5 | 1955579ebef16b4f207eafcbc8fec1d1 |
|
BLAKE2b-256 | 48fea59d4fe59cae749a98de09c1feb4937c8c7a43bbcf17744378b3f8153b98 |