cbbd 1.19.0__py3-none-any.whl → 1.19.2__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.
Files changed (78) hide show
  1. cbbd/__init__.py +2 -2
  2. cbbd/api/conferences_api.py +1 -1
  3. cbbd/api/draft_api.py +1 -1
  4. cbbd/api/games_api.py +1 -1
  5. cbbd/api/lines_api.py +1 -1
  6. cbbd/api/lineups_api.py +1 -1
  7. cbbd/api/plays_api.py +1 -1
  8. cbbd/api/rankings_api.py +1 -1
  9. cbbd/api/ratings_api.py +1 -1
  10. cbbd/api/recruiting_api.py +1 -1
  11. cbbd/api/stats_api.py +1 -1
  12. cbbd/api/teams_api.py +1 -1
  13. cbbd/api/venues_api.py +1 -1
  14. cbbd/api_client.py +2 -2
  15. cbbd/configuration.py +3 -3
  16. cbbd/exceptions.py +1 -1
  17. cbbd/models/__init__.py +1 -1
  18. cbbd/models/adjusted_efficiency_info.py +1 -1
  19. cbbd/models/adjusted_efficiency_info_rankings.py +1 -1
  20. cbbd/models/conference_history.py +1 -1
  21. cbbd/models/conference_history_teams_inner.py +1 -1
  22. cbbd/models/conference_info.py +1 -1
  23. cbbd/models/draft_pick.py +1 -1
  24. cbbd/models/draft_position.py +1 -1
  25. cbbd/models/draft_team.py +1 -1
  26. cbbd/models/game_box_score_players.py +4 -2
  27. cbbd/models/game_box_score_players_players_inner.py +1 -1
  28. cbbd/models/game_box_score_team.py +4 -2
  29. cbbd/models/game_box_score_team_stats.py +1 -1
  30. cbbd/models/game_box_score_team_stats_points.py +1 -1
  31. cbbd/models/game_info.py +1 -1
  32. cbbd/models/game_line_info.py +1 -1
  33. cbbd/models/game_lines.py +1 -1
  34. cbbd/models/game_media_info.py +1 -1
  35. cbbd/models/game_media_info_broadcasts_inner.py +1 -1
  36. cbbd/models/game_status.py +1 -1
  37. cbbd/models/line_provider_info.py +1 -1
  38. cbbd/models/lineup_stats.py +1 -1
  39. cbbd/models/lineup_unit_stats.py +1 -1
  40. cbbd/models/lineup_unit_stats_four_factors.py +1 -1
  41. cbbd/models/lineup_unit_stats_two_pointers.py +1 -1
  42. cbbd/models/play_info.py +1 -1
  43. cbbd/models/play_info_on_floor_inner.py +1 -1
  44. cbbd/models/play_info_participants_inner.py +1 -1
  45. cbbd/models/play_type_info.py +1 -1
  46. cbbd/models/player_season_stats.py +1 -1
  47. cbbd/models/player_season_stats_win_shares.py +1 -1
  48. cbbd/models/player_subsititution.py +1 -1
  49. cbbd/models/player_subsititution_sub_in.py +1 -1
  50. cbbd/models/poll_team_info.py +1 -1
  51. cbbd/models/recruit.py +1 -1
  52. cbbd/models/recruit_committed_to.py +1 -1
  53. cbbd/models/recruit_hometown.py +1 -1
  54. cbbd/models/season_type.py +1 -1
  55. cbbd/models/shooting_stats.py +1 -1
  56. cbbd/models/shot_info.py +1 -1
  57. cbbd/models/shot_info_location.py +1 -1
  58. cbbd/models/shot_info_shooter.py +1 -1
  59. cbbd/models/srs_info.py +1 -1
  60. cbbd/models/team_info.py +1 -1
  61. cbbd/models/team_roster.py +1 -1
  62. cbbd/models/team_roster_player.py +1 -1
  63. cbbd/models/team_roster_player_hometown.py +1 -1
  64. cbbd/models/team_season_stats.py +1 -1
  65. cbbd/models/team_season_unit_stats.py +1 -1
  66. cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  67. cbbd/models/team_season_unit_stats_fouls.py +1 -1
  68. cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  69. cbbd/models/team_season_unit_stats_points.py +1 -1
  70. cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  71. cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  72. cbbd/models/venue_info.py +1 -1
  73. cbbd/rest.py +1 -1
  74. {cbbd-1.19.0.dist-info → cbbd-1.19.2.dist-info}/METADATA +1 -1
  75. cbbd-1.19.2.dist-info/RECORD +80 -0
  76. cbbd-1.19.0.dist-info/RECORD +0 -80
  77. {cbbd-1.19.0.dist-info → cbbd-1.19.2.dist-info}/WHEEL +0 -0
  78. {cbbd-1.19.0.dist-info → cbbd-1.19.2.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.19.0
10
+ The version of the OpenAPI document: 1.19.2
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.19.0"
18
+ __version__ = "1.19.2"
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/draft_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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/lineups_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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.19.2/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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0\n"\
380
- "SDK Package Version: 1.19.0".\
379
+ "Version of the API: 1.19.2\n"\
380
+ "SDK Package Version: 1.19.2".\
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
9
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/draft_pick.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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/draft_team.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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -44,13 +44,14 @@ class GameBoxScorePlayers(BaseModel):
44
44
  opponent_conference: Optional[StrictStr] = Field(default=..., alias="opponentConference")
45
45
  opponent_seed: Optional[StrictInt] = Field(default=..., alias="opponentSeed")
46
46
  neutral_site: StrictBool = Field(default=..., alias="neutralSite")
47
+ is_home: StrictBool = Field(default=..., alias="isHome")
47
48
  conference_game: StrictBool = Field(default=..., alias="conferenceGame")
48
49
  game_type: Optional[StrictStr] = Field(default=..., alias="gameType")
49
50
  notes: Optional[StrictStr] = Field(...)
50
51
  game_minutes: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="gameMinutes")
