Python client library for tsuru API http://tsuru.io
$ pip install tsuruclient
$ pip install -r test-requirements.txt
make test
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