Skip to content

nettoclaudio/python-tsuruclient

 
 

Repository files navigation

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

About

Python client library for tsuru API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Makefile 0.8%