Skip to content

rewardz/python-fitbit

 
 

Repository files navigation

python-fitbit

Build Status Coverage Status Requirements Status

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

Makefile Commands

The project includes a Makefile to simplify testing tasks. All targets are defined as .PHONY so they always execute when called.

Available commands:

make help
Displays all available Makefile commands.
make test_with_coverage
Executes the test suite and shows a coverage report in the terminal.
make build_with_django_18
Build and run docker image with django 1.8

About

Fitbit API Python Client Implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Dockerfile 1.1%
  • Makefile 0.7%