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.
