cbbd 1.20.2__py3-none-any.whl → 1.21.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. cbbd/__init__.py +3 -3
  2. cbbd/api/conferences_api.py +2 -2
  3. cbbd/api/draft_api.py +2 -2
  4. cbbd/api/games_api.py +2 -2
  5. cbbd/api/lines_api.py +4 -2
  6. cbbd/api/lineups_api.py +2 -2
  7. cbbd/api/plays_api.py +2 -2
  8. cbbd/api/rankings_api.py +2 -2
  9. cbbd/api/ratings_api.py +2 -2
  10. cbbd/api/recruiting_api.py +2 -2
  11. cbbd/api/stats_api.py +2 -2
  12. cbbd/api/teams_api.py +2 -2
  13. cbbd/api/venues_api.py +2 -2
  14. cbbd/api_client.py +3 -3
  15. cbbd/configuration.py +4 -4
  16. cbbd/exceptions.py +2 -2
  17. cbbd/models/__init__.py +2 -2
  18. cbbd/models/adjusted_efficiency_info.py +2 -2
  19. cbbd/models/adjusted_efficiency_info_rankings.py +2 -2
  20. cbbd/models/conference_history.py +2 -2
  21. cbbd/models/conference_history_teams_inner.py +2 -2
  22. cbbd/models/conference_info.py +2 -2
  23. cbbd/models/draft_pick.py +2 -2
  24. cbbd/models/draft_position.py +2 -2
  25. cbbd/models/draft_team.py +2 -2
  26. cbbd/models/game_box_score_players.py +2 -2
  27. cbbd/models/game_box_score_players_players_inner.py +2 -2
  28. cbbd/models/game_box_score_team.py +2 -2
  29. cbbd/models/game_box_score_team_stats.py +2 -2
  30. cbbd/models/game_box_score_team_stats_points.py +2 -2
  31. cbbd/models/game_info.py +2 -2
  32. cbbd/models/game_line_info.py +2 -2
  33. cbbd/models/game_lines.py +2 -2
  34. cbbd/models/game_media_info.py +2 -2
  35. cbbd/models/game_media_info_broadcasts_inner.py +2 -2
  36. cbbd/models/game_status.py +2 -2
  37. cbbd/models/line_provider_info.py +2 -2
  38. cbbd/models/lineup_stats.py +2 -2
  39. cbbd/models/lineup_unit_stats.py +2 -2
  40. cbbd/models/lineup_unit_stats_four_factors.py +2 -2
  41. cbbd/models/lineup_unit_stats_two_pointers.py +2 -2
  42. cbbd/models/play_info.py +2 -2
  43. cbbd/models/play_info_on_floor_inner.py +2 -2
  44. cbbd/models/play_info_participants_inner.py +2 -2
  45. cbbd/models/play_type_info.py +2 -2
  46. cbbd/models/player_season_shooting_stats.py +10 -3
  47. cbbd/models/player_season_stats.py +2 -2
  48. cbbd/models/player_season_stats_win_shares.py +2 -2
  49. cbbd/models/player_subsititution.py +2 -2
  50. cbbd/models/player_subsititution_sub_in.py +2 -2
  51. cbbd/models/poll_team_info.py +2 -2
  52. cbbd/models/recruit.py +2 -2
  53. cbbd/models/recruit_committed_to.py +2 -2
  54. cbbd/models/recruit_hometown.py +2 -2
  55. cbbd/models/season_shooting_stats.py +10 -3
  56. cbbd/models/season_shooting_stats_attempts_breakdown.py +2 -2
  57. cbbd/models/season_shooting_stats_dunks.py +2 -2
  58. cbbd/models/season_type.py +2 -2
  59. cbbd/models/shooting_stats.py +2 -2
  60. cbbd/models/shot_info.py +2 -2
  61. cbbd/models/shot_info_location.py +2 -2
  62. cbbd/models/shot_info_shooter.py +2 -2
  63. cbbd/models/shot_type_breakdown.py +2 -2
  64. cbbd/models/srs_info.py +2 -2
  65. cbbd/models/team_info.py +2 -2
  66. cbbd/models/team_roster.py +2 -2
  67. cbbd/models/team_roster_player.py +2 -2
  68. cbbd/models/team_roster_player_hometown.py +2 -2
  69. cbbd/models/team_season_stats.py +2 -2
  70. cbbd/models/team_season_unit_stats.py +2 -2
  71. cbbd/models/team_season_unit_stats_field_goals.py +2 -2
  72. cbbd/models/team_season_unit_stats_fouls.py +2 -2
  73. cbbd/models/team_season_unit_stats_four_factors.py +2 -2
  74. cbbd/models/team_season_unit_stats_points.py +2 -2
  75. cbbd/models/team_season_unit_stats_rebounds.py +2 -2
  76. cbbd/models/team_season_unit_stats_turnovers.py +2 -2
  77. cbbd/models/venue_info.py +2 -2
  78. cbbd/rest.py +2 -2
  79. {cbbd-1.20.2.dist-info → cbbd-1.21.0.dist-info}/METADATA +2 -2
  80. cbbd-1.21.0.dist-info/RECORD +85 -0
  81. cbbd-1.20.2.dist-info/RECORD +0 -85
  82. {cbbd-1.20.2.dist-info → cbbd-1.21.0.dist-info}/WHEEL +0 -0
  83. {cbbd-1.20.2.dist-info → cbbd-1.21.0.dist-info}/top_level.txt +0 -0
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -35,15 +35,17 @@ class PlayerSeasonShootingStats(BaseModel):
35
35
  conference: Optional[StrictStr] = Field(...)
