Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 416 Bytes

README.rst

File metadata and controls

18 lines (11 loc) · 416 Bytes

python-sailsd

A python library to make interacting with the sailsd API easy.

To install:

$ pip install python-sailsd

Documentation: http://python-sailsd.readthedocs.io/

This repo also includes some functional tests for the sailsd API. You can run them by running functional_tests.py.

For prettier output, run these tests with pytest:

$ py.test functional_tests.py -v