zpdatafetch 2.2.2__tar.gz → 2.2.3__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.
- {zpdatafetch-2.2.2/src/zpdatafetch.egg-info → zpdatafetch-2.2.3}/PKG-INFO +2 -1
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/pyproject.toml +2 -1
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3/src/zpdatafetch.egg-info}/PKG-INFO +2 -1
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch.egg-info/requires.txt +1 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/LICENSE +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/README.md +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/setup.cfg +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/__init__.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/cli.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/config.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/error_helpers.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/exceptions.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/http_client.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/json_helpers.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/logging.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/shared/validation.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/__init__.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/activity.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/auth.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/cli.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/config.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/followers.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/logging_config.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/profile.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/rideons.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/ridersinworld.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zdatafetch/worlds.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/__init__.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/async_zp.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/cli.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/config.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/logging_config.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zp.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zp_obj.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zp_utils.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpcyclist.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpcyclistfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpleague.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpleaguefetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpprime.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpprimesfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpracefinish.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpracelog.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpraceresult.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpracesignup.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpracesprint.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpresultfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpsignupfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpsprintsfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpteam.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch/zpteamfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch.egg-info/SOURCES.txt +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch.egg-info/dependency_links.txt +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch.egg-info/entry_points.txt +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zpdatafetch.egg-info/top_level.txt +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/__init__.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/async_zr.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/cli.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/config.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/logging_config.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/rate_limiter.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/zr.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/zr_utils.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/zrraceresult.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/zrresultfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/zrrider.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/zrriderfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/zrteamfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zrdatafetch/zrteamroster.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/__init__.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/async_zs.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/cli.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/logging_config.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/models/__init__.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/models/component.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/models/incident.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/models/maintenance.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/models/page.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/models/status.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/models/summary.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/zs.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/zsincidentfetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/zsmaintenancefetch.py +0 -0
- {zpdatafetch-2.2.2 → zpdatafetch-2.2.3}/src/zsdatafetch/zssummaryfetch.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zpdatafetch
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: A package for fetching data from Zwiftpower and Zwiftracing.app
|
|
5
5
|
Author-email: Doug Morris <doug@mhost.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,6 +18,7 @@ Requires-Dist: httpx>=0.28.0
|
|
|
18
18
|
Requires-Dist: keyring>=25.2.0
|
|
19
19
|
Requires-Dist: keyrings-alt
|
|
20
20
|
Requires-Dist: lxml>=5.4.0
|
|
21
|
+
Requires-Dist: protobuf>=7.34.1
|
|
21
22
|
Provides-Extra: async-full
|
|
22
23
|
Requires-Dist: trio>=0.26.0; extra == "async-full"
|
|
23
24
|
Provides-Extra: trio
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "zpdatafetch"
|
|
3
|
-
version = "2.2.
|
|
3
|
+
version = "2.2.3"
|
|
4
4
|
description = "A package for fetching data from Zwiftpower and Zwiftracing.app"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -28,6 +28,7 @@ dependencies = [
|
|
|
28
28
|
"keyring>=25.2.0",
|
|
29
29
|
"keyrings-alt",
|
|
30
30
|
"lxml>=5.4.0",
|
|
31
|
+
"protobuf>=7.34.1",
|
|
31
32
|
]
|
|
32
33
|
|
|
33
34
|
[project.urls]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zpdatafetch
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: A package for fetching data from Zwiftpower and Zwiftracing.app
|
|
5
5
|
Author-email: Doug Morris <doug@mhost.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,6 +18,7 @@ Requires-Dist: httpx>=0.28.0
|
|
|
18
18
|
Requires-Dist: keyring>=25.2.0
|
|
19
19
|
Requires-Dist: keyrings-alt
|
|
20
20
|
Requires-Dist: lxml>=5.4.0
|
|
21
|
+
Requires-Dist: protobuf>=7.34.1
|
|
21
22
|
Provides-Extra: async-full
|
|
22
23
|
Requires-Dist: trio>=0.26.0; extra == "async-full"
|
|
23
24
|
Provides-Extra: trio
|
|
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
|
|
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
|
|
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
|
|
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
|