cbbd 1.11.0__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 +2 -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 +1 -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 +1 -1
- cbbd/models/player_season_stats_win_shares.py +1 -1
- 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.11.0.dist-info → cbbd-1.11.1.dist-info}/METADATA +1 -1
- cbbd-1.11.1.dist-info/RECORD +61 -0
- cbbd-1.11.0.dist-info/RECORD +0 -61
- {cbbd-1.11.0.dist-info → cbbd-1.11.1.dist-info}/WHEEL +0 -0
- {cbbd-1.11.0.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.11.
|
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.11.
|
18
|
+
__version__ = "1.11.1"
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
380
|
-
"SDK Package Version: 1.11.
|
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.11.
|
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.11.
|
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
|
|
@@ -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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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/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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.
|
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.11.0.dist-info/RECORD
DELETED
@@ -1,61 +0,0 @@
|
|
1
|
-
cbbd/__init__.py,sha256=qzXcsBbghPe98vrecHGLGn0UPWV5f4TTgn6nfRVkcqs,3828
|
2
|
-
cbbd/api_client.py,sha256=Pb0xPlWmIbmCSSRJdgpoVUTP7xVnsF30GPuWAL4COGM,29896
|
3
|
-
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
-
cbbd/configuration.py,sha256=lOlKy_AB1zG4YTyn3AGtkGJpF-fGtGFDPn2uua0wL4w,14799
|
5
|
-
cbbd/exceptions.py,sha256=-ur935RoNrSNjRrKdbbvN4eQRdeJ05EDIUf_J4rLgeo,5546
|
6
|
-
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
cbbd/rest.py,sha256=r4yPmQBFOqNFhnwD-sWYMHe7KmkgbM61BGx5fm7q3iE,14163
|
8
|
-
cbbd/api/__init__.py,sha256=U29aKlFG5cMzdwI6-aCdcGjclNGcvi0Me9-UNtja-6I,432
|
9
|
-
cbbd/api/conferences_api.py,sha256=ixeAsccnd3ZuIK20CKzZUtx9YbePWrNvHdPvzg0lJCw,13079
|
10
|
-
cbbd/api/games_api.py,sha256=TfiraMmrvPxoL7ZBcO6bnl0WkaOUnnGh4RSu0ofcC7A,41195
|
11
|
-
cbbd/api/lines_api.py,sha256=Act0xUdYyskDAHAMX-2iIssXxGVlrg6T8Xm9FpibVk4,15757
|
12
|
-
cbbd/api/plays_api.py,sha256=kkz1m74YkN7tIfeKMh4XqP3jizPG0Pm6Dwucz8XCs-g,35262
|
13
|
-
cbbd/api/rankings_api.py,sha256=oG219SWbvIuf8cowd0IFHz4sFUHcAbmMCMyCDapHXHI,10005
|
14
|
-
cbbd/api/ratings_api.py,sha256=1SFG6cdmItKWf2Xg2U3weO5lmx5AcYlrtbIV9cNUJ4I,15679
|
15
|
-
cbbd/api/stats_api.py,sha256=UcoSNN-jbY0pS41OAtRZ7WFAYO-d6uBLVrzyrFzPL7U,20183
|
16
|
-
cbbd/api/teams_api.py,sha256=HYiAKPKDmLCZd6hRFXdkSsClBWaSWykd_sEnc0y-Hmg,14208
|
17
|
-
cbbd/api/venues_api.py,sha256=THZgY4sTgmGu9cuc1y2ZVbqR9f8tsxQDcCH86_KTEJw,6568
|
18
|
-
cbbd/models/__init__.py,sha256=JRJFzdn44ikuJHUZFhosS1bLu2EcD8zHfRGCt5iP2YE,2989
|
19
|
-
cbbd/models/adjusted_efficiency_info.py,sha256=H_yhs1d9QLZbokkUz0C2fMA7XqbJat6EvHW8_PsRf2g,2910
|
20
|
-
cbbd/models/conference_history.py,sha256=lVeD93qNuOlFdAESocx27ZmOo7mIHTtlVaw6aVtlj-A,3084
|
21
|
-
cbbd/models/conference_history_teams_inner.py,sha256=TveAXCkAi0TADZwhQqvDvfPYPtKIMAf6kXg1WRpEuBk,3130
|
22
|
-
cbbd/models/conference_info.py,sha256=YWJGdWDOJAONX8cAcW4jraQTwBX1NOEOvMJwMZuKV9o,2437
|
23
|
-
cbbd/models/game_box_score_players.py,sha256=XJ-BFC6c_A6rVq2QenpokO6kGsdA6X3OdjciecsBGd8,6356
|
24
|
-
cbbd/models/game_box_score_players_players_inner.py,sha256=4vM7JRuRfG6SGVqaZDj4BTUQYah4otVWuCe1f0tQXPI,12093
|
25
|
-
cbbd/models/game_box_score_team.py,sha256=Du1zM3wI_QxoxoBh0p2eLQkmNlPko26j8AsgqA-c6u8,6387
|
26
|
-
cbbd/models/game_box_score_team_stats.py,sha256=9U-c7yCwhDBamiTvmvW2ig4nqxmr6PlhfdyoglAgol0,8687
|
27
|
-
cbbd/models/game_box_score_team_stats_points.py,sha256=2c38GXT3GB4zcDMwYuYrC4flE9mUDsJaGSkwjVHvGxQ,4298
|
28
|
-
cbbd/models/game_info.py,sha256=NtDGk3zXFEVRlk-bod2TNv5gCiOOyQ5OkdFJZdhnE-w,9986
|
29
|
-
cbbd/models/game_line_info.py,sha256=8FA2dxq5XS4vygC-qF0Ruirb2RaPGJUEmiABJLRHXXo,4371
|
30
|
-
cbbd/models/game_lines.py,sha256=3kk_tneZ1JfyoLNquUXK1M-9QOnQtKSPgqb4vbHfwlk,5077
|
31
|
-
cbbd/models/game_media_info.py,sha256=aAbhVfTljkF934eCSSFEhbxvGT_OzRobRWehkHakoj8,5672
|
32
|
-
cbbd/models/game_media_info_broadcasts_inner.py,sha256=sIZPQXuPXspoeSJK1J1mzTqbBgyaFTZXGgUhhPkVvnc,2325
|
33
|
-
cbbd/models/game_status.py,sha256=V9vSSVuoldwLxWG-PKbh5quO0Y9ikGLQ-9DnvfnsGbo,949
|
34
|
-
cbbd/models/line_provider_info.py,sha256=8sf2oXw7x_P674kulWClYGc7ryM9anFHzuCH2ZZ5vro,2094
|
35
|
-
cbbd/models/play_info.py,sha256=7Xr8FkZ5-J6DBmugJaV8Dj1AELepxDylzui-5HhtjPs,9663
|
36
|
-
cbbd/models/play_info_participants_inner.py,sha256=sh1A1SZJNv14r4woWczA1JcC3wGEuSS1WCQ6GP9YhOQ,2166
|
37
|
-
cbbd/models/play_type_info.py,sha256=w7-QkITqz2A1POyS_umXp-9Pr3IhHRZn5PyrqiibZpc,2062
|
38
|
-
cbbd/models/player_season_stats.py,sha256=oKFA2tEWueX7Ax5UuwW_reWCB9weVg5T0jAaabMj1PQ,12542
|
39
|
-
cbbd/models/player_season_stats_win_shares.py,sha256=ABxgrvSdz7YDvo8x-jJ_3VTI_Wd-_BhkQAXO4N2o6Gw,3443
|
40
|
-
cbbd/models/poll_team_info.py,sha256=59bu1IjYrOItRNllKz3ppv-k8IxwQt8DrwPLcMO6h4s,4422
|
41
|
-
cbbd/models/season_type.py,sha256=_wMg1Pb7i1rd8GXjW5TBd03ktDD15e-zeveBpDVyy20,895
|
42
|
-
cbbd/models/shot_info.py,sha256=63HCPTwU1ETVZEixk17UuDhuVSiX1XySYZGQUP3xYrY,3711
|
43
|
-
cbbd/models/shot_info_shooter.py,sha256=pqmPOeJ5pLb4ol0dIkBuWMPHgKXKtqc-yrsqcUQPZDM,2086
|
44
|
-
cbbd/models/srs_info.py,sha256=TNK0IAR51np2Qb-CtAgEnNLgsts4atnFMgyMVr_ra2U,2395
|
45
|
-
cbbd/models/team_info.py,sha256=U3dRGmgi1AhcW5e0mrY3mLxbbbAhNYuSWTgTlAG8J30,6666
|
46
|
-
cbbd/models/team_roster.py,sha256=WMGQ_vLtylA9Jksg3ekob1FV1_O6UkvRkub6k2-k9ps,3295
|
47
|
-
cbbd/models/team_roster_player.py,sha256=ygNofU9C4q1ZVLch4S6j2-vF0iBc8TVj2btcmzN_Jaw,5354
|
48
|
-
cbbd/models/team_roster_player_hometown.py,sha256=4CwOqNxsZMDhjYOErNWmSbaHmXEGmOW0vpRUGyNy2ao,2907
|
49
|
-
cbbd/models/team_season_stats.py,sha256=ZhYZ47wWLmNHdxdsGRuhrElc8MEyxgjVSTAx3-lBxx8,4263
|
50
|
-
cbbd/models/team_season_unit_stats.py,sha256=syZRVTuXgx6Syw1edlc7MsEP4U3SMC6IeuvSZOyu-sc,8287
|
51
|
-
cbbd/models/team_season_unit_stats_field_goals.py,sha256=A7xaXkqK3XBEr7SiJSAW6aG38B4wKhcgXZLV4yfUHjM,3027
|
52
|
-
cbbd/models/team_season_unit_stats_fouls.py,sha256=V8-PjNRvTHz2QdEWHialyoPaOUXEg0E171HT_A8tJTo,3035
|
53
|
-
cbbd/models/team_season_unit_stats_four_factors.py,sha256=93NNtjNWT_GbFSnsiEQVtKHdYvuk8gwnLlbuQT5cxPY,3884
|
54
|
-
cbbd/models/team_season_unit_stats_points.py,sha256=2Ood1rCMAv-zYINiJ9g0-AI2NueWs6yZVJ7-AcB37uY,3499
|
55
|
-
cbbd/models/team_season_unit_stats_rebounds.py,sha256=dNAWY3Qx0YQ7AvHz4i3p7HDKnErPWELLIU6BMzqHyb4,3067
|
56
|
-
cbbd/models/team_season_unit_stats_turnovers.py,sha256=oBnp2-nyP8ne4fi1dxZcnDR4HAWlsro6KjGpzrUncBg,2764
|
57
|
-
cbbd/models/venue_info.py,sha256=CyQW4pN2W1bkmXXsxzV9K7QXFE8DwulPm-C7FcBEYs8,3332
|
58
|
-
cbbd-1.11.0.dist-info/METADATA,sha256=8EcP6e0vu4sERm7uQHjZqur1XsAYkVeIa_S8f3VbQ2c,764
|
59
|
-
cbbd-1.11.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
60
|
-
cbbd-1.11.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
61
|
-
cbbd-1.11.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|