cbbd 1.20.2__py3-none-any.whl → 1.21.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cbbd/__init__.py +3 -3
- cbbd/api/conferences_api.py +2 -2
- cbbd/api/draft_api.py +2 -2
- cbbd/api/games_api.py +2 -2
- cbbd/api/lines_api.py +4 -2
- cbbd/api/lineups_api.py +2 -2
- cbbd/api/plays_api.py +2 -2
- cbbd/api/rankings_api.py +2 -2
- cbbd/api/ratings_api.py +2 -2
- cbbd/api/recruiting_api.py +2 -2
- cbbd/api/stats_api.py +2 -2
- cbbd/api/teams_api.py +2 -2
- cbbd/api/venues_api.py +2 -2
- cbbd/api_client.py +3 -3
- cbbd/configuration.py +4 -4
- cbbd/exceptions.py +2 -2
- cbbd/models/__init__.py +2 -2
- cbbd/models/adjusted_efficiency_info.py +2 -2
- cbbd/models/adjusted_efficiency_info_rankings.py +2 -2
- cbbd/models/conference_history.py +2 -2
- cbbd/models/conference_history_teams_inner.py +2 -2
- cbbd/models/conference_info.py +2 -2
- cbbd/models/draft_pick.py +2 -2
- cbbd/models/draft_position.py +2 -2
- cbbd/models/draft_team.py +2 -2
- cbbd/models/game_box_score_players.py +2 -2
- cbbd/models/game_box_score_players_players_inner.py +2 -2
- cbbd/models/game_box_score_team.py +2 -2
- cbbd/models/game_box_score_team_stats.py +2 -2
- cbbd/models/game_box_score_team_stats_points.py +2 -2
- cbbd/models/game_info.py +2 -2
- cbbd/models/game_line_info.py +2 -2
- cbbd/models/game_lines.py +2 -2
- cbbd/models/game_media_info.py +2 -2
- cbbd/models/game_media_info_broadcasts_inner.py +2 -2
- cbbd/models/game_status.py +2 -2
- cbbd/models/line_provider_info.py +2 -2
- cbbd/models/lineup_stats.py +2 -2
- cbbd/models/lineup_unit_stats.py +2 -2
- cbbd/models/lineup_unit_stats_four_factors.py +2 -2
- cbbd/models/lineup_unit_stats_two_pointers.py +2 -2
- cbbd/models/play_info.py +2 -2
- cbbd/models/play_info_on_floor_inner.py +2 -2
- cbbd/models/play_info_participants_inner.py +2 -2
- cbbd/models/play_type_info.py +2 -2
- cbbd/models/player_season_shooting_stats.py +10 -3
- cbbd/models/player_season_stats.py +2 -2
- cbbd/models/player_season_stats_win_shares.py +2 -2
- cbbd/models/player_subsititution.py +2 -2
- cbbd/models/player_subsititution_sub_in.py +2 -2
- cbbd/models/poll_team_info.py +2 -2
- cbbd/models/recruit.py +2 -2
- cbbd/models/recruit_committed_to.py +2 -2
- cbbd/models/recruit_hometown.py +2 -2
- cbbd/models/season_shooting_stats.py +10 -3
- cbbd/models/season_shooting_stats_attempts_breakdown.py +2 -2
- cbbd/models/season_shooting_stats_dunks.py +2 -2
- cbbd/models/season_type.py +2 -2
- cbbd/models/shooting_stats.py +2 -2
- cbbd/models/shot_info.py +2 -2
- cbbd/models/shot_info_location.py +2 -2
- cbbd/models/shot_info_shooter.py +2 -2
- cbbd/models/shot_type_breakdown.py +2 -2
- cbbd/models/srs_info.py +2 -2
- cbbd/models/team_info.py +2 -2
- cbbd/models/team_roster.py +2 -2
- cbbd/models/team_roster_player.py +2 -2
- cbbd/models/team_roster_player_hometown.py +2 -2
- cbbd/models/team_season_stats.py +2 -2
- cbbd/models/team_season_unit_stats.py +2 -2
- cbbd/models/team_season_unit_stats_field_goals.py +2 -2
- cbbd/models/team_season_unit_stats_fouls.py +2 -2
- cbbd/models/team_season_unit_stats_four_factors.py +2 -2
- cbbd/models/team_season_unit_stats_points.py +2 -2
- cbbd/models/team_season_unit_stats_rebounds.py +2 -2
- cbbd/models/team_season_unit_stats_turnovers.py +2 -2
- cbbd/models/venue_info.py +2 -2
- cbbd/rest.py +2 -2
- {cbbd-1.20.2.dist-info → cbbd-1.21.0.dist-info}/METADATA +2 -2
- cbbd-1.21.0.dist-info/RECORD +85 -0
- cbbd-1.20.2.dist-info/RECORD +0 -85
- {cbbd-1.20.2.dist-info → cbbd-1.21.0.dist-info}/WHEEL +0 -0
- {cbbd-1.20.2.dist-info → cbbd-1.21.0.dist-info}/top_level.txt +0 -0
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/play_type_info.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -35,15 +35,17 @@ class PlayerSeasonShootingStats(BaseModel):
|
|
|
35
35
|
conference: Optional[StrictStr] = Field(...)
|
|
36
36
|
tracked_shots: StrictInt = Field(default=..., alias="trackedShots")
|
|
37
37
|
assisted_pct: Union[StrictFloat, StrictInt] = Field(default=..., alias="assistedPct")
|
|
38
|
+
free_throw_rate: Union[StrictFloat, StrictInt] = Field(default=..., alias="freeThrowRate")
|
|
38
39
|
dunks: SeasonShootingStatsDunks = Field(...)
|
|
39
40
|
layups: SeasonShootingStatsDunks = Field(...)
|
|
40
41
|
tip_ins: ShotTypeBreakdown = Field(default=..., alias="tipIns")
|
|
41
42
|
two_point_jumpers: SeasonShootingStatsDunks = Field(default=..., alias="twoPointJumpers")
|
|
42
43
|
three_point_jumpers: SeasonShootingStatsDunks = Field(default=..., alias="threePointJumpers")
|
|
44
|
+
free_throws: ShotTypeBreakdown = Field(default=..., alias="freeThrows")
|
|
43
45
|
attempts_breakdown: SeasonShootingStatsAttemptsBreakdown = Field(default=..., alias="attemptsBreakdown")
|
|
44
46
|
athlete_id: StrictInt = Field(default=..., alias="athleteId")
|
|
45
47
|
athlete_name: StrictStr = Field(default=..., alias="athleteName")
|
|
46
|
-
__properties = ["season", "teamId", "team", "conference", "trackedShots", "assistedPct", "dunks", "layups", "tipIns", "twoPointJumpers", "threePointJumpers", "attemptsBreakdown", "athleteId", "athleteName"]
|
|
48
|
+
__properties = ["season", "teamId", "team", "conference", "trackedShots", "assistedPct", "freeThrowRate", "dunks", "layups", "tipIns", "twoPointJumpers", "threePointJumpers", "freeThrows", "attemptsBreakdown", "athleteId", "athleteName"]
|
|
47
49
|
|
|
48
50
|
class Config:
|
|
49
51
|
"""Pydantic configuration"""
|
|
@@ -84,6 +86,9 @@ class PlayerSeasonShootingStats(BaseModel):
|
|
|
84
86
|
# override the default output from pydantic by calling `to_dict()` of three_point_jumpers
|
|
85
87
|
if self.three_point_jumpers:
|
|
86
88
|
_dict['threePointJumpers'] = self.three_point_jumpers.to_dict()
|
|
89
|
+
# override the default output from pydantic by calling `to_dict()` of free_throws
|
|
90
|
+
if self.free_throws:
|
|
91
|
+
_dict['freeThrows'] = self.free_throws.to_dict()
|
|
87
92
|
# override the default output from pydantic by calling `to_dict()` of attempts_breakdown
|
|
88
93
|
if self.attempts_breakdown:
|
|
89
94
|
_dict['attemptsBreakdown'] = self.attempts_breakdown.to_dict()
|
|
@@ -110,11 +115,13 @@ class PlayerSeasonShootingStats(BaseModel):
|
|
|
110
115
|
"conference": obj.get("conference"),
|
|
111
116
|
"tracked_shots": obj.get("trackedShots"),
|
|
112
117
|
"assisted_pct": obj.get("assistedPct"),
|
|
118
|
+
"free_throw_rate": obj.get("freeThrowRate"),
|
|
113
119
|
"dunks": SeasonShootingStatsDunks.from_dict(obj.get("dunks")) if obj.get("dunks") is not None else None,
|
|
114
120
|
"layups": SeasonShootingStatsDunks.from_dict(obj.get("layups")) if obj.get("layups") is not None else None,
|
|
115
121
|
"tip_ins": ShotTypeBreakdown.from_dict(obj.get("tipIns")) if obj.get("tipIns") is not None else None,
|
|
116
122
|
"two_point_jumpers": SeasonShootingStatsDunks.from_dict(obj.get("twoPointJumpers")) if obj.get("twoPointJumpers") is not None else None,
|
|
117
123
|
"three_point_jumpers": SeasonShootingStatsDunks.from_dict(obj.get("threePointJumpers")) if obj.get("threePointJumpers") is not None else None,
|
|
124
|
+
"free_throws": ShotTypeBreakdown.from_dict(obj.get("freeThrows")) if obj.get("freeThrows") is not None else None,
|
|
118
125
|
"attempts_breakdown": SeasonShootingStatsAttemptsBreakdown.from_dict(obj.get("attemptsBreakdown")) if obj.get("attemptsBreakdown") is not None else None,
|
|
119
126
|
"athlete_id": obj.get("athleteId"),
|
|
120
127
|
"athlete_name": obj.get("athleteName")
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/poll_team_info.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/recruit.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/recruit_hometown.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -35,13 +35,15 @@ class SeasonShootingStats(BaseModel):
|
|
|
35
35
|
conference: Optional[StrictStr] = Field(...)
|
|
36
36
|
tracked_shots: StrictInt = Field(default=..., alias="trackedShots")
|
|
37
37
|
assisted_pct: Union[StrictFloat, StrictInt] = Field(default=..., alias="assistedPct")
|
|
38
|
+
free_throw_rate: Union[StrictFloat, StrictInt] = Field(default=..., alias="freeThrowRate")
|
|
38
39
|
dunks: SeasonShootingStatsDunks = Field(...)
|
|
39
40
|
layups: SeasonShootingStatsDunks = Field(...)
|
|
40
41
|
tip_ins: ShotTypeBreakdown = Field(default=..., alias="tipIns")
|
|
41
42
|
two_point_jumpers: SeasonShootingStatsDunks = Field(default=..., alias="twoPointJumpers")
|
|
42
43
|
three_point_jumpers: SeasonShootingStatsDunks = Field(default=..., alias="threePointJumpers")
|
|
44
|
+
free_throws: ShotTypeBreakdown = Field(default=..., alias="freeThrows")
|
|
43
45
|
attempts_breakdown: SeasonShootingStatsAttemptsBreakdown = Field(default=..., alias="attemptsBreakdown")
|
|
44
|
-
__properties = ["season", "teamId", "team", "conference", "trackedShots", "assistedPct", "dunks", "layups", "tipIns", "twoPointJumpers", "threePointJumpers", "attemptsBreakdown"]
|
|
46
|
+
__properties = ["season", "teamId", "team", "conference", "trackedShots", "assistedPct", "freeThrowRate", "dunks", "layups", "tipIns", "twoPointJumpers", "threePointJumpers", "freeThrows", "attemptsBreakdown"]
|
|
45
47
|
|
|
46
48
|
class Config:
|
|
47
49
|
"""Pydantic configuration"""
|
|
@@ -82,6 +84,9 @@ class SeasonShootingStats(BaseModel):
|
|
|
82
84
|
# override the default output from pydantic by calling `to_dict()` of three_point_jumpers
|
|
83
85
|
if self.three_point_jumpers:
|
|
84
86
|
_dict['threePointJumpers'] = self.three_point_jumpers.to_dict()
|
|
87
|
+
# override the default output from pydantic by calling `to_dict()` of free_throws
|
|
88
|
+
if self.free_throws:
|
|
89
|
+
_dict['freeThrows'] = self.free_throws.to_dict()
|
|
85
90
|
# override the default output from pydantic by calling `to_dict()` of attempts_breakdown
|
|
86
91
|
if self.attempts_breakdown:
|
|
87
92
|
_dict['attemptsBreakdown'] = self.attempts_breakdown.to_dict()
|
|
@@ -108,11 +113,13 @@ class SeasonShootingStats(BaseModel):
|
|
|
108
113
|
"conference": obj.get("conference"),
|
|
109
114
|
"tracked_shots": obj.get("trackedShots"),
|
|
110
115
|
"assisted_pct": obj.get("assistedPct"),
|
|
116
|
+
"free_throw_rate": obj.get("freeThrowRate"),
|
|
111
117
|
"dunks": SeasonShootingStatsDunks.from_dict(obj.get("dunks")) if obj.get("dunks") is not None else None,
|
|
112
118
|
"layups": SeasonShootingStatsDunks.from_dict(obj.get("layups")) if obj.get("layups") is not None else None,
|
|
113
119
|
"tip_ins": ShotTypeBreakdown.from_dict(obj.get("tipIns")) if obj.get("tipIns") is not None else None,
|
|
114
120
|
"two_point_jumpers": SeasonShootingStatsDunks.from_dict(obj.get("twoPointJumpers")) if obj.get("twoPointJumpers") is not None else None,
|
|
115
121
|
"three_point_jumpers": SeasonShootingStatsDunks.from_dict(obj.get("threePointJumpers")) if obj.get("threePointJumpers") is not None else None,
|
|
122
|
+
"free_throws": ShotTypeBreakdown.from_dict(obj.get("freeThrows")) if obj.get("freeThrows") is not None else None,
|
|
116
123
|
"attempts_breakdown": SeasonShootingStatsAttemptsBreakdown.from_dict(obj.get("attemptsBreakdown")) if obj.get("attemptsBreakdown") is not None else None
|
|
117
124
|
})
|
|
118
125
|
return _obj
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/season_type.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/shooting_stats.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/shot_info.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/shot_info_shooter.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/srs_info.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/team_info.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/team_roster.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/team_season_stats.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/models/venue_info.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
cbbd/rest.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
College Basketball Data API
|
|
5
5
|
|
|
6
|
-
This
|
|
6
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.
|
|
8
|
+
The version of the OpenAPI document: 1.21.0
|
|
9
9
|
Contact: admin@collegefootballdata.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cbbd
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.21.0
|
|
4
4
|
Summary: College Basketball Data API
|
|
5
5
|
Home-page: https://github.com/CFBD/cbbd-python
|
|
6
6
|
Author-email: admin@collegefootballdata.com
|
|
@@ -20,5 +20,5 @@ Dynamic: license
|
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
Dynamic: summary
|
|
22
22
|
|
|
23
|
-
This
|
|
23
|
+
This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
|
|
24
24
|
|