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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. cbbd/__init__.py +2 -2
  2. cbbd/api/conferences_api.py +1 -1
  3. cbbd/api/games_api.py +1 -1
  4. cbbd/api/lines_api.py +1 -1
  5. cbbd/api/plays_api.py +1 -1
  6. cbbd/api/rankings_api.py +1 -1
  7. cbbd/api/ratings_api.py +1 -1
  8. cbbd/api/stats_api.py +1 -1
  9. cbbd/api/teams_api.py +1 -1
  10. cbbd/api/venues_api.py +1 -1
  11. cbbd/api_client.py +2 -2
  12. cbbd/configuration.py +3 -3
  13. cbbd/exceptions.py +1 -1
  14. cbbd/models/__init__.py +1 -1
  15. cbbd/models/adjusted_efficiency_info.py +1 -1
  16. cbbd/models/conference_history.py +1 -1
  17. cbbd/models/conference_history_teams_inner.py +1 -1
  18. cbbd/models/conference_info.py +1 -1
  19. cbbd/models/game_box_score_players.py +1 -1
  20. cbbd/models/game_box_score_players_players_inner.py +1 -1
  21. cbbd/models/game_box_score_team.py +1 -1
  22. cbbd/models/game_box_score_team_stats.py +1 -1
  23. cbbd/models/game_box_score_team_stats_points.py +1 -1
  24. cbbd/models/game_info.py +1 -1
  25. cbbd/models/game_line_info.py +1 -1
  26. cbbd/models/game_lines.py +1 -1
  27. cbbd/models/game_media_info.py +1 -1
  28. cbbd/models/game_media_info_broadcasts_inner.py +1 -1
  29. cbbd/models/game_status.py +1 -1
  30. cbbd/models/line_provider_info.py +1 -1
  31. cbbd/models/play_info.py +1 -1
  32. cbbd/models/play_info_participants_inner.py +1 -1
  33. cbbd/models/play_type_info.py +1 -1
  34. cbbd/models/player_season_stats.py +1 -1
  35. cbbd/models/poll_team_info.py +1 -1
  36. cbbd/models/season_type.py +1 -1
  37. cbbd/models/shot_info.py +1 -1
  38. cbbd/models/shot_info_shooter.py +1 -1
  39. cbbd/models/srs_info.py +1 -1
  40. cbbd/models/team_info.py +1 -1
  41. cbbd/models/team_roster.py +1 -1
  42. cbbd/models/team_roster_player.py +1 -1
  43. cbbd/models/team_roster_player_hometown.py +1 -1
  44. cbbd/models/team_season_stats.py +1 -1
  45. cbbd/models/team_season_unit_stats.py +1 -1
  46. cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  47. cbbd/models/team_season_unit_stats_fouls.py +1 -1
  48. cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  49. cbbd/models/team_season_unit_stats_points.py +1 -1
  50. cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  51. cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  52. cbbd/models/venue_info.py +1 -1
  53. cbbd/rest.py +1 -1
  54. {cbbd-1.10.1.dist-info → cbbd-1.10.2.dist-info}/METADATA +1 -1
  55. cbbd-1.10.2.dist-info/RECORD +60 -0
  56. cbbd-1.10.1.dist-info/RECORD +0 -60
  57. {cbbd-1.10.1.dist-info → cbbd-1.10.2.dist-info}/WHEEL +0 -0
  58. {cbbd-1.10.1.dist-info → cbbd-1.10.2.dist-info}/top_level.txt +0 -0
cbbd/__init__.py CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
9
9
 
10
- The version of the OpenAPI document: 1.10.1
10
+ The version of the OpenAPI document: 1.10.2
11
11
  Contact: admin@collegefootballdata.com
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "1.10.1"
18
+ __version__ = "1.10.2"
19
19
 
20
20
  # import apis into sdk package
21
21
  from cbbd.api.conferences_api import ConferencesApi
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/games_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/lines_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/plays_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/rankings_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/ratings_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/stats_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/teams_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api/venues_api.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/api_client.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -78,7 +78,7 @@ class ApiClient:
78
78
  self.default_headers[header_name] = header_value
79
79
  self.cookie = cookie
