Skip to main content

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


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.dev3.tar.gz (4.4 kB view hashes)

Uploaded Source

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