Metadata-Version: 2.4
Name: fitbitApp
Version: 2.0.0
Summary: Google Health API wrapper (formerly Fitbit Web API wrapper)
Home-page: https://github.com/gitpomtec/fitbitApp
Author: pom
Author-email: prgpom@gmail.com
License: BSD-3-Clause
Keywords: fitbit google health api
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: requests<3.0.0,>=2.32.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

fitbitApp
=========

1. Overview
-----------

A Python library to retrieve various health data (sleep, heart rate, weight, etc.) from the
**Google Health API** (the successor to the Fitbit Web API).
Supports Google OAuth 2.0 authentication and automatic token refresh.
Designed for personal use with full control over tokens and data fetching.

**Breaking change in v2.0.0**: this release migrates fully from the legacy Fitbit Web API
(sunsetting September 2026) to the Google Health API. There is no backward compatibility with
the v1.x implementation. If you need the legacy behavior, pin to ``fitbitApp<2.0.0``.

2. Changelog
------------

- v2.0.0: Full migration to the Google Health API. Breaking change, no backward compatibility with v1.x.
- v1.1.0: Updated to support Fitbit Sleep API v1.2 and improved authentication logic.
- v1.0.0: Initial release with support for activity, heart rate, sleep, SpO2, weight, and other endpoints.

3. Usage
--------

For setup instructions and API usage examples, please see the project page on GitHub:

**GitHub Repository:** https://github.com/gitpomtec/fitbitApp

4. Reference
------------

- Google Health API: https://developers.google.com/health
- Migration guide (Fitbit Web API -> Google Health API): https://developers.google.com/health/migration
- Legacy Fitbit Web API reference (sunsetting Sept 2026): https://dev.fitbit.com/build/reference/web-api/
