cbbd 1.4.0__py3-none-any.whl → 1.5.0__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 +3 -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 +158 -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 +2 -1
  14. cbbd/models/adjusted_efficiency_info.py +84 -0
  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.4.0.dist-info → cbbd-1.5.0.dist-info}/METADATA +1 -1
  51. cbbd-1.5.0.dist-info/RECORD +56 -0
  52. cbbd-1.4.0.dist-info/RECORD +0 -55
  53. {cbbd-1.4.0.dist-info → cbbd-1.5.0.dist-info}/WHEEL +0 -0
  54. {cbbd-1.4.0.dist-info → cbbd-1.5.0.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.4.0
10
+ The version of the OpenAPI document: 1.5.0
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.4.0"
18
+ __version__ = "1.5.0"
19
19
 
20
20
  # import apis into sdk package
21
21
  from cbbd.api.conferences_api import ConferencesApi
@@ -39,6 +39,7 @@ from cbbd.exceptions import ApiAttributeError
39
39
  from cbbd.exceptions import ApiException
40
40
 
41
41
  # import models into sdk package
42
+ from cbbd.models.adjusted_efficiency_info import AdjustedEfficiencyInfo
42
43
  from cbbd.models.conference_history import ConferenceHistory
43
44
  from cbbd.models.conference_history_teams_inner import ConferenceHistoryTeamsInner
44
45
  from cbbd.models.conference_info import ConferenceInfo
@@ -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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -24,6 +24,7 @@ from pydantic import Field, StrictInt, StrictStr
24
24
 
25
25
  from typing import List, Optional
26
26
 
27
+ from cbbd.models.adjusted_efficiency_info import AdjustedEfficiencyInfo
27
28
  from cbbd.models.srs_info import SrsInfo
28
29
 
29
30
  from cbbd.api_client import ApiClient
@@ -46,6 +47,162 @@ class RatingsApi:
46
47
  api_client = ApiClient.get_default()
47
48
  self.api_client = api_client
48
49
 
50
+ @validate_arguments
51
+ def get_adjusted_efficiency(self, season : Annotated[Optional[StrictInt], Field(description="Optional season filter")] = None, team : Annotated[Optional[StrictStr], Field(description="Optional team filter")] = None, conference : Annotated[Optional[StrictStr], Field(description="Optional conference abbreviation filter")] = None, **kwargs) -> List[AdjustedEfficiencyInfo]: # noqa: E501
52
+ """get_adjusted_efficiency # noqa: E501
53
+
54
+ Retrieves adjusted efficiency ratings for the provided season, team, or conference. # noqa: E501
55
+ This method makes a synchronous HTTP request by default. To make an
56
+ asynchronous HTTP request, please pass async_req=True
57
+
58
+ >>> thread = api.get_adjusted_efficiency(season, team, conference, async_req=True)
59
+ >>> result = thread.get()
60
+
61
+ :param season: Optional season filter
62
+ :type season: int
63
+ :param team: Optional team filter
64
+ :type team: str
65
+ :param conference: Optional conference abbreviation filter
66
+ :type conference: str
67
+ :param async_req: Whether to execute the request asynchronously.
68
+ :type async_req: bool, optional
69
+ :param _request_timeout: timeout setting for this request.
70
+ If one number provided, it will be total request
71
+ timeout. It can also be a pair (tuple) of
72
+ (connection, read) timeouts.
73
+ :return: Returns the result object.
74
+ If the method is called asynchronously,
75
+ returns the request thread.
76
+ :rtype: List[AdjustedEfficiencyInfo]
77
+ """
78
+ kwargs['_return_http_data_only'] = True
79
+ if '_preload_content' in kwargs:
80
+ message = "Error! Please call the get_adjusted_efficiency_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
81
+ raise ValueError(message)
82
+ return self.get_adjusted_efficiency_with_http_info(season, team, conference, **kwargs) # noqa: E501
83
+
84
+ @validate_arguments
85
+ def get_adjusted_efficiency_with_http_info(self, season : Annotated[Optional[StrictInt], Field(description="Optional season filter")] = None, team : Annotated[Optional[StrictStr], Field(description="Optional team filter")] = None, conference : Annotated[Optional[StrictStr], Field(description="Optional conference abbreviation filter")] = None, **kwargs) -> ApiResponse: # noqa: E501
86
+ """get_adjusted_efficiency # noqa: E501
87
+
88
+ Retrieves adjusted efficiency ratings for the provided season, team, or conference. # noqa: E501
89
+ This method makes a synchronous HTTP request by default. To make an
90
+ asynchronous HTTP request, please pass async_req=True
91
+
92
+ >>> thread = api.get_adjusted_efficiency_with_http_info(season, team, conference, async_req=True)
93
+ >>> result = thread.get()
94
+
95
+ :param season: Optional season filter
96
+ :type season: int
97
+ :param team: Optional team filter
98
+ :type team: str
99
+ :param conference: Optional conference abbreviation filter
100
+ :type conference: str
101
+ :param async_req: Whether to execute the request asynchronously.
102
+ :type async_req: bool, optional
103
+ :param _preload_content: if False, the ApiResponse.data will
104
+ be set to none and raw_data will store the
105
+ HTTP response body without reading/decoding.
106
+ Default is True.
107
+ :type _preload_content: bool, optional
108
+ :param _return_http_data_only: response data instead of ApiResponse
109
+ object with status code, headers, etc
110
+ :type _return_http_data_only: bool, optional
111
+ :param _request_timeout: timeout setting for this request. If one
112
+ number provided, it will be total request
113
+ timeout. It can also be a pair (tuple) of
114
+ (connection, read) timeouts.
115
+ :param _request_auth: set to override the auth_settings for an a single
116
+ request; this effectively ignores the authentication
117
+ in the spec for a single request.
118
+ :type _request_auth: dict, optional
119
+ :type _content_type: string, optional: force content-type for the request
120
+ :return: Returns the result object.
121
+ If the method is called asynchronously,
122
+ returns the request thread.
123
+ :rtype: tuple(List[AdjustedEfficiencyInfo], status_code(int), headers(HTTPHeaderDict))
124
+ """
125
+
126
+ _params = locals()
127
+
128
+ _all_params = [
129
+ 'season',
130
+ 'team',
131
+ 'conference'
132
+ ]
133
+ _all_params.extend(
134
+ [
135
+ 'async_req',
136
+ '_return_http_data_only',
137
+ '_preload_content',
138
+ '_request_timeout',
139
+ '_request_auth',
140
+ '_content_type',
141
+ '_headers'
142
+ ]
143
+ )
144
+
145
+ # validate the arguments
146
+ for _key, _val in _params['kwargs'].items():
147
+ if _key not in _all_params:
148
+ raise ApiTypeError(
149
+ "Got an unexpected keyword argument '%s'"
150
+ " to method get_adjusted_efficiency" % _key
151
+ )
152
+ _params[_key] = _val
153
+ del _params['kwargs']
154
+
155
+ _collection_formats = {}
156
+
157
+ # process the path parameters
158
+ _path_params = {}
159
+
160
+ # process the query parameters
161
+ _query_params = []
162
+ if _params.get('season') is not None: # noqa: E501
163
+ _query_params.append(('season', _params['season']))
164
+
165
+ if _params.get('team') is not None: # noqa: E501
166
+ _query_params.append(('team', _params['team']))
167
+
168
+ if _params.get('conference') is not None: # noqa: E501
169
+ _query_params.append(('conference', _params['conference']))
170
+
171
+ # process the header parameters
172
+ _header_params = dict(_params.get('_headers', {}))
173
+ # process the form parameters
174
+ _form_params = []
175
+ _files = {}
176
+ # process the body parameter
177
+ _body_params = None
178
+ # set the HTTP header `Accept`
179
+ _header_params['Accept'] = self.api_client.select_header_accept(
180
+ ['application/json']) # noqa: E501
181
+
182
+ # authentication setting
183
+ _auth_settings = ['apiKey'] # noqa: E501
184
+
185
+ _response_types_map = {
186
+ '200': "List[AdjustedEfficiencyInfo]",
187
+ }
188
+
189
+ return self.api_client.call_api(
190
+ '/ratings/adjusted', 'GET',
191
+ _path_params,
192
+ _query_params,
193
+ _header_params,
194
+ body=_body_params,
195
+ post_params=_form_params,
196
+ files=_files,
197
+ response_types_map=_response_types_map,
198
+ auth_settings=_auth_settings,
199
+ async_req=_params.get('async_req'),
200
+ _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
201
+ _preload_content=_params.get('_preload_content', True),
202
+ _request_timeout=_params.get('_request_timeout'),
203
+ collection_formats=_collection_formats,
204
+ _request_auth=_params.get('_request_auth'))
205
+
49
206
  @validate_arguments
50
207
  def get_srs(self, season : Annotated[Optional[StrictInt], Field(description="Optional season filter")] = None, team : Annotated[Optional[StrictStr], Field(description="Optional team filter")] = None, conference : Annotated[Optional[StrictStr], Field(description="Optional conference abbreviation filter")] = None, **kwargs) -> List[SrsInfo]: # noqa: E501
51
208
  """get_srs # noqa: E501
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.5.0/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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0\n"\
380
- "SDK Package Version: 1.4.0".\
379
+ "Version of the API: 1.5.0\n"\
380
+ "SDK Package Version: 1.5.0".\
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
9
+ The version of the OpenAPI document: 1.5.0
10
10
  Contact: admin@collegefootballdata.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -15,6 +15,7 @@
15
15
 
16
16
 
17
17
  # import models into model package
18
+ from cbbd.models.adjusted_efficiency_info import AdjustedEfficiencyInfo
18
19
  from cbbd.models.conference_history import ConferenceHistory
19
20
  from cbbd.models.conference_history_teams_inner import ConferenceHistoryTeamsInner
20
21
  from cbbd.models.conference_info import ConferenceInfo
@@ -0,0 +1,84 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ College Basketball Data API
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.
7
+
8
+ The version of the OpenAPI document: 1.5.0
9
+ Contact: admin@collegefootballdata.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Union
23
+ from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
24
+
25
+ class AdjustedEfficiencyInfo(BaseModel):
26
+ """
27
+ AdjustedEfficiencyInfo
28
+ """
29
+ season: StrictInt = Field(...)
30
+ team_id: StrictInt = Field(default=..., alias="teamId")
31
+ team: StrictStr = Field(...)
32
+ conference: StrictStr = Field(...)
33
+ offensive_rating: Union[StrictFloat, StrictInt] = Field(default=..., alias="offensiveRating")
34
+ defensive_rating: Union[StrictFloat, StrictInt] = Field(default=..., alias="defensiveRating")
35
+ net_rating: Union[StrictFloat, StrictInt] = Field(default=..., alias="netRating")
36
+ __properties = ["season", "teamId", "team", "conference", "offensiveRating", "defensiveRating", "netRating"]
37
+
38
+ class Config:
39
+ """Pydantic configuration"""
40
+ allow_population_by_field_name = True
41
+ validate_assignment = True
42
+
43
+ def to_str(self) -> str:
44
+ """Returns the string representation of the model using alias"""
45
+ return pprint.pformat(self.dict(by_alias=True))
46
+
47
+ def to_json(self) -> str:
48
+ """Returns the JSON representation of the model using alias"""
49
+ return json.dumps(self.to_dict())
50
+
51
+ @classmethod
52
+ def from_json(cls, json_str: str) -> AdjustedEfficiencyInfo:
53
+ """Create an instance of AdjustedEfficiencyInfo from a JSON string"""
54
+ return cls.from_dict(json.loads(json_str))
55
+
56
+ def to_dict(self):
57
+ """Returns the dictionary representation of the model using alias"""
58
+ _dict = self.dict(by_alias=True,
59
+ exclude={
60
+ },
61
+ exclude_none=True)
62
+ return _dict
63
+
64
+ @classmethod
65
+ def from_dict(cls, obj: dict) -> AdjustedEfficiencyInfo:
66
+ """Create an instance of AdjustedEfficiencyInfo from a dict"""
67
+ if obj is None:
68
+ return None
69
+
70
+ if not isinstance(obj, dict):
71
+ return AdjustedEfficiencyInfo.parse_obj(obj)
72
+
73
+ _obj = AdjustedEfficiencyInfo.parse_obj({
74
+ "season": obj.get("season"),
75
+ "team_id": obj.get("teamId"),
76
+ "team": obj.get("team"),
77
+ "conference": obj.get("conference"),
78
+ "offensive_rating": obj.get("offensiveRating"),
79
+ "defensive_rating": obj.get("defensiveRating"),
80
+ "net_rating": obj.get("netRating")
81
+ })
82
+ return _obj
83
+
84
+
@@ -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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.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
@@ -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.4.0
8
+ The version of the OpenAPI document: 1.5.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
@@ -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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.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
@@ -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.4.0
8
+ The version of the OpenAPI document: 1.5.0
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.4.0
8
+ The version of the OpenAPI document: 1.5.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.2
2
2
  Name: cbbd
3
- Version: 1.4.0
3
+ Version: 1.5.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
@@ -0,0 +1,56 @@
1
+ cbbd/__init__.py,sha256=Xmx_GRDIsJaPnXr-NGRHzYirwIVfhWBEzPtWI0pbDU8,3545
2
+ cbbd/api_client.py,sha256=HEMXCIYpBN3M2BNC3O9bE5KVeiB4C5UQoCRgg7TOUnw,29894
3
+ cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
+ cbbd/configuration.py,sha256=RcBdjqtYNMs3ySemiCr5QQdxUWg80IGu1h_xZYb0Bwg,14796
5
+ cbbd/exceptions.py,sha256=rkzM-LJZbAg72bnCxDWFSdpuE9zrcDzXwg2iCRom96c,5545
6
+ cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ cbbd/rest.py,sha256=_By-EEHyD_6Aicx_k0kny49rbcUCehq012yAHiGiWnA,14162
8
+ cbbd/api/__init__.py,sha256=eZkj51ZLdv2e_6U9bEPVhek2eV3QDX6xyLoDQKMaGF4,386
9
+ cbbd/api/conferences_api.py,sha256=N-E8JatIAyPjo3Oy2u-Phx0V6XTiPwejMuZJ54KqY4w,13078
10
+ cbbd/api/games_api.py,sha256=ulgujuVJkRf_DIvY0CNDPRg5OGKzgfmFMkOqaXhiBsE,41194
11
+ cbbd/api/lines_api.py,sha256=WOWqgLrMmYzAIkgRxh68dgFJQqG0yDSGownnslE_evs,15756
12
+ cbbd/api/plays_api.py,sha256=O_U2ack4K6YctVV49ewiwhghCzHXev1hsLdnMVU3RyA,32183
13
+ cbbd/api/ratings_api.py,sha256=F1z6fdGb-yZKH83iBkO5-tCMOjhScsDYGrPogXAq2mw,15678
14
+ cbbd/api/stats_api.py,sha256=lffaD9Q0tVq6pwW2wrMoUt44ZZ7dQGCtkZZmgRpoWRg,20182
15
+ cbbd/api/teams_api.py,sha256=cAs8n8qr8Cr-8azxXtObDD07bw5VxU4ZNRRNJh0RFWg,14207
16
+ cbbd/api/venues_api.py,sha256=T10NusWsv1yfGxM653nA6mEP2-oIL9uIsq0ftqVXOXA,6567
17
+ cbbd/models/__init__.py,sha256=ImoA4ubWgfdRo6vbbUVSTJxHsC0fTwpm_7q1Xg3gUXQ,2753
18
+ cbbd/models/adjusted_efficiency_info.py,sha256=OkkOBaS4solnM7quJDQje6z709bAiKK4QDPy29ELpH0,2909
19
+ cbbd/models/conference_history.py,sha256=QxWtvm9Oxqyd-Krsp3Psus5i3Fx3TnRIWRUXAGQuBqs,3083
20
+ cbbd/models/conference_history_teams_inner.py,sha256=dHsoTj6ZIlgmpSJ3s9qxyhtXUExTDa3alsDI-Y0UHFY,3129
21
+ cbbd/models/conference_info.py,sha256=5oAVR-hwujZpODUNKzWTTkQfO_zdgcmACTia2zyVsy0,2436
22
+ cbbd/models/game_box_score_players.py,sha256=G4aetsBDPVVF_G8AOlYfHdJtvdjwHMCqciFrTkh_REY,6355
23
+ cbbd/models/game_box_score_players_players_inner.py,sha256=7XxU2JmBpLm1zT0bMe_VsdC8sN9kRsQt4pC7ONOuONg,12092
24
+ cbbd/models/game_box_score_team.py,sha256=4sL_XswBmrnBH78LGHvvmQTHKS1X4MxvuHkwKyndUj8,6386
25
+ cbbd/models/game_box_score_team_stats.py,sha256=zUgDyWvBzRLU26hprJpN5wa0czB9lZECe79xBktYcQw,8686
26
+ cbbd/models/game_box_score_team_stats_points.py,sha256=tuK2TEwX6JteSZbCtzjnST2-Std-Md0xbE9egOR2NII,4297
27
+ cbbd/models/game_info.py,sha256=xGtq9PLQNKZQUmpcKleCdCszvusT7sbamoSkps6xkcU,9614
28
+ cbbd/models/game_line_info.py,sha256=d3WbCCEfELBrbiCTKCFlltTg5E33YTOT8i2-2TrlyEg,4370
29
+ cbbd/models/game_lines.py,sha256=MEIy5ujJzvbVxF4N85nhrhc1cRZ0f-SNd5wvB-cgdQ4,5076
30
+ cbbd/models/game_media_info.py,sha256=iddQbV9bwGl0oYHekn708DpO_-kCf21d8tVTKH_0PjU,5671
31
+ cbbd/models/game_media_info_broadcasts_inner.py,sha256=FnOeW8BVhAk8wnEYwMuL1YqBgucALI5Nm9nlYd4DD6k,2324
32
+ cbbd/models/game_status.py,sha256=jzqLVPGW_zs1W7PHp1QpLzusGttJ7CS6wjK78wlBnu8,948
33
+ cbbd/models/line_provider_info.py,sha256=AqAtNP34jFiNs5IxNKot8QBtL5Rsg5-HieBjAVvK-L4,2093
34
+ cbbd/models/play_info.py,sha256=qVuLaR-RLVZxRrzAohPJk2xMXFgcJ_xEBNKrTH1VqcM,8576
35
+ cbbd/models/play_info_participants_inner.py,sha256=Fhazd75tcJpP_Y5gppdzFJOff6h1pu8mc_1Kztqjdjs,2165
36
+ cbbd/models/play_type_info.py,sha256=TbadXA4VXbcchy7-Kv6Ya3bjdMWktjtFOzzJIwDCzjI,2061
37
+ cbbd/models/player_season_stats.py,sha256=9wMzktvNQgoR9CPc1hdOtb9B1RCyCLrgTarakiTnQ5I,11712
38
+ cbbd/models/season_type.py,sha256=UIJ7Qu2VwVIlDNsbse3IU7WAvC8VUNnHhsgOC7ogjHc,894
39
+ cbbd/models/srs_info.py,sha256=0A0u4fkdMapDYPulsyOgOQbyv3X4lk4lMlcJp0zcDbo,2394
40
+ cbbd/models/team_info.py,sha256=rwRKf41y2Fin3BpikB_gY_JKqf_FDldHrVl8bx7_1HU,6665
41
+ cbbd/models/team_roster.py,sha256=jtRP6zglNNN04D3--uxo_TpWWOECSSc7IJNuS75G1NE,3294
42
+ cbbd/models/team_roster_player.py,sha256=SLdnpr4aCr_1qRYq79PSm4dlS6Dc5ndcvW8gaINDXRs,5353
43
+ cbbd/models/team_roster_player_hometown.py,sha256=F-slER1I2spmWBQ4nWuOdWoMwwNvhhnR788H2GcdiXc,2906
44
+ cbbd/models/team_season_stats.py,sha256=e4_5u9xS7KJ4sxD1aNSZvg5Ka4L40w8R2uUtMuwyLsA,4262
45
+ cbbd/models/team_season_unit_stats.py,sha256=wfxPQ8t6QEI4YwP53Zjm28R48MPpDtwhyH1nkz62rwM,8286
46
+ cbbd/models/team_season_unit_stats_field_goals.py,sha256=DISl1Hy25WTKdj4ity1IHC_6jngR4csiaFA7iMUNuqc,3026
47
+ cbbd/models/team_season_unit_stats_fouls.py,sha256=AQM2RqDG468se2rEKgPte6tU7y-v3IMA3FFBJJndeM0,3034
48
+ cbbd/models/team_season_unit_stats_four_factors.py,sha256=2teokvSi1uv9H5XwhIeRTowGQysMw-p196oIPxrezp8,3883
49
+ cbbd/models/team_season_unit_stats_points.py,sha256=gXo9i6bfuZo9jIwl9q0fs4Mbmr0pX0Foa2oaweVTPDM,3498
50
+ cbbd/models/team_season_unit_stats_rebounds.py,sha256=v1wGxInft-iMUNj7MOdW-HlzjeoqnIWUYgRVlIXCzE0,3066
51
+ cbbd/models/team_season_unit_stats_turnovers.py,sha256=g3Eh9rx87coRiohO4XU-QESD-Q5lyl6p0ljK7yh3QMQ,2763
52
+ cbbd/models/venue_info.py,sha256=aTn-OF9sDPXrXXPgTKRK6IILUSMngASsuw6A33lCeGY,3331
53
+ cbbd-1.5.0.dist-info/METADATA,sha256=pGRaIZUVeJ5_KooAdJm9waQ0By_td93m8Uuva_71-38,763
54
+ cbbd-1.5.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
55
+ cbbd-1.5.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
56
+ cbbd-1.5.0.dist-info/RECORD,,
@@ -1,55 +0,0 @@
1
- cbbd/__init__.py,sha256=cPM-gYnknR5upXcbJzAs61P4Lgg2Uty8NhfXWOvDpaI,3473
2
- cbbd/api_client.py,sha256=5JTHnHBiYJhennimoF7kxVjj3zNI9kniikTlgg3h-rU,29894
3
- cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
- cbbd/configuration.py,sha256=52gCo-_NYgD-KS_XZf4JAFYuO-P76m9-QZ70Fj-nSOU,14796
5
- cbbd/exceptions.py,sha256=m2exYkD5iCFSCzYyIVZ6v3U1Hp4XIruF549hvYWPFnY,5545
6
- cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cbbd/rest.py,sha256=KfpvKsHwgUgC8N1c3rBivq5FXu-uJpv-3-AziSV6PUY,14162
8
- cbbd/api/__init__.py,sha256=eZkj51ZLdv2e_6U9bEPVhek2eV3QDX6xyLoDQKMaGF4,386
9
- cbbd/api/conferences_api.py,sha256=O_gNYuhG6_b1x_32Rw08pXvHbK2Bjm7fB_AgJfGBcKM,13078
10
- cbbd/api/games_api.py,sha256=nc4GdSo4HeOsVjJbYII-oLR_XsTS4Xde4hrM1ZJCof8,41194
11
- cbbd/api/lines_api.py,sha256=u6rjNgT3x1azKnMJhJEehqDsJ83wuwexXXmfh3sx3-I,15756
12
- cbbd/api/plays_api.py,sha256=2cjrOz_WxxJ7GS9_NzGp0atZBVjd1RvEb1XkTAvbhWc,32183
13
- cbbd/api/ratings_api.py,sha256=bzlUE-TdtOf6kakbU5LSirwexivjwr7ieCmuE2aKZWs,8288
14
- cbbd/api/stats_api.py,sha256=frFBbG06WChlFuBlkYFYXC4-3OFZd1Hq1W0aWa1YDe8,20182
15
- cbbd/api/teams_api.py,sha256=oevu57ke5zttiyNTy86RDg3wbLrs1zO6_C83oi6gV9Y,14207
16
- cbbd/api/venues_api.py,sha256=3RKyAEHzRmBchWunBjdx4djx03Oz9EwqVvoPJddjw4k,6567
17
- cbbd/models/__init__.py,sha256=y1C6vMjKhuJzVwW5dbjKA1J2TPDC9u8Jd_PGiunnqHk,2681
18
- cbbd/models/conference_history.py,sha256=loD1N1wxlPf1phsHH9-IglY3Gwt8nbv_Amz97eYXGVg,3083
19
- cbbd/models/conference_history_teams_inner.py,sha256=ExVqVJ-Eb5XcucdakXx7opCg49KRpxcMbR6h4Vi9aM0,3129
20
- cbbd/models/conference_info.py,sha256=GLF9SvCGsdRyKO1LYcf4ouBNFu_yhWgojO18sNbXcQ0,2436
21
- cbbd/models/game_box_score_players.py,sha256=Yf8HLK7PHwXAZMkHkUENz-aGhNQdR2vOB4lK_2dCvuQ,6355
22
- cbbd/models/game_box_score_players_players_inner.py,sha256=hv7ikXoDLo7qzwz1-4vYihTgdb7DwG8H3dFzsi2ucWc,12092
23
- cbbd/models/game_box_score_team.py,sha256=tfYVtjbZtsCFPpFe1WgCExbKbRb-LUed3Qa6UFv46YA,6386
24
- cbbd/models/game_box_score_team_stats.py,sha256=iurk4DGRZPFAAgxV1HRsU-fSvaZSa5CrE_QTHIlFXLI,8686
25
- cbbd/models/game_box_score_team_stats_points.py,sha256=fp9ErG7MCHgXtEvea1BMFUZb7LJ8pWY7vBKIwXoOS10,4297
26
- cbbd/models/game_info.py,sha256=_EgSfN-8DloQmUhYSDHyi654XwTit2FPzsbkr2IX2TM,9614
27
- cbbd/models/game_line_info.py,sha256=DwreVyNHI4ZOfT3Jib4-FVn5mB2CHX6nXfyIS736lhI,4370
28
- cbbd/models/game_lines.py,sha256=3zD4wDMghE6PaKLFkfVxMS3RiakdPsi6mHUA31131_8,5076
29
- cbbd/models/game_media_info.py,sha256=ZEEFTDbPaxwAMOdV5QSB_HShGJyXL0-JWlANwOinNnU,5671
30
- cbbd/models/game_media_info_broadcasts_inner.py,sha256=G43BeGk51J1RrtiU-4bpHhDux4Ngwh1R851OuCG3Z9k,2324
31
- cbbd/models/game_status.py,sha256=IjJaIK0di-1mfGKuVUZeyuJWAUW4d_9xcJLzFv3SQlk,948
32
- cbbd/models/line_provider_info.py,sha256=MKJNxAg8RvtHR-XKvmy_KF-NCZbWhX5l0R8sz5V4TvU,2093
33
- cbbd/models/play_info.py,sha256=2HvSJvQTlBocACW9YWPvPCq4pE7vi_RdwW8K_nwNkso,8576
34
- cbbd/models/play_info_participants_inner.py,sha256=mkF6i97fkmBHH-Amio6S0TyTgtbkMTeT7Eb-HNr4_uE,2165
35
- cbbd/models/play_type_info.py,sha256=7hb_LG9fZ0aQtFobGLiUlE3XjclA-7AqA3s9knAE6sI,2061
36
- cbbd/models/player_season_stats.py,sha256=M4JalcZJbezqeoDzLwLStavJCSIGtVRo2N8-LoaE0RI,11712
37
- cbbd/models/season_type.py,sha256=KeJ8JujeIpx5MX3X12JMtVFdOhk0qAO518GDh7X9pcA,894
38
- cbbd/models/srs_info.py,sha256=ABIetqKYhezvK0y18WNdC1uZ2k87XuGjljEtyw03-D4,2394
39
- cbbd/models/team_info.py,sha256=Dvn4Hxf-U4BTiuU_qE-9Ycj4JJYlpG6tNQfZa2m2ZwY,6665
40
- cbbd/models/team_roster.py,sha256=iLD0YXgpdYJvVkWFZBYMUBueStisIi36UyhAYqazIxc,3294
41
- cbbd/models/team_roster_player.py,sha256=nY_dU5xXxCPlsSbd8jZpR53jpl78vs0yi9expehMZCU,5353
42
- cbbd/models/team_roster_player_hometown.py,sha256=bo4rJp1Q6w8Bi6caqO5COCttt6r4YzQbdz_5xHSQPQ8,2906
43
- cbbd/models/team_season_stats.py,sha256=OPWLkHHFG8DQn3SvMjWaXWbga9iTiHi5w1fDOg3bXzU,4262
44
- cbbd/models/team_season_unit_stats.py,sha256=NNfd_qkPZvzJ1MtMnmpoQOOaekeIBbvYSUvTOHgeJPU,8286
45
- cbbd/models/team_season_unit_stats_field_goals.py,sha256=XeeNEB3pViRc2DblBCshxTcxNH3mk6Nm3cjJD1BtiCY,3026
46
- cbbd/models/team_season_unit_stats_fouls.py,sha256=8nW2rz2sMkr9_4dqVQGuhmmOsuivV754woQ0dXSqt7I,3034
47
- cbbd/models/team_season_unit_stats_four_factors.py,sha256=78F9JitIV1JAu49qvtQh-1cwdubNPm6mAdByE5GYrhY,3883
48
- cbbd/models/team_season_unit_stats_points.py,sha256=xfgXUK23ro5vc_z7y77eiDmIhvPxYvq3qJ5XxFqCJNE,3498
49
- cbbd/models/team_season_unit_stats_rebounds.py,sha256=iHgb6EPTTWp4yVTOBMHjzAaXui3KTjVKNJrV8S6e-Jc,3066
50
- cbbd/models/team_season_unit_stats_turnovers.py,sha256=g72P6NfLRfhh66XitRjW4v-FFJlg23BU7smyZuu-xYk,2763
51
- cbbd/models/venue_info.py,sha256=VE68eoxSJfUG4ynl0PzMpnOArLG7SJNgCAk0n4wWaJ4,3331
52
- cbbd-1.4.0.dist-info/METADATA,sha256=hDvy9bUqwDtkrlmCx6N8wF99ikxoayFgatZ_kHkVXhE,763
53
- cbbd-1.4.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
54
- cbbd-1.4.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
55
- cbbd-1.4.0.dist-info/RECORD,,
File without changes