80
80
  # Set default User-Agent.
81
- self.user_agent = 'OpenAPI-Generator/1.10.1/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.10.2/python'
82
82
  self.client_side_validation = configuration.client_side_validation
83
83
 
84
84
  def __enter__(self):
cbbd/configuration.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -376,8 +376,8 @@ class Configuration:
376
376
  return "Python SDK Debug Report:\n"\
377
377
  "OS: {env}\n"\
378
378
  "Python Version: {pyversion}\n"\
379
- "Version of the API: 1.10.1\n"\
380
- "SDK Package Version: 1.10.1".\
379
+ "Version of the API: 1.10.2\n"\
380
+ "SDK Package Version: 1.10.2".\
381
381
  format(env=sys.platform, pyversion=sys.version)
382
382
 
383
383
  def get_host_settings(self):
cbbd/exceptions.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/__init__.py CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
8
8
 
9
- The version of the OpenAPI document: 1.10.1
9
+ The version of the OpenAPI document: 1.10.2
10
10
  Contact: admin@collegefootballdata.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/game_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/game_lines.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/play_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/shot_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/srs_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/team_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/venue_info.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/rest.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.10.1
8
+ The version of the OpenAPI document: 1.10.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: cbbd
3
- Version: 1.10.1
3
+ Version: 1.10.2
4
4
  Summary: College Basketball Data API
5
5
  Home-page: https://github.com/CFBD/cbbd-python
6
6
  Author-email: admin@collegefootballdata.com
