otf-api 0.2.1__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {otf_api-0.2.1 → otf_api-0.2.2}/PKG-INFO +3 -3
- {otf_api-0.2.1 → otf_api-0.2.2}/README.md +1 -1
- {otf_api-0.2.1 → otf_api-0.2.2}/pyproject.toml +2 -2
- otf_api-0.2.2/src/otf_api/__version__.py +1 -0
- otf_api-0.2.1/src/otf_api/__version__.py +0 -1
- {otf_api-0.2.1 → otf_api-0.2.2}/AUTHORS.md +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/LICENSE +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/__init__.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/api.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/classes_api.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/member_api.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/__init__.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/auth.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/base.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/__init__.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/bookings.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/challenge_tracker_content.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/challenge_tracker_detail.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/classes.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/enums.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/favorite_studios.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/latest_agreement.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/member_detail.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/member_membership.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/member_purchases.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/out_of_studio_workout_history.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/performance_summary_detail.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/performance_summary_list.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/studio_detail.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/studio_services.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/telemetry.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/telemetry_hr_history.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/telemetry_max_hr.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/total_classes.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/workouts.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/performance_api.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/py.typed +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/studios_api.py +0 -0
- {otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/telemetry_api.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: otf-api
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: Python OrangeTheory Fitness API Client
|
5
5
|
License: MIT
|
6
6
|
Author: Jessica Smith
|
@@ -22,7 +22,7 @@ Requires-Dist: aiohttp (==3.9.5)
|
|
22
22
|
Requires-Dist: loguru (==0.7.2)
|
23
23
|
Requires-Dist: pycognito (==2024.5.1)
|
24
24
|
Requires-Dist: pydantic (==2.7.3)
|
25
|
-
Project-URL: Documentation, https://otf-api.readthedocs.io/en/
|
25
|
+
Project-URL: Documentation, https://otf-api.readthedocs.io/en/stable/
|
26
26
|
Description-Content-Type: text/markdown
|
27
27
|
|
28
28
|
Simple API client for interacting with the OrangeTheory Fitness APIs.
|
@@ -50,7 +50,7 @@ The `Api` object has multiple api objects as attributes, which you can use to ma
|
|
50
50
|
|
51
51
|
## Example Usage
|
52
52
|
|
53
|
-
Note: see more examples in the `examples` directory and in the [usage docs](https://otf-api.readthedocs.io/en/
|
53
|
+
Note: see more examples in the `examples` directory and in the [usage docs](https://otf-api.readthedocs.io/en/stable/usage/).
|
54
54
|
|
55
55
|
```python
|
56
56
|
import asyncio
|
@@ -23,7 +23,7 @@ The `Api` object has multiple api objects as attributes, which you can use to ma
|
|
23
23
|
|
24
24
|
## Example Usage
|
25
25
|
|
26
|
-
Note: see more examples in the `examples` directory and in the [usage docs](https://otf-api.readthedocs.io/en/
|
26
|
+
Note: see more examples in the `examples` directory and in the [usage docs](https://otf-api.readthedocs.io/en/stable/usage/).
|
27
27
|
|
28
28
|
```python
|
29
29
|
import asyncio
|
@@ -1,11 +1,11 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "otf-api"
|
3
|
-
version = "0.2.
|
3
|
+
version = "0.2.2"
|
4
4
|
description = "Python OrangeTheory Fitness API Client"
|
5
5
|
authors = ["Jessica Smith <j.smith.git1@gmail.com>"]
|
6
6
|
license = "MIT"
|
7
7
|
readme = "README.md"
|
8
|
-
documentation = "https://otf-api.readthedocs.io/en/
|
8
|
+
documentation = "https://otf-api.readthedocs.io/en/stable/"
|
9
9
|
|
10
10
|
classifiers = [
|
11
11
|
"Development Status :: 4 - Beta",
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.1"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{otf_api-0.2.1 → otf_api-0.2.2}/src/otf_api/models/responses/out_of_studio_workout_history.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|