cbbd 1.10.1__py3-none-any.whl → 1.11.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. cbbd/__init__.py +3 -2
  2. cbbd/api/conferences_api.py +1 -1
  3. cbbd/api/games_api.py +1 -1
  4. cbbd/api/lines_api.py +1 -1
  5. cbbd/api/plays_api.py +1 -1
  6. cbbd/api/rankings_api.py +1 -1
  7. cbbd/api/ratings_api.py +1 -1
  8. cbbd/api/stats_api.py +1 -1
  9. cbbd/api/teams_api.py +1 -1
  10. cbbd/api/venues_api.py +1 -1
  11. cbbd/api_client.py +2 -2
  12. cbbd/configuration.py +3 -3
  13. cbbd/exceptions.py +1 -1
  14. cbbd/models/__init__.py +2 -1
  15. cbbd/models/adjusted_efficiency_info.py +1 -1
  16. cbbd/models/conference_history.py +1 -1
  17. cbbd/models/conference_history_teams_inner.py +1 -1
  18. cbbd/models/conference_info.py +1 -1
  19. cbbd/models/game_box_score_players.py +1 -1
  20. cbbd/models/game_box_score_players_players_inner.py +1 -1
  21. cbbd/models/game_box_score_team.py +1 -1
  22. cbbd/models/game_box_score_team_stats.py +1 -1
  23. cbbd/models/game_box_score_team_stats_points.py +1 -1
  24. cbbd/models/game_info.py +1 -1
  25. cbbd/models/game_line_info.py +1 -1
  26. cbbd/models/game_lines.py +1 -1
  27. cbbd/models/game_media_info.py +1 -1
  28. cbbd/models/game_media_info_broadcasts_inner.py +1 -1
  29. cbbd/models/game_status.py +1 -1
  30. cbbd/models/line_provider_info.py +1 -1
  31. cbbd/models/play_info.py +1 -1
  32. cbbd/models/play_info_participants_inner.py +1 -1
  33. cbbd/models/play_type_info.py +1 -1
  34. cbbd/models/player_season_stats.py +12 -4
  35. cbbd/models/player_season_stats_win_shares.py +98 -0
  36. cbbd/models/poll_team_info.py +1 -1
  37. cbbd/models/season_type.py +1 -1
  38. cbbd/models/shot_info.py +1 -1
  39. cbbd/models/shot_info_shooter.py +1 -1
  40. cbbd/models/srs_info.py +1 -1
  41. cbbd/models/team_info.py +1 -1
  42. cbbd/models/team_roster.py +1 -1
  43. cbbd/models/team_roster_player.py +1 -1
  44. cbbd/models/team_roster_player_hometown.py +1 -1
  45. cbbd/models/team_season_stats.py +1 -1
  46. cbbd/models/team_season_unit_stats.py +1 -1
  47. cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  48. cbbd/models/team_season_unit_stats_fouls.py +1 -1
  49. cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  50. cbbd/models/team_season_unit_stats_points.py +1 -1
  51. cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  52. cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  53. cbbd/models/venue_info.py +1 -1
  54. cbbd/rest.py +1 -1
  55. {cbbd-1.10.1.dist-info → cbbd-1.11.0.dist-info}/METADATA +1 -1
  56. cbbd-1.11.0.dist-info/RECORD +61 -0
  57. cbbd-1.10.1.dist-info/RECORD +0 -60
  58. {cbbd-1.10.1.dist-info → cbbd-1.11.0.dist-info}/WHEEL +0 -0
  59. {cbbd-1.10.1.dist-info → cbbd-1.11.0.dist-info}/top_level.txt +0 -0
cbbd/__init__.py CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
9
9
 
10
- The version of the OpenAPI document: 1.10.1
10
+ The version of the OpenAPI document: 1.11.0
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.10.1"
18
+ __version__ = "1.11.0"
19
19
 
20
20
  # import apis into sdk package
21
21
  from cbbd.api.conferences_api import ConferencesApi