36
36
  tracked_shots: StrictInt = Field(default=..., alias="trackedShots")
37
37
  assisted_pct: Union[StrictFloat, StrictInt] = Field(default=..., alias="assistedPct")
38
+ free_throw_rate: Union[StrictFloat, StrictInt] = Field(default=..., alias="freeThrowRate")
38
39
  dunks: SeasonShootingStatsDunks = Field(...)
39
40
  layups: SeasonShootingStatsDunks = Field(...)
40
41
  tip_ins: ShotTypeBreakdown = Field(default=..., alias="tipIns")
41
42
  two_point_jumpers: SeasonShootingStatsDunks = Field(default=..., alias="twoPointJumpers")
42
43
  three_point_jumpers: SeasonShootingStatsDunks = Field(default=..., alias="threePointJumpers")
44
+ free_throws: ShotTypeBreakdown = Field(default=..., alias="freeThrows")
43
45
  attempts_breakdown: SeasonShootingStatsAttemptsBreakdown = Field(default=..., alias="attemptsBreakdown")
44
46
  athlete_id: StrictInt = Field(default=..., alias="athleteId")
45
47
  athlete_name: StrictStr = Field(default=..., alias="athleteName")
46
- __properties = ["season", "teamId", "team", "conference", "trackedShots", "assistedPct", "dunks", "layups", "tipIns", "twoPointJumpers", "threePointJumpers", "attemptsBreakdown", "athleteId", "athleteName"]
48
+ __properties = ["season", "teamId", "team", "conference", "trackedShots", "assistedPct", "freeThrowRate", "dunks", "layups", "tipIns", "twoPointJumpers", "threePointJumpers", "freeThrows", "attemptsBreakdown", "athleteId", "athleteName"]
47
49
 
48
50
  class Config:
49
51
  """Pydantic configuration"""
@@ -84,6 +86,9 @@ class PlayerSeasonShootingStats(BaseModel):
84
86
  # override the default output from pydantic by calling `to_dict()` of three_point_jumpers
85
87
  if self.three_point_jumpers:
86
88
  _dict['threePointJumpers'] = self.three_point_jumpers.to_dict()
89
+ # override the default output from pydantic by calling `to_dict()` of free_throws
90
+ if self.free_throws:
91
+ _dict['freeThrows'] = self.free_throws.to_dict()
87
92
  # override the default output from pydantic by calling `to_dict()` of attempts_breakdown
88
93
  if self.attempts_breakdown:
89
94
  _dict['attemptsBreakdown'] = self.attempts_breakdown.to_dict()
@@ -110,11 +115,13 @@ class PlayerSeasonShootingStats(BaseModel):
110
115
  "conference": obj.get("conference"),
111
116
  "tracked_shots": obj.get("trackedShots"),
112
117
  "assisted_pct": obj.get("assistedPct"),
118
+ "free_throw_rate": obj.get("freeThrowRate"),
113
119
  "dunks": SeasonShootingStatsDunks.from_dict(obj.get("dunks")) if obj.get("dunks") is not None else None,
114
120
  "layups": SeasonShootingStatsDunks.from_dict(obj.get("layups")) if obj.get("layups") is not None else None,
115
121
  "tip_ins": ShotTypeBreakdown.from_dict(obj.get("tipIns")) if obj.get("tipIns") is not None else None,
116
122
  "two_point_jumpers": SeasonShootingStatsDunks.from_dict(obj.get("twoPointJumpers")) if obj.get("twoPointJumpers") is not None else None,
117
123
  "three_point_jumpers": SeasonShootingStatsDunks.from_dict(obj.get("threePointJumpers")) if obj.get("threePointJumpers") is not None else None,
124
+ "free_throws": ShotTypeBreakdown.from_dict(obj.get("freeThrows")) if obj.get("freeThrows") is not None else None,
118
125
  "attempts_breakdown": SeasonShootingStatsAttemptsBreakdown.from_dict(obj.get("attemptsBreakdown")) if obj.get("attemptsBreakdown") is not None else None,
119
126
  "athlete_id": obj.get("athleteId"),
