1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: python-fitbit
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <bob.dybian@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
python,
python-setuptools,
python-requests-oauthlib (>= 0.6.1),
python-dateutil,
python-mock,
python-sphinx,
python-docutils,
python-nose,
python-coverage
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-fitbit.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-fitbit.git
Homepage: https://github.com/orcasgit/python-fitbit/
Package: python-fitbit
Architecture: all
Depends: ${python:Depends},
${sphinxdoc:Depends},
${misc:Depends},
libjs-jquery,
libjs-underscore,
python-dateutil,
python-requests-oauthlib
Description: FitBit REST API Client Implementation
A Python module containing an implementation of a client for the FitBit
REST API. It uses OAuth for authentication, it supports both US and SI
units.
|