cbbd 1.14.1__py3-none-any.whl → 1.15.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cbbd/__init__.py +2 -2
- cbbd/api/conferences_api.py +1 -1
- cbbd/api/draft_api.py +1 -1
- cbbd/api/games_api.py +1 -1
- cbbd/api/lines_api.py +1 -1
- cbbd/api/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 +25 -4
- cbbd/models/season_type.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 +25 -4
- 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.14.1.dist-info → cbbd-1.15.2.dist-info}/METADATA +1 -1
- cbbd-1.15.2.dist-info/RECORD +71 -0
- cbbd-1.14.1.dist-info/RECORD +0 -71
- {cbbd-1.14.1.dist-info → cbbd-1.15.2.dist-info}/WHEEL +0 -0
- {cbbd-1.14.1.dist-info → cbbd-1.15.2.dist-info}/top_level.txt +0 -0
cbbd/__init__.py
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
9
9
|
|
10
|
-
The version of the OpenAPI document: 1.
|
10
|
+
The version of the OpenAPI document: 1.15.2
|
11
11
|
Contact: admin@collegefootballdata.com
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "1.
|
18
|
+
__version__ = "1.15.2"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from cbbd.api.conferences_api import ConferencesApi
|
cbbd/api/conferences_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/draft_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/games_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/lines_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/plays_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/rankings_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/ratings_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/recruiting_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/stats_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/teams_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api/venues_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/api_client.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -78,7 +78,7 @@ class ApiClient:
|
|
78
78
|
self.default_headers[header_name] = header_value
|
79
79
|
self.cookie = cookie
|
80
80
|
# Set default User-Agent.
|
81
|
-
self.user_agent = 'OpenAPI-Generator/1.
|
81
|
+
self.user_agent = 'OpenAPI-Generator/1.15.2/python'
|
82
82
|
self.client_side_validation = configuration.client_side_validation
|
83
83
|
|
84
84
|
def __enter__(self):
|
cbbd/configuration.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -376,8 +376,8 @@ class Configuration:
|
|
376
376
|
return "Python SDK Debug Report:\n"\
|
377
377
|
"OS: {env}\n"\
|
378
378
|
"Python Version: {pyversion}\n"\
|
379
|
-
"Version of the API: 1.
|
380
|
-
"SDK Package Version: 1.
|
379
|
+
"Version of the API: 1.15.2\n"\
|
380
|
+
"SDK Package Version: 1.15.2".\
|
381
381
|
format(env=sys.platform, pyversion=sys.version)
|
382
382
|
|
383
383
|
def get_host_settings(self):
|
cbbd/exceptions.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/__init__.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
8
8
|
|
9
|
-
The version of the OpenAPI document: 1.
|
9
|
+
The version of the OpenAPI document: 1.15.2
|
10
10
|
Contact: admin@collegefootballdata.com
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12
12
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/conference_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/draft_pick.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/draft_position.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/draft_team.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
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.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/game_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
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.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/game_lines.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/game_media_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/game_status.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/play_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/play_type_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/poll_team_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/recruit.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/recruit_hometown.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -19,17 +19,20 @@ import re # noqa: F401
|
|
19
19
|
import json
|
20
20
|
|
21
21
|
|
22
|
-
from typing import Optional
|
23
|
-
from pydantic import BaseModel, Field, StrictStr
|
22
|
+
from typing import Optional, Union
|
23
|
+
from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
|
24
24
|
|
25
25
|
class RecruitHometown(BaseModel):
|
26
26
|
"""
|
27
27
|
RecruitHometown
|
28
28
|
"""
|
29
|
+
county_fips: Optional[StrictStr] = Field(default=..., alias="countyFips")
|
30
|
+
longitude: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
31
|
+
latitude: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
29
32
|
country: Optional[StrictStr] = Field(...)
|
30
33
|
state: Optional[StrictStr] = Field(...)
|
31
34
|
city: Optional[StrictStr] = Field(...)
|
32
|
-
__properties = ["country", "state", "city"]
|
35
|
+
__properties = ["countyFips", "longitude", "latitude", "country", "state", "city"]
|
33
36
|
|
34
37
|
class Config:
|
35
38
|
"""Pydantic configuration"""
|
@@ -55,6 +58,21 @@ class RecruitHometown(BaseModel):
|
|
55
58
|
exclude={
|
56
59
|
},
|
57
60
|
exclude_none=True)
|
61
|
+
# set to None if county_fips (nullable) is None
|
62
|
+
# and __fields_set__ contains the field
|
63
|
+
if self.county_fips is None and "county_fips" in self.__fields_set__:
|
64
|
+
_dict['countyFips'] = None
|
65
|
+
|
66
|
+
# set to None if longitude (nullable) is None
|
67
|
+
# and __fields_set__ contains the field
|
68
|
+
if self.longitude is None and "longitude" in self.__fields_set__:
|
69
|
+
_dict['longitude'] = None
|
70
|
+
|
71
|
+
# set to None if latitude (nullable) is None
|
72
|
+
# and __fields_set__ contains the field
|
73
|
+
if self.latitude is None and "latitude" in self.__fields_set__:
|
74
|
+
_dict['latitude'] = None
|
75
|
+
|
58
76
|
# set to None if country (nullable) is None
|
59
77
|
# and __fields_set__ contains the field
|
60
78
|
if self.country is None and "country" in self.__fields_set__:
|
@@ -82,6 +100,9 @@ class RecruitHometown(BaseModel):
|
|
82
100
|
return RecruitHometown.parse_obj(obj)
|
83
101
|
|
84
102
|
_obj = RecruitHometown.parse_obj({
|
103
|
+
"county_fips": obj.get("countyFips"),
|
104
|
+
"longitude": obj.get("longitude"),
|
105
|
+
"latitude": obj.get("latitude"),
|
85
106
|
"country": obj.get("country"),
|
86
107
|
"state": obj.get("state"),
|
87
108
|
"city": obj.get("city")
|
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.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/shot_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/shot_info_shooter.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/srs_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_roster.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -19,17 +19,20 @@ import re # noqa: F401
|
|
19
19
|
import json
|
20
20
|
|
21
21
|
|
22
|
-
from typing import Optional
|
23
|
-
from pydantic import BaseModel, Field, StrictStr
|
22
|
+
from typing import Optional, Union
|
23
|
+
from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
|
24
24
|
|
25
25
|
class TeamRosterPlayerHometown(BaseModel):
|
26
26
|
"""
|
27
27
|
TeamRosterPlayerHometown
|
28
28
|
"""
|
29
|
+
county_fips: Optional[StrictStr] = Field(default=..., alias="countyFips")
|
30
|
+
longitude: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
31
|
+
latitude: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
29
32
|
country: Optional[StrictStr] = Field(...)
|
30
33
|
state: Optional[StrictStr] = Field(...)
|
31
34
|
city: Optional[StrictStr] = Field(...)
|
32
|
-
__properties = ["country", "state", "city"]
|
35
|
+
__properties = ["countyFips", "longitude", "latitude", "country", "state", "city"]
|
33
36
|
|
34
37
|
class Config:
|
35
38
|
"""Pydantic configuration"""
|
@@ -55,6 +58,21 @@ class TeamRosterPlayerHometown(BaseModel):
|
|
55
58
|
exclude={
|
56
59
|
},
|
57
60
|
exclude_none=True)
|
61
|
+
# set to None if county_fips (nullable) is None
|
62
|
+
# and __fields_set__ contains the field
|
63
|
+
if self.county_fips is None and "county_fips" in self.__fields_set__:
|
64
|
+
_dict['countyFips'] = None
|
65
|
+
|
66
|
+
# set to None if longitude (nullable) is None
|
67
|
+
# and __fields_set__ contains the field
|
68
|
+
if self.longitude is None and "longitude" in self.__fields_set__:
|
69
|
+
_dict['longitude'] = None
|
70
|
+
|
71
|
+
# set to None if latitude (nullable) is None
|
72
|
+
# and __fields_set__ contains the field
|
73
|
+
if self.latitude is None and "latitude" in self.__fields_set__:
|
74
|
+
_dict['latitude'] = None
|
75
|
+
|
58
76
|
# set to None if country (nullable) is None
|
59
77
|
# and __fields_set__ contains the field
|
60
78
|
if self.country is None and "country" in self.__fields_set__:
|
@@ -82,6 +100,9 @@ class TeamRosterPlayerHometown(BaseModel):
|
|
82
100
|
return TeamRosterPlayerHometown.parse_obj(obj)
|
83
101
|
|
84
102
|
_obj = TeamRosterPlayerHometown.parse_obj({
|
103
|
+
"county_fips": obj.get("countyFips"),
|
104
|
+
"longitude": obj.get("longitude"),
|
105
|
+
"latitude": obj.get("latitude"),
|
85
106
|
"country": obj.get("country"),
|
86
107
|
"state": obj.get("state"),
|
87
108
|
"city": obj.get("city")
|
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.15.2
|
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.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/venue_info.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/rest.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.15.2
|
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=z0e22m4lOBS1ZSaxbWlH52st8ju2HS6h0dBfGobpBTo,4371
|
2
|
+
cbbd/api_client.py,sha256=VptKlJd1fj7HDOdNTaMXRv6YY3Nwj8CjX8wBCxJ8jU4,29896
|
3
|
+
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
+
cbbd/configuration.py,sha256=KbxZGgFFPO7SdR5BIAg0EgAyXXLN5oOD9YCehbZRfRs,14799
|
5
|
+
cbbd/exceptions.py,sha256=vrf6U44TlyFOWpR9ndSVXSSixnKBAFSWwgWUm4o0KlI,5546
|
6
|
+
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
cbbd/rest.py,sha256=kDaHB25gYn3dA6wLihzMC6GUf3Wm8EER078sFY3GrPg,14163
|
8
|
+
cbbd/api/__init__.py,sha256=2TdxtoR2arz7-PjkaHnd22u3bu2Fo88LUsgu6d5yY3g,522
|
9
|
+
cbbd/api/conferences_api.py,sha256=uT2nqqAWM6j8h3Hmh6Y2_9jezovF8TjnktbYKbIjWA0,13079
|
10
|
+
cbbd/api/draft_api.py,sha256=VsL478n7umPMl1l-jTEbczRA3VbGvDH68aLcKUyb4Cw,20209
|
11
|
+
cbbd/api/games_api.py,sha256=g4V5BRaHdLAdwl6R68F3E1odORrym9kIlZPzUZ9Lfuk,41195
|
12
|
+
cbbd/api/lines_api.py,sha256=PMFQlTNPKnjkZJIBX-pPALFRHYDHiYyEbrsJfZJYakk,15757
|
13
|
+
cbbd/api/plays_api.py,sha256=SzzYMz9Jq68xdDv7qTt-hyxgEV8pL1eN0YyWBtcoxtk,35262
|
14
|
+
cbbd/api/rankings_api.py,sha256=YaRwFV0owxCpowylE6R0d4SXvoalb7GxPEjNHAeEB6w,10005
|
15
|
+
cbbd/api/ratings_api.py,sha256=zH-r1rIg-n_22QhqnWUQcSJsdNKxzr2nrkFgXJrAra8,15679
|
16
|
+
cbbd/api/recruiting_api.py,sha256=F8fSLBArVVj3jX18Ma2_lZn9TsMWx2ykLK1XYIK4zpY,8858
|
17
|
+
cbbd/api/stats_api.py,sha256=yrUayNyVFOlrpCKQAoJUkhTEqCMYieUeqsGJJgcjFTk,20183
|
18
|
+
cbbd/api/teams_api.py,sha256=sqsrQof708ueX2c--BP3xCJbWFIxoGj6e2oQwW67bf8,14208
|
19
|
+
cbbd/api/venues_api.py,sha256=EI8wE5dd5y36rkHiDQ6e4zqIq2YkrjGhY91HBSnLAqE,6568
|
20
|
+
cbbd/models/__init__.py,sha256=g2dPylM8om7qQM_wGgX9130e8vMArRLnYh7WHm4xgts,3442
|
21
|
+
cbbd/models/adjusted_efficiency_info.py,sha256=hFq2LdBfWTpUpuoURaMPQwD5N7hQHDLN0mMhQ5W1Yp0,3370
|
22
|
+
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=2glawE-BkWnsxeRH76q5O3Kqh7ckIcRLzF4yjkGglug,2398
|
23
|
+
cbbd/models/conference_history.py,sha256=TUb2PXH_5VIbWhVGByg6TaT423THRpl78p68tUUgvDk,3084
|
24
|
+
cbbd/models/conference_history_teams_inner.py,sha256=bp7DmMvqwFiK5vo2Voyq-yAQ94fpTDbQumVl5EnDJrU,3130
|
25
|
+
cbbd/models/conference_info.py,sha256=wgyAHqOe2yqsn33_MgrTM7Xxu15Js5ci-BoKbqvQE0g,2437
|
26
|
+
cbbd/models/draft_pick.py,sha256=km-RSO7g9knnoD-hfOv0AQEdvQoBlX7cAwEIXnF7BDE,6572
|
27
|
+
cbbd/models/draft_position.py,sha256=TTK5G3awuwlyM_S4o6pGB8cpcqPQHz3UOvctiw4iRYc,2099
|
28
|
+
cbbd/models/draft_team.py,sha256=Qg6vpyuQVHC9hXHDx0yuK0-C5PddntYL8p2O20j9cjI,2558
|
29
|
+
cbbd/models/game_box_score_players.py,sha256=RUJ5cBXYlVrnrlOQtOo2-_ebDWqliBP0uLy61BIUsBI,6356
|
30
|
+
cbbd/models/game_box_score_players_players_inner.py,sha256=DAdblNpY1qwf93wWsqNCxl17rpmrKDrd-kDwaFdma2k,12093
|
31
|
+
cbbd/models/game_box_score_team.py,sha256=Gy7SH9MzMAny0ed1S-FEh9ONXwxrBh3OAw5gvQrYB-M,6527
|
32
|
+
cbbd/models/game_box_score_team_stats.py,sha256=3q4H9BrrYBR3pO4QjlOfESS4xHOLMRA2RfDkXexkJLU,8687
|
33
|
+
cbbd/models/game_box_score_team_stats_points.py,sha256=Zl02qVYaiU57-kqXMgQTt3ShbfGDj-lR1skgj8mZfFg,4298
|
34
|
+
cbbd/models/game_info.py,sha256=Rjr2syucmlYSgsEU10esWq63F0ckO6mRTxMKqB86vFM,9986
|
35
|
+
cbbd/models/game_line_info.py,sha256=VM-QSTWTHBOYLEtww5rXHrK9cBqS1ckg2mZkr_dwCIw,4371
|
36
|
+
cbbd/models/game_lines.py,sha256=EnzO_xFpM1smJOk1ddrwaZppjB0miBgwxDKIxwbWq5w,5077
|
37
|
+
cbbd/models/game_media_info.py,sha256=pL5F8IQZdSlocMOkcQV6H4tFPVBksbZBtaCgAKxprdY,5672
|
38
|
+
cbbd/models/game_media_info_broadcasts_inner.py,sha256=4SsGeR1_NRKZ6v--f9u1Adk2cl05IlZxi1gwB4-ut3E,2325
|
39
|
+
cbbd/models/game_status.py,sha256=c580gyoaHE-loQX0KesN7RU0yel6Ukxyubo0hZA51AI,949
|
40
|
+
cbbd/models/line_provider_info.py,sha256=6gZhEMm4YmprwbwfAFVfa_1nLdwgVTAFdGWgR3DE3FY,2094
|
41
|
+
cbbd/models/play_info.py,sha256=MzbSuAULz_a-PjRS-R0mVZalTO478uac4tMCdFB5j2I,9663
|
42
|
+
cbbd/models/play_info_participants_inner.py,sha256=FNVChvEYFQqs79XRK2Jlf4SebXba-WqOaIc4Hz1_7DI,2166
|
43
|
+
cbbd/models/play_type_info.py,sha256=NPY1uKLJjANpIZJVNkUNMuBvR6Zp-T-0J82SP0j90ss,2062
|
44
|
+
cbbd/models/player_season_stats.py,sha256=RDWyxtef3cgN-gPkjo2_4WvkjDhdOZ3jMkrgJFfQ_4I,12542
|
45
|
+
cbbd/models/player_season_stats_win_shares.py,sha256=TqlB080QRffFtNj4SQmu4hZDcYFpaC-OhtS8uxidd8I,3443
|
46
|
+
cbbd/models/poll_team_info.py,sha256=CNYzZCxtgH37FDGWhvkmH2zNUMr7LRju5J1hJXg81v4,4422
|
47
|
+
cbbd/models/recruit.py,sha256=YK8vkbd6MZ632dhJAlV-irWppgcKUCQeTCGfskZkdxo,6394
|
48
|
+
cbbd/models/recruit_committed_to.py,sha256=6bpxmbkNg8vQNOkL210XaVNbXg3znlKsd16JP1gL-QE,2870
|
49
|
+
cbbd/models/recruit_hometown.py,sha256=s5tFm17uQfbeIaKP4Gqwp7RsR3MmZhxx9IVR1nM6ZMk,3908
|
50
|
+
cbbd/models/season_type.py,sha256=03gfBgfSdVcyhL6nBcCbPmNd2v_-M04s1B897DM0_qU,895
|
51
|
+
cbbd/models/shot_info.py,sha256=eIaKxVw00F8KeklL6IPHb2FLvCq9kx-C8w5aKyQ6EEQ,4335
|
52
|
+
cbbd/models/shot_info_location.py,sha256=TQQdv0XPiK80wUbq3nRUbVAxXh0AFPjk81pW0eX0Y0k,2144
|
53
|
+
cbbd/models/shot_info_shooter.py,sha256=IddgSf25gPz0eGULH49ZCWwbIJBGdIzCclZzQE5BJTk,2086
|
54
|
+
cbbd/models/srs_info.py,sha256=ycJNmrFcXKazKl3TkOxf1JfYxOZeoXBCPsJxdjChAg0,2395
|
55
|
+
cbbd/models/team_info.py,sha256=a7NTPKWT2iR1UlX7ogxb_Q6K5LTOLbL1V3frPomwgKM,6666
|
56
|
+
cbbd/models/team_roster.py,sha256=6Gb-qGMJtOBN8SHX70MSzWoRUrbqv4iL9aS2ut7uGKI,3295
|
57
|
+
cbbd/models/team_roster_player.py,sha256=UZoFd10wTv9oFOiS0C6tAzSZ5JjfnKIuhoMlCp4p80U,5354
|
58
|
+
cbbd/models/team_roster_player_hometown.py,sha256=kYfkg8TCOsr3GD27jYTyclO9hhdIKPrEvV3ijm1eRDY,3980
|
59
|
+
cbbd/models/team_season_stats.py,sha256=v677dPZ8taTBO-wRCDB19L7o_2A76U5dqMckdmNDc1w,4607
|
60
|
+
cbbd/models/team_season_unit_stats.py,sha256=BQXInKZIDr7X3Qa-G8949NyC-ekxpNtqDo_WhLOkux0,8287
|
61
|
+
cbbd/models/team_season_unit_stats_field_goals.py,sha256=0-FoogHGGBRmjYFPyD5KLYxjwrLkilUPvE_JlMbuTVw,3027
|
62
|
+
cbbd/models/team_season_unit_stats_fouls.py,sha256=70---o1YI8QXraBhX6OYIeWNI0-wjGwsP5ZbtmP8BlY,3035
|
63
|
+
cbbd/models/team_season_unit_stats_four_factors.py,sha256=Iv4_T35NLd0-HD4LbDtG-TR_YWgugQkhJ377ovVEZAo,3884
|
64
|
+
cbbd/models/team_season_unit_stats_points.py,sha256=hyJ5WwR1JqzF9xjHRDyXhn_B-TnLrI-t_YfWhug56fQ,3499
|
65
|
+
cbbd/models/team_season_unit_stats_rebounds.py,sha256=BTdwOJsDb7Zz4EbeFN9s5g4oUusRzm9x1inGKw2Wbmw,3067
|
66
|
+
cbbd/models/team_season_unit_stats_turnovers.py,sha256=0Zb0v4f7wmBGIDEPUTVyEGFg3bemK2JijBG4Zyb-bGM,2764
|
67
|
+
cbbd/models/venue_info.py,sha256=fWrjSiM3vm6gC4_9TwCC3j7DotvTwFasn3M4PyCn-8I,3332
|
68
|
+
cbbd-1.15.2.dist-info/METADATA,sha256=A4HG5StT0qi4cC1XGvXLascKEWMiZpPq_KuVznyHsR8,764
|
69
|
+
cbbd-1.15.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
70
|
+
cbbd-1.15.2.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
71
|
+
cbbd-1.15.2.dist-info/RECORD,,
|
cbbd-1.14.1.dist-info/RECORD
DELETED
@@ -1,71 +0,0 @@
|
|
1
|
-
cbbd/__init__.py,sha256=kRpUPmrL6J7Z2aZYXgXVP_D2ff68gCkgPyrZA7dSjdE,4371
|
2
|
-
cbbd/api_client.py,sha256=XeCUKpbwfPFAllCxqxcLRHLhl7bFSlCGJL9JASySFDk,29896
|
3
|
-
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
-
cbbd/configuration.py,sha256=jhh3QMH2_Xn0uDELdXPFpnoNg9rI2nX_ftTzQ3OOA0M,14799
|
5
|
-
cbbd/exceptions.py,sha256=PwuJg3l-myd9svrybsyT5pRCdzHKw_RxO874Cs4lbLI,5546
|
6
|
-
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
cbbd/rest.py,sha256=vddQt-DC_JAXbjxhFgTN54zLfKeiG6BMWXzYcbW3Q8E,14163
|
8
|
-
cbbd/api/__init__.py,sha256=2TdxtoR2arz7-PjkaHnd22u3bu2Fo88LUsgu6d5yY3g,522
|
9
|
-
cbbd/api/conferences_api.py,sha256=4rOIbmm4q1UKokqfDBeKOeU0_sRSc4kTBoGQToJIQgk,13079
|
10
|
-
cbbd/api/draft_api.py,sha256=h-g15UW4Z577J0rDV2sFo4t4G6HmOpaaaTH7jSwIy1Y,20209
|
11
|
-
cbbd/api/games_api.py,sha256=nM-7Jl6GBzRE4cSkhHuunX4bbMJqL4GEMsZaVGbBEVw,41195
|
12
|
-
cbbd/api/lines_api.py,sha256=gP3UB6gJY-jzUKr5s02QjGthRpMG6SKNtvmg_IsLO0M,15757
|
13
|
-
cbbd/api/plays_api.py,sha256=VH54cqvzxHBrfz2rbVrq7jdf_xEisGHlcaohWgj91dg,35262
|
14
|
-
cbbd/api/rankings_api.py,sha256=ihEAueJGFhvJ9VbukCCrUo5QsIzVfB-frrtpGvzKqtU,10005
|
15
|
-
cbbd/api/ratings_api.py,sha256=x_Sgej9GfjeNbTrBLnUBE3sx3pe4ewjXUqbGGXsgfsQ,15679
|
16
|
-
cbbd/api/recruiting_api.py,sha256=1919g_65q6ZGHQ3MR8FaBwmpmuttZ1Kw8B-5chAwwoo,8858
|
17
|
-
cbbd/api/stats_api.py,sha256=_vN-gHkTPGxFVnfoUyxVs9t7qQvLZTHy_U_rbXNv88o,20183
|
18
|
-
cbbd/api/teams_api.py,sha256=RRhzruWK_Qbo8hYmITlmTRjk1JioAr5DEYLaU3fk3bU,14208
|
19
|
-
cbbd/api/venues_api.py,sha256=NuAhBlZ9tZ_PGK1rL9BA1hkvvU9QsV5AQW1-b26KE3I,6568
|
20
|
-
cbbd/models/__init__.py,sha256=kbxInwlecr3dD9ChrI6uLulybfIB2NDRCfIqF1FVqzI,3442
|
21
|
-
cbbd/models/adjusted_efficiency_info.py,sha256=XuGoEYqrJZR0YOFJIS_yH2_YOAn4AuhNU1bUjRF49q0,3370
|
22
|
-
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=ITJ7GySJrkLspSm2W1uFq_y7KyLIPnbQP0oVCAWYpuE,2398
|
23
|
-
cbbd/models/conference_history.py,sha256=MqBZP4CpLXx1RGgMiLtHgnWa7ZS5R91_X1IQH-3lyVo,3084
|
24
|
-
cbbd/models/conference_history_teams_inner.py,sha256=AChr04OhVYNdKjbDt3HJsXgDRMCC0YkmalWwqtPdpPI,3130
|
25
|
-
cbbd/models/conference_info.py,sha256=b2x1d_xjvITztTtKe8PM_DeBNYAvg7qzRxYTkSWX7hw,2437
|
26
|
-
cbbd/models/draft_pick.py,sha256=3JtRbDmOd7hIHXiZR32GsUvFHdPYfJZ_EsZqAqaarkc,6572
|
27
|
-
cbbd/models/draft_position.py,sha256=E2ejp3E8yB6NrG3pkOY7QXkKuVPoCpYjdWHIrT2UaIM,2099
|
28
|
-
cbbd/models/draft_team.py,sha256=AQclSedklgIDXNDTE5Y_hVCE80h7PiVU5plDU0cRBIw,2558
|
29
|
-
cbbd/models/game_box_score_players.py,sha256=X3wTGB__YI9eiBwDdpMsxcYFjTt3CnCuzbwr1AdKOGs,6356
|
30
|
-
cbbd/models/game_box_score_players_players_inner.py,sha256=9F6hPjXcYGDYXITa70ce90Sy8eQLsQWZHwaSOav6wGE,12093
|
31
|
-
cbbd/models/game_box_score_team.py,sha256=fu6Ldeqh5JT8asG0w7zfmNsT3gZSkkhKIzHRy1MihQo,6387
|
32
|
-
cbbd/models/game_box_score_team_stats.py,sha256=Hc3DjhOdaooxIdO51giAqoLbKO6A3EFZ_4WVr0m-JLo,8687
|
33
|
-
cbbd/models/game_box_score_team_stats_points.py,sha256=-247J_oe9pkcC8f-AAV27Xg6K_TJSQc2NCs0xmy9YEE,4298
|
34
|
-
cbbd/models/game_info.py,sha256=JxYrROkIrUUbnemfYAMtlGpSZKLC1z6ghVB6gfCKdKU,9986
|
35
|
-
cbbd/models/game_line_info.py,sha256=YztzcSO_O-d4KX6Yh_o4QRWk222OJc02qbeX8_B8_xw,4371
|
36
|
-
cbbd/models/game_lines.py,sha256=4b2M8A12CTglyVdrde3HFXt0FjuztLFgW-AEbvL3zxE,5077
|
37
|
-
cbbd/models/game_media_info.py,sha256=2jQwqsq9hKlBmDj3VtJ1llHktNY3kwrNOJn2m5KQHG0,5672
|
38
|
-
cbbd/models/game_media_info_broadcasts_inner.py,sha256=rfaB8EjjKmJZ-HNKVgA1_5od1iF00q7fL9mBMnyPm4Q,2325
|
39
|
-
cbbd/models/game_status.py,sha256=ryP8-9kcWMcHpE2k23__PzH33f0zDa0IsEF397XJzZ8,949
|
40
|
-
cbbd/models/line_provider_info.py,sha256=X6x7wEt3fOxcfCtKvyOlwJQPqBY9HdYMeqrYKZb6p58,2094
|
41
|
-
cbbd/models/play_info.py,sha256=cLMWc_nr8eGhBRdCenVwj-CvfYqJ8aC4MOD0GlLz6hk,9663
|
42
|
-
cbbd/models/play_info_participants_inner.py,sha256=1lEwhmsmufWEjzO-G54mlI9sd9Gwc1Jw_bPxdgsmTq0,2166
|
43
|
-
cbbd/models/play_type_info.py,sha256=CkJVz-lulUGF8QnGRY2cZFr_EzDvVZgDWNtzWUNXT8U,2062
|
44
|
-
cbbd/models/player_season_stats.py,sha256=BSmEStViSVROAF5C8jN20ooo0PaXWWIMmJUYVyPbIsM,12542
|
45
|
-
cbbd/models/player_season_stats_win_shares.py,sha256=Yms_ipVFr0LOKAk5gzsw_PHio-QPpFyk4nOYUX9GyGU,3443
|
46
|
-
cbbd/models/poll_team_info.py,sha256=rzuiJsaq5BKNnSHaEHJBsI7NmSmdA_Yv5AnM1sgqoo0,4422
|
47
|
-
cbbd/models/recruit.py,sha256=OsmWsvmPECv4IdIU3ayGsm7MRAnzT2vFRZKPw3BExxQ,6394
|
48
|
-
cbbd/models/recruit_committed_to.py,sha256=vfXLv0FeXeRLJDo7ezEWlKi6w2ncEP_z047Cp6CBqc0,2870
|
49
|
-
cbbd/models/recruit_hometown.py,sha256=VxZOS91wmQZe6o1RT6YOig1ec9GzZCjDqNODLJL13Wo,2835
|
50
|
-
cbbd/models/season_type.py,sha256=MYpje8O8u00z8_RanDtSH76kKbbvXVRRnHvwyGaVCqk,895
|
51
|
-
cbbd/models/shot_info.py,sha256=3QBtxxhTZrMrqE-BkkBk280FVPP5TTlMFrOTOaO9JiY,4335
|
52
|
-
cbbd/models/shot_info_location.py,sha256=YsTrunJSbQ5O1NP8k9BOv9hkJJduFnj0_jDIcViQGVw,2144
|
53
|
-
cbbd/models/shot_info_shooter.py,sha256=QBlyhotTsJAPyZrkoCSPy9vXsycX5_b5hTGqR3c9-KU,2086
|
54
|
-
cbbd/models/srs_info.py,sha256=TLFYWlG5h7JJtWexqUF_3_9z3jMORPm6QSnrg6KhBos,2395
|
55
|
-
cbbd/models/team_info.py,sha256=Eg_D9QEMb9pHAcvzo8qOG3KtcSsQPEu4h5aREvUv2xg,6666
|
56
|
-
cbbd/models/team_roster.py,sha256=IrO6JCrNSY9dFSB98Vhf-D-B84TxDBkbZZO_PJgFD2A,3295
|
57
|
-
cbbd/models/team_roster_player.py,sha256=q8YNYvdwAr9-BEvaeIG6xjySyXQ8jPt3D8pFcNPCzq4,5354
|
58
|
-
cbbd/models/team_roster_player_hometown.py,sha256=oJX7qvTQksKmNNZpjv4wKn-kOvl6EqFOEehzjlN49sw,2907
|
59
|
-
cbbd/models/team_season_stats.py,sha256=ErKGhPi2uWjKdG6lfIZ2x-z_lsFIj38srEgHI7oI0pM,4467
|
60
|
-
cbbd/models/team_season_unit_stats.py,sha256=rHTFiZgBX26RhQaFNrWhlKZ4-WdTZaRarnxd801MJX0,8287
|
61
|
-
cbbd/models/team_season_unit_stats_field_goals.py,sha256=x3B13J7TDB6O42C1hx3229dsv6_H_knNxOp-_yKww5g,3027
|
62
|
-
cbbd/models/team_season_unit_stats_fouls.py,sha256=kuuaIDIaCY18cj4jJdftfS3zLUwEX8097NXwYiozqJ0,3035
|
63
|
-
cbbd/models/team_season_unit_stats_four_factors.py,sha256=dNnYi_psv2JXbG3mvs1pVnS07NZahAKYKGb6a9J0X_U,3884
|
64
|
-
cbbd/models/team_season_unit_stats_points.py,sha256=wm4Oq8mOFcCT6TInB8Jhv5-9wiqP3bqJHGRhJV1nXPQ,3499
|
65
|
-
cbbd/models/team_season_unit_stats_rebounds.py,sha256=KQCPvP6MA6r1JbLRpD_mxvsqDRHh3nKdTB73_dSk6BE,3067
|
66
|
-
cbbd/models/team_season_unit_stats_turnovers.py,sha256=MH70ylIMv4lLeVrhn-1-ke0akXIlRlpys-oKVDFYdG8,2764
|
67
|
-
cbbd/models/venue_info.py,sha256=7nBKcumrN6oGk58pUEWRkchHz3KPwBX_CT9EkutuEHc,3332
|
68
|
-
cbbd-1.14.1.dist-info/METADATA,sha256=0nJRsDY1iJQsPE37ss7U2NjfCdVN2vaj5ExPTpNCfpM,764
|
69
|
-
cbbd-1.14.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
70
|
-
cbbd-1.14.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
71
|
-
cbbd-1.14.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|