Metadata-Version: 2.4
Name: fitbitApp
Version: 1.1.0
Summary: fitbit WEB API wrapper
Home-page: https://github.com/gitpomtec/fitbitApp
Author: pom
Author-email: prgpom@gmail.com
License: BSD-3-Clause
Keywords: fitbit
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==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 Fitbit Web API.  
Supports OAuth 2.0 authentication and automatic token refresh.  
Designed for personal use with full control over tokens and data fetching.

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

- 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
------------

- Fitbit Developer Portal: https://dev.fitbit.com/
- Fitbit Web API Reference: https://dev.fitbit.com/build/reference/web-api/
