cbbd 1.12.0__py3-none-any.whl → 1.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cbbd/__init__.py +7 -2
- cbbd/api/__init__.py +1 -0
- cbbd/api/conferences_api.py +1 -1
- cbbd/api/draft_api.py +477 -0
- 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 +5 -1
- cbbd/models/adjusted_efficiency_info.py +9 -3
- cbbd/models/adjusted_efficiency_info_rankings.py +76 -0
- cbbd/models/conference_history.py +1 -1
- cbbd/models/conference_history_teams_inner.py +1 -1
- cbbd/models/conference_info.py +1 -1
- cbbd/models/draft_pick.py +154 -0
- cbbd/models/draft_position.py +74 -0
- cbbd/models/draft_team.py +82 -0
- 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_location.py +1 -1
- cbbd/models/shot_info_shooter.py +1 -1
- cbbd/models/srs_info.py +1 -1
- cbbd/models/team_info.py +1 -1
- cbbd/models/team_roster.py +1 -1
- cbbd/models/team_roster_player.py +1 -1
- cbbd/models/team_roster_player_hometown.py +1 -1
- cbbd/models/team_season_stats.py +6 -2
- 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.12.0.dist-info → cbbd-1.13.0.dist-info}/METADATA +1 -1
- cbbd-1.13.0.dist-info/RECORD +67 -0
- cbbd-1.12.0.dist-info/RECORD +0 -62
- {cbbd-1.12.0.dist-info → cbbd-1.13.0.dist-info}/WHEEL +0 -0
- {cbbd-1.12.0.dist-info → cbbd-1.13.0.dist-info}/top_level.txt +0 -0
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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/season_type.py
CHANGED
@@ -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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/shot_info.py
CHANGED
@@ -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.13.0
|
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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/shot_info_shooter.py
CHANGED
@@ -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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/srs_info.py
CHANGED
@@ -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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_info.py
CHANGED
@@ -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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_roster.py
CHANGED
@@ -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.13.0
|
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.13.0
|
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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/team_season_stats.py
CHANGED
@@ -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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -33,11 +33,13 @@ class TeamSeasonStats(BaseModel):
|
|
33
33
|
team: StrictStr = Field(...)
|
34
34
|
conference: Optional[StrictStr] = Field(...)
|
35
35
|
games: StrictInt = Field(...)
|
36
|
+
wins: Union[StrictFloat, StrictInt] = Field(...)
|
37
|
+
losses: Union[StrictFloat, StrictInt] = Field(...)
|
36
38
|
total_minutes: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="totalMinutes")
|
37
39
|
pace: Optional[Union[StrictFloat, StrictInt]] = Field(...)
|
38
40
|
offense: TeamSeasonUnitStats = Field(...)
|
39
41
|
defense: TeamSeasonUnitStats = Field(...)
|
40
|
-
__properties = ["season", "seasonLabel", "teamId", "team", "conference", "games", "totalMinutes", "pace", "offense", "defense"]
|
42
|
+
__properties = ["season", "seasonLabel", "teamId", "team", "conference", "games", "wins", "losses", "totalMinutes", "pace", "offense", "defense"]
|
41
43
|
|
42
44
|
class Config:
|
43
45
|
"""Pydantic configuration"""
|
@@ -102,6 +104,8 @@ class TeamSeasonStats(BaseModel):
|
|
102
104
|
"team": obj.get("team"),
|
103
105
|
"conference": obj.get("conference"),
|
104
106
|
"games": obj.get("games"),
|
107
|
+
"wins": obj.get("wins"),
|
108
|
+
"losses": obj.get("losses"),
|
105
109
|
"total_minutes": obj.get("totalMinutes"),
|
106
110
|
"pace": obj.get("pace"),
|
107
111
|
"offense": TeamSeasonUnitStats.from_dict(obj.get("offense")) if obj.get("offense") is not None else None,
|
@@ -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.13.0
|
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.13.0
|
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.13.0
|
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.13.0
|
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.13.0
|
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.13.0
|
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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
cbbd/models/venue_info.py
CHANGED
@@ -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.13.0
|
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.13.0
|
9
9
|
Contact: admin@collegefootballdata.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,67 @@
|
|
1
|
+
cbbd/__init__.py,sha256=cM4g4pr1xLhI1YOxyB81UXU7kbEIlExUhtf8tL4NMXc,4160
|
2
|
+
cbbd/api_client.py,sha256=RatlLlE5WZbp8sIILVGoMny_JckMkTvZsYhM-tAeoqE,29896
|
3
|
+
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
+
cbbd/configuration.py,sha256=fLwnLP4eVKtXWZZ7RuO5sPBjyz3xaZZZ1bcDWRluD9Y,14799
|
5
|
+
cbbd/exceptions.py,sha256=2ZHbe3OLIv6fs5QrKvOKzSwzgRZ9MIKHofuNTXs2YKY,5546
|
6
|
+
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
cbbd/rest.py,sha256=Rueasn-D77Jj-bUozIR6RbxsY5iXbLS2P5JDwE0nPDY,14163
|
8
|
+
cbbd/api/__init__.py,sha256=R25Ew2e4QTMuA1iy_Zj1cbFFCT9Nd0FqVjgCLIfxbB8,472
|
9
|
+
cbbd/api/conferences_api.py,sha256=6w3PGQM1SgEOxqGvYJ6pFJm68AZm__3105j9S7rO7ZA,13079
|
10
|
+
cbbd/api/draft_api.py,sha256=d8uzLWDh2lPUoh5q9XTAgoqTIJi0wg7sCjmo50tv88M,20209
|
11
|
+
cbbd/api/games_api.py,sha256=rXhl3OnsMLCNipDnoR6fwCSKgL9Yg9sV1es525rQceo,41195
|
12
|
+
cbbd/api/lines_api.py,sha256=Qo467cDgqIq866VhSFlFViCrEzXHJ5SQAlcHnA_GvQ8,15757
|
13
|
+
cbbd/api/plays_api.py,sha256=IDJG4MeSPRWc38vyBrHq5T6Z353MbI528X__64o7_Yo,35262
|
14
|
+
cbbd/api/rankings_api.py,sha256=Mr3uK1MKlSTynMERSLuP4Q0zUv2VsIHTvhrRrI56X9E,10005
|
15
|
+
cbbd/api/ratings_api.py,sha256=58mJvhxAWYJhPZk18FATzmo7vVhx5GynBEHMXCgDaSE,15679
|
16
|
+
cbbd/api/stats_api.py,sha256=AD3Fy3Z7pwP3DuBSV7NwW8qQqOt_0_FWQI0repRE-T8,20183
|
17
|
+
cbbd/api/teams_api.py,sha256=9CFPjiFZBzT6zM4hLwBXKKN4yJd3H86_bhirmijqBIw,14208
|
18
|
+
cbbd/api/venues_api.py,sha256=TlpPZGre2mlz-mfhyjnj6FibWkb3Bnm6bY6lHn17tHc,6568
|
19
|
+
cbbd/models/__init__.py,sha256=VQEMyCtApg8K-BecfyPMF1THVTrCwc8jF1TCNaILcPE,3281
|
20
|
+
cbbd/models/adjusted_efficiency_info.py,sha256=ySNamjWtXKFW2yLeQkd8sl0xvU1ULqG3MPKP88urz5c,3370
|
21
|
+
cbbd/models/adjusted_efficiency_info_rankings.py,sha256=clzyMmXw2_mT5p8Vn-xD8tAFk7JRj9g6ZOAz-0Z6hvg,2398
|
22
|
+
cbbd/models/conference_history.py,sha256=f8-VS96-Iv86ph7bVPmlZRUYZlv1ex_UjmbHR38atLc,3084
|
23
|
+
cbbd/models/conference_history_teams_inner.py,sha256=Sm85b_HZcQTqsjOmE3VwE8XYkjpWuy1Br7wH2BNYqbI,3130
|
24
|
+
cbbd/models/conference_info.py,sha256=bw7LBNwJvun67oUpKlRm8iHjIRAZ504PeZmZ83kseKg,2437
|
25
|
+
cbbd/models/draft_pick.py,sha256=DUoY-bsgDjxKpitwr8ygOHzIsqZDeHF0Q_3FC6TBZaM,6572
|
26
|
+
cbbd/models/draft_position.py,sha256=0auRbkDSbV6aaVwvf1y-fDqiOwUhAVVZcj8u3YdayTQ,2099
|
27
|
+
cbbd/models/draft_team.py,sha256=fsTfJPk34jyoX7iWDIubuFXUozpDKYseUD2H5CQ-oz8,2558
|
28
|
+
cbbd/models/game_box_score_players.py,sha256=LUgg6MFYjLjGGxF5rFfusMvJVbqaQ7p4rcgHbc30JZc,6356
|
29
|
+
cbbd/models/game_box_score_players_players_inner.py,sha256=9anin693_6hAVXyQdLoLcHEQeG_308SgHf-0OeeFJJc,12093
|
30
|
+
cbbd/models/game_box_score_team.py,sha256=n3OGWk9wgltIeLVS69Kg-WVbZxKw-lA5Nwci9-URGRA,6387
|
31
|
+
cbbd/models/game_box_score_team_stats.py,sha256=qdcEUJwxBJ4ZkqxfI-wSy9uoyeg-FcpjOiwcVMgsJuA,8687
|
32
|
+
cbbd/models/game_box_score_team_stats_points.py,sha256=hp5BqgZKlX0MaAOL_1ebBTq-WuOU3vl0URVoy6gl6fs,4298
|
33
|
+
cbbd/models/game_info.py,sha256=gq-KNmLNWuEDApI3qdPffLTsM4g3OOhVPxybbQLY15o,9986
|
34
|
+
cbbd/models/game_line_info.py,sha256=ZsvJKDB9eL9wvwNMqWKhT9XIj-4SVll3F4C7bWnZpQA,4371
|
35
|
+
cbbd/models/game_lines.py,sha256=S5E7fTMktfwEUB7uP3blyvPfxd9hQrFrkfD8bBkCV8c,5077
|
36
|
+
cbbd/models/game_media_info.py,sha256=r9mHZpM015tViq2lCip2OmcfM0-BQKjStaeuTyJNSzE,5672
|
37
|
+
cbbd/models/game_media_info_broadcasts_inner.py,sha256=Av0KTDw50neqvld6QBeax206yoGW8K9blFsG5yUtGV0,2325
|
38
|
+
cbbd/models/game_status.py,sha256=NMnI_WdZdKm16NOj8hZR7Dq-sLzAMLAVzOTUeiemgU4,949
|
39
|
+
cbbd/models/line_provider_info.py,sha256=ao5sqQTAYCfeRo6GQ31m-OS8YIoA-CA5Kb_AXQbW5ME,2094
|
40
|
+
cbbd/models/play_info.py,sha256=B2oUwGocPkWwtmptJtKVKXjQU5jbJ5GOjs_nWrFo-Co,9663
|
41
|
+
cbbd/models/play_info_participants_inner.py,sha256=zJvRziZqZsOylSsGvy-REsFSh_V606qvEf4IxSldpTM,2166
|
42
|
+
cbbd/models/play_type_info.py,sha256=OUWf-4TlH4E6neDAC86m26mO9ASBYry8715wauu4t9Q,2062
|
43
|
+
cbbd/models/player_season_stats.py,sha256=4lMf84N7u2HmFbZjSwS-CzxMGoPCEQCmYU6LhKQ_Wzg,12542
|
44
|
+
cbbd/models/player_season_stats_win_shares.py,sha256=5bGESJHMomJ9SnAtf_UPMIXEvmFmr5T-yJzYJPoESpU,3443
|
45
|
+
cbbd/models/poll_team_info.py,sha256=HsVY1ZN1sqzBqXHzvpfUUYlLfs3L5Jq241luKEBLylI,4422
|
46
|
+
cbbd/models/season_type.py,sha256=060EqcBq4d83RKtIdUXijErTMQHMATo0w8mSAGKV2d4,895
|
47
|
+
cbbd/models/shot_info.py,sha256=m3IX9onknex_nK6cAGRVDXSx03HPHTpVjtHiK0KmG1U,4335
|
48
|
+
cbbd/models/shot_info_location.py,sha256=Sxc-HPWhmyNWWDsxt-0ngcRs_v8wqf8HysE31yUhpGE,2144
|
49
|
+
cbbd/models/shot_info_shooter.py,sha256=bHTnYasQdUCiOTDyAA2kOx3Y6coosMwdEQhwrf67qNU,2086
|
50
|
+
cbbd/models/srs_info.py,sha256=r7odqpdFuwQH5WBf3NQilkDI1hmJMrExOShFP3COUSA,2395
|
51
|
+
cbbd/models/team_info.py,sha256=Uz8iCjTLq1V32xdFaMsssl425rlWwt7lJH3MQ7mDTsQ,6666
|
52
|
+
cbbd/models/team_roster.py,sha256=lCGEcVifJPpKU4SfjxjYGUvsZRPN3mxY9hgJ9tkrjdk,3295
|
53
|
+
cbbd/models/team_roster_player.py,sha256=9pkryymZELLqF5bZl5yHBjJefCERJcSTv3qXZR-pjkk,5354
|
54
|
+
cbbd/models/team_roster_player_hometown.py,sha256=gBl7zbwH9YCjCUOp8LakprPclPujmKQShSc381a6uno,2907
|
55
|
+
cbbd/models/team_season_stats.py,sha256=Jec3G34WhKeTUTVSZYjfEk2FbY0hPO1WIL2eoupYfoE,4467
|
56
|
+
cbbd/models/team_season_unit_stats.py,sha256=tJ8FCHtGUJKYvfIS_diBIfPdLHljiW638PgfUUiEHsA,8287
|
57
|
+
cbbd/models/team_season_unit_stats_field_goals.py,sha256=3aPmZXWkKcR4onKU5ZgcSVLoGbpu2-rJeOsUhGjOpnA,3027
|
58
|
+
cbbd/models/team_season_unit_stats_fouls.py,sha256=68MjA0-HlpCZFl1ZrNwvbks-krBabBH76PET18GCyo4,3035
|
59
|
+
cbbd/models/team_season_unit_stats_four_factors.py,sha256=wUETMImZLVhgV0idMd3WE-w0qTbjGYwS9ZuBOyh5lV0,3884
|
60
|
+
cbbd/models/team_season_unit_stats_points.py,sha256=-U8xJ1Q-qA65BLfYQ8VvAni5ocBsD6UWnxR1QhEeFh0,3499
|
61
|
+
cbbd/models/team_season_unit_stats_rebounds.py,sha256=l0z80hp88I6dJfbh7RzmUd4Ek5ncMRNGWge9E5M_wJE,3067
|
62
|
+
cbbd/models/team_season_unit_stats_turnovers.py,sha256=MFH8vns7N30KjLkYII-6zqQ7ENbQoAXbeDSuEPlw_NI,2764
|
63
|
+
cbbd/models/venue_info.py,sha256=8ocnLwJhCptZDfazWg7g8Vs6VO4fFa_KKnhMsfVc5ww,3332
|
64
|
+
cbbd-1.13.0.dist-info/METADATA,sha256=9GpDkz4rRV-jn96B6Nq0EGFvGPmAQE7hPc2SZSiHkTk,764
|
65
|
+
cbbd-1.13.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
66
|
+
cbbd-1.13.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
67
|
+
cbbd-1.13.0.dist-info/RECORD,,
|
cbbd-1.12.0.dist-info/RECORD
DELETED
@@ -1,62 +0,0 @@
|
|
1
|
-
cbbd/__init__.py,sha256=QsDjZwX1XXOl7_MCe-RnxOYp9v1cYY8Vsa4PhUdWXAk,3888
|
2
|
-
cbbd/api_client.py,sha256=cbrcXaqbTS51Bez3GjeoZ3h8CbB6jVgA9ZaxgaGF1qE,29896
|
3
|
-
cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
4
|
-
cbbd/configuration.py,sha256=mHtRCTWxYZ8lAog0Hh4Sljp3Guwu71hgKpRZO7xMtR0,14799
|
5
|
-
cbbd/exceptions.py,sha256=cfGdvKwOGvA42Bal9rlR6XwqmkZ_K8A_u6bDHyXrbss,5546
|
6
|
-
cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
cbbd/rest.py,sha256=AZjd0gCHTNj6mL0ghpmtSNG1SAEDRsIj7KJwy41JfmU,14163
|
8
|
-
cbbd/api/__init__.py,sha256=U29aKlFG5cMzdwI6-aCdcGjclNGcvi0Me9-UNtja-6I,432
|
9
|
-
cbbd/api/conferences_api.py,sha256=wGelFGdPLiuytUgmmz8ylVSWgeLaCMlQGgNb-3nz6Us,13079
|
10
|
-
cbbd/api/games_api.py,sha256=vl0k9s-07m6NaMpb2Olt_RCnUb6o4pxE_XAWxkqlT-Y,41195
|
11
|
-
cbbd/api/lines_api.py,sha256=KRNLs_Pr2ltoEBNjFNEEb2eTp-UloHRkUDcv-W6eXUk,15757
|
12
|
-
cbbd/api/plays_api.py,sha256=Clv17-kKEirfP29Siwz7GiAQpShWcPnlV1jCmYkmu1g,35262
|
13
|
-
cbbd/api/rankings_api.py,sha256=nO9N1b5WawXPtn48-Pl1f0PBzUFCcDSN-BSJjaYu5oY,10005
|
14
|
-
cbbd/api/ratings_api.py,sha256=URNbxEFd1JzEo_aTf_KFWmpddWqwN8sKMyMtRAyp2nQ,15679
|
15
|
-
cbbd/api/stats_api.py,sha256=-cmDj_A4uVFY5GBUvC_vap9xo_2lhoG4gcLlgDFQdlE,20183
|
16
|
-
cbbd/api/teams_api.py,sha256=TKaGd8sJrrI78WnIAnnXto5Y8uCATphbZiWVfdX6RjY,14208
|
17
|
-
cbbd/api/venues_api.py,sha256=sYwBMLPWsbIvrfp1w116sMCcdIPktpEfnomb1KkX7dw,6568
|
18
|
-
cbbd/models/__init__.py,sha256=BDCukS9UxQYk96p9HJAoHVYIh2wxB6KfHyr0jL3chHA,3049
|
19
|
-
cbbd/models/adjusted_efficiency_info.py,sha256=px6h4YPtBMnLBYQr5vUaDuBd6g69_CLyXamfa34mbX8,2910
|
20
|
-
cbbd/models/conference_history.py,sha256=b-1cKrtXMM6KiOHYtobZn2CMXSJAMJ5V4wMlxlHP7Lc,3084
|
21
|
-
cbbd/models/conference_history_teams_inner.py,sha256=qqEtgF3p40TnWY3cZk4nw-SBUdJAPBf9oItwoQKQzYQ,3130
|
22
|
-
cbbd/models/conference_info.py,sha256=GM0nr_YazDwR-QfW0U6PjffMAjabbce5GWRSHR4-36k,2437
|
23
|
-
cbbd/models/game_box_score_players.py,sha256=P73pKYIUdwiHfQhAec-Kfm6XZ-_75qBNQmGuGInsWZg,6356
|
24
|
-
cbbd/models/game_box_score_players_players_inner.py,sha256=EkdQ1StuP-_3YWNOc331mCer5Tvjlleu46D3Es-oiV8,12093
|
25
|
-
cbbd/models/game_box_score_team.py,sha256=jVDOSMcQ1pF1LoRalXKkKUA6JYH_bjx8xDq165ZCiXs,6387
|
26
|
-
cbbd/models/game_box_score_team_stats.py,sha256=yCv7rKDddVAFep1wGT0s7HsYMwVzX7AlPmJw8rZxSDg,8687
|
27
|
-
cbbd/models/game_box_score_team_stats_points.py,sha256=65P9hCLD-39qd1ghtOu3sEWJuJUiCAL9RATWJo8DVvE,4298
|
28
|
-
cbbd/models/game_info.py,sha256=uqvCRwWGAG15ZwMR4jIjzAcNlUDNJ0cotJWNRCZfohI,9986
|
29
|
-
cbbd/models/game_line_info.py,sha256=BVysysUqtyiY4-1aqqQvsTidAYyHRhVKPrhKJ99rEUE,4371
|
30
|
-
cbbd/models/game_lines.py,sha256=jmArTKGUIv5d2nME8g__pwGGqG_5PijRqxxbR6aN2R4,5077
|
31
|
-
cbbd/models/game_media_info.py,sha256=7XTe0ojymt9GFyBbPAEre08cBrTYxg2dupq4Kdsn5oA,5672
|
32
|
-
cbbd/models/game_media_info_broadcasts_inner.py,sha256=lcPF-1zSOdLfgG5Vdh27JKwjB3DrvFcBl826IvoInRw,2325
|
33
|
-
cbbd/models/game_status.py,sha256=87-9q9WYifYs978DFKdS2DDfJMznvMUHri4xGnRBi2g,949
|
34
|
-
cbbd/models/line_provider_info.py,sha256=X36g5IPmVoqXS9vaVsWi8W34_G1fW114t5lIi1oRSE0,2094
|
35
|
-
cbbd/models/play_info.py,sha256=GGTFDLT7vezeasSJW6bVwd2oFs6Wd60HyGSooLAJ71s,9663
|
36
|
-
cbbd/models/play_info_participants_inner.py,sha256=K87apJAlO8-C-FIlCrepovB2qR8ydDy5_7E59_QNs6I,2166
|
37
|
-
cbbd/models/play_type_info.py,sha256=y2pJNG4Id7MOlDaMevwt2L_YDf__5iI0BLk6g-VVimU,2062
|
38
|
-
cbbd/models/player_season_stats.py,sha256=3pRs608BuSAuX-K0pBeohSagA_neJob51hDCNCx60y0,12542
|
39
|
-
cbbd/models/player_season_stats_win_shares.py,sha256=mXB806Ox1TxJJfWIae2SEePFT3_Wc1zK9jP_2-Q4A7E,3443
|
40
|
-
cbbd/models/poll_team_info.py,sha256=9a8OxLJujatNQywtAew8yXTUD_fykRUdOMGvAbttSZM,4422
|
41
|
-
cbbd/models/season_type.py,sha256=243M7dHrBJ-qfaOfOKZn1b6qa4Q5TGhCjHCgDVHi0Wk,895
|
42
|
-
cbbd/models/shot_info.py,sha256=IrtvVKQ8HQSZ8LXf30wwssjOPVQeToOw5iPYmF7sU2k,4335
|
43
|
-
cbbd/models/shot_info_location.py,sha256=KioaXsH1nufuF-AsDlFKsyp3bvAU_5BcP_9XAuAeAM8,2144
|
44
|
-
cbbd/models/shot_info_shooter.py,sha256=Wy9Ie4d9P-Rrq2YJHJA9jjOTb6H1dzi83Jg5ifFqKQ0,2086
|
45
|
-
cbbd/models/srs_info.py,sha256=pg2ReKvLqbc9hPPRYVpKBQxn2m-ujledYbDfkzuMZno,2395
|
46
|
-
cbbd/models/team_info.py,sha256=1gEdQ9j6807dVPGJWRRcXTYgIR-RYBFapHfbSeYUoz8,6666
|
47
|
-
cbbd/models/team_roster.py,sha256=cC9ayQdzxg9S3qliNodGeY2_E6dKWauA6n11vxDn8AA,3295
|
48
|
-
cbbd/models/team_roster_player.py,sha256=_RyVoxWxpNm7ZaN725ajCnG7R1gMsXGDWh3DzUaWxtw,5354
|
49
|
-
cbbd/models/team_roster_player_hometown.py,sha256=OQ9wPhYkx669WUBErKuIs_Pr12RZR6ah3BTCmQ94e7I,2907
|
50
|
-
cbbd/models/team_season_stats.py,sha256=2uq_LyMKB_1KgSdK8PGzzrCdxZRK3okBi0c-7IzwmlQ,4263
|
51
|
-
cbbd/models/team_season_unit_stats.py,sha256=ca1n01HHkVYMINdFcTCS-WbNLHzZY0GFuxhQk1hoW_A,8287
|
52
|
-
cbbd/models/team_season_unit_stats_field_goals.py,sha256=VPcK1JxGIzu_V_LSOjsizKeBj68Uw4grDoSpf6dTO5I,3027
|
53
|
-
cbbd/models/team_season_unit_stats_fouls.py,sha256=iXxR8AXCNwacdPvCcu_7FS0vgwjF_Mp3WKwvJKnnTNk,3035
|
54
|
-
cbbd/models/team_season_unit_stats_four_factors.py,sha256=VIERn4TqcrWr5E28fPyH88ls7koS-JZollPz_IsvOCE,3884
|
55
|
-
cbbd/models/team_season_unit_stats_points.py,sha256=p0Qpb2IToLI_GZ791SBNBVup7oq0SIxSNK0au-grwcc,3499
|
56
|
-
cbbd/models/team_season_unit_stats_rebounds.py,sha256=WFLZWLzEn-7po6bNXDxkFxH694BMyevtSyDTO4Md1-k,3067
|
57
|
-
cbbd/models/team_season_unit_stats_turnovers.py,sha256=C8hH1W2ktfB0fyyHPmwso9UHQ_C0nSLVpJEwt49N7e8,2764
|
58
|
-
cbbd/models/venue_info.py,sha256=xFt_EQ-EvNz21Jx27ZHaTbDn6luK3YeryvVqKsPfVvY,3332
|
59
|
-
cbbd-1.12.0.dist-info/METADATA,sha256=8G-RtqhATakPs6Vt-EOkBYoE9Q11sFwpUKKIpRAzvtg,764
|
60
|
-
cbbd-1.12.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
61
|
-
cbbd-1.12.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
|
62
|
-
cbbd-1.12.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|