pyrox-client 0.1.2__tar.gz → 0.1.4__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.
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/PKG-INFO +3 -3
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/README.md +2 -2
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/src/pyrox/__init__.py +1 -1
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/.gitignore +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/pyproject.toml +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/src/pyrox/config.py +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/src/pyrox/constants.py +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/src/pyrox/core.py +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/src/pyrox/errors.py +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/src/pyrox/helpers.py +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/src/pyrox/manifest.py +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/test-deps/lib/python3.9/site-packages/examples/minimal_build/README.md +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/test-deps/lib/python3.9/site-packages/pandas/pyproject.toml +0 -0
- {pyrox_client-0.1.2 → pyrox_client-0.1.4}/test-deps/lib/python3.9/site-packages/pyarrow/tests/data/orc/README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyrox-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: HYROX race data client – retrieve full race results via Python
|
|
5
5
|
Author: Vlad Matei
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -183,9 +183,9 @@ plt.show()
|
|
|
183
183
|
|
|
184
184
|
|
|
185
185
|
## Output
|
|
186
|
-

|
|
187
187
|
|
|
188
|
-

|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -166,9 +166,9 @@ plt.show()
|
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
## Output
|
|
169
|
-

|
|
170
170
|
|
|
171
|
-

|
|
172
172
|
|
|
173
173
|
|
|
174
174
|
|
|
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
|