rustat-python-api 0.6.4__py3-none-any.whl → 0.6.6__py3-none-any.whl

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.
@@ -46,8 +46,8 @@ class RuStatParser:
46
46
  else:
47
47
  return []
48
48
 
49
- def get_rpl_info(self):
50
- for season_id in tqdm(range(1, 36)):
49
+ def get_rpl_info(self, start_season: int = 1, end_season: int = 37):
50
+ for season_id in tqdm(range(start_season, end_season)):
51
51
  data = self.resp2data(
52
52
  self.urls["tournament_teams"].format(
53
53
  user=self.user,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rustat-python-api
3
- Version: 0.6.4
3
+ Version: 0.6.6
4
4
  Summary: A Python wrapper for RuStat API
5
5
  Home-page: https://github.com/dailydaniel/rustat-python-api
6
6
  Author: Daniel Zholkovsky
@@ -19,7 +19,7 @@ Requires-Dist: scipy==1.14.1
19
19
  Requires-Dist: matplotlib
20
20
  Requires-Dist: matplotsoccer
21
21
  Requires-Dist: torch
22
- Requires-Dist: triton==3.0.0
22
+ Requires-Dist: triton==3.0.0; platform_system == "Linux"
23
23
 
24
24
  # rustat-python-api
25
25
 
@@ -1,14 +1,14 @@
1
1
  rustat_python_api/__init__.py,sha256=Ij-PAm2y5ss_XAZhKTZus35cRPLzvXFyIswDa_Iq3rs,164
2
2
  rustat_python_api/config.py,sha256=eMvi1p8Cfvnbp6Cd4bBOwgehVN7thKnaQV5uzWyGZXM,1844
3
3
  rustat_python_api/models_api.py,sha256=oHXEqeCupvZwjVEdoxf7W9LP7ELFKA8-9DuRXpQHLno,1701
4
- rustat_python_api/parser.py,sha256=PrGvN3vY0oczMsJxyUxBO0Yb1P03Moc74AgGYHYr_X8,10216
4
+ rustat_python_api/parser.py,sha256=c5SW9p5N1PLYnza1olZbnvxkWtCAYYty2ifjyaUwXkw,10280
5
5
  rustat_python_api/pitch_control.py,sha256=s501qCpvMI7qNQAajDF_NXnlIDMloJQCgUxAfjKGOa0,26282
6
6
  rustat_python_api/processing.py,sha256=WES2D77uu3ScpjN0nW8ozatHteCZJQmmF9WpHPgGfJo,2835
7
7
  rustat_python_api/urls.py,sha256=iJTD31T6OyXPAhmhViwFXVehrzwsOjBDONA1SIVc_40,1068
8
8
  rustat_python_api/kernels/__init__.py,sha256=fQrUfDakSr5IsFV0LqAxvLoEw9Og5PThfux1GQw1Tps,67
9
9
  rustat_python_api/kernels/maha.py,sha256=ARGJRJRp9VlX-zQbKipGMUKMMSqIEWg4Pg-skhkYMWc,2184
10
- rustat_python_api-0.6.4.dist-info/LICENSE,sha256=4Cohqg5p6Mq1xyrzdEX8AvFSA62GSVvapEOr2xK_tgY,57
11
- rustat_python_api-0.6.4.dist-info/METADATA,sha256=zaE_Gg3aRnHbNnO9LnyfDOfwFYKa14HS21FmhezDusU,1780
12
- rustat_python_api-0.6.4.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
13
- rustat_python_api-0.6.4.dist-info/top_level.txt,sha256=VK0hmkKZE9YThxolUcoE6JtGI67NFeKJMBLuet8kI4w,18
14
- rustat_python_api-0.6.4.dist-info/RECORD,,
10
+ rustat_python_api-0.6.6.dist-info/LICENSE,sha256=4Cohqg5p6Mq1xyrzdEX8AvFSA62GSVvapEOr2xK_tgY,57
11
+ rustat_python_api-0.6.6.dist-info/METADATA,sha256=Ykv3P2-fdkRn6wYT25RIotnuX8t2ZPLgW0vYHl8aj7Y,1808
12
+ rustat_python_api-0.6.6.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
13
+ rustat_python_api-0.6.6.dist-info/top_level.txt,sha256=VK0hmkKZE9YThxolUcoE6JtGI67NFeKJMBLuet8kI4w,18
14
+ rustat_python_api-0.6.6.dist-info/RECORD,,