cbbd 1.15.1__py3-none-any.whl → 1.15.3__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/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 +12 -12
- 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 +1 -1
- 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/play_info.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/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/shot_info.py +5 -20
- cbbd/models/shot_info_location.py +14 -4
- cbbd/models/shot_info_shooter.py +14 -4
- 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 +12 -12
- 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.15.1.dist-info → cbbd-1.15.3.dist-info}/METADATA +1 -1
- cbbd-1.15.3.dist-info/RECORD +71 -0
- {cbbd-1.15.1.dist-info → cbbd-1.15.3.dist-info}/WHEEL +1 -1
- cbbd-1.15.1.dist-info/RECORD +0 -71
- {cbbd-1.15.1.dist-info → cbbd-1.15.3.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.15.
|
10
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
18
|
+
__version__ = "1.15.3"
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
81
|
+
self.user_agent = 'OpenAPI-Generator/1.15.3/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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
380
|
-
"SDK Package Version: 1.15.
|
379
|
+
"Version of the API: 1.15.3\n"\
|
380
|
+
"SDK Package Version: 1.15.3".\
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
9
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -46,9 +46,9 @@ class GameBoxScoreTeam(BaseModel):
|
|
46
46
|
notes: Optional[StrictStr] = Field(...)
|
47
47
|
game_minutes: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="gameMinutes")
|
48
48
|
pace: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
49
|
-
|
50
|
-
|
51
|
-
__properties = ["gameId", "season", "seasonLabel", "seasonType", "startDate", "startTimeTbd", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "neutralSite", "conferenceGame", "gameType", "notes", "gameMinutes", "pace", "
|
49
|
+
team_stats: GameBoxScoreTeamStats = Field(default=..., alias="teamStats")
|
50
|
+
opponent_stats: GameBoxScoreTeamStats = Field(default=..., alias="opponentStats")
|
51
|
+
__properties = ["gameId", "season", "seasonLabel", "seasonType", "startDate", "startTimeTbd", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "neutralSite", "conferenceGame", "gameType", "notes", "gameMinutes", "pace", "teamStats", "opponentStats"]
|
52
52
|
|
53
53
|
class Config:
|
54
54
|
"""Pydantic configuration"""
|
@@ -74,12 +74,12 @@ class GameBoxScoreTeam(BaseModel):
|
|
74
74
|
exclude={
|
75
75
|
},
|
76
76
|
exclude_none=True)
|
77
|
-
# override the default output from pydantic by calling `to_dict()` of
|
78
|
-
if self.
|
79
|
-
_dict['
|
80
|
-
# override the default output from pydantic by calling `to_dict()` of
|
81
|
-
if self.
|
82
|
-
_dict['
|
77
|
+
# override the default output from pydantic by calling `to_dict()` of team_stats
|
78
|
+
if self.team_stats:
|
79
|
+
_dict['teamStats'] = self.team_stats.to_dict()
|
80
|
+
# override the default output from pydantic by calling `to_dict()` of opponent_stats
|
81
|
+
if self.opponent_stats:
|
82
|
+
_dict['opponentStats'] = self.opponent_stats.to_dict()
|
83
83
|
# set to None if conference (nullable) is None
|
84
84
|
# and __fields_set__ contains the field
|
85
85
|
if self.conference is None and "conference" in self.__fields_set__:
|
@@ -140,8 +140,8 @@ class GameBoxScoreTeam(BaseModel):
|
|
140
140
|
"notes": obj.get("notes"),
|
141
141
|
"game_minutes": obj.get("gameMinutes"),
|
142
142
|
"pace": obj.get("pace"),
|
143
|
-
"
|
144
|
-
"
|
143
|
+
"team_stats": GameBoxScoreTeamStats.from_dict(obj.get("teamStats")) if obj.get("teamStats") is not None else None,
|
144
|
+
"opponent_stats": GameBoxScoreTeamStats.from_dict(obj.get("opponentStats")) if obj.get("opponentStats") is not None else None
|
145
145
|
})
|
146
146
|
return _obj
|
147
147
|
|
@@ -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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -19,7 +19,7 @@ import re # noqa: F401
|
|
19
19
|
import json
|
20
20
|
|
21
21
|
|
22
|
-
|
22
|
+
|
23
23
|
from pydantic import BaseModel, Field, StrictBool, StrictStr, validator
|
24
24
|
from cbbd.models.shot_info_location import ShotInfoLocation
|
25
25
|
from cbbd.models.shot_info_shooter import ShotInfoShooter
|
@@ -28,12 +28,12 @@ class ShotInfo(BaseModel):
|
|
28
28
|
"""
|
29
29
|
ShotInfo
|
30
30
|
"""
|
31
|
-
shooter:
|
31
|
+
shooter: ShotInfoShooter = Field(...)
|
32
32
|
made: StrictBool = Field(...)
|
33
33
|
range: StrictStr = Field(...)
|
34
34
|
assisted: StrictBool = Field(...)
|
35
|
-
assisted_by:
|
36
|
-
location:
|
35
|
+
assisted_by: ShotInfoShooter = Field(default=..., alias="assistedBy")
|
36
|
+
location: ShotInfoLocation = Field(...)
|
37
37
|
__properties = ["shooter", "made", "range", "assisted", "assistedBy", "location"]
|
38
38
|
|
39
39
|
@validator('range')
|
@@ -76,21 +76,6 @@ class ShotInfo(BaseModel):
|
|
76
76
|
# override the default output from pydantic by calling `to_dict()` of location
|
77
77
|
if self.location:
|
78
78
|
_dict['location'] = self.location.to_dict()
|
79
|
-
# set to None if shooter (nullable) is None
|
80
|
-
# and __fields_set__ contains the field
|
81
|
-
if self.shooter is None and "shooter" in self.__fields_set__:
|
82
|
-
_dict['shooter'] = None
|
83
|
-
|
84
|
-
# set to None if assisted_by (nullable) is None
|
85
|
-
# and __fields_set__ contains the field
|
86
|
-
if self.assisted_by is None and "assisted_by" in self.__fields_set__:
|
87
|
-
_dict['assistedBy'] = None
|
88
|
-
|
89
|
-
# set to None if location (nullable) is None
|
90
|
-
# and __fields_set__ contains the field
|
91
|
-
if self.location is None and "location" in self.__fields_set__:
|
92
|
-
_dict['location'] = None
|
93
|
-
|
94
79
|
return _dict
|
95
80
|
|
96
81
|
@classmethod
|
@@ -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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -19,15 +19,15 @@ import re # noqa: F401
|
|
19
19
|
import json
|
20
20
|
|
21
21
|
|
22
|
-
from typing import Union
|
22
|
+
from typing import Optional, Union
|
23
23
|
from pydantic import BaseModel, Field, StrictFloat, StrictInt
|
24
24
|
|
25
25
|
class ShotInfoLocation(BaseModel):
|
26
26
|
"""
|
27
27
|
ShotInfoLocation
|
28
28
|
"""
|
29
|
-
y: Union[StrictFloat, StrictInt] = Field(...)
|
30
|
-
x: Union[StrictFloat, StrictInt] = Field(...)
|
29
|
+
y: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
30
|
+
x: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
31
31
|
__properties = ["y", "x"]
|
32
32
|
|
33
33
|
class Config:
|
@@ -54,6 +54,16 @@ class ShotInfoLocation(BaseModel):
|
|
54
54
|
exclude={
|
55
55
|
},
|
56
56
|
exclude_none=True)
|
57
|
+
# set to None if y (nullable) is None
|
58
|
+
# and __fields_set__ contains the field
|
59
|
+
if self.y is None and "y" in self.__fields_set__:
|
60
|
+
_dict['y'] = None
|
61
|
+
|
62
|
+
# set to None if x (nullable) is None
|
63
|
+
# and __fields_set__ contains the field
|
64
|
+
if self.x is None and "x" in self.__fields_set__:
|
65
|
+
_dict['x'] = None
|
66
|
+
|
57
67
|
return _dict
|
58
68
|
|
59
69
|
@classmethod
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -19,15 +19,15 @@ import re # noqa: F401
|
|
19
19
|
import json
|
20
20
|
|
21
21
|
|
22
|
-
|
22
|
+
from typing import Optional
|
23
23
|
from pydantic import BaseModel, Field, StrictInt, StrictStr
|
24
24
|
|
25
25
|
class ShotInfoShooter(BaseModel):
|
26
26
|
"""
|
27
27
|
ShotInfoShooter
|
28
28
|
"""
|
29
|
-
name: StrictStr = Field(...)
|
30
|
-
id: StrictInt = Field(...)
|
29
|
+
name: Optional[StrictStr] = Field(...)
|
30
|
+
id: Optional[StrictInt] = Field(...)
|
31
31
|
__properties = ["name", "id"]
|
32
32
|
|
33
33
|
class Config:
|
@@ -54,6 +54,16 @@ class ShotInfoShooter(BaseModel):
|
|
54
54
|
exclude={
|
55
55
|
},
|
56
56
|
exclude_none=True)
|
57
|
+
# set to None if name (nullable) is None
|
58
|
+
# and __fields_set__ contains the field
|
59
|
+
if self.name is None and "name" in self.__fields_set__:
|
60
|
+
_dict['name'] = None
|
61
|
+
|
62
|
+
# set to None if id (nullable) is None
|
63
|
+
# and __fields_set__ contains the field
|
64
|
+
if self.id is None and "id" in self.__fields_set__:
|
65
|
+
_dict['id'] = None
|
66
|
+
|
57
67
|
return _dict
|
58
68
|
|
59
69
|
@classmethod
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -37,9 +37,9 @@ class TeamSeasonStats(BaseModel):
|
|
37
37
|
losses: Union[StrictFloat, StrictInt] = Field(...)
|
38
38
|
total_minutes: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="totalMinutes")
|
39
39
|
pace: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
40
|
-
|
41
|
-
|
42
|
-
__properties = ["season", "seasonLabel", "teamId", "team", "conference", "games", "wins", "losses", "totalMinutes", "pace", "
|
40
|
+
team_stats: TeamSeasonUnitStats = Field(default=..., alias="teamStats")
|
41
|
+
opponent_stats: TeamSeasonUnitStats = Field(default=..., alias="opponentStats")
|
42
|
+
__properties = ["season", "seasonLabel", "teamId", "team", "conference", "games", "wins", "losses", "totalMinutes", "pace", "teamStats", "opponentStats"]
|
43
43
|
|
44
44
|
class Config:
|
45
45
|
"""Pydantic configuration"""
|
@@ -65,12 +65,12 @@ class TeamSeasonStats(BaseModel):
|
|
65
65
|
exclude={
|
66
66
|
},
|
67
67
|
exclude_none=True)
|
68
|
-
# override the default output from pydantic by calling `to_dict()` of
|
69
|
-
if self.
|
70
|
-
_dict['
|
71
|
-
# override the default output from pydantic by calling `to_dict()` of
|
72
|
-
if self.
|
73
|
-
_dict['
|
68
|
+
# override the default output from pydantic by calling `to_dict()` of team_stats
|
69
|
+
if self.team_stats:
|
70
|
+
_dict['teamStats'] = self.team_stats.to_dict()
|
71
|
+
# override the default output from pydantic by calling `to_dict()` of opponent_stats
|
72
|
+
if self.opponent_stats:
|
73
|
+
_dict['opponentStats'] = self.opponent_stats.to_dict()
|
74
74
|
# set to None if conference (nullable) is None
|
75
75
|
# and __fields_set__ contains the field
|
76
76
|
if self.conference is None and "conference" in self.__fields_set__:
|
@@ -108,8 +108,8 @@ class TeamSeasonStats(BaseModel):
|
|
108
108
|
"losses": obj.get("losses"),
|
109
109
|
"total_minutes": obj.get("totalMinutes"),
|
110
110
|
"pace": obj.get("pace"),
|
111
|
-
"
|
112
|
-
"
|
111
|
+
"team_stats": TeamSeasonUnitStats.from_dict(obj.get("teamStats")) if obj.get("teamStats") is not None else None,
|
112
|
+
"opponent_stats": TeamSeasonUnitStats.from_dict(obj.get("opponentStats")) if obj.get("opponentStats") is not None else None
|
113
113
|
})
|
114
114
|
return _obj
|
115
115
|
|
@@ -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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
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.15.
|
8
|
+
The version of the OpenAPI document: 1.15.3
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,71 @@
|
|
1
|
+
cbbd/__init__.py,sha256=mpw7DTxj4W1SePn6q8MuD5whY8E7R0bWhnK47S0RXI8,4371
|
2
|
+
cbbd/api_client.py,sha256=TRXGeWX6whtOFXF-d5lEzYnKSUAwenioFBPWIwAOxqw,29896
|
3
|
+
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
+
cbbd/configuration.py,sha256=Ssf_ZrW3LDyyITNDO6RHSXC1YNYHYse5cf2v1HbTFSw,14799
|
5
|
+
cbbd/exceptions.py,sha256=jRrM18sPLAs2vYE2m7VXqbLvqZRx9hZpT29kVIlnYBs,5546
|
6
|
+
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
cbbd/rest.py,sha256=ztkyZu_KDnlL-lybscIn9KOPsB5jye-iq22iRKRzxyI,14163
|
8
|
+
cbbd/api/__init__.py,sha256=2TdxtoR2arz7-PjkaHnd22u3bu2Fo88LUsgu6d5yY3g,522
|
9
|
+
cbbd/api/conferences_api.py,sha256=Lgkg62nQbC2i47YgpLerGHovPylhlbd2BiXVjgenDKY,13079
|
10
|
+
cbbd/api/draft_api.py,sha256=JIAfNd6yUBljKgSArzyYgKfalzHZg_o0fpv2nyT0nJg,20209
|
11
|
+
cbbd/api/games_api.py,sha256=HSQKABxKL39-g0aA1OY1zuIIvN4VSMw6BkKl89EN7ss,41195
|
12
|
+
cbbd/api/lines_api.py,sha256=K7my64pEk3Gk2KL-EQfIyGmoG__fS7ZbD2Wye5cTksM,15757
|
13
|
+
cbbd/api/plays_api.py,sha256=8ICwysrjzDWBhsNspVns46Xdg3vAxKn6LRQ4yQ1pMD4,35262
|
14
|
+
cbbd/api/rankings_api.py,sha256=W2CFAJVUTaOYEbe18mXkNzJceeQX4I5GS7c2ZokhllE,10005
|
15
|
+
cbbd/api/ratings_api.py,sha256=HXQ-zl_HR3qdROrqP84Wagak4UWCfSPGyCojFcQuCT8,15679
|
16
|
+
cbbd/api/recruiting_api.py,sha256=-a_eijBhm0926zzx90yUyOS3eDXVAzwEcc9gdKQoHb0,8858
|
17
|
+
cbbd/api/stats_api.py,sha256=YZ8njZQNU9YNWvXKRsTovqRxHGqf-xmbRajIklBU7w8,20183
|
18
|
+
cbbd/api/teams_api.py,sha256=2rkuh21OkM6l_VWbXVqZa0exyhkLcQH8AYHfOy68aLw,14208
|
19
|
+
cbbd/api/venues_api.py,sha256=MMWWwUPQrpVQvn4GwHHlldqligKnOcdhrsDprevPukE,6568
|
20
|
+
cbbd/models/__init__.py,sha256=Hy5kiTir11fmkhbt_6_Rkxsfz-9NjzsALCugz_esQBI,3442
|
21
|
+
cbbd/models/adjusted_efficiency_info.py,sha256=Ny4y7oUYZ8ECjd3uuAI4ExZplYXIV_uQi7vWrydYNfI,3370
|
22
|
+
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=1CodKAzvPPITPXTumiLX1dU63ccWAofnEBooy032CuQ,2398
|
23
|
+
cbbd/models/conference_history.py,sha256=aUYLcyxGxhtsgGTxVF-9jm-TCFQeAYPm6zajVcyJ5PM,3084
|
24
|
+
cbbd/models/conference_history_teams_inner.py,sha256=TF5SOq58t65EK-SdvHQnb50WoDeCd7YTpKQwREeAviI,3130
|
25
|
+
cbbd/models/conference_info.py,sha256=GLSkCurjZBcWm17aR-XN7tAVcPzdmsk7OZKn0lgHdQs,2437
|
26
|
+
cbbd/models/draft_pick.py,sha256=MMX57AUa2EH-p5kUayZWa5gfQEOZ3auy46gaYn7QshM,6572
|
27
|
+
cbbd/models/draft_position.py,sha256=EBHp5BlRLgT6p8K-UhZTa9AaQpOhzBCu2OtQhiqD09U,2099
|
28
|
+
cbbd/models/draft_team.py,sha256=OPtLOaC7-qsEsngXtCEpfwEAennd8_3sRqF79OUDIFI,2558
|
29
|
+
cbbd/models/game_box_score_players.py,sha256=5SzX-ZogQn2hbw0FTU2nPcB0TjzTbOb72E2kB1oMVRM,6356
|
30
|
+
cbbd/models/game_box_score_players_players_inner.py,sha256=3j0dN2-90dbY6ucnmYxPIjouapADZc-qosgWVe52TRg,12093
|
31
|
+
cbbd/models/game_box_score_team.py,sha256=Tg30NYegfJ3DaVowHw9dzX8a0qbKEpI3UDi164-g9fg,6527
|
32
|
+
cbbd/models/game_box_score_team_stats.py,sha256=ynZV-lTnGazkIkVkq0LQjNZcmCn-T4Hglw2CAK4939I,8687
|
33
|
+
cbbd/models/game_box_score_team_stats_points.py,sha256=l1eleblLZosgnpw-Tq8Cc4_l3pi-Lm3MZx1rsObWOco,4298
|
34
|
+
cbbd/models/game_info.py,sha256=Kd1TK_kt5SLah8ch6yr4hGn3yr_X-0UF9470W-LB_vM,9986
|
35
|
+
cbbd/models/game_line_info.py,sha256=7yOh5Pe0ymzypUBo8BxIGTDzaJKXlkdAdRhFej4dkmQ,4371
|
36
|
+
cbbd/models/game_lines.py,sha256=QD_t4n6yXn1UW8-CyV-mgbk5DSFWxaOjeRZby8yiRGk,5077
|
37
|
+
cbbd/models/game_media_info.py,sha256=GGgyA3ysugHDghN-2rtPZPNnD0AZLrYEOomprEThufU,5672
|
38
|
+
cbbd/models/game_media_info_broadcasts_inner.py,sha256=Tg0yQuFSQRp3xRLUSAoRXxSK6RAl27qdc6Qz4IYGrKg,2325
|
39
|
+
cbbd/models/game_status.py,sha256=cbS3FBSv0oWt8ni_EkWbljtVQDsFOCjGRhISntjT-vs,949
|
40
|
+
cbbd/models/line_provider_info.py,sha256=YacTYCL8yS1QNWN-WWwUNCOk_JeQbtWyeFi0VEohMHo,2094
|
41
|
+
cbbd/models/play_info.py,sha256=7GiLLdA0hXQQ4-jOkwqJgK4Co8ekl81o5uQtq6SzkZU,9663
|
42
|
+
cbbd/models/play_info_participants_inner.py,sha256=QsYTQbVWt5_fH1KKR5OfT6DJc6Qfz76TFNnx6aFcBkc,2166
|
43
|
+
cbbd/models/play_type_info.py,sha256=9y9Nbx0BJ46MsWLPZ05NIZgyHTKlNuUsizPHcWkZkvk,2062
|
44
|
+
cbbd/models/player_season_stats.py,sha256=VY4QnquE0dXwIo4UsotGGEa-WcokblWRw4Re1FV_WkU,12542
|
45
|
+
cbbd/models/player_season_stats_win_shares.py,sha256=SLW5BXgYsxDKbrVx15M_wnL2d-h5ax4lvprZeTYdeJc,3443
|
46
|
+
cbbd/models/poll_team_info.py,sha256=kgeZu61pDPnFj7TCyzrkRgWivGF8p9T-dzc2t7B_kug,4422
|
47
|
+
cbbd/models/recruit.py,sha256=aBa_aPXNVPc_Ml9dgIJd9jF7zknC3uXLcQYfbvABjfU,6394
|
48
|
+
cbbd/models/recruit_committed_to.py,sha256=-rm1pX8dDu9zFk1y5j1i-SwEOOaR5ofKW5fBKzYIQ10,2870
|
49
|
+
cbbd/models/recruit_hometown.py,sha256=dJbXGva8tS9fDdSbiXU7J5iTipzhmB4pB_JaeI09KB8,3908
|
50
|
+
cbbd/models/season_type.py,sha256=SHhJl3IOiCCLOvsPTn5HAKnEReWIbz8z50mIQG_SDe4,895
|
51
|
+
cbbd/models/shot_info.py,sha256=oemjndcrFOetDWWeKj7diIhhxEYQQ6hDPVO_llsF1sg,3638
|
52
|
+
cbbd/models/shot_info_location.py,sha256=7p4ger1OiyXk2Y8aP27fOQ_exg2Q2yKRfXMLp9ORLM0,2540
|
53
|
+
cbbd/models/shot_info_shooter.py,sha256=8hHAVZQeAu02LwTNowYW2pdYS4bkrLY8dlSVVmfsNV4,2515
|
54
|
+
cbbd/models/srs_info.py,sha256=RJrDJ6chktoDkjU0rJ94XHbRZBSL0POES7UaxW9hd8w,2395
|
55
|
+
cbbd/models/team_info.py,sha256=Qpjuw0DoIiXG4XuT_Yz7Y4JcMW66z4hHoaM0IaXBqQ8,6666
|
56
|
+
cbbd/models/team_roster.py,sha256=mKgol8334aQAFQHlqKG2TfBoSsRQQMwSwZfC9wTYOY8,3295
|
57
|
+
cbbd/models/team_roster_player.py,sha256=0MfDYlr09ixqgHdBYqAINqfxtTEYX5M-Y9sIqWWiTbc,5354
|
58
|
+
cbbd/models/team_roster_player_hometown.py,sha256=6fbWbXYUfgzmCQzT5BXDB5San4Fo0YJrmSEAbAoa0E8,3980
|
59
|
+
cbbd/models/team_season_stats.py,sha256=7vtXArYaNm0GAN3iNUizPhU4AAqR3o05ZulixwLJfYY,4607
|
60
|
+
cbbd/models/team_season_unit_stats.py,sha256=YRHgmTuIBYfZlDeLz-Hov3f57r3Q8gUCpeL4EGAL06M,8287
|
61
|
+
cbbd/models/team_season_unit_stats_field_goals.py,sha256=-wugv67htS-NEdHsScQpetBHhSpbVyuTGa3Sk3XhPqE,3027
|
62
|
+
cbbd/models/team_season_unit_stats_fouls.py,sha256=_6nh7AvkDc4hbQM8Fi1iSosDkkUCvh151qAHpoTdvFY,3035
|
63
|
+
cbbd/models/team_season_unit_stats_four_factors.py,sha256=YCooj7f3EUiWyfI8hwgnyQzf9ZQr_m-axmSRFkmNUHc,3884
|
64
|
+
cbbd/models/team_season_unit_stats_points.py,sha256=nXfaMY8qjQY_f6Rpdvm5dK-AGZUYqLDbPT6zE3dWxv8,3499
|
65
|
+
cbbd/models/team_season_unit_stats_rebounds.py,sha256=jtmtpV8EV-IwCrZ3Xjh-o8zZqyFgKhcPCZlr5zZ06_s,3067
|
66
|
+
cbbd/models/team_season_unit_stats_turnovers.py,sha256=O05o-BXLmjhOOOeIK4Jpgtqf_sN_PNMT8XAqB854chM,2764
|
67
|
+
cbbd/models/venue_info.py,sha256=hCsBmEgmBrgxdn8Q9BHSmbbTVNv8V7UKmeytZDjXBME,3332
|
68
|
+
cbbd-1.15.3.dist-info/METADATA,sha256=UKgf69Ql1Bs0dfr6PXM8tfjszUNb2t5cDXtLigREOMM,764
|
69
|
+
cbbd-1.15.3.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
|
70
|
+
cbbd-1.15.3.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
71
|
+
cbbd-1.15.3.dist-info/RECORD,,
|
cbbd-1.15.1.dist-info/RECORD
DELETED
@@ -1,71 +0,0 @@
|
|
1
|
-
cbbd/__init__.py,sha256=NOa-vN1qnzQ6UzlmB-lrKdXloQyv8XH5MoqMQI6vXMQ,4371
|
2
|
-
cbbd/api_client.py,sha256=IYjMvPr0rT_V10od0AEEfJIZhyf1qupUsXVOd6JxYDg,29896
|
3
|
-
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
-
cbbd/configuration.py,sha256=8UBnN0nHAsuBeKM-CIIBeRiSvYjtnjD9T2C5QpddmOE,14799
|
5
|
-
cbbd/exceptions.py,sha256=BaimTa0Jcraxl5nkry2JkR9jcumQycTfEG0dSWl7AeI,5546
|
6
|
-
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
cbbd/rest.py,sha256=CHOwpPeQQ4dDhj4MR0XYQwUp29OJh0N0PMmeaRFwJwM,14163
|
8
|
-
cbbd/api/__init__.py,sha256=2TdxtoR2arz7-PjkaHnd22u3bu2Fo88LUsgu6d5yY3g,522
|
9
|
-
cbbd/api/conferences_api.py,sha256=qCu5R9gWd7SyKPQPTboEtN2hqrL0UqgqqebQaT2MUx8,13079
|
10
|
-
cbbd/api/draft_api.py,sha256=MuWIg7QLdokRgjOGlK_YAllNu0W0UZNaYmxgnPs1pXs,20209
|
11
|
-
cbbd/api/games_api.py,sha256=xFdZLNtsMCk7CKuncz5PoONaAzFKFWFfBZ6-gAz54sM,41195
|
12
|
-
cbbd/api/lines_api.py,sha256=243n-p-Dk2vSqtLwAZsIfs-5XHt_0deGqHAg47mcbWU,15757
|
13
|
-
cbbd/api/plays_api.py,sha256=UFToAHFoDYWqWu564vbLyFJex_cP6SdR8bCS_xiU9Nw,35262
|
14
|
-
cbbd/api/rankings_api.py,sha256=LuybDek24sctR0sHmhreSuAWEZ76AF1xuxcaHFM2r9k,10005
|
15
|
-
cbbd/api/ratings_api.py,sha256=E_Cvcn3Vrv6wQRWbOwF5HuzMY6pa1LlyHlL3cEHKc6k,15679
|
16
|
-
cbbd/api/recruiting_api.py,sha256=UG-k-tjm8JZDdFqyAWwBXlniaCFvJAtSlxxiZIElHoI,8858
|
17
|
-
cbbd/api/stats_api.py,sha256=_gug2ylEtd3KLkCYvUQb5lGitCkPyMdscAIlAUjW7Oo,20183
|
18
|
-
cbbd/api/teams_api.py,sha256=2pyurEO-jREvuT3Prqgz41NmZFMmiMS7Dj61MsMidh4,14208
|
19
|
-
cbbd/api/venues_api.py,sha256=EmoCcf4YZPegHUuIWseMn1PX9s2xpkduPcxc28_3RSg,6568
|
20
|
-
cbbd/models/__init__.py,sha256=lmdURhO5DTbmkcqVXwm_isXpadqsxiXBOMMtohv5vP8,3442
|
21
|
-
cbbd/models/adjusted_efficiency_info.py,sha256=q2a5sHoF0qKNV0JCJ9C6vxRdIsWQUzBXMmfWfVbI568,3370
|
22
|
-
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=EdFUIdMAtZ-1hKgfQpdQI35UoDlRc1A79j3rHZBQ-5o,2398
|
23
|
-
cbbd/models/conference_history.py,sha256=rvmQnJRrQlErIwgUN_vHQ5Q4uHu1-EVF8wrPP3XpTDE,3084
|
24
|
-
cbbd/models/conference_history_teams_inner.py,sha256=UcqwBBGW1sK1Tox2yvbZ1-KEHMq83HBXWBdsRNMkyd0,3130
|
25
|
-
cbbd/models/conference_info.py,sha256=lxXnwipBIl7Riq8QzmYZx7W-FWSoINg-Plg4Y577aeM,2437
|
26
|
-
cbbd/models/draft_pick.py,sha256=5YU5XW12oJthOr5437ZAoQbVGQww71e-SHvU6rDUHnE,6572
|
27
|
-
cbbd/models/draft_position.py,sha256=sjTH9x1_GjzlEPx-Ha9Gm9JQfJ8Q5JPnyIKyJ4V2ttA,2099
|
28
|
-
cbbd/models/draft_team.py,sha256=CT5HfjsIx0buEvNYTH5TijASymKx2etxIhoWTgUrqzw,2558
|
29
|
-
cbbd/models/game_box_score_players.py,sha256=QXiKjljGw5rsT7gt6j5l7s4BlS8fzGVmulVfh77MDLk,6356
|
30
|
-
cbbd/models/game_box_score_players_players_inner.py,sha256=42omr01ByLhzwwZLc4-Pz646OXldGKJ0c5tW8Yu3Z0E,12093
|
31
|
-
cbbd/models/game_box_score_team.py,sha256=1n1vOwuBdFiIooGOnVza3xwtPbYOUOKzzgZUJ6aZZuY,6387
|
32
|
-
cbbd/models/game_box_score_team_stats.py,sha256=eRLS2Ir_XeS0hpZ1lRfpRswcu6zIhb6uXL3LxTjW64U,8687
|
33
|
-
cbbd/models/game_box_score_team_stats_points.py,sha256=RimxaaawBFvtrwwBOBNgf1UsQQ2MHg6jyVRwVLIeEXo,4298
|
34
|
-
cbbd/models/game_info.py,sha256=nqq-nausboYg21h-dGPuJ9XVx48zzwo20zLqf4hgvjY,9986
|
35
|
-
cbbd/models/game_line_info.py,sha256=VwZRI-cNwey-EofQNHR8ufTLDoXwcP9mY7y6OpOJh1A,4371
|
36
|
-
cbbd/models/game_lines.py,sha256=E6-4o2E0-o4hEI3hb8-CgiGvT8xdQkT-c9sAOykpTUU,5077
|
37
|
-
cbbd/models/game_media_info.py,sha256=PPe03FNROUANGxSpvDcCk6SB4nxK4WeS7VjXNakTS5A,5672
|
38
|
-
cbbd/models/game_media_info_broadcasts_inner.py,sha256=xPhXkzF8Go6hYHvyMwUhq1QV_I4cxLSzBVu1dKBiBHk,2325
|
39
|
-
cbbd/models/game_status.py,sha256=zQpr78DzNc_gh7awTQYA0U_U-YtUkHioiHYxsMfnZM0,949
|
40
|
-
cbbd/models/line_provider_info.py,sha256=BzQHBOcffg3l8UlBcuvW_KzSiY3YkWpRll57n9L3DvE,2094
|
41
|
-
cbbd/models/play_info.py,sha256=PVePHiupP2iOkhIV0vUIQkJVxaGFbhuKgLJ3M8a4JQU,9663
|
42
|
-
cbbd/models/play_info_participants_inner.py,sha256=XsA11h4k1sgjHdguVtz_uPdeqGmtSctBRYO_1TEwlqk,2166
|
43
|
-
cbbd/models/play_type_info.py,sha256=j5P4P6WJpC82QwuPoTnbhQM0Q8Hec-SwcPyaFf_SsDM,2062
|
44
|
-
cbbd/models/player_season_stats.py,sha256=n5cw4uSgH5PU356Bf7E_3SlFHp3PmYvNEStDRlUcPUg,12542
|
45
|
-
cbbd/models/player_season_stats_win_shares.py,sha256=xbNo0_eXeA45iNr3hJQ5eLh3nhggTtjh0Wc0ffgB0Gs,3443
|
46
|
-
cbbd/models/poll_team_info.py,sha256=c6qMA4snr1w80PPkXfwS0MiSoumN7ScVEDNnDwms3SM,4422
|
47
|
-
cbbd/models/recruit.py,sha256=-Ui4WN39umYl3QFen9b5_iVKBQQZ5C-8ZpjD_WE_hzo,6394
|
48
|
-
cbbd/models/recruit_committed_to.py,sha256=ICqnGMGDFReeFux3-N_aOa5tQwQYqUK5MXpHABvX_uY,2870
|
49
|
-
cbbd/models/recruit_hometown.py,sha256=UeGqRFADFYMMeuZZhPpUooUpP3m_M8NHRjmBiB96IGU,3908
|
50
|
-
cbbd/models/season_type.py,sha256=DzgnALAQCBaq-ozp36ZyUXSFvK8L2YRSDrZFZo4wf9k,895
|
51
|
-
cbbd/models/shot_info.py,sha256=f67BzvCnJZfvCvur0ybp3qVYr7FlPzznRtpBUNoYZqY,4335
|
52
|
-
cbbd/models/shot_info_location.py,sha256=kQaHil5MJxkhzbLdyiCH9_lSKUsr1mABaUG4I5TSrXY,2144
|
53
|
-
cbbd/models/shot_info_shooter.py,sha256=l17CGTPpKT1j_0dgusnCKm-vtbUhEQY1dFNCO5tG6DI,2086
|
54
|
-
cbbd/models/srs_info.py,sha256=PkNilIFnlxD_Wgli7w6ud6y67zXjwwwZ4Udpb9H-sh0,2395
|
55
|
-
cbbd/models/team_info.py,sha256=bqMRzogaEQCnqXar3nuDnj6zxDsqokeyK5RFp0VR5Q0,6666
|
56
|
-
cbbd/models/team_roster.py,sha256=ySss6Xv7GMlxqfD99BOts7d8VTWL34vZ978x5m1bDJo,3295
|
57
|
-
cbbd/models/team_roster_player.py,sha256=Gmd2dAS71mMOg6mvWrqEPtsDswXYkKvs2VazxMGza50,5354
|
58
|
-
cbbd/models/team_roster_player_hometown.py,sha256=qFzvnKKTivNHG4hULceZnGbOnU-MzODMbRFsQykY4A8,3980
|
59
|
-
cbbd/models/team_season_stats.py,sha256=4lz71XQ2JXzccIewZnARIExleswi8EQKSkJSjTp2xT0,4467
|
60
|
-
cbbd/models/team_season_unit_stats.py,sha256=fO2F34IEzkw7an4vs4EDbiZu4_mUk-JxGa6KpchQrlI,8287
|
61
|
-
cbbd/models/team_season_unit_stats_field_goals.py,sha256=9JtNSbAyo2cToKqBQ1fnAz8F9CXW9Ri7vgtZmYJYVTY,3027
|
62
|
-
cbbd/models/team_season_unit_stats_fouls.py,sha256=m8_eYIADIsTdLGXtM7_p6WVmw61CZYw8L7ALWvE8QNw,3035
|
63
|
-
cbbd/models/team_season_unit_stats_four_factors.py,sha256=DDo1WErGAllY9vMXcDFs09AbKHTvwL_bKtZdoJzS9DA,3884
|
64
|
-
cbbd/models/team_season_unit_stats_points.py,sha256=gEg1nBHP2XxmZZuWyjeFOU8sUTlrvZ8ZvULBdAQZ-9s,3499
|
65
|
-
cbbd/models/team_season_unit_stats_rebounds.py,sha256=RdCUrQITHzmh_-XjFD4tVvNtCcjm_ESwHfTHlRbqyPg,3067
|
66
|
-
cbbd/models/team_season_unit_stats_turnovers.py,sha256=oGeJiRDix33iMF6--vWwmAZAtLemqHur61Njoymt4gg,2764
|
67
|
-
cbbd/models/venue_info.py,sha256=q61eFYETM51oOyaf35YT9qSq_aJhd_D2fG_XpD49vj4,3332
|
68
|
-
cbbd-1.15.1.dist-info/METADATA,sha256=7vM1gyox30mqFBXWJum8_QLRY_evqJ36JCPvzfbhtsA,764
|
69
|
-
cbbd-1.15.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
70
|
-
cbbd-1.15.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
71
|
-
cbbd-1.15.1.dist-info/RECORD,,
|
File without changes
|