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