@@ -60,6 +60,7 @@ from cbbd.models.play_info import PlayInfo
60
60
  from cbbd.models.play_info_participants_inner import PlayInfoParticipantsInner
61
61
  from cbbd.models.play_type_info import PlayTypeInfo
62
62
  from cbbd.models.player_season_stats import PlayerSeasonStats
63
+ from cbbd.models.player_season_stats_win_shares import PlayerSeasonStatsWinShares
63
64
  from cbbd.models.poll_team_info import PollTeamInfo
64
65
  from cbbd.models.season_type import SeasonType
65
66
  from cbbd.models.shot_info import ShotInfo
@@ -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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.11.0/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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1\n"\
380
- "SDK Package Version: 1.10.1".\
379
+ "Version of the API: 1.11.0\n"\
380
+ "SDK Package Version: 1.11.0".\
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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
9
+ The version of the OpenAPI document: 1.11.0
10
10
  Contact: admin@collegefootballdata.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -35,6 +35,7 @@ from cbbd.models.play_info import PlayInfo
35
35
  from cbbd.models.play_info_participants_inner import PlayInfoParticipantsInner
36
36
  from cbbd.models.play_type_info import PlayTypeInfo
37
37
  from cbbd.models.player_season_stats import PlayerSeasonStats
38
+ from cbbd.models.player_season_stats_win_shares import PlayerSeasonStatsWinShares
38
39
  from cbbd.models.poll_team_info import PollTeamInfo
39
40
  from cbbd.models.season_type import SeasonType
40
41
  from cbbd.models.shot_info import ShotInfo
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.0
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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -21,6 +21,7 @@ import json
21
21
 
22
22
  from typing import Optional, Union
23
23
  from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
24
+ from cbbd.models.player_season_stats_win_shares import PlayerSeasonStatsWinShares
24
25
  from cbbd.models.team_season_unit_stats_field_goals import TeamSeasonUnitStatsFieldGoals
25
26
  from cbbd.models.team_season_unit_stats_rebounds import TeamSeasonUnitStatsRebounds
26
27
 
@@ -50,6 +51,7 @@ class PlayerSeasonStats(BaseModel):
50
51
  offensive_rating: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="offensiveRating")
51
52
  defensive_rating: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="defensiveRating")
52
53
  net_rating: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="netRating")
54
+ porpag: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="PORPAG")
53
55
  effective_field_goal_pct: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="effectiveFieldGoalPct")
54
56
  true_shooting_pct: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="trueShootingPct")
55
57
  assists_turnover_ratio: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="assistsTurnoverRatio")
@@ -60,8 +62,8 @@ class PlayerSeasonStats(BaseModel):
60
62
  three_point_field_goals: TeamSeasonUnitStatsFieldGoals = Field(default=..., alias="threePointFieldGoals")
61
63
  free_throws: TeamSeasonUnitStatsFieldGoals = Field(default=..., alias="freeThrows")
62
64
  rebounds: TeamSeasonUnitStatsRebounds = Field(...)
63
- win_shares: TeamSeasonUnitStatsRebounds = Field(default=..., alias="winShares")
64
- __properties = ["season", "seasonLabel", "teamId", "team", "conference", "athleteId", "athleteSourceId", "name", "position", "games", "starts", "minutes", "points", "turnovers", "fouls", "assists", "steals", "blocks", "usage", "offensiveRating", "defensiveRating", "netRating", "effectiveFieldGoalPct", "trueShootingPct", "assistsTurnoverRatio", "freeThrowRate", "offensiveReboundPct", "fieldGoals", "twoPointFieldGoals", "threePointFieldGoals", "freeThrows", "rebounds", "winShares"]
65
+ win_shares: PlayerSeasonStatsWinShares = Field(default=..., alias="winShares")
66
+ __properties = ["season", "seasonLabel", "teamId", "team", "conference", "athleteId", "athleteSourceId", "name", "position", "games", "starts", "minutes", "points", "turnovers", "fouls", "assists", "steals", "blocks", "usage", "offensiveRating", "defensiveRating", "netRating", "PORPAG", "effectiveFieldGoalPct", "trueShootingPct", "assistsTurnoverRatio", "freeThrowRate", "offensiveReboundPct", "fieldGoals", "twoPointFieldGoals", "threePointFieldGoals", "freeThrows", "rebounds", "winShares"]
65
67
 
