11# Python API Client for Fitbit™
22
3- # Fitbit Client
4-
53[ ![ CI] ( https://github.com/jpstroop/fitbit-client-python/actions/workflows/ci.yml/badge.svg )] ( https://github.com/jpstroop/fitbit-client-python/actions/workflows/ci.yml )
64[ ![ codecov] ( https://codecov.io/gh/jpstroop/fitbit-client-python/graph/badge.svg?token=DM0JD8VKZ4 )] ( https://codecov.io/gh/jpstroop/fitbit-client-python )
75
108[ ![ Imports: isort] ( https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 )] ( https://pycqa.github.io/isort/ )
119[ ![ Doc style: MDformat] ( https://img.shields.io/badge/doc_style-mdformat-1c55ff?style=flat )] ( https://mdformat.readthedocs.io/en/stable/ )
1210
13- [ ![ Python 3.13+] ( https://img.shields.io/badge/python-3.13+-blue.svg )] ( https://www.python.org/downloads/release/python-3130/ )
11+ [ ![ PyPy 3.11] ( https://img.shields.io/badge/pypy-3.11-4bb2c5.svg )] ( https://doc.pypy.org/en/latest/release-v7.3.17.html )
12+ [ ![ Python 3.11] ( https://img.shields.io/badge/python-3.11-1e405d.svg )] ( https://www.python.org/downloads/release/python-3110/ )
13+ [ ![ Python 3.12] ( https://img.shields.io/badge/python-3.12-1e405d.svg )] ( https://www.python.org/downloads/release/python-3120/ )
14+ [ ![ Python 3.13] ( https://img.shields.io/badge/python-3.13-1e405d.svg )] ( https://www.python.org/downloads/release/python-3130/ )
15+
16+ [ ![ Linux] ( https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black )] ( # )
17+ [ ![ macOS] ( https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=F0F0F0 )] ( # )
18+ [ ![ Windows] ( https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11&logoColor=white )] ( # )
1419
1520[ ![ License: AGPL v3] ( https://img.shields.io/badge/License-AGPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/agpl-3.0 )
1621
@@ -19,7 +24,7 @@ OAuth2 PKCE authentication and resource-based API interactions.
1924
2025## Installation
2126
22- This package requires Python 3.13 ( or later, when there is a later).
27+ Requires Python 3.11 or later
2328
2429Once published, install like this:
2530
@@ -160,8 +165,8 @@ between sessions. If provided, the client will:
160165
161166## Pagination
162167
163- Some Fitbit API endpoints support pagination for large result sets. With this
164- client, you can work with paginated endpoints in two ways:
168+ Some Fitbit API endpoints support pagination for large result sets. You can work
169+ with paginated endpoints in two ways:
165170
166171``` python
167172# Standard way - get a single page of results
0 commit comments