cbbd 1.17.0__py3-none-any.whl → 1.17.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 (72) 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/plays_api.py +1 -1
  7. cbbd/api/rankings_api.py +1 -1
  8. cbbd/api/ratings_api.py +1 -1
  9. cbbd/api/recruiting_api.py +1 -1
  10. cbbd/api/stats_api.py +1 -1
  11. cbbd/api/teams_api.py +1 -1
  12. cbbd/api/venues_api.py +1 -1
  13. cbbd/api_client.py +2 -2
  14. cbbd/configuration.py +3 -3
  15. cbbd/exceptions.py +1 -1
  16. cbbd/models/__init__.py +1 -1
  17. cbbd/models/adjusted_efficiency_info.py +1 -1
  18. cbbd/models/adjusted_efficiency_info_rankings.py +1 -1
  19. cbbd/models/conference_history.py +1 -1
  20. cbbd/models/conference_history_teams_inner.py +1 -1
  21. cbbd/models/conference_info.py +1 -1
  22. cbbd/models/draft_pick.py +1 -1
  23. cbbd/models/draft_position.py +1 -1
  24. cbbd/models/draft_team.py +1 -1
  25. cbbd/models/game_box_score_players.py +1 -1
  26. cbbd/models/game_box_score_players_players_inner.py +1 -1
  27. cbbd/models/game_box_score_team.py +1 -1
  28. cbbd/models/game_box_score_team_stats.py +1 -1
  29. cbbd/models/game_box_score_team_stats_points.py +1 -1
  30. cbbd/models/game_info.py +1 -1
  31. cbbd/models/game_line_info.py +1 -1
  32. cbbd/models/game_lines.py +1 -1
  33. cbbd/models/game_media_info.py +1 -1
  34. cbbd/models/game_media_info_broadcasts_inner.py +1 -1
  35. cbbd/models/game_status.py +1 -1
  36. cbbd/models/line_provider_info.py +1 -1
  37. cbbd/models/play_info.py +1 -1
  38. cbbd/models/play_info_on_floor_inner.py +1 -1
  39. cbbd/models/play_info_participants_inner.py +1 -1
  40. cbbd/models/play_type_info.py +1 -1
  41. cbbd/models/player_season_stats.py +1 -1
  42. cbbd/models/player_season_stats_win_shares.py +1 -1
  43. cbbd/models/player_subsititution.py +1 -1
  44. cbbd/models/player_subsititution_sub_in.py +1 -1
  45. cbbd/models/poll_team_info.py +1 -1
  46. cbbd/models/recruit.py +1 -1
  47. cbbd/models/recruit_committed_to.py +1 -1
  48. cbbd/models/recruit_hometown.py +1 -1
  49. cbbd/models/season_type.py +1 -1
  50. cbbd/models/shot_info.py +1 -1
  51. cbbd/models/shot_info_location.py +1 -1
  52. cbbd/models/shot_info_shooter.py +1 -1
  53. cbbd/models/srs_info.py +1 -1
  54. cbbd/models/team_info.py +1 -1
  55. cbbd/models/team_roster.py +1 -1
  56. cbbd/models/team_roster_player.py +1 -1
  57. cbbd/models/team_roster_player_hometown.py +1 -1
  58. cbbd/models/team_season_stats.py +1 -1
  59. cbbd/models/team_season_unit_stats.py +1 -1
  60. cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  61. cbbd/models/team_season_unit_stats_fouls.py +1 -1
  62. cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  63. cbbd/models/team_season_unit_stats_points.py +1 -1
  64. cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  65. cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  66. cbbd/models/venue_info.py +1 -1
  67. cbbd/rest.py +1 -1
  68. {cbbd-1.17.0.dist-info → cbbd-1.17.1.dist-info}/METADATA +1 -1
  69. cbbd-1.17.1.dist-info/RECORD +74 -0
  70. cbbd-1.17.0.dist-info/RECORD +0 -74
  71. {cbbd-1.17.0.dist-info → cbbd-1.17.1.dist-info}/WHEEL +0 -0
  72. {cbbd-1.17.0.dist-info → cbbd-1.17.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.17.0
10
+ The version of the OpenAPI document: 1.17.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.17.0"
18
+ __version__ = "1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0\n"\
380
- "SDK Package Version: 1.17.0".\
379
+ "Version of the API: 1.17.1\n"\
380
+ "SDK Package Version: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
9
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.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.17.0
8
+ The version of the OpenAPI document: 1.17.1
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: cbbd
3
- Version: 1.17.0
3
+ Version: 1.17.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,74 @@
1
+ cbbd/__init__.py,sha256=EJ6GpHVNbl1ypiLXHd6GoRMnEfShu2vOMXSrgCof1ao,4583
2
+ cbbd/api_client.py,sha256=xFru600B7dcoLbNz186_a60Oe01N-Ycv_PCyqlYEuBY,29903
3
+ cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
+ cbbd/configuration.py,sha256=4VshU6HXXx7UQl7XEW0xMeZzWeYhH2-SPDZh1NBIMaM,14799
5
+ cbbd/exceptions.py,sha256=uAl8hwl5p-kaj7lYhRrXVAPG6NvmsSDpP8TWJ_KpMPs,5546
6
+ cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ cbbd/rest.py,sha256=p8jHPQmAJnXD4qy8BPCHYdXhShiK8sK2zswuhR6Occg,14163
8
+ cbbd/api/__init__.py,sha256=2TdxtoR2arz7-PjkaHnd22u3bu2Fo88LUsgu6d5yY3g,522
9
+ cbbd/api/conferences_api.py,sha256=PC-YLxDRh-jDwugGRsgZmbb3D4jCTE8OPtTehZaKfZE,13079
10
+ cbbd/api/draft_api.py,sha256=M075Xi7HzQN3rKplrOofLQS7JxRRS4wSYS_4uQhjNH4,20209
11
+ cbbd/api/games_api.py,sha256=WjSoDYxnRoKjSmzZaGBAdgHPiAhGsb6rZn-DVod_vVU,41195
12
+ cbbd/api/lines_api.py,sha256=2c1ZfMO3a5wNTvjSSrlnvxoqamXk278JE89cgyIPVdY,15757
13
+ cbbd/api/plays_api.py,sha256=os5WHCo-Qjd_VuCgogIh0x6nXjLyXY7NLfT36siWinU,54890
14
+ cbbd/api/rankings_api.py,sha256=2LmXY5H8qyC5Up6MfBwIAHLqwax-yD-MyUjCgar1Xa8,10005
15
+ cbbd/api/ratings_api.py,sha256=xyK-h-kpcUqzdoD87V2YdVPUaAOI8HxK8MDL78Cdkks,15679
16
+ cbbd/api/recruiting_api.py,sha256=RHgsC4ZIELLfcDVt8TfZFfJC9Wpy1tA4jsygaLi4DD0,8858
17
+ cbbd/api/stats_api.py,sha256=_9VDha8g4mmCAkqA6QbvP7_K3YJC5_RAdgdJshXFrAE,20183
18
+ cbbd/api/teams_api.py,sha256=yQKEMDe6Hy48nRyN3oeHEApO7fg-7Q_Is6fiE-AxUVA,14208
19
+ cbbd/api/venues_api.py,sha256=lC0ghE7dbi88St4IdpW2Ti8OedyBNho7xc2a1lgEqU0,6568
20
+ cbbd/models/__init__.py,sha256=zNPCJfPz0m7oub2l78cXPcbITqh8wYS3gvB6hotvw7o,3654
21
+ cbbd/models/adjusted_efficiency_info.py,sha256=oXO5o_0m_DZyFlqg-dBc68l74ehhMBLNMg66KeOnCxU,3370
22
+ cbbd/models/adjusted_efficiency_info_rankings.py,sha256=18hiHu5PklDEr26mUvbw1jZTudWN78QrvQ7TeZDhSuQ,2398
23
+ cbbd/models/conference_history.py,sha256=DeN5k29SO1nLoe6Xj9NXJVPODDSsw_ydRsmI519-Jek,3084
24
+ cbbd/models/conference_history_teams_inner.py,sha256=sHIq8Et4U4nu-zhzechn7tFqcL6k3N2q9KLg6njf2M0,3130
25
+ cbbd/models/conference_info.py,sha256=qh3_3IswUZeAs8a3pGxr9X8uNSI5Cr2ewyhF4nDQPQE,2437
26
+ cbbd/models/draft_pick.py,sha256=SdJFEkgEBYRawx3qEj1oS4pxGfzJxWSjWnHz5cYVVqU,6572
27
+ cbbd/models/draft_position.py,sha256=jhriaMl5sWVtRMDekUx6kU1f2aUPr_5XbqtPGh1Jhjc,2099
28
+ cbbd/models/draft_team.py,sha256=aLOsMksnwDq0Zr4PsxGEzZzfdmz22-pLsMKxL4Cle3U,2558
29
+ cbbd/models/game_box_score_players.py,sha256=MRXAD9sX0xWznUhXNslOhTJGqkWo1t8tvYwgtJZoYQk,6356
30
+ cbbd/models/game_box_score_players_players_inner.py,sha256=9f1Ia1CR6DvMKgGJnX1tnGqZI_H5vA2rr9hT4gOrR2M,12093
31
+ cbbd/models/game_box_score_team.py,sha256=VybfwoAeNe0L_DPYMTwxXAEiovimSC2X20NtwuaudJc,6527
32
+ cbbd/models/game_box_score_team_stats.py,sha256=WAAGEw81yTWV4HG33f1a9_f1rbz3_-MDuGoyRXlYveI,8687
33
+ cbbd/models/game_box_score_team_stats_points.py,sha256=tTQHf3zdCzn6rbGOJDq0VNeurw5fNGSwvAZex4yITko,4298
34
+ cbbd/models/game_info.py,sha256=Goj4uTMgJypOyyDWh98lvhpskqZ7-0AfUtqTjrGfwGI,9986
35
+ cbbd/models/game_line_info.py,sha256=_f5oIJA6rs0pkLZwy44TitOY67Ajg5LF_sCJ18pfsUo,4371
36
+ cbbd/models/game_lines.py,sha256=heaUP2hW8z65IjgC9JmD9pTR0A_m4E9GPU7eQ2IRXkw,5077
37
+ cbbd/models/game_media_info.py,sha256=Y-bj0dRGDXhRh0DNeFyC3E7OQKGndjUpof3ZZ2OO0L0,5672
38
+ cbbd/models/game_media_info_broadcasts_inner.py,sha256=HQ-5-nJBH-shEYregyxqnTQaEt2P2w-NkPRfjN5cwU8,2325
39
+ cbbd/models/game_status.py,sha256=PRiDfWVEjPJ4IpGCSiG2sHcUgvXdi2RBro0UQnMn_yI,949
40
+ cbbd/models/line_provider_info.py,sha256=DeZ4-4OJFPOIcv4TSAMELlWRUkrBYKX5Fyg3WRz3GLU,2094
41
+ cbbd/models/play_info.py,sha256=Setcvi6Y5F_RDLJwBaITA_GnDdOq2Dir02voOt5hwmQ,10275
42
+ cbbd/models/play_info_on_floor_inner.py,sha256=E8tZVYIvxYoQx96yAvQhwVkk21RSvk1IzbGKVrS_9Gw,2204
43
+ cbbd/models/play_info_participants_inner.py,sha256=aVpgor7WdBbakj-kYq55XmtT_Iy4gO6lZA45m80zGW8,2166
44
+ cbbd/models/play_type_info.py,sha256=nHZG8m5UvVhgX9rBynkEE7cUYVqv1dJkMXuOVu-8wr4,2062
45
+ cbbd/models/player_season_stats.py,sha256=0bSRXTgxlnL4nGanDAn7XTFwUaWkn4lJ1fO5Gl8qaXA,12542
46
+ cbbd/models/player_season_stats_win_shares.py,sha256=J5VhyUZk1Ag-qX34QmUQKEs9sDAvqGjXKFogw8sHGjI,3443
47
+ cbbd/models/player_subsititution.py,sha256=EbZqhpGJjH8dY8QROePoxJbX9Ech0NE6V6_sTTW4IUU,4786
48
+ cbbd/models/player_subsititution_sub_in.py,sha256=YhBiCqhQxE033til0E02C0cPHGlUChBJZ1vUO1Asewc,2531
49
+ cbbd/models/poll_team_info.py,sha256=O7zDYPCIwiUqPL40prahsPjzJNe-Z1PsHyeV9UG9E74,4422
50
+ cbbd/models/recruit.py,sha256=4qCLSnxf_JBBWrvl8Hq76uiO2fSoHSmcBz6YempBLnw,6394
51
+ cbbd/models/recruit_committed_to.py,sha256=wkRLm7aOvLLmu5Yg8yHN8dJNusgEIZ04meWRNnt0KtE,2870
52
+ cbbd/models/recruit_hometown.py,sha256=J7tFWsEqpRrYZiiJlVZ5denS57lAJ84ASNnZ11NOzbo,3908
53
+ cbbd/models/season_type.py,sha256=IMdzFfRxeEdP1WkCipbqqvH-72nUvV-hbhF00lZpo5w,895
54
+ cbbd/models/shot_info.py,sha256=fKWwawQOwyvLDvoWpFBwNZaintkDahYKb3yyqTlK2pM,3638
55
+ cbbd/models/shot_info_location.py,sha256=s74EyG2hAQt2m0MxUG2wD_61f46GU4yyNFG3-vovjfc,2540
56
+ cbbd/models/shot_info_shooter.py,sha256=JssX0elYd2gwpnw9iTMFoX4zrIXIza5SeXsb8QoZlM4,2515
57
+ cbbd/models/srs_info.py,sha256=tT8Fvqp2m7LTyhCit-phefb3ZqiHyNq51OyYmrAmjIY,2395
58
+ cbbd/models/team_info.py,sha256=Mp2iA4Kn-9pl0-nYsxXvKXbf076JDQgHACKUkvJWU6g,6666
59
+ cbbd/models/team_roster.py,sha256=C5zxiRILJP1w2LDZVWIZ9698hlvm-c_HfrntwIn8LNU,3295
60
+ cbbd/models/team_roster_player.py,sha256=z9yWaDBUCdFQI768CJp9FcO2pLGdAqztQ5enh0hcrgw,5354
61
+ cbbd/models/team_roster_player_hometown.py,sha256=QSb8lr4y2rOom_YSTTqkPaaK7q2g0WLKBO3549swOFU,3980
62
+ cbbd/models/team_season_stats.py,sha256=unNglMlscvBQLD9RHM4QqazbX_pVnXeeuVJwk6GwhKw,4607
63
+ cbbd/models/team_season_unit_stats.py,sha256=Rrvv0K2EA22DYRxg0MbLLvoO_Q68xYpFF4elOkFpSh4,8287
64
+ cbbd/models/team_season_unit_stats_field_goals.py,sha256=WmxUGe_L2QjxbcGzJ5nGTLEnsCRGPgJDufN_ZenJbQQ,3027
65
+ cbbd/models/team_season_unit_stats_fouls.py,sha256=1Bl4zL3wgJp8AKWVbDYX6KLbxpvpXBcjQSBYI_yM0Y0,3035
66
+ cbbd/models/team_season_unit_stats_four_factors.py,sha256=7z6bWlfa2V_HiZorKz1cSjo14UsRqRv9wbKlhARqL98,3884
67
+ cbbd/models/team_season_unit_stats_points.py,sha256=9Ua3J3hx4w-drXWhUKjaq8NfcHGRLTpXT5XM0w76KzE,3499
68
+ cbbd/models/team_season_unit_stats_rebounds.py,sha256=IQpOMixhxjci3t8Zx0__k_sPV2H6283eho7ZcWVc0E8,3067
69
+ cbbd/models/team_season_unit_stats_turnovers.py,sha256=ysQApkGFCDKJarvQL7ayRSQMyRV9D1MF9SJRuRIxhm8,2764
70
+ cbbd/models/venue_info.py,sha256=RMTLmQP_Q6YwnYWHrjMLCojWyTNXK3hWKmXJG9xKWhY,3332
71
+ cbbd-1.17.1.dist-info/METADATA,sha256=DWJVE7DD5sKONT5mw2AZWQXCG-4Ub-SuCHGh_UqgK30,764
72
+ cbbd-1.17.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
73
+ cbbd-1.17.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
74
+ cbbd-1.17.1.dist-info/RECORD,,
@@ -1,74 +0,0 @@
1
- cbbd/__init__.py,sha256=wkFS7YKZ2kNcnb9wIl3eRvwYdi7dLxtOVtYC5u7Iy5Y,4583
2
- cbbd/api_client.py,sha256=s5lWCLJxQd8A9vk-g8DXA0XVAPKl4tztgdFhlJyviWc,29903
3
- cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
- cbbd/configuration.py,sha256=b5eisycummxGh-1QGY9ikA0aMULUuZYY8sYPVqxU52M,14799
5
- cbbd/exceptions.py,sha256=z2a_TiQL6LT9zwwBhbszRsgfpW1NDFjrT7QJ7QdsfR0,5546
6
- cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cbbd/rest.py,sha256=H29G1i_91BEv1GsiowjsN1A1VkCTq9nuyBDGWJxRsb4,14163
8
- cbbd/api/__init__.py,sha256=2TdxtoR2arz7-PjkaHnd22u3bu2Fo88LUsgu6d5yY3g,522
9
- cbbd/api/conferences_api.py,sha256=MoRE_xXaZ-GZ3hP17G5kloWVd9DmV_JyLhn9AD2qbrc,13079
10
- cbbd/api/draft_api.py,sha256=70_TqxwDw9RJJRYrCoZVVzrZlsnEKT9t7UNQMxEt56E,20209
11
- cbbd/api/games_api.py,sha256=IsTNgtOEDocerfxTYaJlh33uAy_Iotf-VyrJ-M25ZaY,41195
12
- cbbd/api/lines_api.py,sha256=Ejv6Gr41-YiWqrh8Cx9tLEawCKomlfQyqDWaFKJ2WcU,15757
13
- cbbd/api/plays_api.py,sha256=VVJrCGPxGE1k0U_vfWTBa6x4VfYt8gMqQFIxCrfmqgc,54890
14
- cbbd/api/rankings_api.py,sha256=52XmaJbRd0LRpTlRUvux_gT5zaqVC5UQBzZBLeDTHg0,10005
15
- cbbd/api/ratings_api.py,sha256=Gr4YsfF4YMpT0EMuHiGZml9h9Fm3qhafAnGudnmvTok,15679
16
- cbbd/api/recruiting_api.py,sha256=EEecL8-Lx0K0Rl4NLI6ongxQNPJmQ6GZnsf3EN49QNs,8858
17
- cbbd/api/stats_api.py,sha256=DHFAu6XwP8yD_TjYEQ9Ziuwcyu6apDBMYAMt6WUip5Y,20183
18
- cbbd/api/teams_api.py,sha256=N9oXXDepOIvg3LNpc95cwqipcG1N8wd7TSVMb86OQp4,14208
19
- cbbd/api/venues_api.py,sha256=bS6VAkrFsCcqQipQsS6kZQ-sYKdRHjU1tYfn8muBQsI,6568
20
- cbbd/models/__init__.py,sha256=cKXx8gFm9MET4h_B8yz2wFDqwrVhwLGzYjagtGhPAZo,3654
21
- cbbd/models/adjusted_efficiency_info.py,sha256=HPIliUMvOWSlODvjCm7IPCcGBa1xcmpc63pg2w9jjV0,3370
22
- cbbd/models/adjusted_efficiency_info_rankings.py,sha256=EvdYN3VHYsKuo7DEB1WHouO6J-Q5rxqx-X2L-AkGICI,2398
23
- cbbd/models/conference_history.py,sha256=A09Niz3GWUlcEZ6PMGz3Q3YxYmk_XeIPYAMaZ7txS_o,3084
24
- cbbd/models/conference_history_teams_inner.py,sha256=uqbB9k6UC4HSPSClZp6X7ykf0FSmbv5JTjztGpGCGk4,3130
25
- cbbd/models/conference_info.py,sha256=TTT0FhXhZOWJuDrmaBQKEtH5I23Luod-uf3PtpsiDss,2437
26
- cbbd/models/draft_pick.py,sha256=pOKMh4eX4IOrGB90kESZJAYlfJO4i-je-iCv_dRtCBg,6572
27
- cbbd/models/draft_position.py,sha256=RLdcL_Kwwxa6kxaqoigevggbwovjlLfGwhZ7VIdsopI,2099
28
- cbbd/models/draft_team.py,sha256=8fAHMyiQ5f21F_eJ5PjlLVqGcAB4MWo3lKqwGv1oPQc,2558
29
- cbbd/models/game_box_score_players.py,sha256=TWnrKApmH6aI9xhGu1wijkqvvfXFMHxkhwUnNkz7xnc,6356
30
- cbbd/models/game_box_score_players_players_inner.py,sha256=WXPeNMMVdHQ8WmZNgGM13x0gFfHOXk8InY484tHGZ7U,12093
31
- cbbd/models/game_box_score_team.py,sha256=NJ1L_rglhY4SbYfYa0odY-sdH1V6r7j6t1Cw2PQBEDY,6527
32
- cbbd/models/game_box_score_team_stats.py,sha256=vX8irOVnU1ITZjTumaOIasCiLZabQeBNKgG2jKxApNc,8687
33
- cbbd/models/game_box_score_team_stats_points.py,sha256=CxtpHho9p2QJ_ovduepzG0xQCvJZtxKV_k2jhsTnAcs,4298
34
- cbbd/models/game_info.py,sha256=0I9wmjWshaW4pOvKC-Uj4LviSH9oIPBnOAI9WV24_sw,9986
35
- cbbd/models/game_line_info.py,sha256=VO5ruTrvE5eIfec6XNtQ-eJzFR-fQ2LBa4Zv3WxGdB0,4371
36
- cbbd/models/game_lines.py,sha256=vcOH3IA7hEdewm8sY4JWe6oDcIqU2grpkIHhyoSwMKg,5077
37
- cbbd/models/game_media_info.py,sha256=1RF1InfsIsB0m0mRXrUNr3TZ3qwINufvTUCDyLjuIn8,5672
38
- cbbd/models/game_media_info_broadcasts_inner.py,sha256=9378VNE8MoNd3RbpP1k52eynbTJEAIMwL3R2zyfNB88,2325
39
- cbbd/models/game_status.py,sha256=eMHwXqmnvjyYvk0C4H_kTD8S8mGrB3ExgCvxuvNpXgw,949
40
- cbbd/models/line_provider_info.py,sha256=XwhIWhQIO-07DTEDZTcsDnkxQoPUa3n7rMGD7N2taIU,2094
41
- cbbd/models/play_info.py,sha256=caJeeXfzjYPFtCtmhLF2yzUCIGVtAipivsDk4H3lMIQ,10275
42
- cbbd/models/play_info_on_floor_inner.py,sha256=1kJf8HjGRhnJuSjoXPEwj3gVJdFw-4H8CyPORWr_71k,2204
43
- cbbd/models/play_info_participants_inner.py,sha256=MvDAasfCYdbELp3HIYRwC1-DoPlQvfSvHgAQqenX5TM,2166
44
- cbbd/models/play_type_info.py,sha256=j_H3-SCu6n9RrSvwirvY0HXPl8JnXg16lb9Pmr7CDPQ,2062
45
- cbbd/models/player_season_stats.py,sha256=Ifxw89kzUs3dZp1jyv-41k_Tiz4Y-H_zqms3WHibcH8,12542
46
- cbbd/models/player_season_stats_win_shares.py,sha256=2wkVSdUDzwuOH5YER9AfSYs2JtgZVd4O67MS6AJpTrc,3443
47
- cbbd/models/player_subsititution.py,sha256=dkZiOn5syLhdnqwb6E074DX8-TAj6Meo1R4AF1sXSmI,4786
48
- cbbd/models/player_subsititution_sub_in.py,sha256=td43yQeFKZPx9qYH6LR8Gw0iWu6mZp2ncuA0d1VndGM,2531
49
- cbbd/models/poll_team_info.py,sha256=TDL9foMAsogxs3gDeZ28DRLWhpt0YvvhQDJjfqPf1UA,4422
50
- cbbd/models/recruit.py,sha256=Gs_DQptXYHw6P4qPAJT5P0GFtNfJuBvsILhCve3JdU0,6394
51
- cbbd/models/recruit_committed_to.py,sha256=1w2nxuU60Y9W9VX9HMn8UmsPWavSqm2QH57gFCW0kR8,2870
52
- cbbd/models/recruit_hometown.py,sha256=xndD_BSmFkhVHmVdSFNfmbb4KQDgJmL7NiGR7yLKIYQ,3908
53
- cbbd/models/season_type.py,sha256=11ahpKDzwjrDhZoSI7xOevJ02I52sW9KL2klS2rOc88,895
54
- cbbd/models/shot_info.py,sha256=mTiZifRrKX4ZFZ7bTt2t1nrvY8Fr8o-QF6JpmYmF2Ag,3638
55
- cbbd/models/shot_info_location.py,sha256=topTy8HikTxAbhJQ0ePZn5CNnv6zBXtaH4lT5uc86dc,2540
56
- cbbd/models/shot_info_shooter.py,sha256=tKzbSBiCnGwSeZNb8MOzMXd17Dk6eLOEZOBnhiLxvjE,2515
57
- cbbd/models/srs_info.py,sha256=NEz2Ab9TqsdHemxj0mmF3DTxjcllxYwgUd2NaUXtPs8,2395
58
- cbbd/models/team_info.py,sha256=HNXPkHbLszL7ri-vIT6JBm1W6_jnMWTz8kxzKL77WiQ,6666
59
- cbbd/models/team_roster.py,sha256=IyWIrXKXqAEmxUaXBGqzACoZPC9NZRuI5_urqCf1U9w,3295
60
- cbbd/models/team_roster_player.py,sha256=jHfZQQn2DqrvG12z_pCX4PirmV0WSNPMmPWQcvcLZXc,5354
61
- cbbd/models/team_roster_player_hometown.py,sha256=WtPi-OEN1RLv_NsKhpD_hmBCJwVIiZvvzTDZkU-R6xc,3980
62
- cbbd/models/team_season_stats.py,sha256=_W5Im0F8HZl4yEzE_Ypbjn6sBY6Nn8gRSnjaBnGwtQQ,4607
63
- cbbd/models/team_season_unit_stats.py,sha256=8ZsMHijVT2iCJKVkMqrhYqsPd7SzrVrzHz6XdC4VY-E,8287
64
- cbbd/models/team_season_unit_stats_field_goals.py,sha256=1QPvy6-7IXOo4sO1wLomQxymRmYfT81mP9dqNxltWYY,3027
65
- cbbd/models/team_season_unit_stats_fouls.py,sha256=XlzRIvlWRTFLjuPCJUc4cCGhQ1stCqvikO2UGWxmi9w,3035
66
- cbbd/models/team_season_unit_stats_four_factors.py,sha256=7bGZImbyFI5ebgZh-u0AMGUXCqRqmtL0Ayy0g6ur9Dk,3884
67
- cbbd/models/team_season_unit_stats_points.py,sha256=p9ffayop59JNJpcRw2YjHwav3i26p2Y6GUSFA8BbZuA,3499
68
- cbbd/models/team_season_unit_stats_rebounds.py,sha256=PXFLePRvg2EeGG3RvatrxACc8zmEg4MjjjdML2W2GVs,3067
69
- cbbd/models/team_season_unit_stats_turnovers.py,sha256=44MKIU2_CZQdyaM_IaK4LkBfU8ohH_qHKGXayEGXesQ,2764
70
- cbbd/models/venue_info.py,sha256=jRTET-QpWIaEILcdx6xROMdt0D6E6qqK-0Hav6n3mOU,3332
71
- cbbd-1.17.0.dist-info/METADATA,sha256=HNVe3VSbWq6Hz2vMOOdZE8GkhzpKZIcrpFTn8y4J9BQ,764
72
- cbbd-1.17.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
73
- cbbd-1.17.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
74
- cbbd-1.17.0.dist-info/RECORD,,
File without changes