Fitbit API Wrapper.
Project description
python-fitbit
Fitbit API Python Client Implementation
For documentation: http://python-fitbit.readthedocs.org/
Requirements
Python 2.7+
python-dateutil (always)
requests-oauthlib (always)
Sphinx (to create the documention)
tox (for running the tests)
coverage (to create test coverage reports)
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.