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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. cbbd/__init__.py +2 -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 +1 -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 +8 -3
  35. cbbd/models/poll_team_info.py +1 -1
  36. cbbd/models/season_type.py +1 -1
  37. cbbd/models/shot_info.py +1 -1
  38. cbbd/models/shot_info_shooter.py +1 -1
  39. cbbd/models/srs_info.py +1 -1
  40. cbbd/models/team_info.py +1 -1
  41. cbbd/models/team_roster.py +1 -1
  42. cbbd/models/team_roster_player.py +1 -1
  43. cbbd/models/team_roster_player_hometown.py +1 -1
  44. cbbd/models/team_season_stats.py +1 -1
  45. cbbd/models/team_season_unit_stats.py +1 -1
  46. cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  47. cbbd/models/team_season_unit_stats_fouls.py +1 -1
  48. cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  49. cbbd/models/team_season_unit_stats_points.py +1 -1
  50. cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  51. cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  52. cbbd/models/venue_info.py +1 -1
  53. cbbd/rest.py +1 -1
  54. {cbbd-1.9.0.dist-info → cbbd-1.10.1.dist-info}/METADATA +1 -1
  55. cbbd-1.10.1.dist-info/RECORD +60 -0
  56. cbbd-1.9.0.dist-info/RECORD +0 -60
  57. {cbbd-1.9.0.dist-info → cbbd-1.10.1.dist-info}/WHEEL +0 -0
  58. {cbbd-1.9.0.dist-info → cbbd-1.10.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.9.0
10
+ The version of the OpenAPI document: 1.10.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.9.0"
18
+ __version__ = "1.10.1"
19
19
 
20
20
  # import apis into sdk package
21
21
  from cbbd.api.conferences_api import ConferencesApi
@@ -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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/rankings_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0\n"\
380
- "SDK Package Version: 1.9.0".\
379
+ "Version of the API: 1.10.1\n"\
380
+ "SDK Package Version: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/__init__.py CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
8
8
 
9
- The version of the OpenAPI document: 1.9.0
9
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -60,7 +60,8 @@ class PlayerSeasonStats(BaseModel):
60
60
  three_point_field_goals: TeamSeasonUnitStatsFieldGoals = Field(default=..., alias="threePointFieldGoals")
61
61
  free_throws: TeamSeasonUnitStatsFieldGoals = Field(default=..., alias="freeThrows")
62
62
  rebounds: TeamSeasonUnitStatsRebounds = Field(...)
63
- __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"]
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"]
64
65
 
65
66
  class Config:
66
67
  """Pydantic configuration"""
@@ -101,6 +102,9 @@ class PlayerSeasonStats(BaseModel):
101
102
  # override the default output from pydantic by calling `to_dict()` of rebounds
102
103
  if self.rebounds:
103
104
  _dict['rebounds'] = self.rebounds.to_dict()
105
+ # override the default output from pydantic by calling `to_dict()` of win_shares
106
+ if self.win_shares:
107
+ _dict['winShares'] = self.win_shares.to_dict()
104
108
  # set to None if conference (nullable) is None
105
109
  # and __fields_set__ contains the field
106
110
  if self.conference is None and "conference" in self.__fields_set__:
@@ -224,7 +228,8 @@ class PlayerSeasonStats(BaseModel):
224
228
  "two_point_field_goals": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("twoPointFieldGoals")) if obj.get("twoPointFieldGoals") is not None else None,
225
229
  "three_point_field_goals": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("threePointFieldGoals")) if obj.get("threePointFieldGoals") is not None else None,
226
230
  "free_throws": TeamSeasonUnitStatsFieldGoals.from_dict(obj.get("freeThrows")) if obj.get("freeThrows") is not None else None,
227
- "rebounds": TeamSeasonUnitStatsRebounds.from_dict(obj.get("rebounds")) if obj.get("rebounds") is not None else None
231
+ "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
228
233
  })
229
234
  return _obj
230
235
 
