• Stars
    star
    616
  • Rank 72,371 (Top 2 %)
  • Language
    Python
  • License
    Other
  • Created over 12 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fitbit API Python Client Implementation

python-fitbit

Build Status Coverage Status Requirements Status Gitter chat

Fitbit API Python Client Implementation

For documentation: http://python-fitbit.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