51
52
  game_pace: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="gamePace")
52
53
  players: conlist(GameBoxScorePlayersPlayersInner) = Field(...)
53
- __properties = ["gameId", "season", "seasonLabel", "seasonType", "tournament", "startDate", "startTimeTbd", "teamId", "team", "conference", "teamSeed", "opponentId", "opponent", "opponentConference", "opponentSeed", "neutralSite", "conferenceGame", "gameType", "notes", "gameMinutes", "gamePace", "players"]
54
+ __properties = ["gameId", "season", "seasonLabel", "seasonType", "tournament", "startDate", "startTimeTbd", "teamId", "team", "conference", "teamSeed", "opponentId", "opponent", "opponentConference", "opponentSeed", "neutralSite", "isHome", "conferenceGame", "gameType", "notes", "gameMinutes", "gamePace", "players"]
54
55
 
55
56
  class Config:
56
57
  """Pydantic configuration"""
@@ -156,6 +157,7 @@ class GameBoxScorePlayers(BaseModel):
156
157
  "opponent_conference": obj.get("opponentConference"),
157
158
  "opponent_seed": obj.get("opponentSeed"),
158
159
  "neutral_site": obj.get("neutralSite"),
160
+ "is_home": obj.get("isHome"),
159
161
  "conference_game": obj.get("conferenceGame"),
160
162
  "game_type": obj.get("gameType"),
161
163
  "notes": obj.get("notes"),
@@ -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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -44,6 +44,7 @@ class GameBoxScoreTeam(BaseModel):
44
44
  opponent_conference: Optional[StrictStr] = Field(default=..., alias="opponentConference")
45
45
  opponent_seed: Optional[StrictInt] = Field(default=..., alias="opponentSeed")
46
46
  neutral_site: StrictBool = Field(default=..., alias="neutralSite")
47
+ is_home: StrictBool = Field(default=..., alias="isHome")
47
48
  conference_game: StrictBool = Field(default=..., alias="conferenceGame")
48
49
  game_type: Optional[StrictStr] = Field(default=..., alias="gameType")
49
50
  notes: Optional[StrictStr] = Field(...)
@@ -51,7 +52,7 @@ class GameBoxScoreTeam(BaseModel):
51
52
  pace: Optional[Union[StrictFloat, StrictInt]] = Field(...)
52
53
  team_stats: GameBoxScoreTeamStats = Field(default=..., alias="teamStats")
53
54
  opponent_stats: GameBoxScoreTeamStats = Field(default=..., alias="opponentStats")
54
- __properties = ["gameId", "season", "seasonLabel", "seasonType", "tournament", "startDate", "startTimeTbd", "teamId", "team", "conference", "teamSeed", "opponentId", "opponent", "opponentConference", "opponentSeed", "neutralSite", "conferenceGame", "gameType", "notes", "gameMinutes", "pace", "teamStats", "opponentStats"]
55
+ __properties = ["gameId", "season", "seasonLabel", "seasonType", "tournament", "startDate", "startTimeTbd", "teamId", "team", "conference", "teamSeed", "opponentId", "opponent", "opponentConference", "opponentSeed", "neutralSite", "isHome", "conferenceGame", "gameType", "notes", "gameMinutes", "pace", "teamStats", "opponentStats"]
55
56
 
