cbbd 1.18.0__py3-none-any.whl → 1.18.2__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.
- cbbd/__init__.py +2 -2
- cbbd/api/conferences_api.py +1 -1
- cbbd/api/draft_api.py +1 -1
- cbbd/api/games_api.py +1 -1
- cbbd/api/lines_api.py +1 -1
- cbbd/api/lineups_api.py +10 -10
- cbbd/api/plays_api.py +1 -1
- cbbd/api/rankings_api.py +1 -1
- cbbd/api/ratings_api.py +1 -1
- cbbd/api/recruiting_api.py +1 -1
- cbbd/api/stats_api.py +1 -1
- cbbd/api/teams_api.py +1 -1
- cbbd/api/venues_api.py +1 -1
- cbbd/api_client.py +2 -2
- cbbd/configuration.py +3 -3
- cbbd/exceptions.py +1 -1
- cbbd/models/__init__.py +1 -1
- cbbd/models/adjusted_efficiency_info.py +1 -1
- cbbd/models/adjusted_efficiency_info_rankings.py +1 -1
- cbbd/models/conference_history.py +1 -1
- cbbd/models/conference_history_teams_inner.py +1 -1
- cbbd/models/conference_info.py +1 -1
- cbbd/models/draft_pick.py +1 -1
- cbbd/models/draft_position.py +1 -1
- cbbd/models/draft_team.py +1 -1
- cbbd/models/game_box_score_players.py +1 -1
- cbbd/models/game_box_score_players_players_inner.py +1 -1
- cbbd/models/game_box_score_team.py +1 -1
- cbbd/models/game_box_score_team_stats.py +1 -1
- cbbd/models/game_box_score_team_stats_points.py +1 -1
- cbbd/models/game_info.py +9 -2
- cbbd/models/game_line_info.py +1 -1
- cbbd/models/game_lines.py +1 -1
- cbbd/models/game_media_info.py +1 -1
- cbbd/models/game_media_info_broadcasts_inner.py +1 -1
- cbbd/models/game_status.py +1 -1
- cbbd/models/line_provider_info.py +1 -1
- cbbd/models/lineup_stats.py +1 -1
- cbbd/models/lineup_unit_stats.py +1 -1
- cbbd/models/lineup_unit_stats_four_factors.py +1 -1
- cbbd/models/lineup_unit_stats_two_pointers.py +1 -1
- cbbd/models/play_info.py +1 -1
- cbbd/models/play_info_on_floor_inner.py +1 -1
- cbbd/models/play_info_participants_inner.py +1 -1
- cbbd/models/play_type_info.py +1 -1
- cbbd/models/player_season_stats.py +1 -1
- cbbd/models/player_season_stats_win_shares.py +1 -1
- cbbd/models/player_subsititution.py +1 -1
- cbbd/models/player_subsititution_sub_in.py +1 -1
- cbbd/models/poll_team_info.py +1 -1
- cbbd/models/recruit.py +1 -1
- cbbd/models/recruit_committed_to.py +1 -1
- cbbd/models/recruit_hometown.py +1 -1
- cbbd/models/season_type.py +1 -1
- cbbd/models/shooting_stats.py +1 -1
- cbbd/models/shot_info.py +1 -1
- cbbd/models/shot_info_location.py +1 -1
- cbbd/models/shot_info_shooter.py +1 -1
- cbbd/models/srs_info.py +1 -1
- cbbd/models/team_info.py +1 -1
- cbbd/models/team_roster.py +1 -1
- cbbd/models/team_roster_player.py +1 -1
- cbbd/models/team_roster_player_hometown.py +1 -1
- cbbd/models/team_season_stats.py +1 -1
- cbbd/models/team_season_unit_stats.py +1 -1
- cbbd/models/team_season_unit_stats_field_goals.py +1 -1
- cbbd/models/team_season_unit_stats_fouls.py +1 -1
- cbbd/models/team_season_unit_stats_four_factors.py +1 -1
- cbbd/models/team_season_unit_stats_points.py +1 -1
- cbbd/models/team_season_unit_stats_rebounds.py +1 -1
- cbbd/models/team_season_unit_stats_turnovers.py +1 -1
- cbbd/models/venue_info.py +1 -1
- cbbd/rest.py +1 -1
- {cbbd-1.18.0.dist-info → cbbd-1.18.2.dist-info}/METADATA +1 -1
- cbbd-1.18.2.dist-info/RECORD +80 -0
- cbbd-1.18.0.dist-info/RECORD +0 -80
- {cbbd-1.18.0.dist-info → cbbd-1.18.2.dist-info}/WHEEL +0 -0
- {cbbd-1.18.0.dist-info → cbbd-1.18.2.dist-info}/top_level.txt +0 -0
cbbd/__init__.py
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
9
9
|
|
10
|
-
The version of the OpenAPI document: 1.18.
|
10
|
+
The version of the OpenAPI document: 1.18.2
|
11
11
|
Contact: admin@collegefootballdata.com
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "1.18.
|
18
|
+
__version__ = "1.18.2"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from cbbd.api.conferences_api import ConferencesApi
|
cbbd/api/conferences_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/draft_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/games_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/lines_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/lineups_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -189,14 +189,14 @@ class LineupsApi:
|
|
189
189
|
_request_auth=_params.get('_request_auth'))
|
190
190
|
|
191
191
|
@validate_arguments
|
192
|
-
def
|
193
|
-
"""
|
192
|
+
def get_lineups_by_team_season(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] = None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] = None, **kwargs) -> List[LineupStats]: # noqa: E501
|
193
|
+
"""get_lineups_by_team_season # noqa: E501
|
194
194
|
|
195
195
|
Queries lineup statistics for a given team and season # noqa: E501
|
196
196
|
This method makes a synchronous HTTP request by default. To make an
|
197
197
|
asynchronous HTTP request, please pass async_req=True
|
198
198
|
|
199
|
-
>>> thread = api.
|
199
|
+
>>> thread = api.get_lineups_by_team_season(season, team, start_date_range, end_date_range, async_req=True)
|
200
200
|
>>> result = thread.get()
|
201
201
|
|
202
202
|
:param season: Required season filter (required)
|
@@ -220,19 +220,19 @@ class LineupsApi:
|
|
220
220
|
"""
|
221
221
|
kwargs['_return_http_data_only'] = True
|
222
222
|
if '_preload_content' in kwargs:
|
223
|
-
message = "Error! Please call the
|
223
|
+
message = "Error! Please call the get_lineups_by_team_season_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
|
224
224
|
raise ValueError(message)
|
225
|
-
return self.
|
225
|
+
return self.get_lineups_by_team_season_with_http_info(season, team, start_date_range, end_date_range, **kwargs) # noqa: E501
|
226
226
|
|
227
227
|
@validate_arguments
|
228
|
-
def
|
229
|
-
"""
|
228
|
+
def get_lineups_by_team_season_with_http_info(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] = None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
229
|
+
"""get_lineups_by_team_season # noqa: E501
|
230
230
|
|
231
231
|
Queries lineup statistics for a given team and season # noqa: E501
|
232
232
|
This method makes a synchronous HTTP request by default. To make an
|
233
233
|
asynchronous HTTP request, please pass async_req=True
|
234
234
|
|
235
|
-
>>> thread = api.
|
235
|
+
>>> thread = api.get_lineups_by_team_season_with_http_info(season, team, start_date_range, end_date_range, async_req=True)
|
236
236
|
>>> result = thread.get()
|
237
237
|
|
238
238
|
:param season: Required season filter (required)
|
@@ -293,7 +293,7 @@ class LineupsApi:
|
|
293
293
|
if _key not in _all_params:
|
294
294
|
raise ApiTypeError(
|
295
295
|
"Got an unexpected keyword argument '%s'"
|
296
|
-
" to method
|
296
|
+
" to method get_lineups_by_team_season" % _key
|
297
297
|
)
|
298
298
|
_params[_key] = _val
|
299
299
|
del _params['kwargs']
|
cbbd/api/plays_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/rankings_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/ratings_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/recruiting_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/stats_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/teams_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/venues_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api_client.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -78,7 +78,7 @@ class ApiClient:
|
|
78
78
|
self.default_headers[header_name] = header_value
|
79
79
|
self.cookie = cookie
|
80
80
|
# Set default User-Agent.
|
81
|
-
self.user_agent = 'OpenAPI-Generator/1.18.
|
81
|
+
self.user_agent = 'OpenAPI-Generator/1.18.2/python'
|
82
82
|
self.client_side_validation = configuration.client_side_validation
|
83
83
|
|
84
84
|
def __enter__(self):
|
cbbd/configuration.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -376,8 +376,8 @@ class Configuration:
|
|
376
376
|
return "Python SDK Debug Report:\n"\
|
377
377
|
"OS: {env}\n"\
|
378
378
|
"Python Version: {pyversion}\n"\
|
379
|
-
"Version of the API: 1.18.
|
380
|
-
"SDK Package Version: 1.18.
|
379
|
+
"Version of the API: 1.18.2\n"\
|
380
|
+
"SDK Package Version: 1.18.2".\
|
381
381
|
format(env=sys.platform, pyversion=sys.version)
|
382
382
|
|
383
383
|
def get_host_settings(self):
|
cbbd/exceptions.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/__init__.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
8
8
|
|
9
|
-
The version of the OpenAPI document: 1.18.
|
9
|
+
The version of the OpenAPI document: 1.18.2
|
10
10
|
Contact: admin@collegefootballdata.com
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12
12
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/conference_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/draft_pick.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/draft_position.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/draft_team.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/game_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -38,6 +38,7 @@ class GameInfo(BaseModel):
|
|
38
38
|
neutral_site: StrictBool = Field(default=..., alias="neutralSite")
|
39
39
|
conference_game: StrictBool = Field(default=..., alias="conferenceGame")
|
40
40
|
game_type: Optional[StrictStr] = Field(default=..., alias="gameType")
|
41
|
+
game_notes: Optional[StrictStr] = Field(default=..., alias="gameNotes")
|
41
42
|
status: GameStatus = Field(...)
|
42
43
|
attendance: Optional[StrictInt] = Field(...)
|
43
44
|
home_team_id: StrictInt = Field(default=..., alias="homeTeamId")
|
@@ -59,7 +60,7 @@ class GameInfo(BaseModel):
|
|
59
60
|
venue: Optional[StrictStr] = Field(...)
|
60
61
|
city: Optional[StrictStr] = Field(...)
|
61
62
|
state: Optional[StrictStr] = Field(...)
|
62
|
-
__properties = ["id", "sourceId", "seasonLabel", "season", "seasonType", "startDate", "startTimeTbd", "neutralSite", "conferenceGame", "gameType", "status", "attendance", "homeTeamId", "homeTeam", "homeConferenceId", "homeConference", "homePoints", "homePeriodPoints", "homeWinner", "awayTeamId", "awayTeam", "awayConferenceId", "awayConference", "awayPoints", "awayPeriodPoints", "awayWinner", "excitement", "venueId", "venue", "city", "state"]
|
63
|
+
__properties = ["id", "sourceId", "seasonLabel", "season", "seasonType", "startDate", "startTimeTbd", "neutralSite", "conferenceGame", "gameType", "gameNotes", "status", "attendance", "homeTeamId", "homeTeam", "homeConferenceId", "homeConference", "homePoints", "homePeriodPoints", "homeWinner", "awayTeamId", "awayTeam", "awayConferenceId", "awayConference", "awayPoints", "awayPeriodPoints", "awayWinner", "excitement", "venueId", "venue", "city", "state"]
|
63
64
|
|
64
65
|
class Config:
|
65
66
|
"""Pydantic configuration"""
|
@@ -90,6 +91,11 @@ class GameInfo(BaseModel):
|
|
90
91
|
if self.game_type is None and "game_type" in self.__fields_set__:
|
91
92
|
_dict['gameType'] = None
|
92
93
|
|
94
|
+
# set to None if game_notes (nullable) is None
|
95
|
+
# and __fields_set__ contains the field
|
96
|
+
if self.game_notes is None and "game_notes" in self.__fields_set__:
|
97
|
+
_dict['gameNotes'] = None
|
98
|
+
|
93
99
|
# set to None if attendance (nullable) is None
|
94
100
|
# and __fields_set__ contains the field
|
95
101
|
if self.attendance is None and "attendance" in self.__fields_set__:
|
@@ -192,6 +198,7 @@ class GameInfo(BaseModel):
|
|
192
198
|
"neutral_site": obj.get("neutralSite"),
|
193
199
|
"conference_game": obj.get("conferenceGame"),
|
194
200
|
"game_type": obj.get("gameType"),
|
201
|
+
"game_notes": obj.get("gameNotes"),
|
195
202
|
"status": obj.get("status"),
|
196
203
|
"attendance": obj.get("attendance"),
|
197
204
|
"home_team_id": obj.get("homeTeamId"),
|
cbbd/models/game_line_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/game_lines.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/game_media_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/game_status.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/lineup_stats.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/lineup_unit_stats.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/play_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/play_type_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/poll_team_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/recruit.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/recruit_hometown.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/season_type.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/shooting_stats.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/shot_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/shot_info_shooter.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/srs_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_roster.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_season_stats.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/venue_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/rest.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.18.
|
8
|
+
The version of the OpenAPI document: 1.18.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,80 @@
|
|
1
|
+
cbbd/__init__.py,sha256=S3pFDRUEpsBh1-0I7XoxbsKurDqWiwjUEyxRP_hVWBU,4951
|
2
|
+
cbbd/api_client.py,sha256=FUl23otDoVXguHFizWZ8CGT1JnXh-4mk8pTmIBl6npw,29903
|
3
|
+
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
+
cbbd/configuration.py,sha256=FH2Bbq5nErRkcaRpcV4Tgd4dBF00tSHuUp5yqhRD2j8,14799
|
5
|
+
cbbd/exceptions.py,sha256=bKyoE9-p2Vh03DCy2S1NGKOkF2Md5wNCcaodtw1dWSg,5546
|
6
|
+
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
cbbd/rest.py,sha256=Hcyi4PlGBTFL2gGFVRYMlnyxSJ4IPsOulYehS3a07yQ,14163
|
8
|
+
cbbd/api/__init__.py,sha256=BG9pqmB2-l6ByYSh1FXjVHzeEqmvxQgr_MWR1z2NKrg,566
|
9
|
+
cbbd/api/conferences_api.py,sha256=DA9AV16-I8GN7CHbn7hMfrkG7v9dnVEpTKNNE5_p6po,13079
|
10
|
+
cbbd/api/draft_api.py,sha256=6NIUdRAMlYDeZ2WX2Gb-B-kgFm01B4afqRAKXKjsS8Y,20209
|
11
|
+
cbbd/api/games_api.py,sha256=K4BONHKjXXpR5EU6N_avTK6K7bQgfX_9CVS1IAhkPPY,41195
|
12
|
+
cbbd/api/lines_api.py,sha256=UZjIUSHdyJDdOyUAagxBE1gA8FTFO6hDZt9OCg1HjSk,15757
|
13
|
+
cbbd/api/lineups_api.py,sha256=kZWAm2Y_4nC3UH4gmXYKDg4hmrjac157aqVX9-SPPrk,15748
|
14
|
+
cbbd/api/plays_api.py,sha256=6m5jnnYk7cJfJMOFogtGJRbGoHMOsZJSmjBXxdrdTVQ,54890
|
15
|
+
cbbd/api/rankings_api.py,sha256=2svKJOe-TgbALWQjqYP5HLCua28MwOImt9R-mzmWGxc,10005
|
16
|
+
cbbd/api/ratings_api.py,sha256=n5tL4_MR6dy8_7HVbEnOpCS9l0o5AJMDsv-KqJidBhM,15679
|
17
|
+
cbbd/api/recruiting_api.py,sha256=HLK-1-3qGiZW6hCM9dBH4_FICS7trhGtkWPtpwr-A-U,8858
|
18
|
+
cbbd/api/stats_api.py,sha256=U5I-7PBNwYVTZHicqSbHy4WpYxl3Lh0VlVd01uQpPjw,20183
|
19
|
+
cbbd/api/teams_api.py,sha256=cYsQ63wLZ51drjUglCAgxcpM1cGOTsxkXubHeh36sG8,14208
|
20
|
+
cbbd/api/venues_api.py,sha256=tnSPGUMcSEhRoeL5afG48DsOR4hrR41A389i-ZsxRR4,6568
|
21
|
+
cbbd/models/__init__.py,sha256=fBKvaHgguhMDKP_ljJ8P77hA-r3iqPth30z6AfkXx4M,3978
|
22
|
+
cbbd/models/adjusted_efficiency_info.py,sha256=LzSDpVXeiBWlviRN0FiWjyJ2r2iUiYAFUb5LjnkEA5o,3370
|
23
|
+
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=RJLBnbUCRskg7NVMHaSe7s9Pq4e4b2xF9S6HOl79ujw,2398
|
24
|
+
cbbd/models/conference_history.py,sha256=yOtmtW66wybSheEcQiDp7wKtAEE9dFVJsAxYqIWopSs,3084
|
25
|
+
cbbd/models/conference_history_teams_inner.py,sha256=0Fx247gIoqaumpfbflQ0qRN_YiyOxU_pkvgzOm62Pjc,3130
|
26
|
+
cbbd/models/conference_info.py,sha256=hx585_wMCaTVEl1WZwJ3z0yYMrlTBMbauD1803aFwuQ,2437
|
27
|
+
cbbd/models/draft_pick.py,sha256=u8JzzPxdmaU4oEhTolvzAEkIshEm5fa7RtmKTpFmjR0,6572
|
28
|
+
cbbd/models/draft_position.py,sha256=A3TUAlR63HWP2dphG8G9B-wzNQuLuxntXHT6EnWpbP4,2099
|
29
|
+
cbbd/models/draft_team.py,sha256=MpPlr-GKbAu2B3nbOkrchiEr3TMoH-wSAEQKWVkj8sk,2558
|
30
|
+
cbbd/models/game_box_score_players.py,sha256=X45GWkth8d-ikTXlxq7U9pJkI6K9Rkw7G9Bu2c3_Te4,6356
|
31
|
+
cbbd/models/game_box_score_players_players_inner.py,sha256=qSAS0aMcnfu76NXQBzrmywcTZZJArI_TVfFmOkItUfA,12093
|
32
|
+
cbbd/models/game_box_score_team.py,sha256=t5S6Zqp2QRGthdaVRd7CbHCkr_C2adlbzbDnIssds8U,6527
|
33
|
+
cbbd/models/game_box_score_team_stats.py,sha256=kjaa6xoqk9YFoEU3s3JbwzV-Z7GcYG7YBUQXIoBtBmQ,8687
|
34
|
+
cbbd/models/game_box_score_team_stats_points.py,sha256=-8LozfpDHhUjaQD5gQFGbcgKJFAJ7PnuD0n4orJCqvs,4298
|
35
|
+
cbbd/models/game_info.py,sha256=eJj_wSF0QyGGC7j8laFJdsg8Ogzm0p3thTbiVShGPHc,10341
|
36
|
+
cbbd/models/game_line_info.py,sha256=eRQZiMApsXPBxZPD_8aWPgdd1t0aCL-8-cLMzulgtBU,4371
|
37
|
+
cbbd/models/game_lines.py,sha256=lWQq7iG-YsgKNcgaIl94nAkwaNAFSMB9GwosPrvNvW0,5077
|
38
|
+
cbbd/models/game_media_info.py,sha256=Qg8sEeJf-OYq2wCYc4zznOHLCMsEwHBZ0aAazy3FoFY,5672
|
39
|
+
cbbd/models/game_media_info_broadcasts_inner.py,sha256=hjAZdNWpJZLsENhxsQZOFpq1Ksn23fos0zVxg6yiWfI,2325
|
40
|
+
cbbd/models/game_status.py,sha256=y8xrj0iApGYagu4UIVxDj0P-g7RBf1k5As8BrFvksQ4,949
|
41
|
+
cbbd/models/line_provider_info.py,sha256=icyPbCf1gRMreU_Q3TQKO0_utnkcHm6e2Y8uwNY0Ndo,2094
|
42
|
+
cbbd/models/lineup_stats.py,sha256=asCc0zAv20VupoBVL8aca-MfWncDgD1Y3YP8hJMvMx4,4575
|
43
|
+
cbbd/models/lineup_unit_stats.py,sha256=T_VgdZwrQ9_4qnRNWvxSsyYDaNqkvqINVkrNRNLsaII,5271
|
44
|
+
cbbd/models/lineup_unit_stats_four_factors.py,sha256=ITUHsYY0WOaJ2T5EvrJVWtXwmQVj3kHg9h01AOx5bQo,2798
|
45
|
+
cbbd/models/lineup_unit_stats_two_pointers.py,sha256=9umEwHxp8fc2c5Y_jY55w-BP4w_6Xn9qy8oJTnmoxpo,3680
|
46
|
+
cbbd/models/play_info.py,sha256=7zLEWPrUO4t3R9n9mcdxrTuO6LI7ulWiHspFyCPtp-4,10275
|
47
|
+
cbbd/models/play_info_on_floor_inner.py,sha256=Sbkw9ZlIu_Q_5FJHjJ3nDEUJNAXPcGo74b9IMaR1Uqs,2204
|
48
|
+
cbbd/models/play_info_participants_inner.py,sha256=1vvg5JopEwV40Ya9dqcI6odoZN3MhZv1j_ZhSBvmB-I,2166
|
49
|
+
cbbd/models/play_type_info.py,sha256=27mldCYS3Siw-CsD2yzPwzL-vzivHlKVALxJEu2rHf0,2062
|
50
|
+
cbbd/models/player_season_stats.py,sha256=MT6ouq8RdVsix0Lwbr3Pgmwu9DMhmUV_nG5McOMGkWI,12542
|
51
|
+
cbbd/models/player_season_stats_win_shares.py,sha256=UjoN9h2fT2Z7UkKYocD0jbZ3YyIZVJHMt7NB76jdMkc,3443
|
52
|
+
cbbd/models/player_subsititution.py,sha256=G54jEPuksU-niD9WApFSeG4ZzbaYvFoxDZuZGG1HfjA,4786
|
53
|
+
cbbd/models/player_subsititution_sub_in.py,sha256=HACRawi4pNch271TilaQudgHs-8rDWhpbDbFUvvcI1I,2531
|
54
|
+
cbbd/models/poll_team_info.py,sha256=usVb75gv3bmXqog2zlNNwbG5gEd-V2klKP84636q0w8,4422
|
55
|
+
cbbd/models/recruit.py,sha256=XssWQEe_jGq963cJhk-PLwAwo_gI3SyFcwq4F-34i20,6394
|
56
|
+
cbbd/models/recruit_committed_to.py,sha256=PqcTw9FDVRntHPVA6uJ_lHASCEpNAQdQ70OMpTJu_g0,2870
|
57
|
+
cbbd/models/recruit_hometown.py,sha256=FR4Flrfq-7Y_cDVxvsNWUxQgklGKhQ6Jzuc7mhe9ovQ,3908
|
58
|
+
cbbd/models/season_type.py,sha256=eNNJ2ctdEu3b1VWU_xdoWKiB4EWBqJQutrQsEFa2gIk,895
|
59
|
+
cbbd/models/shooting_stats.py,sha256=G0mDkGjp1b9DUXzJ5Z1q6xx24lC5bMe9b86MZzV8Y2Q,2218
|
60
|
+
cbbd/models/shot_info.py,sha256=Zoz2UmLxd6MX_6KPpu5scHX-N_pkpGLx5Kk8I2ZB8IE,3638
|
61
|
+
cbbd/models/shot_info_location.py,sha256=5tLuedeVlM64At31zTtFPC65rKmglJl72udbRxfJ9SU,2540
|
62
|
+
cbbd/models/shot_info_shooter.py,sha256=fgz3AmcWh2XJwBKVGpAdaGK1MGbh0sXJIqz2bG72aWs,2515
|
63
|
+
cbbd/models/srs_info.py,sha256=7tEJ23WBCUNYx14qNTxvHLbD59k1CkjGZf2lnsyj8YQ,2395
|
64
|
+
cbbd/models/team_info.py,sha256=wUUvS4Pbpf2oQSLVWy5abC2all5_8Uz6QdxWcByPsPU,6666
|
65
|
+
cbbd/models/team_roster.py,sha256=XuxVWZU4H91hjw4S7p_Q2yF1UjQEBpTR7GY3AAyXhjQ,3295
|
66
|
+
cbbd/models/team_roster_player.py,sha256=vZMK8HzNtGmR8C5D6UUurcQWKCBhTwgmWtFQz8xGc0s,5354
|
67
|
+
cbbd/models/team_roster_player_hometown.py,sha256=xT0XvuyBINlRg_Tsj7wZxw0LiM5BG02qKUgTAp0UbJA,3980
|
68
|
+
cbbd/models/team_season_stats.py,sha256=YkydWHYW_NJPp1ZHDTefqqenQQHNjvZU9-z_7hXUmUs,4607
|
69
|
+
cbbd/models/team_season_unit_stats.py,sha256=dT_Yshst9iPB6RjzSw7Jyp46zWzDFqebVMtT3C3vme0,8287
|
70
|
+
cbbd/models/team_season_unit_stats_field_goals.py,sha256=6QJodLpWm9TqQtK7Eo-ZOgmo9dOfppUK860KK_IF4Lk,3027
|
71
|
+
cbbd/models/team_season_unit_stats_fouls.py,sha256=q35GLrd7BP5iWkNgEHTCJXzRj6xUTpti995M4ZLz7vc,3035
|
72
|
+
cbbd/models/team_season_unit_stats_four_factors.py,sha256=-aOcQ0udAZYKXywo1s8t0vNgxIj2TVNxgrCWuRQnB1Y,3884
|
73
|
+
cbbd/models/team_season_unit_stats_points.py,sha256=NjgMLWygO7EPpsxNtAbs9fjQWkgW7DOh9mqaKcoNfqU,3499
|
74
|
+
cbbd/models/team_season_unit_stats_rebounds.py,sha256=86rXH9bQa6uwsF5-Lte9h-BOu0gN_-6mhVrZS-vhSmc,3067
|
75
|
+
cbbd/models/team_season_unit_stats_turnovers.py,sha256=iQU11LOphfle8telCxOIZciVJaE_VA0zlBHyou3Fxxk,2764
|
76
|
+
cbbd/models/venue_info.py,sha256=0S0SNxQES8ReJ63PizTuNSmgr-RdnW61Pb9hCWDhuuc,3332
|
77
|
+
cbbd-1.18.2.dist-info/METADATA,sha256=ooMIZSoCtOt07t6Xx0SZLtdpKyJkJx5ihOQ1C7dbCFk,764
|
78
|
+
cbbd-1.18.2.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
79
|
+
cbbd-1.18.2.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
80
|
+
cbbd-1.18.2.dist-info/RECORD,,
|
cbbd-1.18.0.dist-info/RECORD
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
cbbd/__init__.py,sha256=jY-FXZWVDUycNIxoxBAKWb_D-5xULtpbrAbgBzHcJhY,4951
|
2
|
-
cbbd/api_client.py,sha256=YKMkE1HF2Jnrf7-JRp8cZpnOgcwVVOsdS4fS48aBIVc,29903
|
3
|
-
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
-
cbbd/configuration.py,sha256=mu8CUSdI0uLvQw3zDs6QwQr5K0x3D6WEmJbTk-H1QT4,14799
|
5
|
-
cbbd/exceptions.py,sha256=20MdF--SRJ-XbEEGKri3RQfYAt6zoigJVOP3ds6D9Dg,5546
|
6
|
-
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
cbbd/rest.py,sha256=rQ0tleWyf7AeqhnGHIlkRAoeo2OFxJjCgITh8kAI7lU,14163
|
8
|
-
cbbd/api/__init__.py,sha256=BG9pqmB2-l6ByYSh1FXjVHzeEqmvxQgr_MWR1z2NKrg,566
|
9
|
-
cbbd/api/conferences_api.py,sha256=ZwQRMn4Smf7f0Ec_ic1wHTxDibAsTEGwZwvpK7BZvD0,13079
|
10
|
-
cbbd/api/draft_api.py,sha256=LvimTgzo8OWF7oeemwe3ezAxrqoay3ISR6wL_sYltuA,20209
|
11
|
-
cbbd/api/games_api.py,sha256=Mdr4qcZDl7fwDCK0M-eYVIbW6NwCUp7TVlGMFV017Qk,41195
|
12
|
-
cbbd/api/lines_api.py,sha256=hiaA07MWDWU_Sdde4jWwE2QNy2_AD8qn-2bmb1Gd528,15757
|
13
|
-
cbbd/api/lineups_api.py,sha256=H6xF-V0BmEq6MIu5Ak-tRufCcU3_inqrIOAvB-vU83o,15739
|
14
|
-
cbbd/api/plays_api.py,sha256=IWlY_XRsPQBAuB_YZWKCc6nsQezwugiyA1XB47sQ1LU,54890
|
15
|
-
cbbd/api/rankings_api.py,sha256=RHB5XpkM23ZyHVnppmUukicZWY6d0BFbJGmDEb59e9I,10005
|
16
|
-
cbbd/api/ratings_api.py,sha256=f1_cq0qw3RazHMT01Qvgk_R6oq8oGZAdZH2l91relSQ,15679
|
17
|
-
cbbd/api/recruiting_api.py,sha256=1GsiPXN3BblWeHd6kpyVgqsvVIRpYx2y3GDC8YBPhEY,8858
|
18
|
-
cbbd/api/stats_api.py,sha256=WbnZsEf9tt4LgT7OxME3JRZhh1ispijXPNV4030zZbk,20183
|
19
|
-
cbbd/api/teams_api.py,sha256=MKhDLos5WKBfOq7csmpRkTrDfxKChDWYexEwoJpNd-c,14208
|
20
|
-
cbbd/api/venues_api.py,sha256=FapBV7pt6i546PNmLxpUG7fJDNCz1hvOEd52bg5e52s,6568
|
21
|
-
cbbd/models/__init__.py,sha256=DmApDgMTJunQnZdyhKMGwhH-DyiC-OJS7ckuEWNndBs,3978
|
22
|
-
cbbd/models/adjusted_efficiency_info.py,sha256=G0s5Xur8GxHqnitUemegBlzfAxfr7h5FvHZNsDPYShQ,3370
|
23
|
-
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=FNzlZHR2xb9i_kTaEYgo-8ndI2prQ3uNr2oqNsM9EP4,2398
|
24
|
-
cbbd/models/conference_history.py,sha256=W4FVQPuFFdP-7-mevuHG2BxyKMw3mTfgsg9PBrI_Lbg,3084
|
25
|
-
cbbd/models/conference_history_teams_inner.py,sha256=QzQtYKpkv9u4MZhFetMvn8WDcLj4yPhf6jpgcI1lnRY,3130
|
26
|
-
cbbd/models/conference_info.py,sha256=jhEOuGbs4zGJ67Ytb8Zdv6GQr5Qx2y3EcgOenf9BHkI,2437
|
27
|
-
cbbd/models/draft_pick.py,sha256=ZPK0gBKHmzgrFcuBiV5b2JycjZc5GSIG3UwcWifXmyg,6572
|
28
|
-
cbbd/models/draft_position.py,sha256=8K9ge-M_VXqsZCrnVdeVTEvseiblpzPjZalYlni28FY,2099
|
29
|
-
cbbd/models/draft_team.py,sha256=Ma5ac-jKY5GWNCcI_nBDJEtYiN2GfFA5ofnoNFyZR1I,2558
|
30
|
-
cbbd/models/game_box_score_players.py,sha256=2O36xPlFcloIYyLh1MiS0sEAdA9BBIz29CowT6aVFsM,6356
|
31
|
-
cbbd/models/game_box_score_players_players_inner.py,sha256=1obIlBT2Cw5y0R4n0zI4bwskaYJdVdV2WNDyioqhljI,12093
|
32
|
-
cbbd/models/game_box_score_team.py,sha256=1JeAZ1wuQ9hWOjow-sF5M6XSoRnfwk4l6mO3YxvSlWU,6527
|
33
|
-
cbbd/models/game_box_score_team_stats.py,sha256=ipm3p5PLdcEgbZkOf-x6wbckMKS7r_AI8Gu1H4weFmk,8687
|
34
|
-
cbbd/models/game_box_score_team_stats_points.py,sha256=KDyTEKe38HdhjMJk8GDlY9Uuvfk4IjY1wweYd1cxMh0,4298
|
35
|
-
cbbd/models/game_info.py,sha256=RNKO9VfiHZknPY9wQyvO7iz44CMcEE81LCtr8t_gMzY,9986
|
36
|
-
cbbd/models/game_line_info.py,sha256=6WexdeqsPFe7zfpPPbeTQ5HL_4CLfQDzmd0bR-mMP4E,4371
|
37
|
-
cbbd/models/game_lines.py,sha256=yF5B2e2RWEjy7qesuB4JKHl111icEIUv1EBnNIbHojs,5077
|
38
|
-
cbbd/models/game_media_info.py,sha256=uyZRKZGTqQbMZgjh6O3-G1siWcyfVGNN_EAwtr0z4Zo,5672
|
39
|
-
cbbd/models/game_media_info_broadcasts_inner.py,sha256=WIawRcw_-La10fq0qDlDNWxA6RMcM8xo2NDGBahIaW8,2325
|
40
|
-
cbbd/models/game_status.py,sha256=SDyuO4F-yyMKzKX4a8KeBGyTj-kbLiiWOz2yI48V2Ys,949
|
41
|
-
cbbd/models/line_provider_info.py,sha256=ouNDAksuwdtjmsjqOyTgl--cV0X3ptj9sxg_BWrW2W0,2094
|
42
|
-
cbbd/models/lineup_stats.py,sha256=YYGST0nVB3WpJfC4dLTEqEEdCg4Cm7BxHHfqgO6EuVk,4575
|
43
|
-
cbbd/models/lineup_unit_stats.py,sha256=Z3yZkIFpkvLnSlFo3bAxLg8AsnGqD4G8nerB-TRGOh4,5271
|
44
|
-
cbbd/models/lineup_unit_stats_four_factors.py,sha256=045iiAHPTcOSiY5GbMfuLhRq3ZHzTyUYEH2m-ZYMl4s,2798
|
45
|
-
cbbd/models/lineup_unit_stats_two_pointers.py,sha256=YERdLzSKpxTypdGBxnYmjlacbXN8LSc11daShRUWxC8,3680
|
46
|
-
cbbd/models/play_info.py,sha256=dYS0OMyByP__e_vgeul8Su6mzb7FkEcp8GBZJ3UMAbk,10275
|
47
|
-
cbbd/models/play_info_on_floor_inner.py,sha256=tW-86RxSHxrmoP_HgQupaw3T1E-CxiCfmi09Qw4ehD8,2204
|
48
|
-
cbbd/models/play_info_participants_inner.py,sha256=FVi_6C8F7wgdPXueIpSWX-qQrF3jFpMOvX79R6LWWGw,2166
|
49
|
-
cbbd/models/play_type_info.py,sha256=K5m-5vEQo4XmdslXRHkRzFuPvg_9zb0zjyYISGAeM-g,2062
|
50
|
-
cbbd/models/player_season_stats.py,sha256=ZKB6t1lomrUXwSCCDDF5cgZllMSokGPe_zGFfyUdLGw,12542
|
51
|
-
cbbd/models/player_season_stats_win_shares.py,sha256=LiuNAUp281ZIczWp-zYHNyR9yjyDeEM5jHukm8vtH8M,3443
|
52
|
-
cbbd/models/player_subsititution.py,sha256=gA1DKJxEIGY-WI3o6g8TZfflIUD7fZzVZTkgDiotZt0,4786
|
53
|
-
cbbd/models/player_subsititution_sub_in.py,sha256=pp1ie94bhpd216kP-gZGzFmPN3wu1oIUcwl_HCTaxCw,2531
|
54
|
-
cbbd/models/poll_team_info.py,sha256=suRwA61xFLfoFFQ7QlzhGRfrDiXQJ0sWhIS8EQDc-Ss,4422
|
55
|
-
cbbd/models/recruit.py,sha256=sc_MUO-XtWYH-VjByDVbz23eD5vqcFq6VyQLs85TI8M,6394
|
56
|
-
cbbd/models/recruit_committed_to.py,sha256=uHoouCkA8RfP9XC7dAp6BdhQ2GVmGo5DXfbcEl_R7Ys,2870
|
57
|
-
cbbd/models/recruit_hometown.py,sha256=Gf_DKHM2aBiwAV69NxbAL98x9Z96GltOXo_vas7ldXs,3908
|
58
|
-
cbbd/models/season_type.py,sha256=LDH6n_fNSTyssyck9nfBAhNgLNE05TsPQ-5L7P72vCM,895
|
59
|
-
cbbd/models/shooting_stats.py,sha256=5i1pMB_DfbtHcpR53SMQ-pXdQRApG4fsd3VE6a_Ywuk,2218
|
60
|
-
cbbd/models/shot_info.py,sha256=U_xkONqV9eDklgqsWkD467Wlk1Ui4TW6CvMYqKONwWs,3638
|
61
|
-
cbbd/models/shot_info_location.py,sha256=a5iKcgcqWNwq8CD2rxtM9qEkxUFyolgPv2aTvTodzgo,2540
|
62
|
-
cbbd/models/shot_info_shooter.py,sha256=qLMt0Z23icPsm3vOQMVdKhsQhEYubuhs5CJjESF6Mgs,2515
|
63
|
-
cbbd/models/srs_info.py,sha256=lSBXIpTyX8SD2AxI-nnhtfAGqZJ4fDYYKxtmiYKfWJU,2395
|
64
|
-
cbbd/models/team_info.py,sha256=HMAfGBQuNe2VdugfNang7VmhUcErGfvwypTcPh2YNMA,6666
|
65
|
-
cbbd/models/team_roster.py,sha256=W8_jhIj5V7DWQ8soRe7emEKspR0qkhPe5VWFceht-CM,3295
|
66
|
-
cbbd/models/team_roster_player.py,sha256=gJAciFkZOejgEpi8zTovSUlHQCvvdJ-WEh6aQqwBsrA,5354
|
67
|
-
cbbd/models/team_roster_player_hometown.py,sha256=z7ZgapHKHkBocwg9ha4JVLMxh87snfH1bAgB5Ad1-XU,3980
|
68
|
-
cbbd/models/team_season_stats.py,sha256=a_CPg9WNhQXeufoX4HbNV3TpJ8hftroD59ngTTPMT6U,4607
|
69
|
-
cbbd/models/team_season_unit_stats.py,sha256=nkMYIGHYrOSt0-8zaVfm65U1rodY7g1BFQ8LlyLgHiY,8287
|
70
|
-
cbbd/models/team_season_unit_stats_field_goals.py,sha256=7yPjA1tq7FhdlFOPEcb4N1P3ZZM8gwWKkvPfdnm4mA8,3027
|
71
|
-
cbbd/models/team_season_unit_stats_fouls.py,sha256=nwwRmrd2iSwnbxefn7nqXCe7FS-rb5J1BW7X8zcWhKo,3035
|
72
|
-
cbbd/models/team_season_unit_stats_four_factors.py,sha256=oSrVsxtBQ3nc4O6qVg67NFniqC_NHN0khOPdbu5eReY,3884
|
73
|
-
cbbd/models/team_season_unit_stats_points.py,sha256=Fwz2EgbwO_cWJpw5tN41ILsHxUZqqSyhrKh15eHjO1E,3499
|
74
|
-
cbbd/models/team_season_unit_stats_rebounds.py,sha256=14ssXWwVx__jTU-lvqnh2YShiOM2eVqSu1jev7znunU,3067
|
75
|
-
cbbd/models/team_season_unit_stats_turnovers.py,sha256=U6ZliKAGBDUq_13LMVGX6FhVnmxYGyp_vwN7s8Mk5To,2764
|
76
|
-
cbbd/models/venue_info.py,sha256=4D620wUvtXm2cIKdp3SYDxEWBW8Ln2Nn_r-2fl-qfW0,3332
|
77
|
-
cbbd-1.18.0.dist-info/METADATA,sha256=MKFAlUXYuH2drBoAvP7UW-2VhHacOheAWjzKUWXfJPs,764
|
78
|
-
cbbd-1.18.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
79
|
-
cbbd-1.18.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
80
|
-
cbbd-1.18.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|