A python client for Deis clusters.
Project description
A Python thin wrapper around deis api, for now only provide a level 0 client (which should be improved with a couple of new features quite soon)
Installation
pip install git+https://github.com/Grindizer/hapydeis#egg=hapydeis
Or in a develop mode after downloading a zip or cloning the git repository
git clone https://github.com/Grindizer/hapydeis cd hapydeis pip install -e .
Or in a develop mode from a git repository
pip install -e git+https://github.com/Grindizer/hapydeis#egg=hapydeis
Usage
from hapydeis import Client mycluster = Client('http://deis.mycluster.example.com') mycluster.authenticate('user', 'just an example here') list_apps = mycluster.apps.get()
Development
To run the all tests run
py.test
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
hapydeis-0.0.2.dev4.tar.gz
(4.4 kB
view details)
File details
Details for the file hapydeis-0.0.2.dev4.tar.gz
.
File metadata
- Download URL: hapydeis-0.0.2.dev4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d0b7539f55363d7e9215325623b70e8c3ab40c410748e9fb0b82cba0e31a436 |
|
MD5 | 5156340ba9a23ae82dee6cd9c66b075b |
|
BLAKE2b-256 | 39c174d824bf0f1c00246ec3ab03d0dd1c7ec946d7d09a1e4c11855d967153e8 |