cbbd 1.18.2__py3-none-any.whl → 1.19.0__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 +57 -25
- cbbd/api/lines_api.py +1 -1
- cbbd/api/lineups_api.py +1 -1
- cbbd/api/plays_api.py +159 -3
- 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 +23 -2
- cbbd/models/game_box_score_players_players_inner.py +1 -1
- cbbd/models/game_box_score_team.py +23 -2
- 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 +23 -2
- cbbd/models/game_line_info.py +1 -1
- cbbd/models/game_lines.py +1 -1
- cbbd/models/game_media_info.py +9 -2
- 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 +23 -2
- 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.2.dist-info → cbbd-1.19.0.dist-info}/METADATA +1 -1
- cbbd-1.19.0.dist-info/RECORD +80 -0
- cbbd-1.18.2.dist-info/RECORD +0 -80
- {cbbd-1.18.2.dist-info → cbbd-1.19.0.dist-info}/WHEEL +0 -0
- {cbbd-1.18.2.dist-info → cbbd-1.19.0.dist-info}/top_level.txt +0 -0
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -38,14 +38,17 @@ class PlayInfo(BaseModel):
|
|
38
38
|
season: Union[StrictFloat, StrictInt] = Field(...)
|
39
39
|
season_type: SeasonType = Field(default=..., alias="seasonType")
|
40
40
|
game_type: StrictStr = Field(default=..., alias="gameType")
|
41
|
+
tournament: Optional[StrictStr] = Field(...)
|
41
42
|
play_type: StrictStr = Field(default=..., alias="playType")
|
42
43
|
is_home_team: Optional[StrictBool] = Field(default=..., alias="isHomeTeam")
|
43
44
|
team_id: Optional[StrictInt] = Field(default=..., alias="teamId")
|
44
45
|
team: Optional[StrictStr] = Field(...)
|
45
46
|
conference: Optional[StrictStr] = Field(...)
|
47
|
+
team_seed: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="teamSeed")
|
46
48
|
opponent_id: Optional[StrictInt] = Field(default=..., alias="opponentId")
|
47
49
|
opponent: Optional[StrictStr] = Field(...)
|
48
50
|
opponent_conference: Optional[StrictStr] = Field(default=..., alias="opponentConference")
|
51
|
+
opponent_seed: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="opponentSeed")
|
49
52
|
period: StrictInt = Field(...)
|
50
53
|
clock: StrictStr = Field(...)
|
51
54
|
seconds_remaining: StrictInt = Field(default=..., alias="secondsRemaining")
|
@@ -60,7 +63,7 @@ class PlayInfo(BaseModel):
|
|
60
63
|
participants: conlist(PlayInfoParticipantsInner) = Field(...)
|
61
64
|
on_floor: conlist(PlayInfoOnFloorInner) = Field(default=..., alias="onFloor")
|
62
65
|
shot_info: Optional[ShotInfo] = Field(default=..., alias="shotInfo")
|
63
|
-
__properties = ["id", "sourceId", "gameId", "gameSourceId", "gameStartDate", "season", "seasonType", "gameType", "playType", "isHomeTeam", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "period", "clock", "secondsRemaining", "homeScore", "awayScore", "homeWinProbability", "scoringPlay", "shootingPlay", "scoreValue", "wallclock", "playText", "participants", "onFloor", "shotInfo"]
|
66
|
+
__properties = ["id", "sourceId", "gameId", "gameSourceId", "gameStartDate", "season", "seasonType", "gameType", "tournament", "playType", "isHomeTeam", "teamId", "team", "conference", "teamSeed", "opponentId", "opponent", "opponentConference", "opponentSeed", "period", "clock", "secondsRemaining", "homeScore", "awayScore", "homeWinProbability", "scoringPlay", "shootingPlay", "scoreValue", "wallclock", "playText", "participants", "onFloor", "shotInfo"]
|
64
67
|
|
65
68
|
class Config:
|
66
69
|
"""Pydantic configuration"""
|
@@ -103,6 +106,11 @@ class PlayInfo(BaseModel):
|
|
103
106
|
# override the default output from pydantic by calling `to_dict()` of shot_info
|
104
107
|
if self.shot_info:
|
105
108
|
_dict['shotInfo'] = self.shot_info.to_dict()
|
109
|
+
# set to None if tournament (nullable) is None
|
110
|
+
# and __fields_set__ contains the field
|
111
|
+
if self.tournament is None and "tournament" in self.__fields_set__:
|
112
|
+
_dict['tournament'] = None
|
113
|
+
|
106
114
|
# set to None if is_home_team (nullable) is None
|
107
115
|
# and __fields_set__ contains the field
|
108
116
|
if self.is_home_team is None and "is_home_team" in self.__fields_set__:
|
@@ -123,6 +131,11 @@ class PlayInfo(BaseModel):
|
|
123
131
|
if self.conference is None and "conference" in self.__fields_set__:
|
124
132
|
_dict['conference'] = None
|
125
133
|
|
134
|
+
# set to None if team_seed (nullable) is None
|
135
|
+
# and __fields_set__ contains the field
|
136
|
+
if self.team_seed is None and "team_seed" in self.__fields_set__:
|
137
|
+
_dict['teamSeed'] = None
|
138
|
+
|
126
139
|
# set to None if opponent_id (nullable) is None
|
127
140
|
# and __fields_set__ contains the field
|
128
141
|
if self.opponent_id is None and "opponent_id" in self.__fields_set__:
|
@@ -138,6 +151,11 @@ class PlayInfo(BaseModel):
|
|
138
151
|
if self.opponent_conference is None and "opponent_conference" in self.__fields_set__:
|
139
152
|
_dict['opponentConference'] = None
|
140
153
|
|
154
|
+
# set to None if opponent_seed (nullable) is None
|
155
|
+
# and __fields_set__ contains the field
|
156
|
+
if self.opponent_seed is None and "opponent_seed" in self.__fields_set__:
|
157
|
+
_dict['opponentSeed'] = None
|
158
|
+
|
141
159
|
# set to None if home_win_probability (nullable) is None
|
142
160
|
# and __fields_set__ contains the field
|
143
161
|
if self.home_win_probability is None and "home_win_probability" in self.__fields_set__:
|
@@ -193,14 +211,17 @@ class PlayInfo(BaseModel):
|
|
193
211
|
"season": obj.get("season"),
|
194
212
|
"season_type": obj.get("seasonType"),
|
195
213
|
"game_type": obj.get("gameType"),
|
214
|
+
"tournament": obj.get("tournament"),
|
196
215
|
"play_type": obj.get("playType"),
|
197
216
|
"is_home_team": obj.get("isHomeTeam"),
|
198
217
|
"team_id": obj.get("teamId"),
|
199
218
|
"team": obj.get("team"),
|
200
219
|
"conference": obj.get("conference"),
|
220
|
+
"team_seed": obj.get("teamSeed"),
|
201
221
|
"opponent_id": obj.get("opponentId"),
|
202
222
|
"opponent": obj.get("opponent"),
|
203
223
|
"opponent_conference": obj.get("opponentConference"),
|
224
|
+
"opponent_seed": obj.get("opponentSeed"),
|
204
225
|
"period": obj.get("period"),
|
205
226
|
"clock": obj.get("clock"),
|
206
227
|
"seconds_remaining": obj.get("secondsRemaining"),
|
@@ -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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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.
|
8
|
+
The version of the OpenAPI document: 1.19.0
|
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=mm-cQFYbqgIe5JlYz2sAoVRIIdNMQic_50qaUezyJl4,4951
|
2
|
+
cbbd/api_client.py,sha256=bHsXDe1aWuYIlWdhKAuKOkGOhr5-mDaZ6ztEOL8n868,29903
|
3
|
+
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
+
cbbd/configuration.py,sha256=j5LpzGMoBXkT5SP0_6Y83OEZC_epsUOSea8_9e7-PP4,14799
|
5
|
+
cbbd/exceptions.py,sha256=AgtyhtIeBMfHgAZ8klxXagZOByM_Q9uys3flC0Z_mpc,5546
|
6
|
+
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
cbbd/rest.py,sha256=i7yNia0Gq_nPxJN_meFwcNmSm8iOSFE51DbOvVK4_Do,14163
|
8
|
+
cbbd/api/__init__.py,sha256=BG9pqmB2-l6ByYSh1FXjVHzeEqmvxQgr_MWR1z2NKrg,566
|
9
|
+
cbbd/api/conferences_api.py,sha256=72OrbdpC08zys7ZLl9M7TTA1pjXK3hveb7rFMcm569o,13079
|
10
|
+
cbbd/api/draft_api.py,sha256=RAJ-IIubYyx_Y4JDxk_u29zC0uqDZiae_ApeyQOq6bA,20209
|
11
|
+
cbbd/api/games_api.py,sha256=lATHBUr0WioebBHyAT00E2LZs8MjdNOGXTFv_1rI6BA,43823
|
12
|
+
cbbd/api/lines_api.py,sha256=nQmdbN0198yg9wc8QT6XUdzSxigXB7ma7EGQZA7RiV0,15757
|
13
|
+
cbbd/api/lineups_api.py,sha256=rHC5bxJovLa7Ns9gYHpKt5okmO5e7xdA-zclKJzzq5E,15748
|
14
|
+
cbbd/api/plays_api.py,sha256=zrnhORa8bIfn48rfE7hrQ_CTqtSD9DR_Pb7j7TAVc5M,62483
|
15
|
+
cbbd/api/rankings_api.py,sha256=V9dK67W5OrkBZqtxqa3twXfER1pwPzuhdNgVJAJhdDE,10005
|
16
|
+
cbbd/api/ratings_api.py,sha256=EFiXKgqeOoYdJo-Y5x5criY-jIh_XgExNVYbvVbHlWI,15679
|
17
|
+
cbbd/api/recruiting_api.py,sha256=5U9TcNDU4sqSzI4HoYZ20RI8AcktiJLaJ4ynHp-OBpg,8858
|
18
|
+
cbbd/api/stats_api.py,sha256=A4HMycMhQ4WeAP5M221QlmTV5J8QytUk1qrFfEEQs24,20183
|
19
|
+
cbbd/api/teams_api.py,sha256=rDIXXKqDP8limBJDvm7XqoRx3fczK8kbHWFrI5BMyEU,14208
|
20
|
+
cbbd/api/venues_api.py,sha256=vPX2sfuN6AfaoQFkk6X__jr76KuG4RMk0kmFvVk7HWQ,6568
|
21
|
+
cbbd/models/__init__.py,sha256=6sbZwjDqbuAIVQDXnnJm2wBzrWEHH-DFW5jioUgRvkI,3978
|
22
|
+
cbbd/models/adjusted_efficiency_info.py,sha256=KrjXkkaydD22PYj32mIwLwHwFKiqptx0LaHnVtBQO8g,3370
|
23
|
+
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=uBH0dzkbm21xBtS2wq9c-T3YcI5M8EOC44wY93_mR4M,2398
|
24
|
+
cbbd/models/conference_history.py,sha256=VCDjM02PynQOvliUvBNJrgaKyodKw8n8b-1SiwZllPo,3084
|
25
|
+
cbbd/models/conference_history_teams_inner.py,sha256=TB-S4VSWiPgfQmX0T8P9vHIKvaHTGjR6iZy5Kbju-J4,3130
|
26
|
+
cbbd/models/conference_info.py,sha256=jJ7SY168Yo227_e5qRUBtxIQKqWTPYBFRVb1aKsKZzo,2437
|
27
|
+
cbbd/models/draft_pick.py,sha256=VONfcKa3KAhz9cLUBv8UZakuI0rSIbqsbOXcoA23gfU,6572
|
28
|
+
cbbd/models/draft_position.py,sha256=tDAWsumdsApyqzZy_BBVhxOcRDPGxc-dc51wHQtzGv4,2099
|
29
|
+
cbbd/models/draft_team.py,sha256=QoNrJrbS6QeXxNfVxVIb6Tb4bWb4NXGku512DKfFSX0,2558
|
30
|
+
cbbd/models/game_box_score_players.py,sha256=CvBQAtdmmZ4NOMAls_JmdeAQIb17ZHFENiNwds_12io,7415
|
31
|
+
cbbd/models/game_box_score_players_players_inner.py,sha256=7XLO5l43to76hzBB9ldOkYsCmvOB9Onflo45tsZTJmw,12093
|
32
|
+
cbbd/models/game_box_score_team.py,sha256=RqXGpLvEuXpAWCQlKWEzWzji2--EWIWinUul4IiF4Gw,7586
|
33
|
+
cbbd/models/game_box_score_team_stats.py,sha256=7o35lRu9T4NFmJopK53gmQbb-APsIXEq5FfmLuxu__4,8687
|
34
|
+
cbbd/models/game_box_score_team_stats_points.py,sha256=z8ShkDUrihEG4Zo2HQPvbXowlvYgq7D77gDHsSbLAtM,4298
|
35
|
+
cbbd/models/game_info.py,sha256=2H8rEM_aRhpUoDG832VpwLXY6onGFSIvnfOS4nM_OQo,11364
|
36
|
+
cbbd/models/game_line_info.py,sha256=nDtb2wU9rCzRO-zo17MLuv6gxhtIGI_d-i9suPj9ksk,4371
|
37
|
+
cbbd/models/game_lines.py,sha256=esJ1lJKcr7ViKHtiWP5bLiu0DcJp-iQhibJuHowKvuU,5077
|
38
|
+
cbbd/models/game_media_info.py,sha256=pKr3brphRIO-dJYi3Oz5BnikavIM9uas6_hxRhiUncQ,6003
|
39
|
+
cbbd/models/game_media_info_broadcasts_inner.py,sha256=XUPLhoNCywYet4AfxNQEXOm40k600xUBYhsDETcgUCQ,2325
|
40
|
+
cbbd/models/game_status.py,sha256=Jwp-R7rxUryBiVzSa6v-qSSs9xGllSdtziRhPz8uJSw,949
|
41
|
+
cbbd/models/line_provider_info.py,sha256=49iVgBL_FpWNqm4zG_-Pn-9uGK_lVpNUabHL8qBcbVU,2094
|
42
|
+
cbbd/models/lineup_stats.py,sha256=8QfnQA_dOxf4csqsLZ6BeSaABc2pvvkcXi4Go5aBM14,4575
|
43
|
+
cbbd/models/lineup_unit_stats.py,sha256=NJhauniccrsR7Lh1dWP8WYOEzvNt94gqRM3QRtRSrkI,5271
|
44
|
+
cbbd/models/lineup_unit_stats_four_factors.py,sha256=noRkiwC1gb3wK7DoZ4-o41Co3-Q_NFvG7tx6kdPuzdc,2798
|
45
|
+
cbbd/models/lineup_unit_stats_two_pointers.py,sha256=qm0Xitq1tisERkheKNw7QZcC_Sz9Gauno8cSQ7vMCUU,3680
|
46
|
+
cbbd/models/play_info.py,sha256=nlNkofL3Swpk1_qooVV0Et8__urB_BYS6G3S-JaotN0,11374
|
47
|
+
cbbd/models/play_info_on_floor_inner.py,sha256=JLHP7voT_nJz3_X2iznsUOnyzHFMkDSIp3xCjaFcycE,2204
|
48
|
+
cbbd/models/play_info_participants_inner.py,sha256=_Qd_prCt7Xk3pAots4LC1ZfOiPD5au7ylSn9_3A9kCs,2166
|
49
|
+
cbbd/models/play_type_info.py,sha256=LY_uRB6sdgz3QIgo89WubEAVCWjqS3Hr0I4GL1frM9c,2062
|
50
|
+
cbbd/models/player_season_stats.py,sha256=ufetxB3qjgw2xfUmCONjIl9lZ-6zXfHU-HaSWq-RPtI,12542
|
51
|
+
cbbd/models/player_season_stats_win_shares.py,sha256=iQKlyQoFnLDFrezbB3RYPnsVUGERF_twdxN7-imXshI,3443
|
52
|
+
cbbd/models/player_subsititution.py,sha256=f8RQgWaxvasmxijt5mxw1n7HOnqH61p4djKz98Zyuzs,4786
|
53
|
+
cbbd/models/player_subsititution_sub_in.py,sha256=qlcmDUNFlSPoQx-3G5qX4-i0kwY-3R59WAdmTq1NTsQ,2531
|
54
|
+
cbbd/models/poll_team_info.py,sha256=V620miCJD3iCgYSVx3h9OTapfTF00noABa_XJLm6MyY,4422
|
55
|
+
cbbd/models/recruit.py,sha256=Z5i6BumCn7Fr2zNjx5YMieDkRq1e6zpAZB1nihMBx_8,6394
|
56
|
+
cbbd/models/recruit_committed_to.py,sha256=0dxmgEuVx5wUG2o8fdLSM6E9mxF49HKtODUhCNVG2tA,2870
|
57
|
+
cbbd/models/recruit_hometown.py,sha256=sX2vL4Y7gHFjmyMICZ528GtzJa1mBF2KGRLC3CVfygI,3908
|
58
|
+
cbbd/models/season_type.py,sha256=e_u8tE5JfAH1Q4-cbsSwFbdXzKUjFnT3yFTy3JnJU8E,895
|
59
|
+
cbbd/models/shooting_stats.py,sha256=Tdk5brk09CUIT9AkiTBl1hRaej_I4RjuK6JtvyRBLlA,2218
|
60
|
+
cbbd/models/shot_info.py,sha256=cw5ay8brASrhMKWzLSTb_wOFd0rG9k1unyLP3mEJ2fQ,3638
|
61
|
+
cbbd/models/shot_info_location.py,sha256=xn3M5-ll9J5EsKjHckgMkBx_HCVNfgGiuKYSksaSTbQ,2540
|
62
|
+
cbbd/models/shot_info_shooter.py,sha256=ZZ-XpUhwQAd_6XkVfH49eIOjDK7oa6bfLvfM1NH7DIc,2515
|
63
|
+
cbbd/models/srs_info.py,sha256=qIAvksACCMh1AyhrLPzdxdwbMMkMxdejowJDffrm6pM,2395
|
64
|
+
cbbd/models/team_info.py,sha256=jfHkg8fB9CPZIPGo97_A9F8wzjtandcduXzpfphhoLQ,6666
|
65
|
+
cbbd/models/team_roster.py,sha256=OG8HJCs62xpH9AMsMxsxwWYumjVusb-jMhrK01tneFE,3295
|
66
|
+
cbbd/models/team_roster_player.py,sha256=MjBJ9V_f3LPQ0ODSc2VNeXI5ZP0-O6eZtOxaXZXUk1M,5354
|
67
|
+
cbbd/models/team_roster_player_hometown.py,sha256=pOaotwms28_RSP_EVUvhP3cbkW7fiKZ-OlQekAbetwg,3980
|
68
|
+
cbbd/models/team_season_stats.py,sha256=SxOLVqESpHm5iurHUm2jS8uBIlTC2YsW8r0eMFfCJ6o,4607
|
69
|
+
cbbd/models/team_season_unit_stats.py,sha256=-uKzm4gLrLqy7e5t3NdW_NhM4oqvC1wXv3HodumJUH8,8287
|
70
|
+
cbbd/models/team_season_unit_stats_field_goals.py,sha256=g-Zh-nUEXWYptFAf4IIj5RSUPii-0HYoEng_Ki_fiXY,3027
|
71
|
+
cbbd/models/team_season_unit_stats_fouls.py,sha256=24YWZQl0kzIZ-EqVOQ4n1HaP3WnpMQsWkASLw-AymvY,3035
|
72
|
+
cbbd/models/team_season_unit_stats_four_factors.py,sha256=Pq35_mTMVHgZMiE5MsrzkJ-k7d7rlDPoXgNIjs5kHRk,3884
|
73
|
+
cbbd/models/team_season_unit_stats_points.py,sha256=D0OG2U-HIoJ08a0eHeiWbfu_PyQ_8YpFDD5OlJ9fU7Y,3499
|
74
|
+
cbbd/models/team_season_unit_stats_rebounds.py,sha256=5Diz0SIRMQPVutoPHHHBOlM8wJuFNpsk0NIAEQKG5MM,3067
|
75
|
+
cbbd/models/team_season_unit_stats_turnovers.py,sha256=x0AA_sGg4z24g16fbZwe5IbJO7lU7nqaD0G6dlRGB0o,2764
|
76
|
+
cbbd/models/venue_info.py,sha256=hRwcUVoL4Lo8CEUXPJ5vqD2wWMPG5YZOhb0jPaIBHSs,3332
|
77
|
+
cbbd-1.19.0.dist-info/METADATA,sha256=I_aGXu50xReQBQJAyqfpRJOHrgwy9lxWDPlNs7DWUEY,764
|
78
|
+
cbbd-1.19.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
79
|
+
cbbd-1.19.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
80
|
+
cbbd-1.19.0.dist-info/RECORD,,
|
cbbd-1.18.2.dist-info/RECORD
DELETED
@@ -1,80 +0,0 @@
|
|
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,,
|
File without changes
|
File without changes
|