66
68
  class Config:
67
69
  """Pydantic configuration"""
@@ -160,6 +162,11 @@ class PlayerSeasonStats(BaseModel):
160
162
  if self.net_rating is None and "net_rating" in self.__fields_set__:
161
163
  _dict['netRating'] = None
162
164
 
165
+ # set to None if porpag (nullable) is None
166
+ # and __fields_set__ contains the field
167
+ if self.porpag is None and "porpag" in self.__fields_set__:
168
+ _dict['PORPAG'] = None
169
+
163
170
  # set to None if effective_field_goal_pct (nullable) is None
164
171
  # and __fields_set__ contains the field
165
172
  if self.effective_field_goal_pct is None and "effective_field_goal_pct" in self.__fields_set__:
@@ -219,6 +226,7 @@ class PlayerSeasonStats(BaseModel):
219
226
  "offensive_rating": obj.get("offensiveRating"),
220
227
  "defensive_rating": obj.get("defensiveRating"),
221
228
  "net_rating": obj.get("netRating"),
229
+ "porpag": obj.get("PORPAG"),
222
230
  "effective_field_goal_pct": obj.get("effectiveFieldGoalPct"),
223
231
  "true_shooting_pct": obj.get("trueShootingPct"),
224
232
  "assists_turnover_ratio": obj.get("assistsTurnoverRatio"),
@@ -229,7 +237,7 @@ class PlayerSeasonStats(BaseModel):
229
237
  "three_point_field_goals": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("threePointFieldGoals")) if obj.get("threePointFieldGoals") is not None else None,
230
238
  "free_throws": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("freeThrows")) if obj.get("freeThrows") is not None else None,
231
239
  "rebounds": TeamSeasonUnitStatsRebounds.from_dict(obj.get("rebounds")) if obj.get("rebounds") is not None else None,
232
- "win_shares": TeamSeasonUnitStatsRebounds.from_dict(obj.get("winShares")) if obj.get("winShares") is not None else None
240
+ "win_shares": PlayerSeasonStatsWinShares.from_dict(obj.get("winShares")) if obj.get("winShares") is not None else None
233
241
  })
234
242
  return _obj
235
243
 
