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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrox-client
3
- Version: 0.1.2
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
- ![img.png](https://github.com/vmatei2/pyrox-client/raw/main/img.png)
186
+ ![img.png](https://raw.githubusercontent.com/vmatei2/pyrox-client/raw/main/img.png)
187
187
 
188
- ![img_1.png](https://github.com/vmatei2/pyrox-client/blob/main/img_1.png?raw=true)
188
+ ![img_1.png](https://raw.githubusercontent.com/vmatei2/pyrox-client/blob/main/img_1.png?raw=true)
189
189
 
190
190
 
191
191
 
@@ -166,9 +166,9 @@ plt.show()
166
166
 
167
167
 
168
168
  ## Output
169
- ![img.png](https://github.com/vmatei2/pyrox-client/raw/main/img.png)
169
+ ![img.png](https://raw.githubusercontent.com/vmatei2/pyrox-client/raw/main/img.png)
170
170
 
171
- ![img_1.png](https://github.com/vmatei2/pyrox-client/blob/main/img_1.png?raw=true)
171
+ ![img_1.png](https://raw.githubusercontent.com/vmatei2/pyrox-client/blob/main/img_1.png?raw=true)
172
172
 
173
173
 
174
174
 
@@ -1,7 +1,7 @@
1
1
  from .core import PyroxClient
2
2
  from .config import set_bucket, set_manifest_path, get_config
3
3
  from .errors import PyroxError, RaceNotFound, ApiError
4
- __version__ = "0.1.2"
4
+ __version__ = "0.1.4"
5
5
 
6
6
 
7
7
  ## what is available to users
File without changes