Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1011 Bytes

File metadata and controls

53 lines (31 loc) · 1011 Bytes

Silota

https://travis-ci.org/silota/silota-python.png?branch=master

Python client for Silota API.

Installation

$ pip install silota

Usage

View the quick start at http://www.silota.com/docs/client/quickstart/python/.

Tests

To run tests, you'll need to install the additional packages in requirements-test.txt. Then,

$ nosetests

Contributing

  1. Create a fork
  2. Create a feature branch (git checkout -b my-new-feature)
  3. Write code and tests
  4. Commit your changes (git commit -am 'New feature)
  5. Ensure all tests still pass (nosetests)
  6. Push to branch (git push origin my-new-feature)
  7. Open pull request

Credits

Heavily inspired by https://github.com/heroku/heroku.py.