Tsuru API client for Python
Project description
Tsuru API Client
Python client for the Tsuru API.
Installation
pip install tsuru
Setup
The following environment variables must be set prior to using the lib.
TSURU_URL, with port (if necessary) and without trailing dash. Example: http://my-tsuru.domain.vpc:8080
TSURU_USERNAME
TSURU_PASSWORD
Usage
from tsuru import App
for app in App.list()
print(app.name)
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 Distribution
tsuru-0.1.0.tar.gz
(6.0 kB
view details)
File details
Details for the file tsuru-0.1.0.tar.gz
.
File metadata
- Download URL: tsuru-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ea0bc10daa623235139e17aa7d3a0ddf7055daf04d5a04cf7268d4182df4cc5 |
|
MD5 | 98beb08355664c07768ba6add257e350 |
|
BLAKE2b-256 | bc251c222b8fbf378dd9449dbd2e0c4c1eba77be71a342b05c437106be5a8c2b |