Source: python-fitbit-web-api
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-aiohttp-retry <!nocheck>,
 python3-dateutil <!nocheck>,
 python3-pydantic <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-aiohttp <!nocheck>,
 python3-urllib3 <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/allenporter/fitbit-web-api
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-fitbit-web-api
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-fitbit-web-api.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-fitbit-web-api
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Client for the Fitbit Web API
 This library provides access to Fitbit Web API endpoints for reading and
 updating user data associated with Fitbit accounts and devices.
 .
 It communicates with Fitbit's online service and uses OAuth access tokens for
 authenticated requests. The available interfaces cover a broad range of Fitbit
 data, including daily and intraday activity measurements, heart rate, active
 zone minutes, breathing rate, heart rate variability, SpO2, skin and core
 temperature, sleep logs, electrocardiogram readings, weight, body fat, body
 goals, nutrition records, water intake, meals, device information, alarms,
 profile details, badges, friends, leaderboards, subscriptions, and token
 management.
 .
 The library also includes operations for adding, editing, and deleting entries
 where the Fitbit Web API permits this, such as activity logs, food logs, water
 logs, sleep records, body measurements, favourites, goals, meals, alarms, and
 subscriptions. It can retrieve both summary data and time series data,
 including intraday measurements for supported resources, as well as metadata
 such as available activity types, food information, units, locales, and
 registered devices.
