/python-tsuruclient

Python client library for tsuru API

Primary LanguagePython

python-tsuruclient

Build Status

Python client library for tsuru API http://tsuru.io

Install

$ pip install tsuruclient

Contribute

install the dependencies

$ pip install -r test-requirements.txt

run the tests

make test

commit, push etc

send a pull request

Publishing a new version

Create a $HOME/.pypirc file with the following contents:

[server-login]
repository: https://upload.pypi.org/legacy/
username: <pypi username>
password: <pypi pasword>

Update ./tsuruclient/__init__.py file with the new version and run make dist