cbbd 1.20.0__py3-none-any.whl → 1.20.1__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 (83) 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 +1 -1
  27. cbbd/models/game_box_score_players_players_inner.py +1 -1
  28. cbbd/models/game_box_score_team.py +1 -1
  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_shooting_stats.py +1 -1
  47. cbbd/models/player_season_stats.py +1 -1
  48. cbbd/models/player_season_stats_win_shares.py +1 -1
  49. cbbd/models/player_subsititution.py +1 -1
  50. cbbd/models/player_subsititution_sub_in.py +1 -1
  51. cbbd/models/poll_team_info.py +1 -1
  52. cbbd/models/recruit.py +1 -1
  53. cbbd/models/recruit_committed_to.py +1 -1
  54. cbbd/models/recruit_hometown.py +1 -1
  55. cbbd/models/season_shooting_stats.py +1 -1
  56. cbbd/models/season_shooting_stats_attempts_breakdown.py +1 -1
  57. cbbd/models/season_shooting_stats_dunks.py +1 -1
  58. cbbd/models/season_type.py +1 -1
  59. cbbd/models/shooting_stats.py +1 -1
  60. cbbd/models/shot_info.py +1 -1
  61. cbbd/models/shot_info_location.py +1 -1
  62. cbbd/models/shot_info_shooter.py +1 -1
  63. cbbd/models/shot_type_breakdown.py +1 -1
  64. cbbd/models/srs_info.py +1 -1
  65. cbbd/models/team_info.py +1 -1
  66. cbbd/models/team_roster.py +1 -1
  67. cbbd/models/team_roster_player.py +1 -1
  68. cbbd/models/team_roster_player_hometown.py +1 -1
  69. cbbd/models/team_season_stats.py +1 -1
  70. cbbd/models/team_season_unit_stats.py +1 -1
  71. cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  72. cbbd/models/team_season_unit_stats_fouls.py +1 -1
  73. cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  74. cbbd/models/team_season_unit_stats_points.py +1 -1
  75. cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  76. cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  77. cbbd/models/venue_info.py +1 -1
  78. cbbd/rest.py +1 -1
  79. {cbbd-1.20.0.dist-info → cbbd-1.20.1.dist-info}/METADATA +2 -2
  80. cbbd-1.20.1.dist-info/RECORD +85 -0
  81. {cbbd-1.20.0.dist-info → cbbd-1.20.1.dist-info}/WHEEL +1 -1
  82. cbbd-1.20.0.dist-info/RECORD +0 -85
  83. {cbbd-1.20.0.dist-info → cbbd-1.20.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.20.0
10
+ The version of the OpenAPI document: 1.20.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.20.0"
18
+ __version__ = "1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.1
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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.1
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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0\n"\
380
- "SDK Package Version: 1.20.0".\
379
+ "Version of the API: 1.20.1\n"\
380
+ "SDK Package Version: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
9
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.1
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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.1
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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.1
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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.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.20.0
8
+ The version of the OpenAPI document: 1.20.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: cbbd
3
- Version: 1.20.0
3
+ Version: 1.20.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,85 @@
1
+ cbbd/__init__.py,sha256=AVqGxJ-plx3KG-tB3KgJWXN0AweZbXO0j_Ydwn_-KNM,5337
2
+ cbbd/api_client.py,sha256=quXO2qL-UuKYlJhorEed3nxghxRC0xpDv1N_B7uTgzU,29903
3
+ cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
+ cbbd/configuration.py,sha256=GEvXIplM3lBi5xEWItz_ZmGQI7IJlnho5a-bEV5RFlw,14799
5
+ cbbd/exceptions.py,sha256=wXSrQZRuN0H7YwULf0j0954eM1sQO5_32n3aNHIAq0M,5546
6
+ cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ cbbd/rest.py,sha256=C-4QaOo3KGV3MmvCO45JK-Z2ZcboxUQTYjPwQlfeyOo,14163
8
+ cbbd/api/__init__.py,sha256=BG9pqmB2-l6ByYSh1FXjVHzeEqmvxQgr_MWR1z2NKrg,566
9
+ cbbd/api/conferences_api.py,sha256=hk1TsN4X9w3NadgwKDjRRNNDEIrJToUk6QWlFJRtZPw,13079
10
+ cbbd/api/draft_api.py,sha256=nCEnImbD3HyZadi7cx_EDLtGKagRUMfN1cGGxOeH2qE,20209
11
+ cbbd/api/games_api.py,sha256=G-VyBzcm80Fne4Jnn_-rSFKSR9wfLeBmGQoRxpmfnos,43823
12
+ cbbd/api/lines_api.py,sha256=s5qABCgGkVDnxcr8V4OUi1nD4tCKtI_xjvJLev30Gvo,15757
13
+ cbbd/api/lineups_api.py,sha256=cr16jneBs-UZazuaCibGZ25G1I1JGiLd0dise0DkarI,15748
14
+ cbbd/api/plays_api.py,sha256=8V1DmI9ox_9bkmxYgPc1I3OCR-d4k8lfM-Cmudw-aa4,62483
15
+ cbbd/api/rankings_api.py,sha256=Ej_nExSctr2tCjdAAuvKkwF4yK38Xw0oZdSbW2ueij0,10005
16
+ cbbd/api/ratings_api.py,sha256=9qVySOR7cwHa-KL3R3PQRg52Bl7RLikSVD9GbeT0Sis,15679
17
+ cbbd/api/recruiting_api.py,sha256=T4JvTJDAEj362C5aBL_vrIaaKpTbpJox-mc1AYqxVsg,8858
18
+ cbbd/api/stats_api.py,sha256=yNS69hIRQLscQNpo8jg8vIJvS7GpNwazA1cvntfR7B4,40172
19
+ cbbd/api/teams_api.py,sha256=vk9rwCTjMKJWQ4O90zxTsylOmZomQjJKgicA3UASaug,14208
20
+ cbbd/api/venues_api.py,sha256=ggexoRrV9qYN4vKU5pUNSMizFC4M1yI9Ga5n_J_HKXE,6568
21
+ cbbd/models/__init__.py,sha256=bZHyclLm2eMsFWAiNwwNPqxDh4PdpJyA5KFBABIPwBI,4364
22
+ cbbd/models/adjusted_efficiency_info.py,sha256=QXO1ZWa445Q9KsQd582av1WA7V6fR-CNzlceoB2toDw,3370
23
+ cbbd/models/adjusted_efficiency_info_rankings.py,sha256=imp3cbbwWktYtMMoqmpYH2eE6JQcaNxvbgbUbik4uD8,2398
24
+ cbbd/models/conference_history.py,sha256=PQ7f4MCVv9zgJnzf4L4LHqmqTpqJdXdl8WRJtYo--CY,3084
25
+ cbbd/models/conference_history_teams_inner.py,sha256=ViS9WsOaezCFDMN1zxkvfB9BsvDE295TwElI-z2v5HE,3130
26
+ cbbd/models/conference_info.py,sha256=bPI_2IXUG0ExuduqtqJ4Sin7jkPSA7w7Ok21tlV9c7I,2437
27
+ cbbd/models/draft_pick.py,sha256=oLoo87bzbmN71DTMdgmQ3iHujGZaCxe4LgaN-iXOEjc,6572
28
+ cbbd/models/draft_position.py,sha256=iw-5H4MtzPogSaLCEfCNV44F2ft61DUhXLLL-cvxhos,2099
29
+ cbbd/models/draft_team.py,sha256=Px767RUlNVVB4FotYRpVPi20noYIn2D1hj9-U5seg50,2558
30
+ cbbd/models/game_box_score_players.py,sha256=xGcT6H4PUWIbuLb7YCQYxX0yrQtIxSJj6t2Xc-bNXPE,7528
31
+ cbbd/models/game_box_score_players_players_inner.py,sha256=nyRc-FFTcVyCW0eeThhUGvhhxuhCHyv2PXnlannOIWk,12093
32
+ cbbd/models/game_box_score_team.py,sha256=dR0een1j30Ilsm3WufSdlNTQLMcMUX7iaO4CwAEZkqg,7699
33
+ cbbd/models/game_box_score_team_stats.py,sha256=rAeWRJhDDRCr6Fm0sngK-Wy8gUojTFVUZ4NP2QKS6-c,8687
34
+ cbbd/models/game_box_score_team_stats_points.py,sha256=3KZe-DX3C_dIUGRxVSr_gq7KV7VHjhcDNA4Y0q4GCG8,4298
35
+ cbbd/models/game_info.py,sha256=TN3ZjMICiLn1PO30fdR0eXr4HuUv9g_cOZUsRg-UBAg,11364
36
+ cbbd/models/game_line_info.py,sha256=BjlU1MtwECilUcUe0_zt-rVi_dxUCxp-2WS1fNJaLSY,4371
37
+ cbbd/models/game_lines.py,sha256=Rmtt5IUhOdoJpyLU0OGvh_1uSggVQgkWOqMn-dZS9E4,5077
38
+ cbbd/models/game_media_info.py,sha256=w47fqWy3K2MSsrbY_SNKDf5hN72WrrPvp7CIXo1wMws,6003
39
+ cbbd/models/game_media_info_broadcasts_inner.py,sha256=qEq5zef3isYefHgzJW3GZhem6XMIQUGMcnyjpaR2G9Y,2325
40
+ cbbd/models/game_status.py,sha256=niaFPt9hb-ZhtpBCPX2jS_ib1L0-otViWMH843dYOho,949
41
+ cbbd/models/line_provider_info.py,sha256=BJ9e77INSKZyuDW90fmPHPBGmy8SvFIL5K8pnaZ3Ly4,2094
42
+ cbbd/models/lineup_stats.py,sha256=5_KLORCjiV9pSKI8aaq1i4sKcaFVQOHCyicYoRc2dSE,4575
43
+ cbbd/models/lineup_unit_stats.py,sha256=yjpxwDmA6_E3dg00Bxcs7zMIEqOLZKRcSVn6SUqjR1g,5271
44
+ cbbd/models/lineup_unit_stats_four_factors.py,sha256=oGFdr-pGh5jEl_2FzCWm8G1njdBAFWXfoxCAa6nzzyk,2798
45
+ cbbd/models/lineup_unit_stats_two_pointers.py,sha256=FPt5LUJP-eJhFlOKkXqgog2pcGLmOdBhVhA2cIbu40A,3680
46
+ cbbd/models/play_info.py,sha256=FzuoUtrp89x34vo6kEjq83msfGaCvs1nfOa6nQ8gYTs,11374
47
+ cbbd/models/play_info_on_floor_inner.py,sha256=SL5HKogg0lO4UarvkroItpbDvslIStHKbvCv7S_TYBg,2204
48
+ cbbd/models/play_info_participants_inner.py,sha256=8pLmrbUQmYJ8-LG22PJZAmU0qfSsuudNa4Ly7rQUAKA,2166
49
+ cbbd/models/play_type_info.py,sha256=5XU2z4WCF0wc4XsmKglQHikfsAzb8kBC7M8ZokjtPok,2062
50
+ cbbd/models/player_season_shooting_stats.py,sha256=69Myy_j4rRl9c9TMAkOChVzK-2JCG8gBNH7EIAdpEoM,5959
51
+ cbbd/models/player_season_stats.py,sha256=dRfxmrkuzgeD2MqO6x2ccdE5mLzrNvHbCk26H8YgfeA,12542
52
+ cbbd/models/player_season_stats_win_shares.py,sha256=NOd6B-1ePzEngBxIu-G_id0wiowTXX3u2RIgr6SZ1eM,3443
53
+ cbbd/models/player_subsititution.py,sha256=Tm-RbhHqTAdA_WXuQdAx9fi6xSFVkUilcL7aUGssuBU,4786
54
+ cbbd/models/player_subsititution_sub_in.py,sha256=g7iaycgii3iwcDO6mR2rCwS15dZQfYUvu789QzFaOcU,2531
55
+ cbbd/models/poll_team_info.py,sha256=CntuqLGQT8MPzISQstCtAkx4pRnxD4JYg-Td8ErUTKA,4422
56
+ cbbd/models/recruit.py,sha256=Vk_j8bzZtyhsu-AI-13baatucncC4x_beGiOq0pd4go,6394
57
+ cbbd/models/recruit_committed_to.py,sha256=CSraJ9dw3MtZzd5DZmh4e_kgKKov1C32zhJ0gnexHeU,2870
58
+ cbbd/models/recruit_hometown.py,sha256=xmi_T8Pk1iUgg8_G8rTiZjx7ky9lVTf95tWAmO0CTUI,3908
59
+ cbbd/models/season_shooting_stats.py,sha256=FpX-4KjE1PmA2qBKSCQ_oBp0lQ7WP_ZTxsDOB3--wus,5647
60
+ cbbd/models/season_shooting_stats_attempts_breakdown.py,sha256=PQh9uB3k0CbTYs6YJzNLPSlFrXlg-ADXiYQzFu_vk4o,2840
61
+ cbbd/models/season_shooting_stats_dunks.py,sha256=iocFXL2knV61T4Wqw6mTBQsW1WW_NdRflp4--7wTYaY,2557
62
+ cbbd/models/season_type.py,sha256=epvCv9x6L1mD4b_uUX-mEPQBxXcmbB7uffrICom_6bE,895
63
+ cbbd/models/shooting_stats.py,sha256=Rfn5HWNbNldChBmTuZduDczllDSPNn9QQBktQFQiAdI,2218
64
+ cbbd/models/shot_info.py,sha256=HzZ5xS6ftIGkiusY_jh8_gJ2dGiTQBNL70HyzlS6bJw,3638
65
+ cbbd/models/shot_info_location.py,sha256=5qfJDLfhfiXaCp1ddU5CbiZ2yLIQ2wdiVZFlZBlYi_8,2540
66
+ cbbd/models/shot_info_shooter.py,sha256=3y7jYJJonxxPx2OgtASQbOp9eyrewhF2rycFGeWvPxo,2515
67
+ cbbd/models/shot_type_breakdown.py,sha256=eqK6CceVzsiA2M06vkz6I3LKsBBr_igxsdJ31-1I_0A,2250
68
+ cbbd/models/srs_info.py,sha256=AP-Dmh4obTekpxJkLoTL2YpQOiAu_-zPVZnzEdw61qs,2395
69
+ cbbd/models/team_info.py,sha256=xDNLW7EHs8496yRrOLMx5uLdQ-G6_PngdEqNQYdhwBM,6666
70
+ cbbd/models/team_roster.py,sha256=JNR06IIs5c46Q3LCYKA8m_xqqonMB4VcfO2FoMn6KpU,3295
71
+ cbbd/models/team_roster_player.py,sha256=2sMRRPjGrqEmK9goYIZQdqcFl-8Ko4elRu7MEAZuGnE,5354
72
+ cbbd/models/team_roster_player_hometown.py,sha256=WU6WXuBVJk4VYcUk0XdJMlFerMz-wosEMUOVzRXmysc,3980
73
+ cbbd/models/team_season_stats.py,sha256=te8HPHYKoC5bNyITgCXRp8AZtYQt3l9bd5_y7M24wFE,4607
74
+ cbbd/models/team_season_unit_stats.py,sha256=dqsAU69XEkjgnvF0wrIl6cfvcpLLesKbIakFKKBxaYk,8287
75
+ cbbd/models/team_season_unit_stats_field_goals.py,sha256=QNMtBbd4xIJHABZOdPhUqTdF7u73kt4VK4qWV4I60JM,3027
76
+ cbbd/models/team_season_unit_stats_fouls.py,sha256=ZPqD0XpyWDDZsqoPnO3AVTsqaNDF3dCF_AtNs1U5I3w,3035
77
+ cbbd/models/team_season_unit_stats_four_factors.py,sha256=LmNjxqyNDuao8ooXDyda7Ogc3azZi2EA1Re5lAGp3kM,3884
78
+ cbbd/models/team_season_unit_stats_points.py,sha256=jv3LI96nC14gjnybS_7UtTKK3pnXKqtSRzFFNf96-yQ,3499
79
+ cbbd/models/team_season_unit_stats_rebounds.py,sha256=9w-6TZEiAw0sKRKx2SvMGbLckEVXEEIGBCzBgMJk4t8,3067
80
+ cbbd/models/team_season_unit_stats_turnovers.py,sha256=4Q4V0Y9Q2pvuu0zpick8TSEX59PmZ8IVnTE4-TpgI54,2764
81
+ cbbd/models/venue_info.py,sha256=dQ6Nsfm429mxRleR6O89pOYmMFCxYs7lcXhT12qFB9I,3332
82
+ cbbd-1.20.1.dist-info/METADATA,sha256=ZvlssSd9lpod0RjDZxb3pkcWaHSJdKUm9cjc2ioj2GE,764
83
+ cbbd-1.20.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
84
+ cbbd-1.20.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
85
+ cbbd-1.20.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,85 +0,0 @@
1
- cbbd/__init__.py,sha256=BpXWY2wet6sOfRz4JPFxspFEgndqOx7vw9A5OhrYjTs,5337
2
- cbbd/api_client.py,sha256=gIQoB06DrtmelG9wKSurAVqk9-siH83ZKc6WKVIAL58,29903
3
- cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
- cbbd/configuration.py,sha256=V9ZaMGQ3CHt22BzvBNE3s0UKzd7WL3uz7mxfE1olz-0,14799
5
- cbbd/exceptions.py,sha256=7v9KWFCWydaVXsFlje9FVQ0jiWAYKPXZZ0nM0g_wLGY,5546
6
- cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cbbd/rest.py,sha256=5Vht_mL7mUAyaKZ3uaOct_J8GGrnDJlFaZ9_rweoA_E,14163
8
- cbbd/api/__init__.py,sha256=BG9pqmB2-l6ByYSh1FXjVHzeEqmvxQgr_MWR1z2NKrg,566
9
- cbbd/api/conferences_api.py,sha256=gsQK8xASmGK2TgsKZ1_Uk9Lnxa5piTbO24tFUosekeQ,13079
10
- cbbd/api/draft_api.py,sha256=9L5Ms2NBTG3IBiz2NEM2pMWsWjFAszkHLj8g6UjEZ9U,20209
11
- cbbd/api/games_api.py,sha256=UzeOhZ33p-a-Xe-zxCw1kbY6HsXM7H3uwBhZciUYRf8,43823
12
- cbbd/api/lines_api.py,sha256=wsz6Q_Eh6EvlkrlT0F4pa_BM6yB-YSRp2eMWUZarDuE,15757
13
- cbbd/api/lineups_api.py,sha256=duxf0Fa-pgSTSVwk01EFvCjpmEG1Pkr_oMZXIY_Lz3g,15748
14
- cbbd/api/plays_api.py,sha256=oMjSWSK_8MFUfig4AwtDFCTuBZNDU1EhhjZUbff5imI,62483
15
- cbbd/api/rankings_api.py,sha256=sxSXi9qU_P6oYYOQcAIE_nJ6ew0Dw1Q94LTAOornoGg,10005
16
- cbbd/api/ratings_api.py,sha256=lCVHPFUeYEZSteFbULHoRTEJvM31Ow3XrKYo7HEuHBY,15679
17
- cbbd/api/recruiting_api.py,sha256=lw4fld4tDPyiQ7QF9lbAP9t5BTzahDNkTGSePKTwF3g,8858
18
- cbbd/api/stats_api.py,sha256=QDRcquRBOzgV_RGhKY-U4zunz5mj843O07MguwHQiso,40172
19
- cbbd/api/teams_api.py,sha256=AkOwSKdBx61bqAvCOq_owY2Ajf89yOtwiO9EVxOpjng,14208
20
- cbbd/api/venues_api.py,sha256=UeQOEKXNkwg2yhlkJwbPjR-X2cvftAtjxFHMDGJIv1g,6568
21
- cbbd/models/__init__.py,sha256=_mhTNy9S2v5vLnB6wv4-vkJUwcii_eoz22hFQpMEJZ8,4364
22
- cbbd/models/adjusted_efficiency_info.py,sha256=PRL7gdPMo-ThhtQa3kLDKhpfKO3DZtj_bMDKUD5jIK8,3370
23
- cbbd/models/adjusted_efficiency_info_rankings.py,sha256=f4uFAJhSe_6Cg9NDhY_yk350xD1zSgnANP8GgmxffR4,2398
24
- cbbd/models/conference_history.py,sha256=DVcQS1ylkLLUbbExVDo7vhHo0vvZxPSS7hMqNdQyzf4,3084
25
- cbbd/models/conference_history_teams_inner.py,sha256=AxC9xU4I2v4F3QlSGRkPVERBfGXMeNMWaFrJ1aedSAs,3130
26
- cbbd/models/conference_info.py,sha256=RR91MAQ86OJXvXXMwrHN6Zss2mZ6YX769NYz2KcEtBs,2437
27
- cbbd/models/draft_pick.py,sha256=1Tqmq41DITrP-ci9rnWCSNlRcdXBl_9o_yOfdQYoeqc,6572
28
- cbbd/models/draft_position.py,sha256=G2ONKeSG69e36_-JcPIO4Zz5ySYU_zQDGTUz6twxVBk,2099
29
- cbbd/models/draft_team.py,sha256=wre5ndyHo9G5RkBK2D0fEwbKeFYmFI21HQe2oRl3dKk,2558
30
- cbbd/models/game_box_score_players.py,sha256=O4_o92Hl-ZB7sSv7iC-f40gf7G7rkp9cNl5JN0mYCJI,7528
31
- cbbd/models/game_box_score_players_players_inner.py,sha256=GeeAwm8246Ul1q39HZRgDoulHbzXdDmIquAd5UFWg44,12093
32
- cbbd/models/game_box_score_team.py,sha256=K7RrD5oN20cVue50xtn-AJ71oePsC7bKXB1pZzh293Q,7699
33
- cbbd/models/game_box_score_team_stats.py,sha256=2j0k4I-44LWou1VIhqS4uqw5_Fzs-Kn0RCelvf9Poi8,8687
34
- cbbd/models/game_box_score_team_stats_points.py,sha256=D9iehbhu1uQEc4wpvuSmfGrUyfdQCuCECH4UD2BwCXk,4298
35
- cbbd/models/game_info.py,sha256=4RMmTUJFsvx1EohoO-JnGrT11xhuRhZRg00LEbtlufQ,11364
36
- cbbd/models/game_line_info.py,sha256=-S8UflLlUZrZVcUPpTpmp-yKxt9sijM8H-63tXXv3Mg,4371
37
- cbbd/models/game_lines.py,sha256=Y1nJTmghFHiYXK5J-IwdO-QDL8d4sTFtT6cSkPJHQck,5077
38
- cbbd/models/game_media_info.py,sha256=D39sZ37dJ9dDhpSMLRPDBWIdiCc7XX6hDARNPYVIeaE,6003
39
- cbbd/models/game_media_info_broadcasts_inner.py,sha256=5x7J01q-7JaroiSSuxSEyGAZlnCgeW_acmns5ATWtfk,2325
40
- cbbd/models/game_status.py,sha256=uJuTbV-ZrpYg4Egs9yfc6m2JWaIrSBnU_5xgITIBJDs,949
41
- cbbd/models/line_provider_info.py,sha256=dywUpo5Zph2cvtRZoynvaVp1u73Ltk11ZHmCvUkfY48,2094
42
- cbbd/models/lineup_stats.py,sha256=ZAmroKGFExydASB1O0kkaHSakyq7EJBAWT9CRv3qDjs,4575
43
- cbbd/models/lineup_unit_stats.py,sha256=8_uIRWJAM6pXs1ZkcrzKerF9UNrtLZclyOTH1aqYl7A,5271
44
- cbbd/models/lineup_unit_stats_four_factors.py,sha256=StNOUtJ7NeSWWG1lg6PApxWXlQISu83zkoW-AEcFz3E,2798
45
- cbbd/models/lineup_unit_stats_two_pointers.py,sha256=0m5WyogWTbKoNwGFMEpPYBuEwlJfdLJo2RLJYTLks_s,3680
46
- cbbd/models/play_info.py,sha256=l0KcqXlL3ZKH5RuK0AfnFQ0epUTl969EVYpWO4GkB-A,11374
47
- cbbd/models/play_info_on_floor_inner.py,sha256=NhW-0-Db0W5W2cIAgZlS-rYh0patd5A_BMq5eQDcIzI,2204
48
- cbbd/models/play_info_participants_inner.py,sha256=9Fq13wgh_eW1M26bg0e_yKjrgYl4lAFganTcp7KazBA,2166
49
- cbbd/models/play_type_info.py,sha256=kPgw874LntMuhkaZKnyAwwlgjWOv5_QmWgxInOLVAug,2062
50
- cbbd/models/player_season_shooting_stats.py,sha256=haGzzCE5XXIwXqXCQRdbcaGuBaP2YcwQpL-5waJRrgA,5959
51
- cbbd/models/player_season_stats.py,sha256=UnIjRJnZ2FrVotN7_nYayu9JLEZxJDgzO7-uMObSQzg,12542
52
- cbbd/models/player_season_stats_win_shares.py,sha256=uSfHvl1IN0Kmrny-clQcRZEzUXeup-YBgNtYkbWw37c,3443
53
- cbbd/models/player_subsititution.py,sha256=bv77dAeIbCc3yEi5_-fcLq4EN8gCMy-6Sw3vKeG_DSQ,4786
54
- cbbd/models/player_subsititution_sub_in.py,sha256=cbyCIuedqIxPwt3nOKNCvvHzruU4RPBQjvtUw_bInlc,2531
55
- cbbd/models/poll_team_info.py,sha256=fDHINSXCwWC7hogrQ23174eONtMeqFEcU_7A_DnFEc4,4422
56
- cbbd/models/recruit.py,sha256=AG6f8xIp0gb4OiBrVzEcZDXuzEcjaBRcRRsH0iZRyTo,6394
57
- cbbd/models/recruit_committed_to.py,sha256=DXYMrUxnvJLpUnx-RatmT0TCi-pt4b9ah7WsPmCwX8I,2870
58
- cbbd/models/recruit_hometown.py,sha256=9vren_YiZ0JWrB7wz_OLFHgM2H2_i7065NJrEp8ARFA,3908
59
- cbbd/models/season_shooting_stats.py,sha256=LzPq1fIKm73UFpqGZCXn0PTseB1ELqoq2OBQXeYrK8g,5647
60
- cbbd/models/season_shooting_stats_attempts_breakdown.py,sha256=INOprBZjngaAzvjMCtdJ2XJg-yHwAZyUt6IjWUZG6ws,2840
61
- cbbd/models/season_shooting_stats_dunks.py,sha256=CMI2kzj2wW72CT1TI_v8DkEB7SJuOD2PpyHKwXpIlu4,2557
62
- cbbd/models/season_type.py,sha256=aA1mYllK_HX3IgPrl5x01J4OXHxocpKF6fJIDeEUpoM,895
63
- cbbd/models/shooting_stats.py,sha256=usi2G4O8gzvLUByECaiaCs95q9uae-ftvAee64IIVTc,2218
64
- cbbd/models/shot_info.py,sha256=Dh73v5KQqAxJUF6xpnibXzcIGsynjjnv_rsx2KQXEBQ,3638
65
- cbbd/models/shot_info_location.py,sha256=J-u5GAHvC0iUYQxeLNq8DvuswCWaOr-QYwvmt4TtyGw,2540
66
- cbbd/models/shot_info_shooter.py,sha256=j73-Aynjobq-BcEO3_7pK8wtlkvKcQNBHK6wRpaNNKE,2515
67
- cbbd/models/shot_type_breakdown.py,sha256=jKLvpfiscrBKQ75vdI1Ak1X8MVz8rjvncanGoMIWLrA,2250
68
- cbbd/models/srs_info.py,sha256=BZ06Bqwu5MladdHMRJw7NkWu_4GZq4t38luCtkXir5Y,2395
69
- cbbd/models/team_info.py,sha256=0CBG-5VpppqIn2vbuOf3EHX-fL3UrPe4UhEk2vAOmHc,6666
70
- cbbd/models/team_roster.py,sha256=1VvQ0tDwPYwGo7g5ukgTVNCmSYAlof66pTdCbuogr6s,3295
71
- cbbd/models/team_roster_player.py,sha256=sw8D515JtcQA9pgSvbtr_pCTMKppQ0xUqZeNBOKLOvg,5354
72
- cbbd/models/team_roster_player_hometown.py,sha256=k_d-G5zvVSo9OR5eif7hWh5dJ_tJzLMnRR11Y360KQQ,3980
73
- cbbd/models/team_season_stats.py,sha256=gOaYLHTPVCO8uwEyXSI_sO2kCVguGoXzUdsGZ_WzNbw,4607
74
- cbbd/models/team_season_unit_stats.py,sha256=vmfgzuWGc0-z4QMGhRFTZs8sJ-GvzWrEYaOFUokGgqk,8287
75
- cbbd/models/team_season_unit_stats_field_goals.py,sha256=22gcCKYcUe2oyLXAZ2dYs-emOdcVDs7XheHL0JxtEYk,3027
76
- cbbd/models/team_season_unit_stats_fouls.py,sha256=pw1gEsb4aoRWieatT2NXII7vzYNmN-PrejSdTqttPH4,3035
77
- cbbd/models/team_season_unit_stats_four_factors.py,sha256=Rp3rVLQufeb6_52XNHgv8LcrehkkE40u-BvvFBqrW-Y,3884
78
- cbbd/models/team_season_unit_stats_points.py,sha256=d56z0PUs0G-db6ZoUJK9yfUa4pjPiZ6PJbsCBV4Yl28,3499
79
- cbbd/models/team_season_unit_stats_rebounds.py,sha256=7fpwCcU0YUEpga18U-A-yRQEdD7a-J7b-GVjeU6Rr0k,3067
80
- cbbd/models/team_season_unit_stats_turnovers.py,sha256=W1TtadNYFS4LoFT61Y14sBcv_Bn-LnJqzL6zQQJhsxY,2764
81
- cbbd/models/venue_info.py,sha256=lj5L7A8phmNH1WObY0v2QkQ1ZHs3PYfD8kM5k_bfv5c,3332
82
- cbbd-1.20.0.dist-info/METADATA,sha256=oSRzCfzIgis4cGjqeUHs7Ze8a0ehvITq-YznZ3LlrsY,764
83
- cbbd-1.20.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
84
- cbbd-1.20.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
85
- cbbd-1.20.0.dist-info/RECORD,,