cbbd 1.7.0__py3-none-any.whl → 1.7.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/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/season_type.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.7.0.dist-info → cbbd-1.7.1.dist-info}/METADATA +1 -1
- cbbd-1.7.1.dist-info/RECORD +56 -0
- cbbd-1.7.0.dist-info/RECORD +0 -56
- {cbbd-1.7.0.dist-info → cbbd-1.7.1.dist-info}/WHEEL +0 -0
- {cbbd-1.7.0.dist-info → cbbd-1.7.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.7.
|
10
|
+
The version of the OpenAPI document: 1.7.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.7.
|
18
|
+
__version__ = "1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
81
|
+
self.user_agent = 'OpenAPI-Generator/1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
380
|
-
"SDK Package Version: 1.7.
|
379
|
+
"Version of the API: 1.7.1\n"\
|
380
|
+
"SDK Package Version: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
9
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.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.7.
|
8
|
+
The version of the OpenAPI document: 1.7.1
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,56 @@
|
|
1
|
+
cbbd/__init__.py,sha256=F5NHScmRa2-zHzHI2SM4Tp96Zi_yTwxmN3amud2wR8Q,3545
|
2
|
+
cbbd/api_client.py,sha256=qTCV03uBKWmeRxcKO9xKOPTlddG4Fg6yyeWiwNLtsss,29894
|
3
|
+
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
+
cbbd/configuration.py,sha256=ED00zbrYAonFdYt59-fA9lWcYR7KOCEvNwaM589qfTY,14796
|
5
|
+
cbbd/exceptions.py,sha256=GLxOUyLpiDpMQRTWncqf03EuNAwiBBBdfwN3Z2N5XXI,5545
|
6
|
+
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
cbbd/rest.py,sha256=4pyaYLwY5Fyq4F9hzKCI8K-kBg6jiqDzNdKF-Qp-vM0,14162
|
8
|
+
cbbd/api/__init__.py,sha256=eZkj51ZLdv2e_6U9bEPVhek2eV3QDX6xyLoDQKMaGF4,386
|
9
|
+
cbbd/api/conferences_api.py,sha256=eiOrnwsOspbwIdPWhX1WQQF65mPtwVOuXd2iJVnjnJ4,13078
|
10
|
+
cbbd/api/games_api.py,sha256=Aw5FMOr3DiQqR_50Ak2onOmRLbN8s6JBBtwSiJcxDKs,41194
|
11
|
+
cbbd/api/lines_api.py,sha256=zl48f_TtaWwHofBq_HzAl68-tv1Bpsf1VAh0RujgK8Q,15756
|
12
|
+
cbbd/api/plays_api.py,sha256=dCOF5D2P03E5eQLG_l_l5k_ztMjtoS3vR7-ZJr0zue8,32183
|
13
|
+
cbbd/api/ratings_api.py,sha256=9nd5s18yGpJ48mHRAMah2fz5E4kTXHNdWgtKAd2HncA,15678
|
14
|
+
cbbd/api/stats_api.py,sha256=Qy2Vy-TTPV7huz1UFLc5wdROmr3POPsC50ZAfQuYqNY,20182
|
15
|
+
cbbd/api/teams_api.py,sha256=lCqBPxf0tUlZYDuNLkEix_ruup_mYY9clFZlmrXUl-E,14207
|
16
|
+
cbbd/api/venues_api.py,sha256=6QK0wtD6d0FUPwtUQTGGDc85dgeVZNrpQSRBN_YOKow,6567
|
17
|
+
cbbd/models/__init__.py,sha256=EFos465Jasvo7RYLpDTRnQnBr76ErP8w_ibHObTohiU,2753
|
18
|
+
cbbd/models/adjusted_efficiency_info.py,sha256=pulwvdROQlLWA5lLmELbouG-_aoEd-nhVJ1aFihtS2U,2909
|
19
|
+
cbbd/models/conference_history.py,sha256=_WZ9EMVU5dYjWIKaLTF50obuLBbrmijpG6_Lu73DkOc,3083
|
20
|
+
cbbd/models/conference_history_teams_inner.py,sha256=x-c1v1XD2n8Rh-frxm8MC64JKaolhnnkusfIwxRsb84,3129
|
21
|
+
cbbd/models/conference_info.py,sha256=n4CSbz4thRChUo0zjg0auBmCu8Ot2_1pCH9QbrHHAdI,2436
|
22
|
+
cbbd/models/game_box_score_players.py,sha256=0f2BQ0V-GO5uQ4hyujy1AhsMtZ9Uol1hW40yc7ADCmI,6355
|
23
|
+
cbbd/models/game_box_score_players_players_inner.py,sha256=yPFlGHjqXggtUavxbqjM1MJ7BTteqjYxxsYp3y-weew,12092
|
24
|
+
cbbd/models/game_box_score_team.py,sha256=-NtQ92NFHi-xUv6DSx26sENrI2F9TEYHGJ5zwyVhyUg,6386
|
25
|
+
cbbd/models/game_box_score_team_stats.py,sha256=nny1p1p34dVBMw9TXFoJFp4mn-gJ4hYRWe1vnRpBXJA,8686
|
26
|
+
cbbd/models/game_box_score_team_stats_points.py,sha256=lubLBCzGYiwyPszCEPi4EJm_tmPssADN0wbwopFA_Pk,4297
|
27
|
+
cbbd/models/game_info.py,sha256=YxmfluiJ6NbfKgeqBVuXEmOrduV5BHrlgHXn05r3O8k,9985
|
28
|
+
cbbd/models/game_line_info.py,sha256=4hC2IbGqcxWXkSPJtI6gcFvsmxFXFvZ7yce-EDl39EA,4370
|
29
|
+
cbbd/models/game_lines.py,sha256=abSHG8TZ0VhA_-q-1MBqO5EpzGY5HAiikCYnxVtG-yI,5076
|
30
|
+
cbbd/models/game_media_info.py,sha256=YLF8PXbSUlLSP6BIvN7bFn64-wsw82UO6a9YGabQ4Ow,5671
|
31
|
+
cbbd/models/game_media_info_broadcasts_inner.py,sha256=PrGW8lhE37J64sXKr4-8E261RmZ0zWC9L8R3v-KYnvQ,2324
|
32
|
+
cbbd/models/game_status.py,sha256=wJvVo6fQi2ArV6x5EcBGp_e5__2k1pPHfefN65vgffc,948
|
33
|
+
cbbd/models/line_provider_info.py,sha256=sBYKgSIfY70LOA2jaRj7uRrmcy7JDLTnZIE4qF9L8YY,2093
|
34
|
+
cbbd/models/play_info.py,sha256=PcAtyRD092toOdT-2SB6bBvtp1c92L2tEwhH06J9Te0,9037
|
35
|
+
cbbd/models/play_info_participants_inner.py,sha256=bJHLqJxtLvANvTrXVpN8v_pdddkjwLJiWfTZrv3VCak,2165
|
36
|
+
cbbd/models/play_type_info.py,sha256=heUIuQ0W_6awd3wctXXfZWGUpy6UyiXZ6MFAWvF9rLI,2061
|
37
|
+
cbbd/models/player_season_stats.py,sha256=4DQds9OU0_HoUjRwcLeDQ30ozQB8NRAAH7b7_SRw2Hg,11712
|
38
|
+
cbbd/models/season_type.py,sha256=sK1hB4h2rReGWpxWtuyt3mgqF0qsgJ3_TBlHqbGPEm4,894
|
39
|
+
cbbd/models/srs_info.py,sha256=t4VVcx1Z3y7DJ5nbxFXtWIw0eqzurQKPi4LwJ2VP2RQ,2394
|
40
|
+
cbbd/models/team_info.py,sha256=0iqCBvdaXduwoiohUA6106F-chq6MNz9-9cPIPP69nc,6665
|
41
|
+
cbbd/models/team_roster.py,sha256=io9d7vfsap5-uOKvccTaMrW5b1wyOx_C2tJHeRjOvh4,3294
|
42
|
+
cbbd/models/team_roster_player.py,sha256=BFZdDsbqzI-Mu2RuSEsMybo09f-okz-JcA8ZEfQN2oA,5353
|
43
|
+
cbbd/models/team_roster_player_hometown.py,sha256=4OvEnj51NtEmNQvCFRxmUhq1JpfzzAiL-EIzVL3F2Xk,2906
|
44
|
+
cbbd/models/team_season_stats.py,sha256=Of-A-A9bPsPTSfHlBWOkExubok9oHu750efZmXdYe74,4262
|
45
|
+
cbbd/models/team_season_unit_stats.py,sha256=NnvIExCf6-S1YhfjPTHAO32RYuxHgMmLwslKe04dG3s,8286
|
46
|
+
cbbd/models/team_season_unit_stats_field_goals.py,sha256=MI9PluxRDgG4MXTovItDDheaZagy7tpr7rw8UWox5xw,3026
|
47
|
+
cbbd/models/team_season_unit_stats_fouls.py,sha256=Ku3jQ9iksHIt_C1lVUPBawJeYIUjq1PX1zWHC0NDmrA,3034
|
48
|
+
cbbd/models/team_season_unit_stats_four_factors.py,sha256=6Y6nUzotRtF2ZLWIg8IgZsxOhsVzVslHKWYkS9XgrgU,3883
|
49
|
+
cbbd/models/team_season_unit_stats_points.py,sha256=LGKLVX73h1oe73PIZtiDw_Nnjxh3Fw4OvLmbEeOTJKY,3498
|
50
|
+
cbbd/models/team_season_unit_stats_rebounds.py,sha256=AihYh9rOTZilxVIH49xl2Exf1QNMsC0jHshFTjMZ3JA,3066
|
51
|
+
cbbd/models/team_season_unit_stats_turnovers.py,sha256=PdSxQSvX7i0g3C9lznMvVmlAx2paQX3ztck4NuJvxKY,2763
|
52
|
+
cbbd/models/venue_info.py,sha256=V80tuDGUFLAf8io8m3Bn7OpdDu62Pz2UO587_0d3oJk,3331
|
53
|
+
cbbd-1.7.1.dist-info/METADATA,sha256=a5gEv_KDyP8wEEoCdajyeYw7RDIrmdg-ZN4R2CKmESw,763
|
54
|
+
cbbd-1.7.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
55
|
+
cbbd-1.7.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
56
|
+
cbbd-1.7.1.dist-info/RECORD,,
|
cbbd-1.7.0.dist-info/RECORD
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
cbbd/__init__.py,sha256=MtLiDeGlw-A-TRYdUDA7TYmk3mykbANXvXas25Kspi0,3545
|
2
|
-
cbbd/api_client.py,sha256=FfRKTNiS3pJ4LVhHQEnghiw2XT0XKErQULng5JnPLmw,29894
|
3
|
-
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
-
cbbd/configuration.py,sha256=2HXgzHmv5el2Eq9GOrc4VT87D3xnHMgdMuWq0GjOJQg,14796
|
5
|
-
cbbd/exceptions.py,sha256=xkAb36fn4RmxUGUF56sSaXGpkHJ4jF7qa_PBCpre0z4,5545
|
6
|
-
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
cbbd/rest.py,sha256=PUeLpCcoTZOE5NvLG0ZlwX2PMDFun1Q5KSNNIcCIolw,14162
|
8
|
-
cbbd/api/__init__.py,sha256=eZkj51ZLdv2e_6U9bEPVhek2eV3QDX6xyLoDQKMaGF4,386
|
9
|
-
cbbd/api/conferences_api.py,sha256=7OmicLGax3eN8F-7gHp59uuQFaG0fo_h0R3pa6eQXcs,13078
|
10
|
-
cbbd/api/games_api.py,sha256=HzKa35HBQLlCeQhBOIl2Oc42UCT2TBEghNdtd649txE,41194
|
11
|
-
cbbd/api/lines_api.py,sha256=lHM8PzZ6j5LXgq5Si4wu4NTs_9hdL07yeDftfO_sj9Y,15756
|
12
|
-
cbbd/api/plays_api.py,sha256=zml_ydukWB8xnt1KqPpiWIG77lNGhwCuvutiY3j6E-w,32183
|
13
|
-
cbbd/api/ratings_api.py,sha256=0AvGVRv_SQAWwDRTVAR1SUfN8X0dIdx9R-74lbtxRWQ,15678
|
14
|
-
cbbd/api/stats_api.py,sha256=Ckhv9a6dkRSijR8Z3GKlV5g1WgT-c6tgGjm8-4KhuGE,20182
|
15
|
-
cbbd/api/teams_api.py,sha256=IthWeyx4Qqe4kDKEis2yqLPWiHEaonX8E6WcBB_FwZk,14207
|
16
|
-
cbbd/api/venues_api.py,sha256=09QBSAigTySymJWTOGYrY86h28k2oY-LPR3p8M3FPXw,6567
|
17
|
-
cbbd/models/__init__.py,sha256=EZSSjefNWgCFOoxK6G8XZI7MvkcuLcRZLxVSUmIHWP4,2753
|
18
|
-
cbbd/models/adjusted_efficiency_info.py,sha256=K7aFRAEaDEzv5__RViy-0mzO2RTAAjMwNATgmD2AvCY,2909
|
19
|
-
cbbd/models/conference_history.py,sha256=d4ghyd8zIrhtFznwAS8HQ5bzh77FHqGEMMxApLWqd74,3083
|
20
|
-
cbbd/models/conference_history_teams_inner.py,sha256=dDMQI5KCmDnRlxxqRO7UYfXhYswELRhDDslqFA033xo,3129
|
21
|
-
cbbd/models/conference_info.py,sha256=wSPZ-qCwLtFv2ma2uyO__cDlVxlu5J7_S89rOsND4Cs,2436
|
22
|
-
cbbd/models/game_box_score_players.py,sha256=FUQqixSDAMcjHMe9Gvtoco4-RqW_tE2qV1RCuunxEX0,6355
|
23
|
-
cbbd/models/game_box_score_players_players_inner.py,sha256=bGVExloNRC4NJnigekMV8rIwL3Oagsn-VTGBxb624wM,12092
|
24
|
-
cbbd/models/game_box_score_team.py,sha256=qKVvxIHAhT4eTU3VSOiwyrEZHvPsKDVNypSD8nmZNwM,6386
|
25
|
-
cbbd/models/game_box_score_team_stats.py,sha256=KX5cmROyQnWeHigKU2BRFFDv-NGHHRUVxoaT1hseQb8,8686
|
26
|
-
cbbd/models/game_box_score_team_stats_points.py,sha256=4jWEb4ghd2LF1-jdzj4tC4P5sAm13ZbqEccFV52zgnc,4297
|
27
|
-
cbbd/models/game_info.py,sha256=E7GJBsFpnWYbZV9zF0fO5LDtwYaBsUR4kcxU3ssiEPo,9985
|
28
|
-
cbbd/models/game_line_info.py,sha256=kpkAA96eFA_QKewBWpDpSmseC19vmDJIRyr2n6sjNNw,4370
|
29
|
-
cbbd/models/game_lines.py,sha256=YvHYiUInnaAPcYtgLIYITUzJ-uEIDgHMqvQOulF78Tc,5076
|
30
|
-
cbbd/models/game_media_info.py,sha256=-bb-kJcWgsA_n6zirbbVCksFfv5NoE3dIb1lxqjujhc,5671
|
31
|
-
cbbd/models/game_media_info_broadcasts_inner.py,sha256=gjDocxj-hnRlvgonLdOxtVXxAM5QjemiEccCMPJ1NrY,2324
|
32
|
-
cbbd/models/game_status.py,sha256=gAZ5PrX17apbS1pFPN6DM4v2PCHnDIhOCU6ukX2JSGg,948
|
33
|
-
cbbd/models/line_provider_info.py,sha256=7AyPJPNepfeG999xFmpeGHrMUEgaYj0qUvgd-mefQyc,2093
|
34
|
-
cbbd/models/play_info.py,sha256=T4XV427yqWxNa1tsmWa0q0afr26smKuv581AutngcUQ,9037
|
35
|
-
cbbd/models/play_info_participants_inner.py,sha256=ufD9xeKwaNkSvlC8BjdToYAaqM4dCZffqNhzJNdB2dw,2165
|
36
|
-
cbbd/models/play_type_info.py,sha256=Sc4M8A453pVoCvhGZCmjQLcbX_bc1Zv5OXqwAJuT2Sc,2061
|
37
|
-
cbbd/models/player_season_stats.py,sha256=y7beTGUKRrOXmpyC1FT8aHm8NIQn85qctbdU-CliVrE,11712
|
38
|
-
cbbd/models/season_type.py,sha256=rMwTA4pqefCtVE0Xhnt9OUFJZCrKyj7p7LDGiwXL7ak,894
|
39
|
-
cbbd/models/srs_info.py,sha256=VLUrCX75RQLullbEau9dug-wUiFv1S5jWASIj2klpik,2394
|
40
|
-
cbbd/models/team_info.py,sha256=2PevHXHvz5E3c0jYLeKEGVDRNR03WTipe-6Ch1FwZeA,6665
|
41
|
-
cbbd/models/team_roster.py,sha256=hR-1Y-CfXn8CyHuNdl3mZIWIVgo0PWeVkpUUiY0SGJo,3294
|
42
|
-
cbbd/models/team_roster_player.py,sha256=_VIIjLeKrNd2p5oYPZkwJasCnsdvcxc-4qiWaoRichk,5353
|
43
|
-
cbbd/models/team_roster_player_hometown.py,sha256=HdlhyActVEemz_oRmB09-RIuvRGlsFDW9p_jjR94kLc,2906
|
44
|
-
cbbd/models/team_season_stats.py,sha256=Tci6DiVZi2JQFHb7yi8JKBbm8DlfC4mAbKiRXYn80Js,4262
|
45
|
-
cbbd/models/team_season_unit_stats.py,sha256=6OwD0fh7cHhuhPfMlSdldiXZA_WjteviGTGmyfXqAW8,8286
|
46
|
-
cbbd/models/team_season_unit_stats_field_goals.py,sha256=bt2oEYgHB4BSx_J-q727V7P2BhxHA2K4S6Z36rOpz4o,3026
|
47
|
-
cbbd/models/team_season_unit_stats_fouls.py,sha256=mzlb0wfbzSoEH0kbnxl5ibbtXqwMx4t3FyeCI1Ws6n8,3034
|
48
|
-
cbbd/models/team_season_unit_stats_four_factors.py,sha256=ESEbilOtALAs1jTrQhROVGIyxwmt7pKHzDkAGf8FZfA,3883
|
49
|
-
cbbd/models/team_season_unit_stats_points.py,sha256=QUu9AlaG4yo9icnbzcTUnKmWK5LUvg2B45jvmRdmXnc,3498
|
50
|
-
cbbd/models/team_season_unit_stats_rebounds.py,sha256=rgAE-E7N7WTgnKdf2psKZqpSnVgPs-nU0Gvh0LFkIDU,3066
|
51
|
-
cbbd/models/team_season_unit_stats_turnovers.py,sha256=-S0GY3Z-iPl4EPKEVJiVIUPnskEPIXRY38oaW9y0PYQ,2763
|
52
|
-
cbbd/models/venue_info.py,sha256=zH-30uMcnRv0cvtANXyNWRZgoNAO3eaAvm6xhd28J-A,3331
|
53
|
-
cbbd-1.7.0.dist-info/METADATA,sha256=CRwZ_jrQf9D5lc541i8w3DUrf7gvjrKQud47TRWIGxw,763
|
54
|
-
cbbd-1.7.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
55
|
-
cbbd-1.7.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
56
|
-
cbbd-1.7.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|