@@ -0,0 +1,98 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ College Basketball Data API
5
+
6
+ This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
+
8
+ The version of the OpenAPI document: 1.11.0
9
+ Contact: admin@collegefootballdata.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Optional, Union
23
+ from pydantic import BaseModel, Field, StrictFloat, StrictInt
24
+
25
+ class PlayerSeasonStatsWinShares(BaseModel):
26
+ """
27
+ PlayerSeasonStatsWinShares
28
+ """
29
+ total_per40: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="totalPer40")
30
+ total: Optional[Union[StrictFloat, StrictInt]] = Field(...)
31
+ defensive: Optional[Union[StrictFloat, StrictInt]] = Field(...)
32
+ offensive: Optional[Union[StrictFloat, StrictInt]] = Field(...)
33
+ __properties = ["totalPer40", "total", "defensive", "offensive"]
34
+
35
+ class Config:
36
+ """Pydantic configuration"""
37
+ allow_population_by_field_name = True
38
+ validate_assignment = True
39
+
40
+ def to_str(self) -> str:
41
+ """Returns the string representation of the model using alias"""
42
+ return pprint.pformat(self.dict(by_alias=True))
43
+
44
+ def to_json(self) -> str:
45
+ """Returns the JSON representation of the model using alias"""
46
+ return json.dumps(self.to_dict())
47
+
48
+ @classmethod
49
+ def from_json(cls, json_str: str) -> PlayerSeasonStatsWinShares:
50
+ """Create an instance of PlayerSeasonStatsWinShares from a JSON string"""
51
+ return cls.from_dict(json.loads(json_str))
52
+
53
+ def to_dict(self):
54
+ """Returns the dictionary representation of the model using alias"""
55
+ _dict = self.dict(by_alias=True,
56
+ exclude={
57
+ },
58
+ exclude_none=True)
59
+ # set to None if total_per40 (nullable) is None
60
+ # and __fields_set__ contains the field
61
+ if self.total_per40 is None and "total_per40" in self.__fields_set__:
62
+ _dict['totalPer40'] = None
63
+
64
+ # set to None if total (nullable) is None
65
+ # and __fields_set__ contains the field
66
+ if self.total is None and "total" in self.__fields_set__:
67
+ _dict['total'] = None
68
+
69
+ # set to None if defensive (nullable) is None
70
+ # and __fields_set__ contains the field
71
+ if self.defensive is None and "defensive" in self.__fields_set__:
72
+ _dict['defensive'] = None
73
+
74
+ # set to None if offensive (nullable) is None
75
+ # and __fields_set__ contains the field
76
+ if self.offensive is None and "offensive" in self.__fields_set__:
77
+ _dict['offensive'] = None
78
+
79
+ return _dict
80
+
81
+ @classmethod
82
+ def from_dict(cls, obj: dict) -> PlayerSeasonStatsWinShares:
83
+ """Create an instance of PlayerSeasonStatsWinShares from a dict"""
84
+ if obj is None:
85
+ return None
86
+
87
+ if not isinstance(obj, dict):
88
+ return PlayerSeasonStatsWinShares.parse_obj(obj)
89
+
90
+ _obj = PlayerSeasonStatsWinShares.parse_obj({
91
+ "total_per40": obj.get("totalPer40"),
92
+ "total": obj.get("total"),
93
+ "defensive": obj.get("defensive"),
94
+ "offensive": obj.get("offensive")
95
+ })
96
+ return _obj
97
+
98
+
@@ -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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.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.10.1
8
+ The version of the OpenAPI document: 1.11.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: cbbd
3
- Version: 1.10.1
3
+ Version: 1.11.0
4
4
  Summary: College Basketball Data API
5
5
  Home-page: https://github.com/CFBD/cbbd-python
6
6
  Author-email: admin@collegefootballdata.com
