cbbd 1.18.1__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 +1 -1
- 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.1.dist-info → cbbd-1.18.2.dist-info}/METADATA +1 -1
- cbbd-1.18.2.dist-info/RECORD +80 -0
- cbbd-1.18.1.dist-info/RECORD +0 -80
- {cbbd-1.18.1.dist-info → cbbd-1.18.2.dist-info}/WHEEL +0 -0
- {cbbd-1.18.1.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
|
|
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.1.dist-info/RECORD
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
cbbd/__init__.py,sha256=MO4rkSUg_vOUV2sSHpGhqUZx9hmEz5C78TShEVxrF0s,4951
|
2
|
-
cbbd/api_client.py,sha256=KmT_hpybAzq3DKJrxt8husBPvJBgrfG1dRk12Lc0zEM,29903
|
3
|
-
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
-
cbbd/configuration.py,sha256=vTwG1qJOQLCdNoTFEaHIJAIVfSGl960aAcQzV3WkI5w,14799
|
5
|
-
cbbd/exceptions.py,sha256=-5hCAuwYLEzOdlugcsk5qz5TIxuOBKs9yC-0ExX6m3c,5546
|
6
|
-
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
cbbd/rest.py,sha256=lsVK2FfZE0BI_3ovVywtMDmZiUa0rv31812_uQTNRYw,14163
|
8
|
-
cbbd/api/__init__.py,sha256=BG9pqmB2-l6ByYSh1FXjVHzeEqmvxQgr_MWR1z2NKrg,566
|
9
|
-
cbbd/api/conferences_api.py,sha256=TDNZry1As_KQl76D3mT1A_cquDv1LradLewk3VQFqag,13079
|
10
|
-
cbbd/api/draft_api.py,sha256=ytUWmlPBMHxklUqjYsemsIpF7vPKHpftVmEKx4jz8sM,20209
|
11
|
-
cbbd/api/games_api.py,sha256=ZmbMNNwVMPrEkMaT8rxrtUDmCQjHSn1HGGcvPgRonWo,41195
|
12
|
-
cbbd/api/lines_api.py,sha256=p47SuKbBastDVUkiv9iKkMqbe3bpxH63RaaSEk6BQsE,15757
|
13
|
-
cbbd/api/lineups_api.py,sha256=gYXEmFNCw4cn7JQGnHdYOkdqaOMVtZGy_KdhUaWoBhE,15748
|
14
|
-
cbbd/api/plays_api.py,sha256=WS4gJOHC9bxPHnNa-cSoGx15hOOlNNUDOnDEzgyexqw,54890
|
15
|
-
cbbd/api/rankings_api.py,sha256=zwehkXj4tmFULkBTZQI8gbj3iKxqasJMmKL8j_CSbHA,10005
|
16
|
-
cbbd/api/ratings_api.py,sha256=dqQrYQm2KT4sUa9H_hDUBRPNIIfXMm3xogRg7-WcvgA,15679
|
17
|
-
cbbd/api/recruiting_api.py,sha256=OD05IfMzUwFYhnoRbTDG4KUuI4xpOikQAOytU94ik10,8858
|
18
|
-
cbbd/api/stats_api.py,sha256=e3R6iVqufLvrppERxE4NuYePdYD6-lFcagPL6ajE4wE,20183
|
19
|
-
cbbd/api/teams_api.py,sha256=u6Quq90hY9B2Sos4AoZX6ApFvpqF5iN8rReEoKL1U6o,14208
|
20
|
-
cbbd/api/venues_api.py,sha256=EsG4MxJeLAR1mFxx8ICj3DJ9t5sQowcCEsUmYbOMp2w,6568
|
21
|
-
cbbd/models/__init__.py,sha256=MnQA17U4oX57c3f8UlfIPoL0TGVZoq1AbIXIvR9iu3g,3978
|
22
|
-
cbbd/models/adjusted_efficiency_info.py,sha256=Nl86UNYhZz8aLVnaj9T48OeHtiOXtWnyZEbX2uwcxZM,3370
|
23
|
-
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=sJJcjn7HgL6YdBZpIPXp-jQN2KdKrQHki1aBZOpF5EA,2398
|
24
|
-
cbbd/models/conference_history.py,sha256=wGlRKYUr50s4UR7KpyuBM6TJvgW_06WoQGtLOLX0ejM,3084
|
25
|
-
cbbd/models/conference_history_teams_inner.py,sha256=sRnMidjOZ7g_X7X3NDxqGeVOAhr6SHYMm36fb4pL7C8,3130
|
26
|
-
cbbd/models/conference_info.py,sha256=RsJcmEkX7peqGDSH6oUb6Upofu5RhrTX9Qssu2B2Nqg,2437
|
27
|
-
cbbd/models/draft_pick.py,sha256=GSuD_NbLV9xwhYzEV7qa4kCFV8hru1Wydk37T2NO_CA,6572
|
28
|
-
cbbd/models/draft_position.py,sha256=FcBji-7rsXn4t4Jig6y9PfVufheVoesDuTtcNpdRCjw,2099
|
29
|
-
cbbd/models/draft_team.py,sha256=WQZDQu4OtRW8ZSWUtNSQkdvKO5rYrrQrGyDCo99f1AU,2558
|
30
|
-
cbbd/models/game_box_score_players.py,sha256=Xgiaz32kW6rzSyGHd5DRt-SbhlLT7jFOfnrmA179g1w,6356
|
31
|
-
cbbd/models/game_box_score_players_players_inner.py,sha256=ZKwHGk4BJP23596IYMClMV8UaH9oFizznMlfvTdmTJA,12093
|
32
|
-
cbbd/models/game_box_score_team.py,sha256=FvIRx1dXw8aOLRSdXlTZY7d7FzBk7gaPvbvVnfJiGaQ,6527
|
33
|
-
cbbd/models/game_box_score_team_stats.py,sha256=u5NNvhueqhjqcTfo7A5rSLm1unKGS629ppC5HqMSTV8,8687
|
34
|
-
cbbd/models/game_box_score_team_stats_points.py,sha256=7-nwF9rhjzt64T91OGpCQI6q9FWG-2DQZCXR_PMqDFE,4298
|
35
|
-
cbbd/models/game_info.py,sha256=YfMTLYjWtwZCFMo_brjeaAnrYHHUgZ8PBxzaRBxXmVA,9986
|
36
|
-
cbbd/models/game_line_info.py,sha256=DdFB_nJxOl-kEc1NRa-ARp7P_AxlkHrJgXzou_ii7bw,4371
|
37
|
-
cbbd/models/game_lines.py,sha256=smqbXlCAIjigNfCiygudxsGTRTOKldD4UZ58v9FoH1c,5077
|
38
|
-
cbbd/models/game_media_info.py,sha256=OGkspf4Ls6vqhmBt5PU9c82uzSdskNtLdjv7M_OU6BU,5672
|
39
|
-
cbbd/models/game_media_info_broadcasts_inner.py,sha256=NHIzBW9TNJ-x6m4CtcGd3NT44r2hFLHjd6qA_lDBwdQ,2325
|
40
|
-
cbbd/models/game_status.py,sha256=6oZWEBmQQ-yGk-YJyI87UuJsMLBBDFwPeGOATQoCQcI,949
|
41
|
-
cbbd/models/line_provider_info.py,sha256=tCzHyOSXextU1gBn6nTOIpZy8OtL97u_UJed0jC4Ar4,2094
|
42
|
-
cbbd/models/lineup_stats.py,sha256=3mIFpOyR9J2ZcNSqe5FD5ErWD6NyB0i2RGMvcEG2Fn4,4575
|
43
|
-
cbbd/models/lineup_unit_stats.py,sha256=ajDv2I3rDrKRkvffq_bXdSs2_vTMAtl7g3D0L61ReRY,5271
|
44
|
-
cbbd/models/lineup_unit_stats_four_factors.py,sha256=PuNAIqxHMlq8gK5FrG3lYY0eRsy3IUsogOjemtALPkU,2798
|
45
|
-
cbbd/models/lineup_unit_stats_two_pointers.py,sha256=_V6PDg8HclfAhhN8Omqqxr4jgxI_aJy6BNNvKk-9ayg,3680
|
46
|
-
cbbd/models/play_info.py,sha256=cMQmfWZfC8p7clnUg00lwojqmYgAyjN1oc3eQqJ8_dg,10275
|
47
|
-
cbbd/models/play_info_on_floor_inner.py,sha256=Cg9At8bEfc__qXHlvlH-U2TFZeFq5riEss29dnIrDh4,2204
|
48
|
-
cbbd/models/play_info_participants_inner.py,sha256=R_lKRT-LcKjC1OaVi3tmDv_-RwOVdyLSKxv1BrKswbM,2166
|
49
|
-
cbbd/models/play_type_info.py,sha256=XQx8rIJUrLyzNOhYUW-sMDVeEsTIyOBs3WH5Sg5tgeQ,2062
|
50
|
-
cbbd/models/player_season_stats.py,sha256=MHOGPz7dxI_BRa3ghgqOatVy--6ksoca9rJMTvtqQHo,12542
|
51
|
-
cbbd/models/player_season_stats_win_shares.py,sha256=MR0Uzg-I_AF4Bl4GrWXRjb6S1CySL6ZPPYAPxdQllPk,3443
|
52
|
-
cbbd/models/player_subsititution.py,sha256=95FJmFE7RNrVNWLwRTTafe2XQhv148qnxhKFEAhpQ3Q,4786
|
53
|
-
cbbd/models/player_subsititution_sub_in.py,sha256=xFO7nhynnJahgs17FxqU2ZBIseNu1fw3GTeERquhaJ4,2531
|
54
|
-
cbbd/models/poll_team_info.py,sha256=RL1MPPoOLx2-JNXLB5xU_Y8p9-mk2POns0Lg8I3YPRo,4422
|
55
|
-
cbbd/models/recruit.py,sha256=to2UKlFpn1a1H8fycWE3OTl1Ga2YNxRtPycZa2WrWTs,6394
|
56
|
-
cbbd/models/recruit_committed_to.py,sha256=7hi5HAjJ84jpxT3lx4JTD5z9nQCt45KhwvgAsQgDBZc,2870
|
57
|
-
cbbd/models/recruit_hometown.py,sha256=fukYPdjpOtkf2njkD9fvrrRjifoPgG3MYXU-DYonjMU,3908
|
58
|
-
cbbd/models/season_type.py,sha256=XkgGfklKBQbhHyBLy3jlX4LrUQ7en6snRwJH1iSVgHs,895
|
59
|
-
cbbd/models/shooting_stats.py,sha256=OphHhClxhhXAPrQblSqyUdAayDj6T9W3XBx3X649BLk,2218
|
60
|
-
cbbd/models/shot_info.py,sha256=aSfgp7WaimmpqAGYoCWQbJauk8pfkQ6UHuvZLsRM5no,3638
|
61
|
-
cbbd/models/shot_info_location.py,sha256=QUXzNMNzMgwsNMANjjfw5n7F-PzI9boD7hmGMwvYd6M,2540
|
62
|
-
cbbd/models/shot_info_shooter.py,sha256=a2gxdv_lVk4t-SXdNWDZHvvY1yL85zRQra94CHTiFUU,2515
|
63
|
-
cbbd/models/srs_info.py,sha256=ruorvDgzz06VpFiMRGdfII7h0lXa5oLm9RwGZjhv7EY,2395
|
64
|
-
cbbd/models/team_info.py,sha256=UC0vX9K7KgHUnBKGJLkdoce0mCpDH8jDdTAlS5K8WjU,6666
|
65
|
-
cbbd/models/team_roster.py,sha256=2OGfX973TV_k2dx0CbWZZXNl_Bj2spUH3LVoORrsUxs,3295
|
66
|
-
cbbd/models/team_roster_player.py,sha256=BJq6LiLIwrwxM4FSAiR35a73wrlJxjWfKjBIT8CJNc8,5354
|
67
|
-
cbbd/models/team_roster_player_hometown.py,sha256=0L56-w0BSlP1Ykh3MJcb4WdHqFkX-v-KH1a3myneMlY,3980
|
68
|
-
cbbd/models/team_season_stats.py,sha256=SKwZV20M8FbyBnX25qNNlByNofobrThg77VX7ZRUBSc,4607
|
69
|
-
cbbd/models/team_season_unit_stats.py,sha256=_bvpK05GmMMFiwGVPM-3Unv9mfh0_MtnFVA6Epo1TLE,8287
|
70
|
-
cbbd/models/team_season_unit_stats_field_goals.py,sha256=3KvhB0zmjyLIhdI3pHoO7uCf7A3LkQdwULcTzv7M-Qo,3027
|
71
|
-
cbbd/models/team_season_unit_stats_fouls.py,sha256=VmBcwrNzWQPi0nu1Cyq7cjuv1sHFMUN3NFXYYsElTu4,3035
|
72
|
-
cbbd/models/team_season_unit_stats_four_factors.py,sha256=sokxeoMclwZ-zrYaaz5HJJRrTW8RiRfYyNPdhBATgqI,3884
|
73
|
-
cbbd/models/team_season_unit_stats_points.py,sha256=QPwjb-cp-8-9WVVhvv0aQq48k45Uf_vX-V99gHDa8_Q,3499
|
74
|
-
cbbd/models/team_season_unit_stats_rebounds.py,sha256=US16ft6DdP3f-VdaCQKCq8wsAVEbL3KnLzz6AG1Krbs,3067
|
75
|
-
cbbd/models/team_season_unit_stats_turnovers.py,sha256=j52XgRv48pxDvT4p8XVzM8nKz4WkxK63Nl5EWuVLC0Y,2764
|
76
|
-
cbbd/models/venue_info.py,sha256=7Q9T1IzedBaCjOp1_B9Y-SJ_8FBJZBYbm1OsU3i38H0,3332
|
77
|
-
cbbd-1.18.1.dist-info/METADATA,sha256=Ts8hYkrDfshestnyx4Q1SNYyBcvwjPJX_hc8ywGgYz0,764
|
78
|
-
cbbd-1.18.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
79
|
-
cbbd-1.18.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
80
|
-
cbbd-1.18.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|