fitbark

FitBark API Wrapper.


License
Apache-2.0
Install
pip install fitbark==0.0.1

Documentation

python-fitbark

Build Status Coverage Status Requirements Status

FitBark API Python Client Implementation

For documentation: http://python-fitbark.readthedocs.org/

Requirements

To use the library, you need to install the run time requirements:

sudo pip install -r requirements/base.txt

To modify and test the library, you need to install the developer requirements:

sudo pip install -r requirements/dev.txt

To run the library on a continuous integration server, you need to install the test requirements:

sudo pip install -r requirements/test.txt