@@ -0,0 +1,60 @@
1
+ cbbd/__init__.py,sha256=srGUTq6RvYneJ9Ysf8CVlgq38mHg4rb2AHXOZfX-seY,3746
2
+ cbbd/api_client.py,sha256=SCorbrwYXwrOaXo0gKGt4A4xAuXvD8O2JpYdhfXwyN8,29896
3
+ cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
+ cbbd/configuration.py,sha256=S4LMHrJq9onAwCW7mhdHe0JxENN_fV4YE1XfR5gtsOc,14799
5
+ cbbd/exceptions.py,sha256=OZy0QHssvMkk_y5Iu7W8gSgYXDsGoejFjFH1ms8tVBM,5546
6
+ cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ cbbd/rest.py,sha256=78ZIL2PBzxsqFcBWU-xZ99_M_Ajw07dhTXG4uq3KS_c,14163
8
+ cbbd/api/__init__.py,sha256=U29aKlFG5cMzdwI6-aCdcGjclNGcvi0Me9-UNtja-6I,432
9
+ cbbd/api/conferences_api.py,sha256=6xZClWXYKAPU1P-ENY0QPFzQTJz6uY54ym9bRRhsV9k,13079
10
+ cbbd/api/games_api.py,sha256=lTwze0TWuovYSO0EltggpppX1MPIeElvbV606Wu7i8M,41195
11
+ cbbd/api/lines_api.py,sha256=W13KtSDuo4jPCkqWnBCboULf5jvh-Ee8X2yirIrPgcE,15757
12
+ cbbd/api/plays_api.py,sha256=8JnzgzkZt3zNsHNMMWluDL8KXapQMNKRTPgoXWwpT0I,35262
13
+ cbbd/api/rankings_api.py,sha256=edcvCFsqtWI79w9xAYpzq1VmhcjvQHnokxv7zqARxPU,10005
14
+ cbbd/api/ratings_api.py,sha256=jI_42L2bANZE3iAvrko3LqHqJ1U1NjOT-PZVyZex3JY,15679
15
+ cbbd/api/stats_api.py,sha256=TvRg6ziW6vPV-tSzqR3T8mIQrS9_LV4Co-nAwcfrZuo,20183
16
+ cbbd/api/teams_api.py,sha256=PySUY09y5K_xi-dNzZBe5Xya6o6eVivUKY2gUMmmg6A,14208
17
+ cbbd/api/venues_api.py,sha256=Tlhhx3-mQ27ZAi1A5tbvZKhOvikhnmvgxrTngQGEtGE,6568
18
+ cbbd/models/__init__.py,sha256=NRtdlxmCNobQ4uhWF_vekYagjpysdsPrjhxYza7thVY,2907
19
+ cbbd/models/adjusted_efficiency_info.py,sha256=nn71AHSloaFjySvrplUp0yrkzw1t_6b5nm1xHU8z-Ls,2910
20
+ cbbd/models/conference_history.py,sha256=dyhyRFUz0rq--gNPYjcYr-Wk-hmNEZXRc4hTznIXvY0,3084
21
+ cbbd/models/conference_history_teams_inner.py,sha256=fJ-ixicKcuZXF1KN0xq0QT6wahfO3YLi6NHPN-DKTdA,3130
22
+ cbbd/models/conference_info.py,sha256=2BL6yCLArSfREzjBMrCDqW3BM_kEsXsUBnKSlC5p93w,2437
23
+ cbbd/models/game_box_score_players.py,sha256=9u7dmXPmgMDZixTCestZwlp_hH15zjp-mDBxnipa79Y,6356
24
+ cbbd/models/game_box_score_players_players_inner.py,sha256=O7xJNsduBhTJq2fk_3dFDOt3KWmtoB98zcWcWSLY5PU,12093
25
+ cbbd/models/game_box_score_team.py,sha256=ovDuthea3qa2Xp4ZVWM9SSHoEbEA16Nl-CWN5gB1H2w,6387
26
+ cbbd/models/game_box_score_team_stats.py,sha256=QIUxnPjK1La6nWN4H3bda5NVplEE-618rvu6YyuSfsU,8687
27
+ cbbd/models/game_box_score_team_stats_points.py,sha256=IX8XhAPLhTKrd_-kIJvOkw1PNuMN2vNFOd72dheURHc,4298
28
+ cbbd/models/game_info.py,sha256=4REv5B7Nqkv-2qZgK-2f82-KGvkXJiRTvsHfhlKDHiE,9986
29
+ cbbd/models/game_line_info.py,sha256=oNOchX_R-01N7ircI7wCopqbhWQLCWs68CTyR4tWI04,4371
30
+ cbbd/models/game_lines.py,sha256=p7QcJmFxx9S39cpjdEgClCx2xp4-mUPYNoF698TrBLw,5077
31
+ cbbd/models/game_media_info.py,sha256=UX4QNT6I-dhn-bm-5bXLGG9l-JIoVNGoTvZS-GNeCCM,5672
32
+ cbbd/models/game_media_info_broadcasts_inner.py,sha256=FwPvyl3EbqaXck7SnrELb9NPQNMthimL8eoCZYYZES8,2325
33
+ cbbd/models/game_status.py,sha256=fxLf0x7_li8_dpFaE4KS0G67-YOtqUpO_PwujrqHBT4,949
34
+ cbbd/models/line_provider_info.py,sha256=rTitNx01mrqmPz1mbpMzw5ECIE35JNBlUMZgF0HxadI,2094
35
+ cbbd/models/play_info.py,sha256=qHhq5FaTQMr4CHNO68EIPjkXceoOiBFhjYJkOexwL8o,9663
36
+ cbbd/models/play_info_participants_inner.py,sha256=EsCBY0g5Brb84qLAMVMnlstfHR8DLFz-3a9jw6N-2IE,2166
37
+ cbbd/models/play_type_info.py,sha256=Y2aqa8wwYsQi-zD5fWRVcgfeXwOtrWXMtTBGRUtUJtI,2062
38
+ cbbd/models/player_season_stats.py,sha256=JeSN__3O38dnX9ca3uWyF6zE5VTpQfpE8tm4JZbipaw,12119
39
+ cbbd/models/poll_team_info.py,sha256=3IjpBnut6KbsGPsQim6bd4GWqa8ruZV0_lRMzrqzaPQ,4422
40
+ cbbd/models/season_type.py,sha256=H34CortqztuvpIOS2iW9fe2qw6xH6KvsTzrsuSIkPaI,895
41
+ cbbd/models/shot_info.py,sha256=i2Sq_5knlht0fchMTos40iHWpqyXhToBob_4_qrI2fg,3711
42
+ cbbd/models/shot_info_shooter.py,sha256=kul0-kDsKK5A7aUTCre_V57O1ymnH6a3l5lZ2LQEzVI,2086
43
+ cbbd/models/srs_info.py,sha256=9mYrbc-SwSpMAWyW2W0ktXTvVIR-IhX6wdDYUDhi2Xo,2395
44
+ cbbd/models/team_info.py,sha256=dtVTDGXFfDFfiQxV_mDAwyvQH6CUtGiKkgGsxr2sTD0,6666
45
+ cbbd/models/team_roster.py,sha256=fK9TNvgir_2mL6D3rHfK_4I_BIJXw6rGuXg_a3Yncfw,3295
46
+ cbbd/models/team_roster_player.py,sha256=W_ZHogxb152WKWbALuPA6HgsCOD0Se9I5QwmIfqlA6g,5354
47
+ cbbd/models/team_roster_player_hometown.py,sha256=KYopEmVTe3oz3PUh0wRDNZ4phi_4CpZbgPdyjOjmoU4,2907
48
+ cbbd/models/team_season_stats.py,sha256=Zr2gxLDpLEn0-TNHfjrJoA-_lCme5iJcFR5fWbqKHUo,4263
49
+ cbbd/models/team_season_unit_stats.py,sha256=uXuO3zyUweNr07I8EEVef1qjbG2xWbWS7WpduhfjrIM,8287
50
+ cbbd/models/team_season_unit_stats_field_goals.py,sha256=XbBw42mlzqLgzrpx6oGeUI8IUC8Kp596qNA0hvV6OGg,3027
51
+ cbbd/models/team_season_unit_stats_fouls.py,sha256=wMvZqfIGl5tuABOg9oA4j89DeSl27Fh7c1HhBn3lQGw,3035
52
+ cbbd/models/team_season_unit_stats_four_factors.py,sha256=H91Afhc9InIaOFzReEnAfv8huYPNtOhxWe_IumU_krM,3884
53
+ cbbd/models/team_season_unit_stats_points.py,sha256=RFyXa6WvfkUMxSFblHm4qWQx_oqTqadxLrmGVmXre54,3499
54
+ cbbd/models/team_season_unit_stats_rebounds.py,sha256=K1k0DvN-JxIaZqgIAGrJfeHl-zmtyHX-pVKM1t9-xSU,3067
55
+ cbbd/models/team_season_unit_stats_turnovers.py,sha256=y4ZF1QtIB2SEM_ioFX0Y242rfrctIVqkhFppTW_cEIQ,2764
56
+ cbbd/models/venue_info.py,sha256=mCSuzV4-BvXua0y-wVfkaAuZHUbSnoI1QCo7ZEQcWxo,3332
57
+ cbbd-1.10.2.dist-info/METADATA,sha256=FjDfmHc0jxXjwvBbsBugP0IKXhE21L83wPKi72UiQOg,764
58
+ cbbd-1.10.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
59
+ cbbd-1.10.2.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
60
+ cbbd-1.10.2.dist-info/RECORD,,
@@ -1,60 +0,0 @@
1
- cbbd/__init__.py,sha256=GylSmu3jNiLcNHKzZeOnKJsTkVtl9Zvju6FD4xj4aGs,3746
2
- cbbd/api_client.py,sha256=YT_Tcbj94qF1wJom1kJUFFbrPtGmYPklPMYy7X9vtks,29896
3
- cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
- cbbd/configuration.py,sha256=y2b_3UNhA7SrAl2MrSYxSf40SoN902IiwknwZxYK0mU,14799
5
- cbbd/exceptions.py,sha256=xyQsp4FEzrsDXP1Ov8uGcT-6RRB3pUno2kr6VPAyWbA,5546
6
- cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cbbd/rest.py,sha256=ePlhnjmyE_QUfbHXyC0C9zP6aVxL5Qe6LZvbYPDgnls,14163
8
- cbbd/api/__init__.py,sha256=U29aKlFG5cMzdwI6-aCdcGjclNGcvi0Me9-UNtja-6I,432
9
- cbbd/api/conferences_api.py,sha256=qiwkIs7iyjDArza6vuyRwxcRE5iVJ4JWWODFRuWu_l8,13079
10
- cbbd/api/games_api.py,sha256=QgTmbYlkYun-10uW13uUU8vwEhrp1_K5QH_BwpO5mOc,41195
11
- cbbd/api/lines_api.py,sha256=Xh7200K9SE0ka99y_fPJyahptnypR2tjQU2vN7__amY,15757
12
- cbbd/api/plays_api.py,sha256=eSTItL58BL_HxRjPHALyagY5LDTNm5DFSnbStPCPUac,35262
13
- cbbd/api/rankings_api.py,sha256=PV_fXzza1GolCN9UH9CuSfhPbowehWnrT4dUDpBkAMM,10005
14
- cbbd/api/ratings_api.py,sha256=uTtDW4dKNkggJHrhLT-ZiM-q7V7Tfs2r-ctRiA-Iq_4,15679
15
- cbbd/api/stats_api.py,sha256=vBQVnP27C5tJRHnSAS7yhzKfggCQEaZfXDgekivaRmw,20183
16
- cbbd/api/teams_api.py,sha256=9OVRODcbjzKXFV9uknpAFFIW75CUqOSb0jNmiBAlna0,14208
17
- cbbd/api/venues_api.py,sha256=Jrm0uL_A0ZhTmdqKNB_ukx0LjLdG2Oabp8ljEZJAEos,6568
18
- cbbd/models/__init__.py,sha256=TC9oV4drSdYEDmi01NjVKg0MjP-NtjPlJcGkUWChPXw,2907
19
- cbbd/models/adjusted_efficiency_info.py,sha256=KpBpZYi0L_SwlZfKK6JKY68CykLoksENtEWwW38oMEU,2910
20
- cbbd/models/conference_history.py,sha256=2dgAergao4wpEoMowgT4jAIUpTMEwWGqGmlH4BBAlgI,3084
21
- cbbd/models/conference_history_teams_inner.py,sha256=7YutQqtAxu__ExsqYrMS0Y6Cb6X8utlkI7OMMDwq7Pw,3130
22
- cbbd/models/conference_info.py,sha256=mdiLFqCTesQWDbryesYIbZd8wGXUqh7cQGE2mLJJvZY,2437
23
- cbbd/models/game_box_score_players.py,sha256=CW_l6vMV5xp3klLLVF5zufLjyPZR-xH4_rpodE6259A,6356
24
- cbbd/models/game_box_score_players_players_inner.py,sha256=Ola4-QY1DcueTGIYCDU4eB7aKQCAeHN8TODJA0NMWBI,12093
25
- cbbd/models/game_box_score_team.py,sha256=chgZPEPGEQsQSG-6Q6uBjtAwk_LO54y7bZq5E4sSmrQ,6387
26
- cbbd/models/game_box_score_team_stats.py,sha256=je0wLllvY9oj4ADh4GK-HorjplKcU_9mqscRvhzo_XY,8687
27
- cbbd/models/game_box_score_team_stats_points.py,sha256=XNOD3DkHDnb-uSIFsKKca7185aQwWod7JF36Jeox9ys,4298
28
- cbbd/models/game_info.py,sha256=IareMrZh9TJ9nNUF3uQMlw3DMffGU6qPjm45-Fuobrk,9986
29
- cbbd/models/game_line_info.py,sha256=PS6YgTjbsqz3aTJReDzJo10dU-3IqYN7Br4WpwFLEew,4371
30
- cbbd/models/game_lines.py,sha256=nqSc1dmbCCjLFuJ-fQEn_Zj9wEqHvZYoi5oE6dDetrA,5077
31
- cbbd/models/game_media_info.py,sha256=sNj2a_1IxDmVB4Y4mBfaV4yD_jyRD1cxDmvzWmXkGfU,5672
32
- cbbd/models/game_media_info_broadcasts_inner.py,sha256=Le_TCK2q5BnwrCGaCiep5_x0yQSsr-wQ_vrQ15gUa2g,2325
33
- cbbd/models/game_status.py,sha256=Wxitq-SpZGjYSor5srK4HoFHiw3jpmtO5wlvY-IXiVc,949
34
- cbbd/models/line_provider_info.py,sha256=s6GsQiEBLW3IBgsuASwy1Z-ZHYxyb_H-pMeQaVwbFqA,2094
35
- cbbd/models/play_info.py,sha256=UFjd0TYy7e0QTEEYTv273CMR29oe_szVP_1eXcmQtoU,9663
36
- cbbd/models/play_info_participants_inner.py,sha256=KEQbdFORlsj2f7fvImOXIIqgDAmGnq8HX4AiRf4FhNw,2166
37
- cbbd/models/play_type_info.py,sha256=e43TwYjnPYuR8UwsFln7u0s2y7E2x4kyBqXIS1Yx10s,2062
38
- cbbd/models/player_season_stats.py,sha256=sAC2RP4z85Tt8MERorYBWwRGhRXvvNwIxkBpfOWuR9I,12119
39
- cbbd/models/poll_team_info.py,sha256=inDGrayjx7O-g9xO6HsIdnRYZeq-EO0-1fk2W19JdHA,4422
40
- cbbd/models/season_type.py,sha256=2kNUKH3ziQ4a6NBuwPXUDRkfIw9JWNB9ooEgKgkNDE8,895
41
- cbbd/models/shot_info.py,sha256=r947bkHXmoLEs8L8AL0sXvppd7U9fs0fcEelcjRAK4s,3711
42
- cbbd/models/shot_info_shooter.py,sha256=QILIZm-evtu198Y0jna3ZvBYFNpZWfJO9EW4K2qlSLM,2086
43
- cbbd/models/srs_info.py,sha256=b6IszWiOj42bCSzv5lhIncP9j3ObDVgmIpXWbbX1U_w,2395
44
- cbbd/models/team_info.py,sha256=JyF8cFoSn5tH8pTZHPgXfN17A5TizoNlwcoFERt4p_A,6666
45
- cbbd/models/team_roster.py,sha256=XJo_EybUjnEmq-8Csb120lvR3rDQ0V6dNfDqiSP3nX4,3295
46
- cbbd/models/team_roster_player.py,sha256=r9GEgVv8kc14rZ5az_sBWjGxU6fSxXPP5__pSyMD5jA,5354
47
- cbbd/models/team_roster_player_hometown.py,sha256=4vhLFSAUDuY0m9Ql-2awmMvN9tqIzR63GyczgXp94J0,2907
48
- cbbd/models/team_season_stats.py,sha256=2LOcF_9sqSEpr9aSsODi-93S_o1Cr3KxGLmMNEeQO0g,4263
49
- cbbd/models/team_season_unit_stats.py,sha256=6I6zkRWAAFucs5WASqHrYabocVLiN46USt3BaeDSrm8,8287
50
- cbbd/models/team_season_unit_stats_field_goals.py,sha256=u6IJlNWe9rIhdh0GhN-UUnUtUIUfZn2AX1gsTmkZbmc,3027
51
- cbbd/models/team_season_unit_stats_fouls.py,sha256=YBlrQnlcwhA4XGHXEQCMjvoi2cPmnpWV_bc0SAYQiZc,3035
52
- cbbd/models/team_season_unit_stats_four_factors.py,sha256=rLC_quEYKOWtYxF9pdkt4SwF1J_nvbhUtrNrqgkBg5c,3884
53
- cbbd/models/team_season_unit_stats_points.py,sha256=HlPFwnyFz7xU5JShDCAr6uW60iZQg6QG3Lt7hiDLiFs,3499
54
- cbbd/models/team_season_unit_stats_rebounds.py,sha256=Z-gRCwuta3rNt_Kkq6qgJ4tguTmp5ormKMxOpoZotI0,3067
55
- cbbd/models/team_season_unit_stats_turnovers.py,sha256=4zJC2ytTNzfkwJu2gNIvSdr6IYo0_5Nno_86rfU3LzU,2764
56
- cbbd/models/venue_info.py,sha256=ijix0-ps7I6kLWK0lXcVC8-VJU2i5n6PHehjzBR5ZR4,3332
57
- cbbd-1.10.1.dist-info/METADATA,sha256=i5QkbQtIIC5rTspRyQAx_6GzHub7ySvTR6WzRsqijH4,764
58
- cbbd-1.10.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
59
- cbbd-1.10.1.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
60
- cbbd-1.10.1.dist-info/RECORD,,
File without changes