rustat-python-api 0.4.8__py3-none-any.whl → 0.4.10__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.
@@ -205,4 +205,4 @@ class RuStatParser:
205
205
  if not data:
206
206
  return {}
207
207
 
208
- return data['team'] if 'team' in data else {}
208
+ return data['data']['team']
rustat_python_api/urls.py CHANGED
@@ -4,5 +4,5 @@ URLs = {
4
4
  "match_stats": "http://feeds.rustatsport.ru/?tpl=207&user={user}&key={password}&match_id={match_id}&lang_id=1&format=json",
5
5
  "tournament_teams": "http://feeds.rustatsport.ru/?tpl=32&user={user}&key={password}&tournament_id=2&season_id={season_id}&date_start=&date_end=&lang_id=1&format=json",
6
6
  "tracking": "https://feeds.rustatsport.ru/?tpl=274&user={user}&key={password}&match_id={match_id}&lang_id=0&format=json",
7
- "player_match_stats": "http://feeds.rustatsport.ru/?tpl=227&user={user}}&key={password}&match_id={match_id}&lang_id=1&format=json"
7
+ "player_match_stats": "http://feeds.rustatsport.ru/?tpl=227&user={user}&key={password}&match_id={match_id}&lang_id=1&format=json"
8
8
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rustat-python-api
3
- Version: 0.4.8
3
+ Version: 0.4.10
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
@@ -0,0 +1,11 @@
1
+ rustat_python_api/__init__.py,sha256=kjE2XCKbWzIIJ__xY2aoIj5aB6um197lgMlaaZ15iJ4,108
2
+ rustat_python_api/config.py,sha256=eMvi1p8Cfvnbp6Cd4bBOwgehVN7thKnaQV5uzWyGZXM,1844
3
+ rustat_python_api/models_api.py,sha256=oHXEqeCupvZwjVEdoxf7W9LP7ELFKA8-9DuRXpQHLno,1701
4
+ rustat_python_api/parser.py,sha256=J8L8t-oGCKFe8A1OQ-IZkYsS69ViRST-rtTAgS8Gszs,6380
5
+ rustat_python_api/processing.py,sha256=46O7wUGv5boWf4A38zYinbtqEC7ke-BwTdEg589XQaw,2816
6
+ rustat_python_api/urls.py,sha256=MIUDXq5QFacyVWbrIIuMbwf-WRARsxb32kFY97zw4OQ,865
7
+ rustat_python_api-0.4.10.dist-info/LICENSE,sha256=4Cohqg5p6Mq1xyrzdEX8AvFSA62GSVvapEOr2xK_tgY,57
8
+ rustat_python_api-0.4.10.dist-info/METADATA,sha256=6eaHFr6WkYzfvXHKUsSqroyLMTM-ZaoMvQzRepoBaDg,1248
9
+ rustat_python_api-0.4.10.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
10
+ rustat_python_api-0.4.10.dist-info/top_level.txt,sha256=VK0hmkKZE9YThxolUcoE6JtGI67NFeKJMBLuet8kI4w,18
11
+ rustat_python_api-0.4.10.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- rustat_python_api/__init__.py,sha256=kjE2XCKbWzIIJ__xY2aoIj5aB6um197lgMlaaZ15iJ4,108
2
- rustat_python_api/config.py,sha256=eMvi1p8Cfvnbp6Cd4bBOwgehVN7thKnaQV5uzWyGZXM,1844
3
- rustat_python_api/models_api.py,sha256=oHXEqeCupvZwjVEdoxf7W9LP7ELFKA8-9DuRXpQHLno,1701
4
- rustat_python_api/parser.py,sha256=3HA9PjgzMvSLqEpKW9iYzhM0d-KYlY0wYGIYBEheJ6Q,6398
5
- rustat_python_api/processing.py,sha256=46O7wUGv5boWf4A38zYinbtqEC7ke-BwTdEg589XQaw,2816
6
- rustat_python_api/urls.py,sha256=XFXlxJ5CuJFOfwQxlQwQR4eHCW92fZIXNM7p3TUtFFs,866
7
- rustat_python_api-0.4.8.dist-info/LICENSE,sha256=4Cohqg5p6Mq1xyrzdEX8AvFSA62GSVvapEOr2xK_tgY,57
8
- rustat_python_api-0.4.8.dist-info/METADATA,sha256=UDbeAMHLhENEqQmxSa6VtEQoWkJ9rWlzkgxu5Nol1hQ,1247
9
- rustat_python_api-0.4.8.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
10
- rustat_python_api-0.4.8.dist-info/top_level.txt,sha256=VK0hmkKZE9YThxolUcoE6JtGI67NFeKJMBLuet8kI4w,18
11
- rustat_python_api-0.4.8.dist-info/RECORD,,