Python client for Silota API.
$ pip install silota
View the quick start at http://www.silota.com/docs/client/quickstart/python/.
To run tests, you'll need to install the additional packages in requirements-test.txt
. Then,
$ nosetests
- Create a fork
- Create a feature branch (
git checkout -b my-new-feature
) - Write code and tests
- Commit your changes (
git commit -am 'New feature
) - Ensure all tests still pass (
nosetests
) - Push to branch (
git push origin my-new-feature
) - Open pull request
Heavily inspired by https://github.com/heroku/heroku.py.