cbbd 1.10.2__py3-none-any.whl → 1.11.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cbbd/__init__.py +3 -2
- cbbd/api/conferences_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/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 +2 -1
- cbbd/models/adjusted_efficiency_info.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/game_box_score_players.py +1 -1
- cbbd/models/game_box_score_players_players_inner.py +1 -1
- cbbd/models/game_box_score_team.py +1 -1
- cbbd/models/game_box_score_team_stats.py +1 -1
- cbbd/models/game_box_score_team_stats_points.py +1 -1
- cbbd/models/game_info.py +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 +12 -4
- cbbd/models/player_season_stats_win_shares.py +98 -0
- cbbd/models/poll_team_info.py +1 -1
- cbbd/models/season_type.py +1 -1
- cbbd/models/shot_info.py +1 -1
- cbbd/models/shot_info_shooter.py +1 -1
- cbbd/models/srs_info.py +1 -1
- cbbd/models/team_info.py +1 -1
- cbbd/models/team_roster.py +1 -1
- cbbd/models/team_roster_player.py +1 -1
- cbbd/models/team_roster_player_hometown.py +1 -1
- cbbd/models/team_season_stats.py +1 -1
- cbbd/models/team_season_unit_stats.py +1 -1
- cbbd/models/team_season_unit_stats_field_goals.py +1 -1
- cbbd/models/team_season_unit_stats_fouls.py +1 -1
- cbbd/models/team_season_unit_stats_four_factors.py +1 -1
- cbbd/models/team_season_unit_stats_points.py +1 -1
- cbbd/models/team_season_unit_stats_rebounds.py +1 -1
- cbbd/models/team_season_unit_stats_turnovers.py +1 -1
- cbbd/models/venue_info.py +1 -1
- cbbd/rest.py +1 -1
- {cbbd-1.10.2.dist-info → cbbd-1.11.1.dist-info}/METADATA +1 -1
- cbbd-1.11.1.dist-info/RECORD +61 -0
- cbbd-1.10.2.dist-info/RECORD +0 -60
- {cbbd-1.10.2.dist-info → cbbd-1.11.1.dist-info}/WHEEL +0 -0
- {cbbd-1.10.2.dist-info → cbbd-1.11.1.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.11.1
|
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.11.1"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from cbbd.api.conferences_api import ConferencesApi
|
@@ -60,6 +60,7 @@ from cbbd.models.play_info import PlayInfo
|
|
60
60
|
from cbbd.models.play_info_participants_inner import PlayInfoParticipantsInner
|
61
61
|
from cbbd.models.play_type_info import PlayTypeInfo
|
62
62
|
from cbbd.models.player_season_stats import PlayerSeasonStats
|
63
|
+
from cbbd.models.player_season_stats_win_shares import PlayerSeasonStatsWinShares
|
63
64
|
from cbbd.models.poll_team_info import PollTeamInfo
|
64
65
|
from cbbd.models.season_type import SeasonType
|
65
66
|
from cbbd.models.shot_info import ShotInfo
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1/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.11.1
|
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.11.1\n"\
|
380
|
+
"SDK Package Version: 1.11.1".\
|
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.11.1
|
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.11.1
|
10
10
|
Contact: admin@collegefootballdata.com
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12
12
|
|
@@ -35,6 +35,7 @@ from cbbd.models.play_info import PlayInfo
|
|
35
35
|
from cbbd.models.play_info_participants_inner import PlayInfoParticipantsInner
|
36
36
|
from cbbd.models.play_type_info import PlayTypeInfo
|
37
37
|
from cbbd.models.player_season_stats import PlayerSeasonStats
|
38
|
+
from cbbd.models.player_season_stats_win_shares import PlayerSeasonStatsWinShares
|
38
39
|
from cbbd.models.poll_team_info import PollTeamInfo
|
39
40
|
from cbbd.models.season_type import SeasonType
|
40
41
|
from cbbd.models.shot_info import ShotInfo
|
@@ -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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -21,6 +21,7 @@ import json
|
|
21
21
|
|
22
22
|
from typing import Optional, Union
|
23
23
|
from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
|
24
|
+
from cbbd.models.player_season_stats_win_shares import PlayerSeasonStatsWinShares
|
24
25
|
from cbbd.models.team_season_unit_stats_field_goals import TeamSeasonUnitStatsFieldGoals
|
25
26
|
from cbbd.models.team_season_unit_stats_rebounds import TeamSeasonUnitStatsRebounds
|
26
27
|
|
@@ -50,6 +51,7 @@ class PlayerSeasonStats(BaseModel):
|
|
50
51
|
offensive_rating: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="offensiveRating")
|
51
52
|
defensive_rating: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="defensiveRating")
|
52
53
|
net_rating: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="netRating")
|
54
|
+
porpag: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="PORPAG")
|
53
55
|
effective_field_goal_pct: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="effectiveFieldGoalPct")
|
54
56
|
true_shooting_pct: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="trueShootingPct")
|
55
57
|
assists_turnover_ratio: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="assistsTurnoverRatio")
|
@@ -60,8 +62,8 @@ class PlayerSeasonStats(BaseModel):
|
|
60
62
|
three_point_field_goals: TeamSeasonUnitStatsFieldGoals = Field(default=..., alias="threePointFieldGoals")
|
61
63
|
free_throws: TeamSeasonUnitStatsFieldGoals = Field(default=..., alias="freeThrows")
|
62
64
|
rebounds: TeamSeasonUnitStatsRebounds = Field(...)
|
63
|
-
win_shares:
|
64
|
-
__properties = ["season", "seasonLabel", "teamId", "team", "conference", "athleteId", "athleteSourceId", "name", "position", "games", "starts", "minutes", "points", "turnovers", "fouls", "assists", "steals", "blocks", "usage", "offensiveRating", "defensiveRating", "netRating", "effectiveFieldGoalPct", "trueShootingPct", "assistsTurnoverRatio", "freeThrowRate", "offensiveReboundPct", "fieldGoals", "twoPointFieldGoals", "threePointFieldGoals", "freeThrows", "rebounds", "winShares"]
|
65
|
+
win_shares: PlayerSeasonStatsWinShares = Field(default=..., alias="winShares")
|
66
|
+
__properties = ["season", "seasonLabel", "teamId", "team", "conference", "athleteId", "athleteSourceId", "name", "position", "games", "starts", "minutes", "points", "turnovers", "fouls", "assists", "steals", "blocks", "usage", "offensiveRating", "defensiveRating", "netRating", "PORPAG", "effectiveFieldGoalPct", "trueShootingPct", "assistsTurnoverRatio", "freeThrowRate", "offensiveReboundPct", "fieldGoals", "twoPointFieldGoals", "threePointFieldGoals", "freeThrows", "rebounds", "winShares"]
|
65
67
|
|
66
68
|
class Config:
|
67
69
|
"""Pydantic configuration"""
|
@@ -160,6 +162,11 @@ class PlayerSeasonStats(BaseModel):
|
|
160
162
|
if self.net_rating is None and "net_rating" in self.__fields_set__:
|
161
163
|
_dict['netRating'] = None
|
162
164
|
|
165
|
+
# set to None if porpag (nullable) is None
|
166
|
+
# and __fields_set__ contains the field
|
167
|
+
if self.porpag is None and "porpag" in self.__fields_set__:
|
168
|
+
_dict['PORPAG'] = None
|
169
|
+
|
163
170
|
# set to None if effective_field_goal_pct (nullable) is None
|
164
171
|
# and __fields_set__ contains the field
|
165
172
|
if self.effective_field_goal_pct is None and "effective_field_goal_pct" in self.__fields_set__:
|
@@ -219,6 +226,7 @@ class PlayerSeasonStats(BaseModel):
|
|
219
226
|
"offensive_rating": obj.get("offensiveRating"),
|
220
227
|
"defensive_rating": obj.get("defensiveRating"),
|
221
228
|
"net_rating": obj.get("netRating"),
|
229
|
+
"porpag": obj.get("PORPAG"),
|
222
230
|
"effective_field_goal_pct": obj.get("effectiveFieldGoalPct"),
|
223
231
|
"true_shooting_pct": obj.get("trueShootingPct"),
|
224
232
|
"assists_turnover_ratio": obj.get("assistsTurnoverRatio"),
|
@@ -229,7 +237,7 @@ class PlayerSeasonStats(BaseModel):
|
|
229
237
|
"three_point_field_goals": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("threePointFieldGoals")) if obj.get("threePointFieldGoals") is not None else None,
|
230
238
|
"free_throws": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("freeThrows")) if obj.get("freeThrows") is not None else None,
|
231
239
|
"rebounds": TeamSeasonUnitStatsRebounds.from_dict(obj.get("rebounds")) if obj.get("rebounds") is not None else None,
|
232
|
-
"win_shares":
|
240
|
+
"win_shares": PlayerSeasonStatsWinShares.from_dict(obj.get("winShares")) if obj.get("winShares") is not None else None
|
233
241
|
})
|
234
242
|
return _obj
|
235
243
|
|
@@ -0,0 +1,98 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
College Basketball Data API
|
5
|
+
|
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
|
+
|
8
|
+
The version of the OpenAPI document: 1.11.1
|
9
|
+
Contact: admin@collegefootballdata.com
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
|
+
|
12
|
+
Do not edit the class manually.
|
13
|
+
""" # noqa: E501
|
14
|
+
|
15
|
+
|
16
|
+
from __future__ import annotations
|
17
|
+
import pprint
|
18
|
+
import re # noqa: F401
|
19
|
+
import json
|
20
|
+
|
21
|
+
|
22
|
+
from typing import Optional, Union
|
23
|
+
from pydantic import BaseModel, Field, StrictFloat, StrictInt
|
24
|
+
|
25
|
+
class PlayerSeasonStatsWinShares(BaseModel):
|
26
|
+
"""
|
27
|
+
PlayerSeasonStatsWinShares
|
28
|
+
"""
|
29
|
+
total_per40: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="totalPer40")
|
30
|
+
total: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
31
|
+
defensive: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
32
|
+
offensive: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
33
|
+
__properties = ["totalPer40", "total", "defensive", "offensive"]
|
34
|
+
|
35
|
+
class Config:
|
36
|
+
"""Pydantic configuration"""
|
37
|
+
allow_population_by_field_name = True
|
38
|
+
validate_assignment = True
|
39
|
+
|
40
|
+
def to_str(self) -> str:
|
41
|
+
"""Returns the string representation of the model using alias"""
|
42
|
+
return pprint.pformat(self.dict(by_alias=True))
|
43
|
+
|
44
|
+
def to_json(self) -> str:
|
45
|
+
"""Returns the JSON representation of the model using alias"""
|
46
|
+
return json.dumps(self.to_dict())
|
47
|
+
|
48
|
+
@classmethod
|
49
|
+
def from_json(cls, json_str: str) -> PlayerSeasonStatsWinShares:
|
50
|
+
"""Create an instance of PlayerSeasonStatsWinShares from a JSON string"""
|
51
|
+
return cls.from_dict(json.loads(json_str))
|
52
|
+
|
53
|
+
def to_dict(self):
|
54
|
+
"""Returns the dictionary representation of the model using alias"""
|
55
|
+
_dict = self.dict(by_alias=True,
|
56
|
+
exclude={
|
57
|
+
},
|
58
|
+
exclude_none=True)
|
59
|
+
# set to None if total_per40 (nullable) is None
|
60
|
+
# and __fields_set__ contains the field
|
61
|
+
if self.total_per40 is None and "total_per40" in self.__fields_set__:
|
62
|
+
_dict['totalPer40'] = None
|
63
|
+
|
64
|
+
# set to None if total (nullable) is None
|
65
|
+
# and __fields_set__ contains the field
|
66
|
+
if self.total is None and "total" in self.__fields_set__:
|
67
|
+
_dict['total'] = None
|
68
|
+
|
69
|
+
# set to None if defensive (nullable) is None
|
70
|
+
# and __fields_set__ contains the field
|
71
|
+
if self.defensive is None and "defensive" in self.__fields_set__:
|
72
|
+
_dict['defensive'] = None
|
73
|
+
|
74
|
+
# set to None if offensive (nullable) is None
|
75
|
+
# and __fields_set__ contains the field
|
76
|
+
if self.offensive is None and "offensive" in self.__fields_set__:
|
77
|
+
_dict['offensive'] = None
|
78
|
+
|
79
|
+
return _dict
|
80
|
+
|
81
|
+
@classmethod
|
82
|
+
def from_dict(cls, obj: dict) -> PlayerSeasonStatsWinShares:
|
83
|
+
"""Create an instance of PlayerSeasonStatsWinShares from a dict"""
|
84
|
+
if obj is None:
|
85
|
+
return None
|
86
|
+
|
87
|
+
if not isinstance(obj, dict):
|
88
|
+
return PlayerSeasonStatsWinShares.parse_obj(obj)
|
89
|
+
|
90
|
+
_obj = PlayerSeasonStatsWinShares.parse_obj({
|
91
|
+
"total_per40": obj.get("totalPer40"),
|
92
|
+
"total": obj.get("total"),
|
93
|
+
"defensive": obj.get("defensive"),
|
94
|
+
"offensive": obj.get("offensive")
|
95
|
+
})
|
96
|
+
return _obj
|
97
|
+
|
98
|
+
|
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.11.1
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/season_type.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_season_stats.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 1.
|
8
|
+
The version of the OpenAPI document: 1.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
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.11.1
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,61 @@
|
|
1
|
+
cbbd/__init__.py,sha256=vdolWeNcsdfzoJdBelgVfQEgsnhe6bqaZoTlXvSXyag,3828
|
2
|
+
cbbd/api_client.py,sha256=EsXm6myUipex8oviXc1YwRNG4B2-gJ8mwDJ8TW7Qqo4,29896
|
3
|
+
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
+
cbbd/configuration.py,sha256=Es1phuNxAxS5W7PHLWqBFnac_yC5ZogY4Yf4i01Ho5Y,14799
|
5
|
+
cbbd/exceptions.py,sha256=k78DmtV8ANk8EXUAJ3bs_E3ZgSp7EVTgwXKKqYOV1nQ,5546
|
6
|
+
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
cbbd/rest.py,sha256=c9Gabxp3XtOqQal-LfLrUl9ZB87_bB_13udAvdD-m1I,14163
|
8
|
+
cbbd/api/__init__.py,sha256=U29aKlFG5cMzdwI6-aCdcGjclNGcvi0Me9-UNtja-6I,432
|
9
|
+
cbbd/api/conferences_api.py,sha256=dXvZX6gsGERpyr_WDvwMetI3sAW_G1LuozrSeWxt3p0,13079
|
10
|
+
cbbd/api/games_api.py,sha256=lX_o8ZfFQZrRNZebbS-oQiu0uRt2576q6Ez-BRqGv1E,41195
|
11
|
+
cbbd/api/lines_api.py,sha256=9H4k3V0GNsWktAl_M60N5MEPA2vaA6n9TzNR4y_mQTI,15757
|
12
|
+
cbbd/api/plays_api.py,sha256=9A-CQbtD8CYzgr6TvZsC3ESBfztSmMqqqytnyVwsa8A,35262
|
13
|
+
cbbd/api/rankings_api.py,sha256=2Vv9LrGTlb2didrWrH4lNZt2xNULJmg9y3ecF8ePOqo,10005
|
14
|
+
cbbd/api/ratings_api.py,sha256=ZYzrkLu8-bjLNr3aukPpi5Y6mKwFN-ewOZouz6zYRMs,15679
|
15
|
+
cbbd/api/stats_api.py,sha256=Vo_OZrChWOFO4AKOWnAh1lyGd1D2ZP3tiCZ8taa4cQc,20183
|
16
|
+
cbbd/api/teams_api.py,sha256=mNhR3ga2hVO7gV4xnLX0QOQboCnwmE83-irxGZ1BT24,14208
|
17
|
+
cbbd/api/venues_api.py,sha256=m5ARBiDt8JJxsjNXYQJ8UULbDhjqxZ0w_0TZ1qH324s,6568
|
18
|
+
cbbd/models/__init__.py,sha256=wLKcBuTdsNmpNFmVXC4q_AnBSkygWWR5ufcvb-zQRWk,2989
|
19
|
+
cbbd/models/adjusted_efficiency_info.py,sha256=KzURjOb7kUu3SH83I-eo_ZON5_UF1Lz-8NzJwBtyiiI,2910
|
20
|
+
cbbd/models/conference_history.py,sha256=B5U5wdYWYdm05l6N4nWvTV27hMK9E5RxgIrx0GR20l0,3084
|
21
|
+
cbbd/models/conference_history_teams_inner.py,sha256=JJ2qc89C4Ici3tsAtXxSElZbMYNVDwuWhzrmleIz7Lg,3130
|
22
|
+
cbbd/models/conference_info.py,sha256=TL4Bss8kHmjc8H71N44mWfT6S7l9LFiTGS2HnJfbrPU,2437
|
23
|
+
cbbd/models/game_box_score_players.py,sha256=WbLu_5IAkF62FBfxhx0bIkAa8N-ljtOZo3-JKJhAruU,6356
|
24
|
+
cbbd/models/game_box_score_players_players_inner.py,sha256=a4AmfYZWuHxJwr6EuDRutNNJfASWqDFJmEdWOb06Gdw,12093
|
25
|
+
cbbd/models/game_box_score_team.py,sha256=9TnZoI88Ox0YUU1PKFqXcXmUkI6qKM_4-n_r6vPxPrI,6387
|
26
|
+
cbbd/models/game_box_score_team_stats.py,sha256=PXQbDTDjVJGQERO1_7xbvc22hCAfR7T1hl8PlhT-nxI,8687
|
27
|
+
cbbd/models/game_box_score_team_stats_points.py,sha256=rFVLrTDgr3CriZ6dMk_-SCjU9X5dz517Z_rJ55zucj8,4298
|
28
|
+
cbbd/models/game_info.py,sha256=F2VSMwMfIOVQDxZLF8NjKvyHLPt1N1I3fwH6On-w-tU,9986
|
29
|
+
cbbd/models/game_line_info.py,sha256=aRLOi3YjG5ZaSz4aTpR5FlBbmGY1lFW75oG6hdfsFFg,4371
|
30
|
+
cbbd/models/game_lines.py,sha256=gRNea2CjA558YBvppDxJEk-y09noUrYuLSHy1GzclCY,5077
|
31
|
+
cbbd/models/game_media_info.py,sha256=bNYLNDWCFh3m4mVnO8TaJy79XHrcqgep--Q1u9UcNQY,5672
|
32
|
+
cbbd/models/game_media_info_broadcasts_inner.py,sha256=iBctQeldWNgEZIXJmhDib3FMUjOlP3VBbV9VoUvKznU,2325
|
33
|
+
cbbd/models/game_status.py,sha256=P4ukZOnX_htOoa54tiz0MuHk1YnJSh14BW6Jeww_5mg,949
|
34
|
+
cbbd/models/line_provider_info.py,sha256=cB72EVOoT5NMUAvyPtXnTHI74aI-_jdVBFQ-v6_sc1U,2094
|
35
|
+
cbbd/models/play_info.py,sha256=5ZPsn0lA4MpOuKoyzlKCTUQ46UBsDfvBMaMShgdhRlY,9663
|
36
|
+
cbbd/models/play_info_participants_inner.py,sha256=M0BnTnV7wJsgajUBEdqA8z8MBSYfgMF70Fn71tXFvFA,2166
|
37
|
+
cbbd/models/play_type_info.py,sha256=9ah0K2dEUSzrso4W_u1hNNPvmNPeLmGj8Y4umQRDZYA,2062
|
38
|
+
cbbd/models/player_season_stats.py,sha256=s4wfqsnasmK_hatyQqb-osWlZdnnAb05XihG-72wvPo,12542
|
39
|
+
cbbd/models/player_season_stats_win_shares.py,sha256=reSeCOVul0lcK0QP03L6qaQocUjK1jY77rmsL-5szww,3443
|
40
|
+
cbbd/models/poll_team_info.py,sha256=7dQOP-0ssPv3FNo72AjKhIxcmnysyoNDsX1lbi34lSw,4422
|
41
|
+
cbbd/models/season_type.py,sha256=cAFWjH-cfZfdGtknb8_kaCVeDOI-ixtc-oKUzoiYAvA,895
|
42
|
+
cbbd/models/shot_info.py,sha256=1VAO3euEFrEiLKA5uo7skWCjH9Jlodbc7NLgBPVSXdQ,3711
|
43
|
+
cbbd/models/shot_info_shooter.py,sha256=kHuCi1qHN7R02eiXZvAXutePf2jZhw_hl6D9bvGaP1A,2086
|
44
|
+
cbbd/models/srs_info.py,sha256=lMqtOywxtPHVPm9s7ooUIBVigxdopOADA7fxRuxHraI,2395
|
45
|
+
cbbd/models/team_info.py,sha256=-e5RtJra8AZ1V7sxi5UQO9oakqZAYLhEGlOnWcwZjyo,6666
|
46
|
+
cbbd/models/team_roster.py,sha256=htSR09iYaFJ0unAoct1TXPExJM3BVipe2vUGVhXcx0o,3295
|
47
|
+
cbbd/models/team_roster_player.py,sha256=WUc5S2ehCxqrlSmyxux5NI26EfT_rPdNwj4sGsB82Es,5354
|
48
|
+
cbbd/models/team_roster_player_hometown.py,sha256=ZZuzqsk9kJQCfm_MMMoKSs6ukocfewapQ1X2gHuIJ08,2907
|
49
|
+
cbbd/models/team_season_stats.py,sha256=iGXzzjA0U21Bg50MpP448a-SUXChCqfW-JfY3QR5Jdk,4263
|
50
|
+
cbbd/models/team_season_unit_stats.py,sha256=tYQpgRd_ID1DZS6YNphL-dIrFkvyVBhZG-pdwcW6mU8,8287
|
51
|
+
cbbd/models/team_season_unit_stats_field_goals.py,sha256=aBQZK0_HIAmRBCZ144hz2BjS7vEag3fY4Oyepq-KpBU,3027
|
52
|
+
cbbd/models/team_season_unit_stats_fouls.py,sha256=04gG0u1znp83GHCmchKCcoIAbUUP7UoiKNKcKXfxt-M,3035
|
53
|
+
cbbd/models/team_season_unit_stats_four_factors.py,sha256=H4cYvLkldtBz7K5q6va6_DPUREIWi9u61FNlgat0AT8,3884
|
54
|
+
cbbd/models/team_season_unit_stats_points.py,sha256=MmSU6Oxr1LjcwDEwkajjxeFf788rExFI7kZLmHgXrhk,3499
|
55
|
+
cbbd/models/team_season_unit_stats_rebounds.py,sha256=lARUQYrxzUyW4xRmAsp3bDvchnOqi1eIbB_59W-fSDI,3067
|
56
|
+
cbbd/models/team_season_unit_stats_turnovers.py,sha256=j40yBrl7NUTSXbZ0lcHjabtXMNqV7fM9sfYzyPVGj3E,2764
|
57
|
+
cbbd/models/venue_info.py,sha256=y_h5UKjY9i2RnU_3tVzDDtxsl18kAmB-PoBPd5ltA0A,3332
|
58
|
+
cbbd-1.11.1.dist-info/METADATA,sha256=V7lE7SxWEAysPZGYdvRDk5SiqHAsTfNyVpMjb9QTCrI,764
|
59
|
+
cbbd-1.11.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
60
|
+
cbbd-1.11.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
61
|
+
cbbd-1.11.1.dist-info/RECORD,,
|
cbbd-1.10.2.dist-info/RECORD
DELETED
@@ -1,60 +0,0 @@
|
|
1
|
-
cbbd/__init__.py,sha256=srGUTq6RvYneJ9Ysf8CVlgq38mHg4rb2AHXOZfX-seY,3746
|
2
|
-
cbbd/api_client.py,sha256=SCorbrwYXwrOaXo0gKGt4A4xAuXvD8O2JpYdhfXwyN8,29896
|
3
|
-
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
-
cbbd/configuration.py,sha256=S4LMHrJq9onAwCW7mhdHe0JxENN_fV4YE1XfR5gtsOc,14799
|
5
|
-
cbbd/exceptions.py,sha256=OZy0QHssvMkk_y5Iu7W8gSgYXDsGoejFjFH1ms8tVBM,5546
|
6
|
-
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
cbbd/rest.py,sha256=78ZIL2PBzxsqFcBWU-xZ99_M_Ajw07dhTXG4uq3KS_c,14163
|
8
|
-
cbbd/api/__init__.py,sha256=U29aKlFG5cMzdwI6-aCdcGjclNGcvi0Me9-UNtja-6I,432
|
9
|
-
cbbd/api/conferences_api.py,sha256=6xZClWXYKAPU1P-ENY0QPFzQTJz6uY54ym9bRRhsV9k,13079
|
10
|
-
cbbd/api/games_api.py,sha256=lTwze0TWuovYSO0EltggpppX1MPIeElvbV606Wu7i8M,41195
|
11
|
-
cbbd/api/lines_api.py,sha256=W13KtSDuo4jPCkqWnBCboULf5jvh-Ee8X2yirIrPgcE,15757
|
12
|
-
cbbd/api/plays_api.py,sha256=8JnzgzkZt3zNsHNMMWluDL8KXapQMNKRTPgoXWwpT0I,35262
|
13
|
-
cbbd/api/rankings_api.py,sha256=edcvCFsqtWI79w9xAYpzq1VmhcjvQHnokxv7zqARxPU,10005
|
14
|
-
cbbd/api/ratings_api.py,sha256=jI_42L2bANZE3iAvrko3LqHqJ1U1NjOT-PZVyZex3JY,15679
|
15
|
-
cbbd/api/stats_api.py,sha256=TvRg6ziW6vPV-tSzqR3T8mIQrS9_LV4Co-nAwcfrZuo,20183
|
16
|
-
cbbd/api/teams_api.py,sha256=PySUY09y5K_xi-dNzZBe5Xya6o6eVivUKY2gUMmmg6A,14208
|
17
|
-
cbbd/api/venues_api.py,sha256=Tlhhx3-mQ27ZAi1A5tbvZKhOvikhnmvgxrTngQGEtGE,6568
|
18
|
-
cbbd/models/__init__.py,sha256=NRtdlxmCNobQ4uhWF_vekYagjpysdsPrjhxYza7thVY,2907
|
19
|
-
cbbd/models/adjusted_efficiency_info.py,sha256=nn71AHSloaFjySvrplUp0yrkzw1t_6b5nm1xHU8z-Ls,2910
|
20
|
-
cbbd/models/conference_history.py,sha256=dyhyRFUz0rq--gNPYjcYr-Wk-hmNEZXRc4hTznIXvY0,3084
|
21
|
-
cbbd/models/conference_history_teams_inner.py,sha256=fJ-ixicKcuZXF1KN0xq0QT6wahfO3YLi6NHPN-DKTdA,3130
|
22
|
-
cbbd/models/conference_info.py,sha256=2BL6yCLArSfREzjBMrCDqW3BM_kEsXsUBnKSlC5p93w,2437
|
23
|
-
cbbd/models/game_box_score_players.py,sha256=9u7dmXPmgMDZixTCestZwlp_hH15zjp-mDBxnipa79Y,6356
|
24
|
-
cbbd/models/game_box_score_players_players_inner.py,sha256=O7xJNsduBhTJq2fk_3dFDOt3KWmtoB98zcWcWSLY5PU,12093
|
25
|
-
cbbd/models/game_box_score_team.py,sha256=ovDuthea3qa2Xp4ZVWM9SSHoEbEA16Nl-CWN5gB1H2w,6387
|
26
|
-
cbbd/models/game_box_score_team_stats.py,sha256=QIUxnPjK1La6nWN4H3bda5NVplEE-618rvu6YyuSfsU,8687
|
27
|
-
cbbd/models/game_box_score_team_stats_points.py,sha256=IX8XhAPLhTKrd_-kIJvOkw1PNuMN2vNFOd72dheURHc,4298
|
28
|
-
cbbd/models/game_info.py,sha256=4REv5B7Nqkv-2qZgK-2f82-KGvkXJiRTvsHfhlKDHiE,9986
|
29
|
-
cbbd/models/game_line_info.py,sha256=oNOchX_R-01N7ircI7wCopqbhWQLCWs68CTyR4tWI04,4371
|
30
|
-
cbbd/models/game_lines.py,sha256=p7QcJmFxx9S39cpjdEgClCx2xp4-mUPYNoF698TrBLw,5077
|
31
|
-
cbbd/models/game_media_info.py,sha256=UX4QNT6I-dhn-bm-5bXLGG9l-JIoVNGoTvZS-GNeCCM,5672
|
32
|
-
cbbd/models/game_media_info_broadcasts_inner.py,sha256=FwPvyl3EbqaXck7SnrELb9NPQNMthimL8eoCZYYZES8,2325
|
33
|
-
cbbd/models/game_status.py,sha256=fxLf0x7_li8_dpFaE4KS0G67-YOtqUpO_PwujrqHBT4,949
|
34
|
-
cbbd/models/line_provider_info.py,sha256=rTitNx01mrqmPz1mbpMzw5ECIE35JNBlUMZgF0HxadI,2094
|
35
|
-
cbbd/models/play_info.py,sha256=qHhq5FaTQMr4CHNO68EIPjkXceoOiBFhjYJkOexwL8o,9663
|
36
|
-
cbbd/models/play_info_participants_inner.py,sha256=EsCBY0g5Brb84qLAMVMnlstfHR8DLFz-3a9jw6N-2IE,2166
|
37
|
-
cbbd/models/play_type_info.py,sha256=Y2aqa8wwYsQi-zD5fWRVcgfeXwOtrWXMtTBGRUtUJtI,2062
|
38
|
-
cbbd/models/player_season_stats.py,sha256=JeSN__3O38dnX9ca3uWyF6zE5VTpQfpE8tm4JZbipaw,12119
|
39
|
-
cbbd/models/poll_team_info.py,sha256=3IjpBnut6KbsGPsQim6bd4GWqa8ruZV0_lRMzrqzaPQ,4422
|
40
|
-
cbbd/models/season_type.py,sha256=H34CortqztuvpIOS2iW9fe2qw6xH6KvsTzrsuSIkPaI,895
|
41
|
-
cbbd/models/shot_info.py,sha256=i2Sq_5knlht0fchMTos40iHWpqyXhToBob_4_qrI2fg,3711
|
42
|
-
cbbd/models/shot_info_shooter.py,sha256=kul0-kDsKK5A7aUTCre_V57O1ymnH6a3l5lZ2LQEzVI,2086
|
43
|
-
cbbd/models/srs_info.py,sha256=9mYrbc-SwSpMAWyW2W0ktXTvVIR-IhX6wdDYUDhi2Xo,2395
|
44
|
-
cbbd/models/team_info.py,sha256=dtVTDGXFfDFfiQxV_mDAwyvQH6CUtGiKkgGsxr2sTD0,6666
|
45
|
-
cbbd/models/team_roster.py,sha256=fK9TNvgir_2mL6D3rHfK_4I_BIJXw6rGuXg_a3Yncfw,3295
|
46
|
-
cbbd/models/team_roster_player.py,sha256=W_ZHogxb152WKWbALuPA6HgsCOD0Se9I5QwmIfqlA6g,5354
|
47
|
-
cbbd/models/team_roster_player_hometown.py,sha256=KYopEmVTe3oz3PUh0wRDNZ4phi_4CpZbgPdyjOjmoU4,2907
|
48
|
-
cbbd/models/team_season_stats.py,sha256=Zr2gxLDpLEn0-TNHfjrJoA-_lCme5iJcFR5fWbqKHUo,4263
|
49
|
-
cbbd/models/team_season_unit_stats.py,sha256=uXuO3zyUweNr07I8EEVef1qjbG2xWbWS7WpduhfjrIM,8287
|
50
|
-
cbbd/models/team_season_unit_stats_field_goals.py,sha256=XbBw42mlzqLgzrpx6oGeUI8IUC8Kp596qNA0hvV6OGg,3027
|
51
|
-
cbbd/models/team_season_unit_stats_fouls.py,sha256=wMvZqfIGl5tuABOg9oA4j89DeSl27Fh7c1HhBn3lQGw,3035
|
52
|
-
cbbd/models/team_season_unit_stats_four_factors.py,sha256=H91Afhc9InIaOFzReEnAfv8huYPNtOhxWe_IumU_krM,3884
|
53
|
-
cbbd/models/team_season_unit_stats_points.py,sha256=RFyXa6WvfkUMxSFblHm4qWQx_oqTqadxLrmGVmXre54,3499
|
54
|
-
cbbd/models/team_season_unit_stats_rebounds.py,sha256=K1k0DvN-JxIaZqgIAGrJfeHl-zmtyHX-pVKM1t9-xSU,3067
|
55
|
-
cbbd/models/team_season_unit_stats_turnovers.py,sha256=y4ZF1QtIB2SEM_ioFX0Y242rfrctIVqkhFppTW_cEIQ,2764
|
56
|
-
cbbd/models/venue_info.py,sha256=mCSuzV4-BvXua0y-wVfkaAuZHUbSnoI1QCo7ZEQcWxo,3332
|
57
|
-
cbbd-1.10.2.dist-info/METADATA,sha256=FjDfmHc0jxXjwvBbsBugP0IKXhE21L83wPKi72UiQOg,764
|
58
|
-
cbbd-1.10.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
59
|
-
cbbd-1.10.2.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
60
|
-
cbbd-1.10.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|