120
127
  "athlete_name": obj.get("athleteName")
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/recruit.py CHANGED
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -35,13 +35,15 @@ class SeasonShootingStats(BaseModel):
35
35
  conference: Optional[StrictStr] = Field(...)
36
36
  tracked_shots: StrictInt = Field(default=..., alias="trackedShots")
37
37
  assisted_pct: Union[StrictFloat, StrictInt] = Field(default=..., alias="assistedPct")
38
+ free_throw_rate: Union[StrictFloat, StrictInt] = Field(default=..., alias="freeThrowRate")
38
39
  dunks: SeasonShootingStatsDunks = Field(...)
39
40
  layups: SeasonShootingStatsDunks = Field(...)
40
41
  tip_ins: ShotTypeBreakdown = Field(default=..., alias="tipIns")
41
42
  two_point_jumpers: SeasonShootingStatsDunks = Field(default=..., alias="twoPointJumpers")
42
43
  three_point_jumpers: SeasonShootingStatsDunks = Field(default=..., alias="threePointJumpers")
44
+ free_throws: ShotTypeBreakdown = Field(default=..., alias="freeThrows")
43
45
  attempts_breakdown: SeasonShootingStatsAttemptsBreakdown = Field(default=..., alias="attemptsBreakdown")
44
- __properties = ["season", "teamId", "team", "conference", "trackedShots", "assistedPct", "dunks", "layups", "tipIns", "twoPointJumpers", "threePointJumpers", "attemptsBreakdown"]
46
+ __properties = ["season", "teamId", "team", "conference", "trackedShots", "assistedPct", "freeThrowRate", "dunks", "layups", "tipIns", "twoPointJumpers", "threePointJumpers", "freeThrows", "attemptsBreakdown"]
45
47
 
46
48
  class Config:
47
49
  """Pydantic configuration"""
@@ -82,6 +84,9 @@ class SeasonShootingStats(BaseModel):
82
84
  # override the default output from pydantic by calling `to_dict()` of three_point_jumpers
83
85
  if self.three_point_jumpers:
84
86
  _dict['threePointJumpers'] = self.three_point_jumpers.to_dict()
87
+ # override the default output from pydantic by calling `to_dict()` of free_throws
88
+ if self.free_throws:
89
+ _dict['freeThrows'] = self.free_throws.to_dict()
85
90
  # override the default output from pydantic by calling `to_dict()` of attempts_breakdown
86
91
  if self.attempts_breakdown:
87
92
  _dict['attemptsBreakdown'] = self.attempts_breakdown.to_dict()
@@ -108,11 +113,13 @@ class SeasonShootingStats(BaseModel):
108
113
  "conference": obj.get("conference"),
109
114
  "tracked_shots": obj.get("trackedShots"),
110
115
  "assisted_pct": obj.get("assistedPct"),
116
+ "free_throw_rate": obj.get("freeThrowRate"),
111
117
  "dunks": SeasonShootingStatsDunks.from_dict(obj.get("dunks")) if obj.get("dunks") is not None else None,
112
118
  "layups": SeasonShootingStatsDunks.from_dict(obj.get("layups")) if obj.get("layups") is not None else None,
113
119
  "tip_ins": ShotTypeBreakdown.from_dict(obj.get("tipIns")) if obj.get("tipIns") is not None else None,
114
120
  "two_point_jumpers": SeasonShootingStatsDunks.from_dict(obj.get("twoPointJumpers")) if obj.get("twoPointJumpers") is not None else None,
115
121
  "three_point_jumpers": SeasonShootingStatsDunks.from_dict(obj.get("threePointJumpers")) if obj.get("threePointJumpers") is not None else None,
122
+ "free_throws": ShotTypeBreakdown.from_dict(obj.get("freeThrows")) if obj.get("freeThrows") is not None else None,
116
123
  "attempts_breakdown": SeasonShootingStatsAttemptsBreakdown.from_dict(obj.get("attemptsBreakdown")) if obj.get("attemptsBreakdown") is not None else None
117
124
  })
118
125
  return _obj
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/shot_info.py CHANGED
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/srs_info.py CHANGED
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/team_info.py CHANGED
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/models/venue_info.py CHANGED
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cbbd/rest.py CHANGED
@@ -3,9 +3,9 @@
3
3
  """
4
4
  College Basketball Data API
5
5
 
6
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
6
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.20.2
8
+ The version of the OpenAPI document: 1.21.0
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.4
2
2
  Name: cbbd
3
- Version: 1.20.2
3
+ Version: 1.21.0
4
4
  Summary: College Basketball Data API
5
5
  Home-page: https://github.com/CFBD/cbbd-python
6
6
  Author-email: admin@collegefootballdata.com
@@ -20,5 +20,5 @@ Dynamic: license
20
20
  Dynamic: requires-dist
21
21
  Dynamic: summary
22
22
 
23
- This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
23
+ This is an API for query various college basketball datasets and analytics. API keys can be acquired by registering on the CollegeBasketballData.com website.
24
24