@@ -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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/shot_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.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.9.0
8
+ The version of the OpenAPI document: 1.10.1
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.9.0
3
+ Version: 1.10.1
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,60 @@
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,,
@@ -1,60 +0,0 @@
1
- cbbd/__init__.py,sha256=kz1iod-LWBjINWYIO8MsaTHXYO6hjxgsyBsDhcXhBFQ,3744
2
- cbbd/api_client.py,sha256=J_z4D3Ia-h7snM3RqcFYI07TVqYYVX5EPAbanrMaTSU,29894
3
- cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
- cbbd/configuration.py,sha256=IVS1qFXnDe3FJeh5vOaYBAJ2U7IpIIlk_J-fFB3ypDE,14796
5
- cbbd/exceptions.py,sha256=qDdXSgUTEgYt_AMXQ1SE15NlveDRA0Yqoni7gD9khFI,5545
6
- cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cbbd/rest.py,sha256=48T8IRChLzs9scKLAqbQfb71jgkopZK-hH_M8ZzHnz0,14162
8
- cbbd/api/__init__.py,sha256=U29aKlFG5cMzdwI6-aCdcGjclNGcvi0Me9-UNtja-6I,432
9
- cbbd/api/conferences_api.py,sha256=4bDnDWLrRleu7-YqfosS9BGwk02VACE7NVAlyYGRV_U,13078
10
- cbbd/api/games_api.py,sha256=yd7qECaMdsl_BtpwbQjPV_s_9ZM6H3SCN9n3xmgOzdo,41194
11
- cbbd/api/lines_api.py,sha256=BmJ2GZ1mngGemy3s90XTDoYx5lIuoTk8kfpS4ytByYs,15756
12
- cbbd/api/plays_api.py,sha256=IMDGS8K8jRFDSQbLTNhUqZauY41CGJFfYYaHEusDv8Q,35261
13
- cbbd/api/rankings_api.py,sha256=hTdyG798w5Ffnkq__jFlbMz8Pg-MVJ6oWwvMl_BTn8U,10004
14
- cbbd/api/ratings_api.py,sha256=8Yalf6BIHJiC6Nxs00elk09NCrB41e3EXbf8OUuR_Xo,15678
15
- cbbd/api/stats_api.py,sha256=oaQzbXFvVkguYku_dX7Ct9EO0WXd_K1-mLcSCn2BPJY,20182
16
- cbbd/api/teams_api.py,sha256=S63X0pUWV1YECn-jmzre7CZyTPryw6YJlPf32tHMLaA,14207
17
- cbbd/api/venues_api.py,sha256=w7skpwkmtyqxcvvls0w3qOfA_uUb0GxwxysKKLnZGr8,6567
18
- cbbd/models/__init__.py,sha256=oO4h-DuxY_Gp4ieOb-2ii4uFWLzb9pYwOZGf6svuR74,2906
19
- cbbd/models/adjusted_efficiency_info.py,sha256=gKh0VETS8TlgXAQPUIVZGCGRQDqhKtQAveqJ_4uzpkg,2909
20
- cbbd/models/conference_history.py,sha256=djLG7CPnR_HVC10T2DZtuYvh_NRgnnRJMb4c_qAorr0,3083
21
- cbbd/models/conference_history_teams_inner.py,sha256=AYAbNvSgubVznajUoH8qsXreXaQBEVNz24Fq40f_Lrc,3129
22
- cbbd/models/conference_info.py,sha256=J-uVD0gG_sFjwbut7W7KiWG1B5hEd1IjzxZOc6G1z0A,2436
23
- cbbd/models/game_box_score_players.py,sha256=g9D6F3lOnzPQRePr0oDIrtcLVKEuUMSq5Frxc0RR_GY,6355
24
- cbbd/models/game_box_score_players_players_inner.py,sha256=HhjLHVtI6LO7oWeU4rcgvSv6b1nUt_SW1bRcIZM5tDo,12092
25
- cbbd/models/game_box_score_team.py,sha256=VufyXeaxvzOizJhlQq9vdKUNTWUuG_Ji5U2v5RrJ4pE,6386
26
- cbbd/models/game_box_score_team_stats.py,sha256=rMywdj36rnd7MR22Suo5XFBmtSLURGl3wYZugyQp2kA,8686
27
- cbbd/models/game_box_score_team_stats_points.py,sha256=RXr8xPK-a2-w69_VGJXSaU9sYocch0ns1rVtFs7Xs-0,4297
28
- cbbd/models/game_info.py,sha256=mtNl5Pjq89Pv82jN5_iWTi2HRBHrlVgQyublTRHFpxA,9985
29
- cbbd/models/game_line_info.py,sha256=tiVE15lnresZMUUcpt9tX5PNQ7K30geDxNrkz7nmYQw,4370
30
- cbbd/models/game_lines.py,sha256=uOuV8Eu4mbrezaa5NKcVr1r_qg1ORasrosJ02njCdOw,5076
31
- cbbd/models/game_media_info.py,sha256=g65p2AJknXGiu7Bn9tjcO12NFIv-Jpm7Fw6lOsJa77A,5671
32
- cbbd/models/game_media_info_broadcasts_inner.py,sha256=_y72CewffKZ91tS9H0xJElvLFraoYjY1oAHTN8olp5I,2324
33
- cbbd/models/game_status.py,sha256=q-bVdZiQRwixq9O4IsjYyzAxMJoODiA87z2RpofW5Uc,948
34
- cbbd/models/line_provider_info.py,sha256=WprDnVZJfFSd5N7S-5EIX_NsD2Zk-knTQHsjpqL9fPA,2093
35
- cbbd/models/play_info.py,sha256=-UK6Jah_fSO1c1KM2dwkAlaKme_T-qy8soUC_sFvUeU,9662
36
- cbbd/models/play_info_participants_inner.py,sha256=94jCncVfYG-epNFgf8UbVEjXoOzPEUXmCyV2QH9Rmeo,2165
37
- cbbd/models/play_type_info.py,sha256=me8cdYMkiy5h5MtX4FGniTE2ltfF2RGOA-jzZLOWgCw,2061
38
- cbbd/models/player_season_stats.py,sha256=s-cXT9CcYdxSNDUtHnLEeOZiAVJWOVlmGwLUm4P19c8,11712
39
- cbbd/models/poll_team_info.py,sha256=GvxOxTf95q9GRnMRLXS6xpOr5QhIkXFPUUj4gxF__3s,4421
40
- cbbd/models/season_type.py,sha256=T4GiZhf61oA7xPv3Wna00wAWhoDyphHmjniILoC6n6Q,894
41
- cbbd/models/shot_info.py,sha256=w7y2ph8DCtBlsSfMfU4AQ6NHVCzFSerFceo64_BBdVc,3710
42
- cbbd/models/shot_info_shooter.py,sha256=lCxwNa-IdtFCfqod8jZ6SV5J2SoJ_kIOnwZODOHmKhU,2085
43
- cbbd/models/srs_info.py,sha256=q8kRHVTlqgoeljSy1GUG_Q56gHDrX47ocYIWH7AwoiE,2394
44
- cbbd/models/team_info.py,sha256=Y_HTgqjatr8srGI_gm0gZIWLOhs1LMx5YlZgW9L34YI,6665
45
- cbbd/models/team_roster.py,sha256=8Bk4l2ts0j5cy0bk_ROWC0wWtPWOdAHbKebEy3CtHcI,3294
46
- cbbd/models/team_roster_player.py,sha256=mpaTiwkaE5UVB1Fk7TtZcV5krvrwl7eWvUAnfCxO3xs,5353
47
- cbbd/models/team_roster_player_hometown.py,sha256=AbADbgYd3KvVGVitgReDVQNQUKjWVl7UQ3a74EBmit4,2906
48
- cbbd/models/team_season_stats.py,sha256=JldFy5wOsiClsAHCTUuPU8bWlpKeu-zh2xLjz-yTMWk,4262
49
- cbbd/models/team_season_unit_stats.py,sha256=TCALVteejc03he8HG8ZHiRH5WP41SEVkhix6s9aTv2E,8286
50
- cbbd/models/team_season_unit_stats_field_goals.py,sha256=u4_DLBtv57SioXOSjof7R5L8XGOMIII1gSgQ14qvAD4,3026
51
- cbbd/models/team_season_unit_stats_fouls.py,sha256=f3m0Ga0cqiyHDYEPI85NoEVrzH0N2vLRoMLMPwVjN38,3034
52
- cbbd/models/team_season_unit_stats_four_factors.py,sha256=MI794-Wh78JN_hxxAttui4F5A094JWaN64dqMsO0OQE,3883
53
- cbbd/models/team_season_unit_stats_points.py,sha256=VE2tdzXYjpz-7zGeO3ITgcMNDivlPKkD--YouKZ86XM,3498
54
- cbbd/models/team_season_unit_stats_rebounds.py,sha256=aljMvCsAfUynM4zdCZtGN5UCoeRpeAWhWF7qyk2gUhQ,3066
55
- cbbd/models/team_season_unit_stats_turnovers.py,sha256=7nswspTXtBOgw0hOxfsMXrDmaFHmG6ca-J8AUmJImwQ,2763
56
- cbbd/models/venue_info.py,sha256=DGO9jzf66Ox14f12e4MhQ0ajX-eTvtagkkQfsAWTXrU,3331
57
- cbbd-1.9.0.dist-info/METADATA,sha256=MEA3F2NYnSKLM32v3MKrdouekNyXWKi39s9wOzrO2PU,763
58
- cbbd-1.9.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
59
- cbbd-1.9.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
60
- cbbd-1.9.0.dist-info/RECORD,,
File without changes