56
57
  class Config:
57
58
  """Pydantic configuration"""
@@ -156,6 +157,7 @@ class GameBoxScoreTeam(BaseModel):
156
157
  "opponent_conference": obj.get("opponentConference"),
157
158
  "opponent_seed": obj.get("opponentSeed"),
158
159
  "neutral_site": obj.get("neutralSite"),
160
+ "is_home": obj.get("isHome"),
159
161
  "conference_game": obj.get("conferenceGame"),
160
162
  "game_type": obj.get("gameType"),
161
163
  "notes": obj.get("notes"),
@@ -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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/recruit.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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
8
+ The version of the OpenAPI document: 1.19.2
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.19.0
3
+ Version: 1.19.2
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,80 @@
1
+ cbbd/__init__.py,sha256=AC2wbaW7L_bhfCrXhk3dQR7Qvd7cnvthQtk8D-8qwRY,4951
2
+ cbbd/api_client.py,sha256=-Yij7sFCo2ICAQ68uRj7RRmHVI0RrLxy16Q_HfY_C8o,29903
3
+ cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
+ cbbd/configuration.py,sha256=buwiwneWoxQOBQdfK_nzILbYC6K5_2O63qxvzB2zfyA,14799
5
+ cbbd/exceptions.py,sha256=2TxKsanEGyJaMY16KmwiMqBGmPWY_Fk_Z6rGAsPCljU,5546
6
+ cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ cbbd/rest.py,sha256=JLhMnSC1R5S-PjC8bvAaAAjN1P02dJJNd5KlZuK3f0g,14163
8
+ cbbd/api/__init__.py,sha256=BG9pqmB2-l6ByYSh1FXjVHzeEqmvxQgr_MWR1z2NKrg,566
9
+ cbbd/api/conferences_api.py,sha256=r5sxbt5rz61PpXpkgxB1iNw8D_ejbYyeqHotJJaq0Gg,13079
10
+ cbbd/api/draft_api.py,sha256=eOWmp27Bdggsi3_vOzTLvZevsV-VBJ-CnwMUh86MuwA,20209
11
+ cbbd/api/games_api.py,sha256=MzE6WJXv10-qKbDFzS7NWvdVDhZNDhWEgKnnznav9QQ,43823
12
+ cbbd/api/lines_api.py,sha256=-e6UvCvpP3AmMi14ArAme-3vwLfi6PrhOb8YQNeM22I,15757
13
+ cbbd/api/lineups_api.py,sha256=Kjx4Kxovd3rW9DgBIGALAR9xVc5AB1FAdICFcw9QWxw,15748
14
+ cbbd/api/plays_api.py,sha256=S_5nYiNYW8ivf8X1pzsFKmIQe-j3OyKGoi7n6vxO1jk,62483
15
+ cbbd/api/rankings_api.py,sha256=LsycDIOb155wWhZ153jPcu1Cno0CV_j28uo4ltvfRpo,10005
16
+ cbbd/api/ratings_api.py,sha256=-YOq-cqESxjQh-0_aObsnl7PvlhrFh79oAzyLBIghN0,15679
17
+ cbbd/api/recruiting_api.py,sha256=nItSoG_ODu1KB639ZDmGc9gEMlwjmYkR22s3JFdmtpg,8858
18
+ cbbd/api/stats_api.py,sha256=9l4SkDmdA_etfnubnMwDA-cjzmbsZ1vWhDsZ5llkoS8,20183
19
+ cbbd/api/teams_api.py,sha256=Y2fYq9yJTOrdPJGJsae2ThSIfli23VHNLI9O4dlpMFA,14208
20
+ cbbd/api/venues_api.py,sha256=eR0lMY0zYzh4xrOWz3pr6AnZEd5omLbdnHHYWOkp3pE,6568
21
+ cbbd/models/__init__.py,sha256=jONtuKfLhPKAQmG4ADYydTC5pruoMQzQLjP-WtlIOyU,3978
22
+ cbbd/models/adjusted_efficiency_info.py,sha256=zs34rqAFcnIV1eKSlAeG_YWH25luSzshuZQ4ihTzU4c,3370
23
+ cbbd/models/adjusted_efficiency_info_rankings.py,sha256=dleQUJA-7VqrKj2g9QVhjjBMHBIibuoBfHKvjWh3Y4A,2398
24
+ cbbd/models/conference_history.py,sha256=BK4LNvxpLwzMsHrcGbNY-n3q2dYtoXzSfEdfagXKrCI,3084
25
+ cbbd/models/conference_history_teams_inner.py,sha256=6xijrx1Xb1SUeeyDuXmr3pLh_kd5tsOSdKQ0l_Otcu8,3130
26
+ cbbd/models/conference_info.py,sha256=Q-2GUVbYhOoElSpmR-ZZBN0bdV-bCPaJ_kxtFvcLvoo,2437
27
+ cbbd/models/draft_pick.py,sha256=BEL_iXup9eetSu6JvrksQhmTMWtcPUUUZ8fJFELSPaU,6572
28
+ cbbd/models/draft_position.py,sha256=BJI9Ij9CGS68m_ucaZHc1EQ0QcLL4J5DAjXEPyUJKnE,2099
29
+ cbbd/models/draft_team.py,sha256=MQAYyhu71HO5jqFDO6i78Y-pk6X6d7MKpf6MBWszOrQ,2558
30
+ cbbd/models/game_box_score_players.py,sha256=MHDu2VUm2S5x9FTVBc7XSo565oPKvpw5G9Ee4QL2scI,7528
31
+ cbbd/models/game_box_score_players_players_inner.py,sha256=LyfYvZ3CxqHpisdVgF8BAUljyW_fLrO2IV5aG7_Kb1Y,12093
32
+ cbbd/models/game_box_score_team.py,sha256=wkrd4UtgvayOJzsbERyBeNAJkTrKo6-LAs-WpCDqc-U,7699
33
+ cbbd/models/game_box_score_team_stats.py,sha256=Lix1BQws69sS5dabZhsyEy10F5aZ5mqfl1naNlkSMeY,8687
34
+ cbbd/models/game_box_score_team_stats_points.py,sha256=eFhIDIZYYxq0szV3o3Z0-OipOgXfUNcrY41UDvsmzfw,4298
35
+ cbbd/models/game_info.py,sha256=cw1HpEkzYvbH2JF7cBrdEK0UZlFQ1aLOA4ETE3bfnB8,11364
36
+ cbbd/models/game_line_info.py,sha256=idQD-GP40FQwvN1dqpwN8g-1EHCjyTHYZD2qkgqltZg,4371
37
+ cbbd/models/game_lines.py,sha256=09Ps8R-AaA4eACKvffZGfFw52X3sve_xFOb2JYb2eNI,5077
38
+ cbbd/models/game_media_info.py,sha256=7fqtwLuIcwjjRZTWLnJLJZwUWoyDZY3R9X74KJFTsCc,6003
39
+ cbbd/models/game_media_info_broadcasts_inner.py,sha256=UJdjcLfZtDxfnyDhcfbb4V_5qxY5otc_wsM4vUEjp3g,2325
40
+ cbbd/models/game_status.py,sha256=WuQiq5d5IWJOsFuHjBa6Ne7wF29DvtY7dr6UnW_0_LQ,949
41
+ cbbd/models/line_provider_info.py,sha256=eh3xKT2dzoTNYnri7-WyPYlja2BooNXcSpYNtvI9gfA,2094
42
+ cbbd/models/lineup_stats.py,sha256=v_SobnaPRDhOV9G1FKyIqF8cvzKoJ27y9WUxgEM54nA,4575
43
+ cbbd/models/lineup_unit_stats.py,sha256=7utGXeVea5Ul3Vbj8ja04s0Hh45U6g6Xb0wcxAlxIO4,5271
44
+ cbbd/models/lineup_unit_stats_four_factors.py,sha256=oOFYvwDxCLISW46LSem_NZLFaHf-H4nNOlGBQAQOsOk,2798
45
+ cbbd/models/lineup_unit_stats_two_pointers.py,sha256=KGxVMkfTm-b2B-fwNOcUA0OKSTlSvtsWsT30UFtbLKw,3680
46
+ cbbd/models/play_info.py,sha256=qiD_BwCtYi8Cpc2jL2fErA53mkBmzG-5CrZTw-qMCYc,11374
47
+ cbbd/models/play_info_on_floor_inner.py,sha256=PufAPpJ3WMtMJPmxz9sc_EPeNlODKfqKD0aOxZMn0yA,2204
48
+ cbbd/models/play_info_participants_inner.py,sha256=CU28nJRqEGByCos0uKRHy1B1_UuiH1jo_nKxYkN3XT0,2166
49
+ cbbd/models/play_type_info.py,sha256=JubgEKstddghbp3d-HNKew-tvNNwBqVBg3i8tAogoYE,2062
50
+ cbbd/models/player_season_stats.py,sha256=AaXDq4xzGvx0X5fJaWiYj7rpZOZPYP3JAXKlFIsXPYQ,12542
51
+ cbbd/models/player_season_stats_win_shares.py,sha256=GNn-kqP77spaSYkn13U4m9-SfwTMEAPfnyuf-mof_Yo,3443
52
+ cbbd/models/player_subsititution.py,sha256=v2a2qX8bi5Oap5tH6o3-sdhcGrYigJJlMxyVqxjGMCI,4786
53
+ cbbd/models/player_subsititution_sub_in.py,sha256=HZrbVIXX72wInfURn_tnVjm1ZpUAEAxHeuVMNl-NlLg,2531
54
+ cbbd/models/poll_team_info.py,sha256=-AmNmZLZaQAFBthUt_6gYrd5vXkcuWc_ZQfiOIxnCIE,4422
55
+ cbbd/models/recruit.py,sha256=xDkyDQXAYCtxR8NG28SIId056rkVBHtcg3afwK-nK9A,6394
56
+ cbbd/models/recruit_committed_to.py,sha256=uyZOqEufbaTKyFNVyJbh-pmBJpv3-KqcMgh2iGisNIg,2870
57
+ cbbd/models/recruit_hometown.py,sha256=QnTYPLcOaItbE2bcrjrE4sTdMXAVUlRWWo1U6yBJpYA,3908
58
+ cbbd/models/season_type.py,sha256=sG9RcLJaUTRnpb063HfeG-cb50qNXbktzNAEMwDncKg,895
59
+ cbbd/models/shooting_stats.py,sha256=NdD4qjp22OwzTjTmbWss2j3l55GFF-mJyDFW7PMhH1U,2218
60
+ cbbd/models/shot_info.py,sha256=12FU9hSk6qtaJTA0RrZl7dVuwkKtv9SEkOvO7BqBev4,3638
61
+ cbbd/models/shot_info_location.py,sha256=Tlu58AS_TMkla5UfLJB5PFwSgpjTBBtPn_yF0Hu_q8U,2540
62
+ cbbd/models/shot_info_shooter.py,sha256=FwpPdJI0HvIg9bei20d3-OclEbDADAdWayP5Qet0qoU,2515
63
+ cbbd/models/srs_info.py,sha256=5kb2MbfyTnOlPPn8_lGXmf0e5ZcEba7I4cM19aQ356A,2395
64
+ cbbd/models/team_info.py,sha256=z5YuegeaA7TgDMonFtikzayaYZgmzmVtry9inxC8oBk,6666
65
+ cbbd/models/team_roster.py,sha256=WkZP6ebMtDox3BtjbferTedUQfFtuvyHYyJpuC81DQE,3295
66
+ cbbd/models/team_roster_player.py,sha256=H1Xhzr8Fip-pinNQewKvYlVlhC_0malUaFWkbwxpVgM,5354
67
+ cbbd/models/team_roster_player_hometown.py,sha256=RBF2M6agfdYAcVAbomHrNbapBy8r1YdcOu1FRZ_4TZA,3980
68
+ cbbd/models/team_season_stats.py,sha256=AMYHDBXnDq1U3h_ES6PvNvRQTVM7u9pfvbPj8moDSUY,4607
69
+ cbbd/models/team_season_unit_stats.py,sha256=Fdqkx9mDveeSjbXWZs5oYNmDKuN2hnFiTecq9WX0cuE,8287
70
+ cbbd/models/team_season_unit_stats_field_goals.py,sha256=pSsyXsl80-LpvFAlwRxa04xgHqEwCrE7vsh2Oui4tNg,3027
71
+ cbbd/models/team_season_unit_stats_fouls.py,sha256=yDaBoFT0DY3VquBKeyytHvBDFaqcDrxnsnlqjFsXGFY,3035
72
+ cbbd/models/team_season_unit_stats_four_factors.py,sha256=jo_tYB0nB_5KZTMrIConHsSBTC0jmJe1bG5AKCIS-80,3884
73
+ cbbd/models/team_season_unit_stats_points.py,sha256=PWLrMMex-riVeeAv0sIY8O1l30Ox5t_SYhxZFqaGtP8,3499
74
+ cbbd/models/team_season_unit_stats_rebounds.py,sha256=YdS4TxMaRVOFTneAnRfVEdaOoWQb-UaaxEat8dfRLtE,3067
75
+ cbbd/models/team_season_unit_stats_turnovers.py,sha256=DklQqsZif26d0a_G166GFHSD2MQqjMNSQAAjs681-nQ,2764
76
+ cbbd/models/venue_info.py,sha256=JHv5Edl_M8P05N8Q7ParJSFF7jDG6cbEjS78Ez2cu-o,3332
77
+ cbbd-1.19.2.dist-info/METADATA,sha256=jk2Fqiuo2WGoXhTy486DWe0bBnb8VfVokLF8q0LUqK0,764
78
+ cbbd-1.19.2.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
79
+ cbbd-1.19.2.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
80
+ cbbd-1.19.2.dist-info/RECORD,,
@@ -1,80 +0,0 @@
1
- cbbd/__init__.py,sha256=mm-cQFYbqgIe5JlYz2sAoVRIIdNMQic_50qaUezyJl4,4951
2
- cbbd/api_client.py,sha256=bHsXDe1aWuYIlWdhKAuKOkGOhr5-mDaZ6ztEOL8n868,29903
3
- cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
- cbbd/configuration.py,sha256=j5LpzGMoBXkT5SP0_6Y83OEZC_epsUOSea8_9e7-PP4,14799
5
- cbbd/exceptions.py,sha256=AgtyhtIeBMfHgAZ8klxXagZOByM_Q9uys3flC0Z_mpc,5546
6
- cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cbbd/rest.py,sha256=i7yNia0Gq_nPxJN_meFwcNmSm8iOSFE51DbOvVK4_Do,14163
8
- cbbd/api/__init__.py,sha256=BG9pqmB2-l6ByYSh1FXjVHzeEqmvxQgr_MWR1z2NKrg,566
9
- cbbd/api/conferences_api.py,sha256=72OrbdpC08zys7ZLl9M7TTA1pjXK3hveb7rFMcm569o,13079
10
- cbbd/api/draft_api.py,sha256=RAJ-IIubYyx_Y4JDxk_u29zC0uqDZiae_ApeyQOq6bA,20209
11
- cbbd/api/games_api.py,sha256=lATHBUr0WioebBHyAT00E2LZs8MjdNOGXTFv_1rI6BA,43823
12
- cbbd/api/lines_api.py,sha256=nQmdbN0198yg9wc8QT6XUdzSxigXB7ma7EGQZA7RiV0,15757
13
- cbbd/api/lineups_api.py,sha256=rHC5bxJovLa7Ns9gYHpKt5okmO5e7xdA-zclKJzzq5E,15748
14
- cbbd/api/plays_api.py,sha256=zrnhORa8bIfn48rfE7hrQ_CTqtSD9DR_Pb7j7TAVc5M,62483
15
- cbbd/api/rankings_api.py,sha256=V9dK67W5OrkBZqtxqa3twXfER1pwPzuhdNgVJAJhdDE,10005
16
- cbbd/api/ratings_api.py,sha256=EFiXKgqeOoYdJo-Y5x5criY-jIh_XgExNVYbvVbHlWI,15679
17
- cbbd/api/recruiting_api.py,sha256=5U9TcNDU4sqSzI4HoYZ20RI8AcktiJLaJ4ynHp-OBpg,8858
18
- cbbd/api/stats_api.py,sha256=A4HMycMhQ4WeAP5M221QlmTV5J8QytUk1qrFfEEQs24,20183
19
- cbbd/api/teams_api.py,sha256=rDIXXKqDP8limBJDvm7XqoRx3fczK8kbHWFrI5BMyEU,14208
20
- cbbd/api/venues_api.py,sha256=vPX2sfuN6AfaoQFkk6X__jr76KuG4RMk0kmFvVk7HWQ,6568
21
- cbbd/models/__init__.py,sha256=6sbZwjDqbuAIVQDXnnJm2wBzrWEHH-DFW5jioUgRvkI,3978
22
- cbbd/models/adjusted_efficiency_info.py,sha256=KrjXkkaydD22PYj32mIwLwHwFKiqptx0LaHnVtBQO8g,3370
23
- cbbd/models/adjusted_efficiency_info_rankings.py,sha256=uBH0dzkbm21xBtS2wq9c-T3YcI5M8EOC44wY93_mR4M,2398
24
- cbbd/models/conference_history.py,sha256=VCDjM02PynQOvliUvBNJrgaKyodKw8n8b-1SiwZllPo,3084
25
- cbbd/models/conference_history_teams_inner.py,sha256=TB-S4VSWiPgfQmX0T8P9vHIKvaHTGjR6iZy5Kbju-J4,3130
26
- cbbd/models/conference_info.py,sha256=jJ7SY168Yo227_e5qRUBtxIQKqWTPYBFRVb1aKsKZzo,2437
27
- cbbd/models/draft_pick.py,sha256=VONfcKa3KAhz9cLUBv8UZakuI0rSIbqsbOXcoA23gfU,6572
28
- cbbd/models/draft_position.py,sha256=tDAWsumdsApyqzZy_BBVhxOcRDPGxc-dc51wHQtzGv4,2099
29
- cbbd/models/draft_team.py,sha256=QoNrJrbS6QeXxNfVxVIb6Tb4bWb4NXGku512DKfFSX0,2558
30
- cbbd/models/game_box_score_players.py,sha256=CvBQAtdmmZ4NOMAls_JmdeAQIb17ZHFENiNwds_12io,7415
31
- cbbd/models/game_box_score_players_players_inner.py,sha256=7XLO5l43to76hzBB9ldOkYsCmvOB9Onflo45tsZTJmw,12093
32
- cbbd/models/game_box_score_team.py,sha256=RqXGpLvEuXpAWCQlKWEzWzji2--EWIWinUul4IiF4Gw,7586
33
- cbbd/models/game_box_score_team_stats.py,sha256=7o35lRu9T4NFmJopK53gmQbb-APsIXEq5FfmLuxu__4,8687
34
- cbbd/models/game_box_score_team_stats_points.py,sha256=z8ShkDUrihEG4Zo2HQPvbXowlvYgq7D77gDHsSbLAtM,4298
35
- cbbd/models/game_info.py,sha256=2H8rEM_aRhpUoDG832VpwLXY6onGFSIvnfOS4nM_OQo,11364
36
- cbbd/models/game_line_info.py,sha256=nDtb2wU9rCzRO-zo17MLuv6gxhtIGI_d-i9suPj9ksk,4371
37
- cbbd/models/game_lines.py,sha256=esJ1lJKcr7ViKHtiWP5bLiu0DcJp-iQhibJuHowKvuU,5077
38
- cbbd/models/game_media_info.py,sha256=pKr3brphRIO-dJYi3Oz5BnikavIM9uas6_hxRhiUncQ,6003
39
- cbbd/models/game_media_info_broadcasts_inner.py,sha256=XUPLhoNCywYet4AfxNQEXOm40k600xUBYhsDETcgUCQ,2325
40
- cbbd/models/game_status.py,sha256=Jwp-R7rxUryBiVzSa6v-qSSs9xGllSdtziRhPz8uJSw,949
41
- cbbd/models/line_provider_info.py,sha256=49iVgBL_FpWNqm4zG_-Pn-9uGK_lVpNUabHL8qBcbVU,2094
42
- cbbd/models/lineup_stats.py,sha256=8QfnQA_dOxf4csqsLZ6BeSaABc2pvvkcXi4Go5aBM14,4575
43
- cbbd/models/lineup_unit_stats.py,sha256=NJhauniccrsR7Lh1dWP8WYOEzvNt94gqRM3QRtRSrkI,5271
44
- cbbd/models/lineup_unit_stats_four_factors.py,sha256=noRkiwC1gb3wK7DoZ4-o41Co3-Q_NFvG7tx6kdPuzdc,2798
45
- cbbd/models/lineup_unit_stats_two_pointers.py,sha256=qm0Xitq1tisERkheKNw7QZcC_Sz9Gauno8cSQ7vMCUU,3680
46
- cbbd/models/play_info.py,sha256=nlNkofL3Swpk1_qooVV0Et8__urB_BYS6G3S-JaotN0,11374
47
- cbbd/models/play_info_on_floor_inner.py,sha256=JLHP7voT_nJz3_X2iznsUOnyzHFMkDSIp3xCjaFcycE,2204
48
- cbbd/models/play_info_participants_inner.py,sha256=_Qd_prCt7Xk3pAots4LC1ZfOiPD5au7ylSn9_3A9kCs,2166
49
- cbbd/models/play_type_info.py,sha256=LY_uRB6sdgz3QIgo89WubEAVCWjqS3Hr0I4GL1frM9c,2062
50
- cbbd/models/player_season_stats.py,sha256=ufetxB3qjgw2xfUmCONjIl9lZ-6zXfHU-HaSWq-RPtI,12542
51
- cbbd/models/player_season_stats_win_shares.py,sha256=iQKlyQoFnLDFrezbB3RYPnsVUGERF_twdxN7-imXshI,3443
52
- cbbd/models/player_subsititution.py,sha256=f8RQgWaxvasmxijt5mxw1n7HOnqH61p4djKz98Zyuzs,4786
53
- cbbd/models/player_subsititution_sub_in.py,sha256=qlcmDUNFlSPoQx-3G5qX4-i0kwY-3R59WAdmTq1NTsQ,2531
54
- cbbd/models/poll_team_info.py,sha256=V620miCJD3iCgYSVx3h9OTapfTF00noABa_XJLm6MyY,4422
55
- cbbd/models/recruit.py,sha256=Z5i6BumCn7Fr2zNjx5YMieDkRq1e6zpAZB1nihMBx_8,6394
56
- cbbd/models/recruit_committed_to.py,sha256=0dxmgEuVx5wUG2o8fdLSM6E9mxF49HKtODUhCNVG2tA,2870
57
- cbbd/models/recruit_hometown.py,sha256=sX2vL4Y7gHFjmyMICZ528GtzJa1mBF2KGRLC3CVfygI,3908
58
- cbbd/models/season_type.py,sha256=e_u8tE5JfAH1Q4-cbsSwFbdXzKUjFnT3yFTy3JnJU8E,895
59
- cbbd/models/shooting_stats.py,sha256=Tdk5brk09CUIT9AkiTBl1hRaej_I4RjuK6JtvyRBLlA,2218
60
- cbbd/models/shot_info.py,sha256=cw5ay8brASrhMKWzLSTb_wOFd0rG9k1unyLP3mEJ2fQ,3638
61
- cbbd/models/shot_info_location.py,sha256=xn3M5-ll9J5EsKjHckgMkBx_HCVNfgGiuKYSksaSTbQ,2540
62
- cbbd/models/shot_info_shooter.py,sha256=ZZ-XpUhwQAd_6XkVfH49eIOjDK7oa6bfLvfM1NH7DIc,2515
63
- cbbd/models/srs_info.py,sha256=qIAvksACCMh1AyhrLPzdxdwbMMkMxdejowJDffrm6pM,2395
64
- cbbd/models/team_info.py,sha256=jfHkg8fB9CPZIPGo97_A9F8wzjtandcduXzpfphhoLQ,6666
65
- cbbd/models/team_roster.py,sha256=OG8HJCs62xpH9AMsMxsxwWYumjVusb-jMhrK01tneFE,3295
66
- cbbd/models/team_roster_player.py,sha256=MjBJ9V_f3LPQ0ODSc2VNeXI5ZP0-O6eZtOxaXZXUk1M,5354
67
- cbbd/models/team_roster_player_hometown.py,sha256=pOaotwms28_RSP_EVUvhP3cbkW7fiKZ-OlQekAbetwg,3980
68
- cbbd/models/team_season_stats.py,sha256=SxOLVqESpHm5iurHUm2jS8uBIlTC2YsW8r0eMFfCJ6o,4607
69
- cbbd/models/team_season_unit_stats.py,sha256=-uKzm4gLrLqy7e5t3NdW_NhM4oqvC1wXv3HodumJUH8,8287
70
- cbbd/models/team_season_unit_stats_field_goals.py,sha256=g-Zh-nUEXWYptFAf4IIj5RSUPii-0HYoEng_Ki_fiXY,3027
71
- cbbd/models/team_season_unit_stats_fouls.py,sha256=24YWZQl0kzIZ-EqVOQ4n1HaP3WnpMQsWkASLw-AymvY,3035
72
- cbbd/models/team_season_unit_stats_four_factors.py,sha256=Pq35_mTMVHgZMiE5MsrzkJ-k7d7rlDPoXgNIjs5kHRk,3884
73
- cbbd/models/team_season_unit_stats_points.py,sha256=D0OG2U-HIoJ08a0eHeiWbfu_PyQ_8YpFDD5OlJ9fU7Y,3499
74
- cbbd/models/team_season_unit_stats_rebounds.py,sha256=5Diz0SIRMQPVutoPHHHBOlM8wJuFNpsk0NIAEQKG5MM,3067
75
- cbbd/models/team_season_unit_stats_turnovers.py,sha256=x0AA_sGg4z24g16fbZwe5IbJO7lU7nqaD0G6dlRGB0o,2764
76
- cbbd/models/venue_info.py,sha256=hRwcUVoL4Lo8CEUXPJ5vqD2wWMPG5YZOhb0jPaIBHSs,3332
77
- cbbd-1.19.0.dist-info/METADATA,sha256=I_aGXu50xReQBQJAyqfpRJOHrgwy9lxWDPlNs7DWUEY,764
78
- cbbd-1.19.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
79
- cbbd-1.19.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
80
- cbbd-1.19.0.dist-info/RECORD,,
File without changes