@@ -0,0 +1,61 @@
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,,
@@ -1,60 +0,0 @@
1
- cbbd/__init__.py,sha256=GylSmu3jNiLcNHKzZeOnKJsTkVtl9Zvju6FD4xj4aGs,3746
2
- cbbd/api_client.py,sha256=YT_Tcbj94qF1wJom1kJUFFbrPtGmYPklPMYy7X9vtks,29896
3
- cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
- cbbd/configuration.py,sha256=y2b_3UNhA7SrAl2MrSYxSf40SoN902IiwknwZxYK0mU,14799
5
- cbbd/exceptions.py,sha256=xyQsp4FEzrsDXP1Ov8uGcT-6RRB3pUno2kr6VPAyWbA,5546
6
- cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cbbd/rest.py,sha256=ePlhnjmyE_QUfbHXyC0C9zP6aVxL5Qe6LZvbYPDgnls,14163
8
- cbbd/api/__init__.py,sha256=U29aKlFG5cMzdwI6-aCdcGjclNGcvi0Me9-UNtja-6I,432
9
- cbbd/api/conferences_api.py,sha256=qiwkIs7iyjDArza6vuyRwxcRE5iVJ4JWWODFRuWu_l8,13079
10
- cbbd/api/games_api.py,sha256=QgTmbYlkYun-10uW13uUU8vwEhrp1_K5QH_BwpO5mOc,41195
11
- cbbd/api/lines_api.py,sha256=Xh7200K9SE0ka99y_fPJyahptnypR2tjQU2vN7__amY,15757
12
- cbbd/api/plays_api.py,sha256=eSTItL58BL_HxRjPHALyagY5LDTNm5DFSnbStPCPUac,35262
13
- cbbd/api/rankings_api.py,sha256=PV_fXzza1GolCN9UH9CuSfhPbowehWnrT4dUDpBkAMM,10005
14
- cbbd/api/ratings_api.py,sha256=uTtDW4dKNkggJHrhLT-ZiM-q7V7Tfs2r-ctRiA-Iq_4,15679
15
- cbbd/api/stats_api.py,sha256=vBQVnP27C5tJRHnSAS7yhzKfggCQEaZfXDgekivaRmw,20183
16
- cbbd/api/teams_api.py,sha256=9OVRODcbjzKXFV9uknpAFFIW75CUqOSb0jNmiBAlna0,14208
17
- cbbd/api/venues_api.py,sha256=Jrm0uL_A0ZhTmdqKNB_ukx0LjLdG2Oabp8ljEZJAEos,6568
18
- cbbd/models/__init__.py,sha256=TC9oV4drSdYEDmi01NjVKg0MjP-NtjPlJcGkUWChPXw,2907
19
- cbbd/models/adjusted_efficiency_info.py,sha256=KpBpZYi0L_SwlZfKK6JKY68CykLoksENtEWwW38oMEU,2910
20
- cbbd/models/conference_history.py,sha256=2dgAergao4wpEoMowgT4jAIUpTMEwWGqGmlH4BBAlgI,3084
21
- cbbd/models/conference_history_teams_inner.py,sha256=7YutQqtAxu__ExsqYrMS0Y6Cb6X8utlkI7OMMDwq7Pw,3130
22
- cbbd/models/conference_info.py,sha256=mdiLFqCTesQWDbryesYIbZd8wGXUqh7cQGE2mLJJvZY,2437
23
- cbbd/models/game_box_score_players.py,sha256=CW_l6vMV5xp3klLLVF5zufLjyPZR-xH4_rpodE6259A,6356
24
- cbbd/models/game_box_score_players_players_inner.py,sha256=Ola4-QY1DcueTGIYCDU4eB7aKQCAeHN8TODJA0NMWBI,12093
25
- cbbd/models/game_box_score_team.py,sha256=chgZPEPGEQsQSG-6Q6uBjtAwk_LO54y7bZq5E4sSmrQ,6387
26
- cbbd/models/game_box_score_team_stats.py,sha256=je0wLllvY9oj4ADh4GK-HorjplKcU_9mqscRvhzo_XY,8687
27
- cbbd/models/game_box_score_team_stats_points.py,sha256=XNOD3DkHDnb-uSIFsKKca7185aQwWod7JF36Jeox9ys,4298
28
- cbbd/models/game_info.py,sha256=IareMrZh9TJ9nNUF3uQMlw3DMffGU6qPjm45-Fuobrk,9986
29
- cbbd/models/game_line_info.py,sha256=PS6YgTjbsqz3aTJReDzJo10dU-3IqYN7Br4WpwFLEew,4371
30
- cbbd/models/game_lines.py,sha256=nqSc1dmbCCjLFuJ-fQEn_Zj9wEqHvZYoi5oE6dDetrA,5077
31
- cbbd/models/game_media_info.py,sha256=sNj2a_1IxDmVB4Y4mBfaV4yD_jyRD1cxDmvzWmXkGfU,5672
32
- cbbd/models/game_media_info_broadcasts_inner.py,sha256=Le_TCK2q5BnwrCGaCiep5_x0yQSsr-wQ_vrQ15gUa2g,2325
33
- cbbd/models/game_status.py,sha256=Wxitq-SpZGjYSor5srK4HoFHiw3jpmtO5wlvY-IXiVc,949
34
- cbbd/models/line_provider_info.py,sha256=s6GsQiEBLW3IBgsuASwy1Z-ZHYxyb_H-pMeQaVwbFqA,2094
35
- cbbd/models/play_info.py,sha256=UFjd0TYy7e0QTEEYTv273CMR29oe_szVP_1eXcmQtoU,9663
36
- cbbd/models/play_info_participants_inner.py,sha256=KEQbdFORlsj2f7fvImOXIIqgDAmGnq8HX4AiRf4FhNw,2166
37
- cbbd/models/play_type_info.py,sha256=e43TwYjnPYuR8UwsFln7u0s2y7E2x4kyBqXIS1Yx10s,2062
38
- cbbd/models/player_season_stats.py,sha256=sAC2RP4z85Tt8MERorYBWwRGhRXvvNwIxkBpfOWuR9I,12119
39
- cbbd/models/poll_team_info.py,sha256=inDGrayjx7O-g9xO6HsIdnRYZeq-EO0-1fk2W19JdHA,4422
40
- cbbd/models/season_type.py,sha256=2kNUKH3ziQ4a6NBuwPXUDRkfIw9JWNB9ooEgKgkNDE8,895
41
- cbbd/models/shot_info.py,sha256=r947bkHXmoLEs8L8AL0sXvppd7U9fs0fcEelcjRAK4s,3711
42
- cbbd/models/shot_info_shooter.py,sha256=QILIZm-evtu198Y0jna3ZvBYFNpZWfJO9EW4K2qlSLM,2086
43
- cbbd/models/srs_info.py,sha256=b6IszWiOj42bCSzv5lhIncP9j3ObDVgmIpXWbbX1U_w,2395
44
- cbbd/models/team_info.py,sha256=JyF8cFoSn5tH8pTZHPgXfN17A5TizoNlwcoFERt4p_A,6666
45
- cbbd/models/team_roster.py,sha256=XJo_EybUjnEmq-8Csb120lvR3rDQ0V6dNfDqiSP3nX4,3295
46
- cbbd/models/team_roster_player.py,sha256=r9GEgVv8kc14rZ5az_sBWjGxU6fSxXPP5__pSyMD5jA,5354
47
- cbbd/models/team_roster_player_hometown.py,sha256=4vhLFSAUDuY0m9Ql-2awmMvN9tqIzR63GyczgXp94J0,2907
48
- cbbd/models/team_season_stats.py,sha256=2LOcF_9sqSEpr9aSsODi-93S_o1Cr3KxGLmMNEeQO0g,4263
49
- cbbd/models/team_season_unit_stats.py,sha256=6I6zkRWAAFucs5WASqHrYabocVLiN46USt3BaeDSrm8,8287
50
- cbbd/models/team_season_unit_stats_field_goals.py,sha256=u6IJlNWe9rIhdh0GhN-UUnUtUIUfZn2AX1gsTmkZbmc,3027
51
- cbbd/models/team_season_unit_stats_fouls.py,sha256=YBlrQnlcwhA4XGHXEQCMjvoi2cPmnpWV_bc0SAYQiZc,3035
52
- cbbd/models/team_season_unit_stats_four_factors.py,sha256=rLC_quEYKOWtYxF9pdkt4SwF1J_nvbhUtrNrqgkBg5c,3884
53
- cbbd/models/team_season_unit_stats_points.py,sha256=HlPFwnyFz7xU5JShDCAr6uW60iZQg6QG3Lt7hiDLiFs,3499
54
- cbbd/models/team_season_unit_stats_rebounds.py,sha256=Z-gRCwuta3rNt_Kkq6qgJ4tguTmp5ormKMxOpoZotI0,3067
55
- cbbd/models/team_season_unit_stats_turnovers.py,sha256=4zJC2ytTNzfkwJu2gNIvSdr6IYo0_5Nno_86rfU3LzU,2764
56
- cbbd/models/venue_info.py,sha256=ijix0-ps7I6kLWK0lXcVC8-VJU2i5n6PHehjzBR5ZR4,3332
57
- cbbd-1.10.1.dist-info/METADATA,sha256=i5QkbQtIIC5rTspRyQAx_6GzHub7ySvTR6WzRsqijH4,764
58
- cbbd-1.10.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
59
- cbbd-1.10.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
60
- cbbd-1.10.1.dist-info/RECORD,,
File without changes