cbbd 1.7.2__py3-none-any.whl → 1.7.3__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) 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/ratings_api.py +1 -1
  7. cbbd/api/stats_api.py +1 -1
  8. cbbd/api/teams_api.py +1 -1
  9. cbbd/api/venues_api.py +1 -1
  10. cbbd/api_client.py +2 -2
  11. cbbd/configuration.py +3 -3
  12. cbbd/exceptions.py +1 -1
  13. cbbd/models/__init__.py +1 -1
  14. cbbd/models/adjusted_efficiency_info.py +1 -1
  15. cbbd/models/conference_history.py +1 -1
  16. cbbd/models/conference_history_teams_inner.py +1 -1
  17. cbbd/models/conference_info.py +1 -1
  18. cbbd/models/game_box_score_players.py +1 -1
  19. cbbd/models/game_box_score_players_players_inner.py +1 -1
  20. cbbd/models/game_box_score_team.py +1 -1
  21. cbbd/models/game_box_score_team_stats.py +1 -1
  22. cbbd/models/game_box_score_team_stats_points.py +1 -1
  23. cbbd/models/game_info.py +1 -1
  24. cbbd/models/game_line_info.py +1 -1
  25. cbbd/models/game_lines.py +1 -1
  26. cbbd/models/game_media_info.py +1 -1
  27. cbbd/models/game_media_info_broadcasts_inner.py +1 -1
  28. cbbd/models/game_status.py +1 -1
  29. cbbd/models/line_provider_info.py +1 -1
  30. cbbd/models/play_info.py +1 -1
  31. cbbd/models/play_info_participants_inner.py +1 -1
  32. cbbd/models/play_type_info.py +1 -1
  33. cbbd/models/player_season_stats.py +1 -1
  34. cbbd/models/season_type.py +1 -1
  35. cbbd/models/srs_info.py +1 -1
  36. cbbd/models/team_info.py +1 -1
  37. cbbd/models/team_roster.py +1 -1
  38. cbbd/models/team_roster_player.py +1 -1
  39. cbbd/models/team_roster_player_hometown.py +1 -1
  40. cbbd/models/team_season_stats.py +1 -1
  41. cbbd/models/team_season_unit_stats.py +1 -1
  42. cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  43. cbbd/models/team_season_unit_stats_fouls.py +1 -1
  44. cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  45. cbbd/models/team_season_unit_stats_points.py +1 -1
  46. cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  47. cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  48. cbbd/models/venue_info.py +1 -1
  49. cbbd/rest.py +1 -1
  50. {cbbd-1.7.2.dist-info → cbbd-1.7.3.dist-info}/METADATA +1 -1
  51. cbbd-1.7.3.dist-info/RECORD +56 -0
  52. cbbd-1.7.2.dist-info/RECORD +0 -56
  53. {cbbd-1.7.2.dist-info → cbbd-1.7.3.dist-info}/WHEEL +0 -0
  54. {cbbd-1.7.2.dist-info → cbbd-1.7.3.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.7.2
10
+ The version of the OpenAPI document: 1.7.3
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.7.2"
18
+ __version__ = "1.7.3"
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.7.3/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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2\n"\
380
- "SDK Package Version: 1.7.2".\
379
+ "Version of the API: 1.7.3\n"\
380
+ "SDK Package Version: 1.7.3".\
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
9
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
8
+ The version of the OpenAPI document: 1.7.3
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.7.2
3
+ Version: 1.7.3
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,56 @@
1
+ cbbd/__init__.py,sha256=yehK2UDIe5gQWoPsumnB-K05HHPVqD8oURJQuOU0KtQ,3545
2
+ cbbd/api_client.py,sha256=qYV5eZ9ambto_zlZozCJbrM2ZlLwEILBzqlIYIqT1X4,29894
3
+ cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
+ cbbd/configuration.py,sha256=4igugEGrDM7wTBYaCIW4EqmBdpHymmtBvK_5WuSG2LM,14796
5
+ cbbd/exceptions.py,sha256=9VJ3iEqABc0RpUIY3PEAfLgH-0CXsZIJAAVhjx4hz7Y,5545
6
+ cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ cbbd/rest.py,sha256=88qOrpqa3eTB0lTidKPj7E7h3tDymJR_aMF6tL8SyLQ,14162
8
+ cbbd/api/__init__.py,sha256=eZkj51ZLdv2e_6U9bEPVhek2eV3QDX6xyLoDQKMaGF4,386
9
+ cbbd/api/conferences_api.py,sha256=6X0KxvhQP1yuG35nR398v3o2D3sK0XoEnK4FEiouYBI,13078
10
+ cbbd/api/games_api.py,sha256=c9SBgMD2Lsohh5Kh_GEPGfmXqZlcQNh5grrPLUkYgXk,41194
11
+ cbbd/api/lines_api.py,sha256=OgDMoNnkaTnzZGShJKInERKkqcLdsj9Zc1sSsM5MZlQ,15756
12
+ cbbd/api/plays_api.py,sha256=FtPLQXykPoIUl5X9sEdVY3KGfGceH7cnol73jvEGzLs,32183
13
+ cbbd/api/ratings_api.py,sha256=8HazzwikUJOWHawRkN9sTBSBAAJLAXUrFFbrKurSx7w,15678
14
+ cbbd/api/stats_api.py,sha256=BxkYTHX2DUQpXZ1tJEEkXoaeTWXJq3ZbUQije6dqf_s,20182
15
+ cbbd/api/teams_api.py,sha256=7HNUwW8nj6ClaA0HTtrmsXCBQHzstjKORrPF4u5pjwg,14207
16
+ cbbd/api/venues_api.py,sha256=39bXWwsYsvWAfaLfRZspYMVbHfTl522gWV-WdBIDRhE,6567
17
+ cbbd/models/__init__.py,sha256=wh8i_r3sYmVfXnuAOCs8lBhppK9EeEFbA3dUqcRDLoo,2753
18
+ cbbd/models/adjusted_efficiency_info.py,sha256=UrUixjYlOeBGLp1RLskZuq995IsX17dw5OYtSgF0mKs,2909
19
+ cbbd/models/conference_history.py,sha256=Z3UnR66-wFJVD-n8XBNQJgnaNXdidjy8MA4FCjIaapM,3083
20
+ cbbd/models/conference_history_teams_inner.py,sha256=EtT1R48jBZXMYoZ3k4iLdDkRZ86iB_kRllUuRE1SVw4,3129
21
+ cbbd/models/conference_info.py,sha256=_yuHTyvP4HyglXapLsTzaOuakcCRxdmmMJGIigm0tjc,2436
22
+ cbbd/models/game_box_score_players.py,sha256=gV3A4ejaZ-Cj5W5Sb4hDnew2XY20d7hDal1KcIhbX8s,6355
23
+ cbbd/models/game_box_score_players_players_inner.py,sha256=Qa0Neyat5n-4rNg-T3_R2jr2NDhXkj4jqF5ypBbCyAg,12092
24
+ cbbd/models/game_box_score_team.py,sha256=CgzBsD0thIug6wxIVEPJsFTGhTl-0p4_X_MPYWYrhbI,6386
25
+ cbbd/models/game_box_score_team_stats.py,sha256=dBV_rkYkJMp9KXRgLIt6bEh8KsoocZx-wl2T9ygeGZ4,8686
26
+ cbbd/models/game_box_score_team_stats_points.py,sha256=_wUjlPY3PqoKgrN_yRxw1QpNg8ilpZ3uIHLg-xkCna0,4297
27
+ cbbd/models/game_info.py,sha256=XNj_eGTPLp-SbsmQH1lDl7GPzjlcT4iO7xDwcQr2ojo,9985
28
+ cbbd/models/game_line_info.py,sha256=PSSPwIzeKJYd2PW-xRf4j_b_foPKZ0j4AzDhMhWhIcE,4370
29
+ cbbd/models/game_lines.py,sha256=YDZgKZ9D_OF-n3OJ2Z-9AJ_Allq6tA9Q7VbCWOK3Dvg,5076
30
+ cbbd/models/game_media_info.py,sha256=1bipcKJ16eFiI8GIm9ooMR403DG9uwYiDFVRXhPSd3g,5671
31
+ cbbd/models/game_media_info_broadcasts_inner.py,sha256=rAFJAPhzIGZqOe-TwmzshoYtDR_HbbJPDboALPJBSnc,2324
32
+ cbbd/models/game_status.py,sha256=H_0RL4QZgpihJcqRR10M5UzdivShu3QN7eqPRMOcWSo,948
33
+ cbbd/models/line_provider_info.py,sha256=3riXHhqWwooKFKSAacQnjjjt_qM-yQp-yKtN6XSaxdk,2093
34
+ cbbd/models/play_info.py,sha256=qTInE1asukP0YsSP5ClwK6nUEKthvW6pqEG-xBOyPBo,9037
35
+ cbbd/models/play_info_participants_inner.py,sha256=yY3hANqbZBFSFPHdgb9tvQ0Ceqt-rodjdoIB4ggfx3s,2165
36
+ cbbd/models/play_type_info.py,sha256=ndjIYKvUlXOXBWtn62yaop2hRBJIf3GQx4Da9Obit08,2061
37
+ cbbd/models/player_season_stats.py,sha256=PJQybr7mA19VfVCNbKS6_zWmiRQlyHxHJifolPxOBrM,11712
38
+ cbbd/models/season_type.py,sha256=1yG3dBue1gOeFAiPFLPEtHkIXldBiu9lHwzSkDFFgQQ,894
39
+ cbbd/models/srs_info.py,sha256=02XorpCZqI-B6-JbgYhPZOfyfdXFpdzJv2_5SpsUNB8,2394
40
+ cbbd/models/team_info.py,sha256=1oltI7g4CB9gCwqT1cuYv9SQjVZPvKdzI-HqSEJtq8Y,6665
41
+ cbbd/models/team_roster.py,sha256=v9M5tm6ilSPJkqd9TolZHcr6u3AzhlKzxsY-ynlviIE,3294
42
+ cbbd/models/team_roster_player.py,sha256=UmZ__nLVwzzM_U1b0wNq80ze8G8K7VIM06t-bi_2vLo,5353
43
+ cbbd/models/team_roster_player_hometown.py,sha256=TqH8BHoQy8ZFMjyphfNviLvYz1bWxuznmwGGNkoKQZI,2906
44
+ cbbd/models/team_season_stats.py,sha256=HN46tewLjmv8U06BvNeSuiFj-1bP4oxZKghmtoWhK-I,4262
45
+ cbbd/models/team_season_unit_stats.py,sha256=idlFwHETUanJF1lU7EoqK9wkHslGNB52Czjz80TL2qw,8286
46
+ cbbd/models/team_season_unit_stats_field_goals.py,sha256=ELYUpG7eTZSD-bCtSyZHfwgla6sOObi0bkRoShwnvWk,3026
47
+ cbbd/models/team_season_unit_stats_fouls.py,sha256=5ioT4MFyqvUcFqvuQvbpDH15MtL-KwainEUgQSadpik,3034
48
+ cbbd/models/team_season_unit_stats_four_factors.py,sha256=xWA4gbc1SNx7o9KMsNJbr5Z3CARpjcu8BEWp6boRtWM,3883
49
+ cbbd/models/team_season_unit_stats_points.py,sha256=ZnLfBkNOfG-O2zXCdvwaBt1g0OB0jtYcxHItfDx9FW4,3498
50
+ cbbd/models/team_season_unit_stats_rebounds.py,sha256=Dps0xUzcl_KGx592LShOWnK6G3KbcR4xAgO58OEp2Gc,3066
51
+ cbbd/models/team_season_unit_stats_turnovers.py,sha256=RZ9f-kQf5ckuyO701uQWuUwyXlawtOSEMp8eUW5A-y8,2763
52
+ cbbd/models/venue_info.py,sha256=wKjUYSBCPsDb6WCRT49PbHGKjoNUIZ5gW2GxbZ7d7nU,3331
53
+ cbbd-1.7.3.dist-info/METADATA,sha256=QUtBO_iE8f8wQlmqtH9SKJ5n-pXC5PuZSLkFSEZjGZY,763
54
+ cbbd-1.7.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
55
+ cbbd-1.7.3.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
56
+ cbbd-1.7.3.dist-info/RECORD,,
@@ -1,56 +0,0 @@
1
- cbbd/__init__.py,sha256=0bo_NTbV6P7ePH8jixLrfEOLIB1GtO_dcs4WoeM_-bQ,3545
2
- cbbd/api_client.py,sha256=Gynq8iltF53tKM6MLoq8ZIIDM-HELROylTS71ni8Ajw,29894
3
- cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
- cbbd/configuration.py,sha256=D0R1I1IE7qg1sR0Cnhuq8mTFnLlvRcoHYmYEU6_rp6A,14796
5
- cbbd/exceptions.py,sha256=ybnbdIsSroEDv2BhfwfwzGOcQEcySsZQDPs42T1xt3w,5545
6
- cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cbbd/rest.py,sha256=grN15-6gbZVpJhi2ckJXElKcSjQl9OahJ5jewyvVlzU,14162
8
- cbbd/api/__init__.py,sha256=eZkj51ZLdv2e_6U9bEPVhek2eV3QDX6xyLoDQKMaGF4,386
9
- cbbd/api/conferences_api.py,sha256=7e6nF7jTVvHcJstDq4pI3dLWmPv9oOOCr56z7SZevco,13078
10
- cbbd/api/games_api.py,sha256=TFPPk_LtMYfokKuoKg6AUTHHmORBEOG0QbsytGvzYXk,41194
11
- cbbd/api/lines_api.py,sha256=umV8XQI2dm6GUtZqA7f5GBcCxFmvKVrJQtbPR9kIUZw,15756
12
- cbbd/api/plays_api.py,sha256=CmOjgp9tipcUSIbBbh-9rIwnvHMYH5MOWPmfTr4mKPw,32183
13
- cbbd/api/ratings_api.py,sha256=sBal29sAOCFsBjKey1ldJPtKQDsCdzxuPHe7lzRdJvQ,15678
14
- cbbd/api/stats_api.py,sha256=AAnqd1Zq83s_3KnDtu8T_KUYTmWYDL7D2qf77ME2YQY,20182
15
- cbbd/api/teams_api.py,sha256=trU8J19pcnI03ERCICelH3CMJnUzYAvYsufcLMSSZXU,14207
16
- cbbd/api/venues_api.py,sha256=Y06jZUSlMRkaOVKjtjpX8_ZrFmA_waaxnHW7qAjZLo8,6567
17
- cbbd/models/__init__.py,sha256=UaYnZCBSJxuUpDqbcVO3BDVb_nLRfCP1VCpaEeXpdD8,2753
18
- cbbd/models/adjusted_efficiency_info.py,sha256=RzIbwbX6dwaw3a3YKkHRhzUdOp7Qcr1L--3Q3-1Py-E,2909
19
- cbbd/models/conference_history.py,sha256=hDIxPIxOP5tC0sT6epO9IFY6CRPzWek68B10O9QleAA,3083
20
- cbbd/models/conference_history_teams_inner.py,sha256=8072MpdzyioGMzOygq_Oqm3MI5U09Lb2lW_eTXRIGi0,3129
21
- cbbd/models/conference_info.py,sha256=Ad_Pp774jjIl0dEjM5uKMDJamnDaXq66vXlqaZfU1hs,2436
22
- cbbd/models/game_box_score_players.py,sha256=XVsU4ka_8NqsTdMdagGLOGZb4Wvj_dHyw_ItgYrU8M0,6355
23
- cbbd/models/game_box_score_players_players_inner.py,sha256=VUmeuGrJhNozbe6q19qe0dEHx6akspLQUBsFwz5D7J8,12092
24
- cbbd/models/game_box_score_team.py,sha256=n4EavV43g45AItCGyUZ-RzB3-xcQN8CrZsNqgCPuAvk,6386
25
- cbbd/models/game_box_score_team_stats.py,sha256=I94YnncsD-MZCCXAw-zy9qWyUJzPX80OKYv14rVftWc,8686
26
- cbbd/models/game_box_score_team_stats_points.py,sha256=JkM0SdKGTUyBUhkqZS6vtKqOYWZTpGwbqrVjd6-l67I,4297
27
- cbbd/models/game_info.py,sha256=NV6TjbGD1JUU_F-YkqFadTJ6FmOWkvJeko0g2SZxefM,9985
28
- cbbd/models/game_line_info.py,sha256=MidWiel9vgssKGXBn9lC8Tj7Cpcj7t8D4m9YTp-_XLg,4370
29
- cbbd/models/game_lines.py,sha256=HmxQcfawM8SzmeVOKCR2eeJ5EscHN-koOuPH4LinzdM,5076
30
- cbbd/models/game_media_info.py,sha256=Yevk4xv0C94er7KtXKj_xWHnbo3tuUXGhYfBlCovqXE,5671
31
- cbbd/models/game_media_info_broadcasts_inner.py,sha256=i9qWprNKa0rg0hXhfYFMbyj9fSSghRezExIIQXLz-lY,2324
32
- cbbd/models/game_status.py,sha256=fVbeNiJuyzXqZjs2xH3MKn5nEKR9_qgRGo3laGTP2rw,948
33
- cbbd/models/line_provider_info.py,sha256=an7nkjzZm_ZF0POS9xOv_knLRvj5DcKjw20rFxPmYdo,2093
34
- cbbd/models/play_info.py,sha256=vFamrJSVRUOdUNYqsqB1wSSXCNmDZxIJitHskMWewkI,9037
35
- cbbd/models/play_info_participants_inner.py,sha256=ggU2ZhcHKhh-NxC746_b13VnOxxKbfXESbBta42uXmw,2165
36
- cbbd/models/play_type_info.py,sha256=dUgOKM_C0keFB1NLHo33iRXGw5roE_yJAd1_IlZTma4,2061
37
- cbbd/models/player_season_stats.py,sha256=WWtbePpao8PLOyqidY0wFKdVUeEu8Xq2Zp7qjMm5q80,11712
38
- cbbd/models/season_type.py,sha256=2Wz7QlMnG4BgsmNhbgNbkuhTWmMbcjI9K7syloaFH6E,894
39
- cbbd/models/srs_info.py,sha256=rBtL_TLsxc2A4FMPshST5VBUNpJglw4u6Blgi1Km53A,2394
40
- cbbd/models/team_info.py,sha256=HQcV8s_KaEYVHG2pNGfGItUvEAAaA59OM3i0SOLZ90s,6665
41
- cbbd/models/team_roster.py,sha256=tVMAU-Mxmqj6jz38j4ZzUeE8px8G8RTqOfElaAVd3Dk,3294
42
- cbbd/models/team_roster_player.py,sha256=FadLGvWOdzEzD3FX3cZIBzpqsC6_mg5HWkJi1w6llPk,5353
43
- cbbd/models/team_roster_player_hometown.py,sha256=Dk3y21PdRezbHCjVkV0XKuyDfA7NcIio7aWehktx0oo,2906
44
- cbbd/models/team_season_stats.py,sha256=Xqmu7CHc4qwCH8sO1PaIjrNtoaLC8qnUk-yS27HXsxw,4262
45
- cbbd/models/team_season_unit_stats.py,sha256=tnr06aTFw5m6hoNFQSbFaI0jP4CFrM0NAfqadNhW3RM,8286
46
- cbbd/models/team_season_unit_stats_field_goals.py,sha256=tA-q72g9PBkaBGGJsxgItiQZ3lRx2emc94hvAWa4mwQ,3026
47
- cbbd/models/team_season_unit_stats_fouls.py,sha256=0AIDdzRE3nluoI4svG1phs5nXxOk_wUakXaUPE9R2j4,3034
48
- cbbd/models/team_season_unit_stats_four_factors.py,sha256=pAeWvrsOxCAmqb-dxEg0qy2ieDo_R6zurLLOK1PN-uM,3883
49
- cbbd/models/team_season_unit_stats_points.py,sha256=nUdmZlr-TCEuurChFWQTbzA8UbGm3GWyV1yfPzRqBDM,3498
50
- cbbd/models/team_season_unit_stats_rebounds.py,sha256=-NpMfj6N7-AZlANfs9fXkfDq0YfxeURMsXiUfqZVNPo,3066
51
- cbbd/models/team_season_unit_stats_turnovers.py,sha256=RJztzP806lG7MfiY9Rnl5rJqndUj8kPtDyVzQUQtOdw,2763
52
- cbbd/models/venue_info.py,sha256=-NUVa2jZBZAaE8ibP6ROpF40wI_hgllsmZpGEbJlMAs,3331
53
- cbbd-1.7.2.dist-info/METADATA,sha256=C1BGmcgaRqinxCrqRwlgEuSlFkcPGDRzHlJdJEVFTlI,763
54
- cbbd-1.7.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
55
- cbbd-1.7.2.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
56
- cbbd-1.7.2.dist-info/RECORD,,
File without changes