cbbd 1.4.0__py3-none-any.whl → 1.6.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 +11 -4
  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 +9 -2
  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.6.0.dist-info}/METADATA +1 -1
  51. cbbd-1.6.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.6.0.dist-info}/WHEEL +0 -0
  54. {cbbd-1.4.0.dist-info → cbbd-1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0\n"\
380
+ "SDK Package Version: 1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -19,8 +19,8 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
  from datetime import datetime
22
- from typing import List, Optional
23
- from pydantic import BaseModel, Field, StrictBool, StrictInt, StrictStr, conlist
22
+ from typing import List, Optional, Union
23
+ from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr, conlist
24
24
  from cbbd.models.game_status import GameStatus
25
25
  from cbbd.models.season_type import SeasonType
26
26
 
@@ -54,11 +54,12 @@ class GameInfo(BaseModel):
54
54
  away_points: Optional[StrictInt] = Field(default=..., alias="awayPoints")
55
55
  away_period_points: Optional[conlist(StrictInt)] = Field(default=..., alias="awayPeriodPoints")
56
56
  away_winner: Optional[StrictBool] = Field(default=..., alias="awayWinner")
57
+ excitement: Optional[Union[StrictFloat, StrictInt]] = Field(...)
57
58
  venue_id: Optional[StrictInt] = Field(default=..., alias="venueId")
58
59
  venue: Optional[StrictStr] = Field(...)
59
60
  city: Optional[StrictStr] = Field(...)
60
61
  state: Optional[StrictStr] = Field(...)
61
- __properties = ["id", "sourceId", "seasonLabel", "season", "seasonType", "startDate", "startTimeTbd", "neutralSite", "conferenceGame", "gameType", "status", "attendance", "homeTeamId", "homeTeam", "homeConferenceId", "homeConference", "homePoints", "homePeriodPoints", "homeWinner", "awayTeamId", "awayTeam", "awayConferenceId", "awayConference", "awayPoints", "awayPeriodPoints", "awayWinner", "venueId", "venue", "city", "state"]
62
+ __properties = ["id", "sourceId", "seasonLabel", "season", "seasonType", "startDate", "startTimeTbd", "neutralSite", "conferenceGame", "gameType", "status", "attendance", "homeTeamId", "homeTeam", "homeConferenceId", "homeConference", "homePoints", "homePeriodPoints", "homeWinner", "awayTeamId", "awayTeam", "awayConferenceId", "awayConference", "awayPoints", "awayPeriodPoints", "awayWinner", "excitement", "venueId", "venue", "city", "state"]
62
63
 
63
64
  class Config:
64
65
  """Pydantic configuration"""
@@ -144,6 +145,11 @@ class GameInfo(BaseModel):
144
145
  if self.away_winner is None and "away_winner" in self.__fields_set__:
145
146
  _dict['awayWinner'] = None
146
147
 
148
+ # set to None if excitement (nullable) is None
149
+ # and __fields_set__ contains the field
150
+ if self.excitement is None and "excitement" in self.__fields_set__:
151
+ _dict['excitement'] = None
152
+
147
153
  # set to None if venue_id (nullable) is None
148
154
  # and __fields_set__ contains the field
149
155
  if self.venue_id is None and "venue_id" in self.__fields_set__:
@@ -202,6 +208,7 @@ class GameInfo(BaseModel):
202
208
  "away_points": obj.get("awayPoints"),
203
209
  "away_period_points": obj.get("awayPeriodPoints"),
204
210
  "away_winner": obj.get("awayWinner"),
211
+ "excitement": obj.get("excitement"),
205
212
  "venue_id": obj.get("venueId"),
206
213
  "venue": obj.get("venue"),
207
214
  "city": obj.get("city"),
@@ -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.6.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.6.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.6.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.6.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.6.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.6.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.6.0
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -49,13 +49,14 @@ class PlayInfo(BaseModel):
49
49
  seconds_remaining: StrictInt = Field(default=..., alias="secondsRemaining")
50
50
  home_score: StrictInt = Field(default=..., alias="homeScore")
51
51
  away_score: StrictInt = Field(default=..., alias="awayScore")
52
+ home_win_probability: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="homeWinProbability")
52
53
  scoring_play: Optional[StrictBool] = Field(default=..., alias="scoringPlay")
53
54
  shooting_play: Optional[StrictBool] = Field(default=..., alias="shootingPlay")
54
55
  score_value: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="scoreValue")
55
56
  wallclock: Optional[datetime] = Field(...)
56
57
  play_text: Optional[StrictStr] = Field(default=..., alias="playText")
57
58
  participants: conlist(PlayInfoParticipantsInner) = Field(...)
58
- __properties = ["id", "sourceId", "gameId", "gameSourceId", "gameStartDate", "season", "seasonType", "gameType", "playType", "isHomeTeam", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "period", "clock", "secondsRemaining", "homeScore", "awayScore", "scoringPlay", "shootingPlay", "scoreValue", "wallclock", "playText", "participants"]
59
+ __properties = ["id", "sourceId", "gameId", "gameSourceId", "gameStartDate", "season", "seasonType", "gameType", "playType", "isHomeTeam", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "period", "clock", "secondsRemaining", "homeScore", "awayScore", "homeWinProbability", "scoringPlay", "shootingPlay", "scoreValue", "wallclock", "playText", "participants"]
59
60
 
60
61
  class Config:
61
62
  """Pydantic configuration"""
@@ -123,6 +124,11 @@ class PlayInfo(BaseModel):
123
124
  if self.opponent_conference is None and "opponent_conference" in self.__fields_set__:
124
125
  _dict['opponentConference'] = None
125
126
 
127
+ # set to None if home_win_probability (nullable) is None
128
+ # and __fields_set__ contains the field
129
+ if self.home_win_probability is None and "home_win_probability" in self.__fields_set__:
130
+ _dict['homeWinProbability'] = None
131
+
126
132
  # set to None if scoring_play (nullable) is None
127
133
  # and __fields_set__ contains the field
128
134
  if self.scoring_play is None and "scoring_play" in self.__fields_set__:
@@ -181,6 +187,7 @@ class PlayInfo(BaseModel):
181
187
  "seconds_remaining": obj.get("secondsRemaining"),
182
188
  "home_score": obj.get("homeScore"),
183
189
  "away_score": obj.get("awayScore"),
190
+ "home_win_probability": obj.get("homeWinProbability"),
184
191
  "scoring_play": obj.get("scoringPlay"),
185
192
  "shooting_play": obj.get("shootingPlay"),
186
193
  "score_value": obj.get("scoreValue"),
@@ -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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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=rzBlUIz5se_7rCvj9FbjB_rzJ0Y15U4ZkzabpkraHO8,3545
2
+ cbbd/api_client.py,sha256=orgmwM5TRRZDXvqWRlJjt9G-ud72lvZ14wLSCTE0gw8,29894
3
+ cbbd/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
4
+ cbbd/configuration.py,sha256=RR8sXwsxEzJdVs12P2xc1A_s8b2NuWaYL4emm5JZ7Bs,14796
5
+ cbbd/exceptions.py,sha256=Myl45KCZcnjz4pcGYYG2qF-RMzu4HaxakOr-wSxPBEQ,5545
6
+ cbbd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ cbbd/rest.py,sha256=kizviUi-G4cf2UUo7v5cmhnAQp7ZYLDvi2fdFwPLjuc,14162
8
+ cbbd/api/__init__.py,sha256=eZkj51ZLdv2e_6U9bEPVhek2eV3QDX6xyLoDQKMaGF4,386
9
+ cbbd/api/conferences_api.py,sha256=E8r2ARjjFmKQ7A2sJmQH7teybmD4XcIB75WqtkiIseA,13078
10
+ cbbd/api/games_api.py,sha256=hlHAcNcW-g7qszT9juj69nbUYDBccIgoHOyf7-F3-00,41194
11
+ cbbd/api/lines_api.py,sha256=OcRqoXo8BCGNIp4pUsVfYD9A4AOsmNCtn23smvcNJz4,15756
12
+ cbbd/api/plays_api.py,sha256=Q3CSoXJNeIe0PfOdxJWbTDhJ4QmEv1MISKZ-IDcjl9k,32183
13
+ cbbd/api/ratings_api.py,sha256=0WLPt_-339RzPVsEBg8ldaZg6LfEk9qAADWU46N7ZO8,15678
14
+ cbbd/api/stats_api.py,sha256=_a008CmmJ3E545LURVgpVwBz0QQ_yfoRcCaRizO-0aU,20182
15
+ cbbd/api/teams_api.py,sha256=IqFmNgpziMQiQStz1-Zw59Q2Ib5DcjxJQhw3i88neyA,14207
16
+ cbbd/api/venues_api.py,sha256=nRcQLf0VnHlgB4KeLGWBImyEp3Y82lI1oiiiB4lOqnI,6567
17
+ cbbd/models/__init__.py,sha256=DMdMCnt_4w_b9G9MStb7nt1hBAGjr98BrODGcNtWOqM,2753
18
+ cbbd/models/adjusted_efficiency_info.py,sha256=4venZkgrWCtF3HaMJIgqzKhnKzttmeg4kZVeyUoTuYM,2909
19
+ cbbd/models/conference_history.py,sha256=4PnsZOX5-X5VKB3DAVRslpFAiUdwepJspogBTJyiil4,3083
20
+ cbbd/models/conference_history_teams_inner.py,sha256=tSHFAdN8EzjhVB0tn_kkeARr7wxECLQU9vSRCqnddMc,3129
21
+ cbbd/models/conference_info.py,sha256=DlwR-hjHYD3h1Ea6pYYq8w57Mm5h3qgMbj6P6pWAAVk,2436
22
+ cbbd/models/game_box_score_players.py,sha256=HwzMkIijESOmV2rjJophAD7i3lMpGbMUvz4H-PUoJII,6355
23
+ cbbd/models/game_box_score_players_players_inner.py,sha256=qHc6geGkydsfBz28tyhhRkGr7ETtP1T9BRy21e0btSs,12092
24
+ cbbd/models/game_box_score_team.py,sha256=gcn2T5Af2qgX5Xv0_IpVnEjlMNyQsVMO6uPu23jkbts,6386
25
+ cbbd/models/game_box_score_team_stats.py,sha256=CYUeNM7Pi79X9ttWiaPie_xaQr7_9fheVghG-0u9FrM,8686
26
+ cbbd/models/game_box_score_team_stats_points.py,sha256=VaZnOazehMGRizJeue7Zk5UQLwZpyDeDWaeaKl-z0CQ,4297
27
+ cbbd/models/game_info.py,sha256=1-PtWCMHgwAl4FR9-37Bil6OoqRfMf3QSiUpDgdo0HY,9985
28
+ cbbd/models/game_line_info.py,sha256=sE_KpVD1o8kSHRUzjIRLjdVmxwDWp2_U5JpnvmjmmDg,4370
29
+ cbbd/models/game_lines.py,sha256=eFaUKmqDcYBnEtyNnI3ggVJdlFkB-AqMdBcJfQjQb9k,5076
30
+ cbbd/models/game_media_info.py,sha256=7mEuO40Q8jbLdTekXfz_fCqzW6_83LT_hCDfvddstFk,5671
31
+ cbbd/models/game_media_info_broadcasts_inner.py,sha256=2NBz-M91nuvogBK0Wiz4i9CVpNu92aKkuRuyxXuNlIY,2324
32
+ cbbd/models/game_status.py,sha256=_CSCKG5EtDwHKDh8NCXOYfL5Z77RQ2r0N5Dzks012SE,948
33
+ cbbd/models/line_provider_info.py,sha256=xxUuMeUAx-BMpHDbAfTOEwoEDuYwTjzBZiLJ6i9XcPk,2093
34
+ cbbd/models/play_info.py,sha256=DYmDjAgz4ey6KA7bTqE9lFzSpTJlWOuvc3FgtFVHMC0,9037
35
+ cbbd/models/play_info_participants_inner.py,sha256=0BPk9BlsqmtrN-fRGLpCnag81s8ufyHGXySzwrU741k,2165
36
+ cbbd/models/play_type_info.py,sha256=AUqWGS8oAM-3rm6ZthCNRD_7lfWCrNuBo-mmTBb_rbk,2061
37
+ cbbd/models/player_season_stats.py,sha256=IICLtkFsJJPY6bMGEtonBDMt33p10nH2hS8Q23OFXBE,11712
38
+ cbbd/models/season_type.py,sha256=fQZcTUQyZtnzNiuv8yBOeBsMRrk3N7wnjIksm-Sjtn8,894
39
+ cbbd/models/srs_info.py,sha256=UlX1w1EEjxIHa1zsjeVifgB6uBceMJpOluL-ahpWXVM,2394
40
+ cbbd/models/team_info.py,sha256=XOYOr2C3AoETUYNYcMUEWxvws9i9suI0wW6Pa3DbXOo,6665
41
+ cbbd/models/team_roster.py,sha256=e27eX3kuxTIBPzIEprkCW0Xkd3rCqvlhiIoJOaz6SNc,3294
42
+ cbbd/models/team_roster_player.py,sha256=u6Q3CVPrbX6M62YwMjD6Y8hJEkpagXAud8JfClxVbGQ,5353
43
+ cbbd/models/team_roster_player_hometown.py,sha256=uZ-CQJv8Kjfzq-cshhmaQaNyEATqop5OQF6VyosnBoE,2906
44
+ cbbd/models/team_season_stats.py,sha256=8qfVGC9hj4zwuZUn8zc-us0jwrj7Jfze7E1M5ozdY9Q,4262
45
+ cbbd/models/team_season_unit_stats.py,sha256=lJ9ngAgLuySAGNksKDL9Dn857SiPRwSM80cREpCafvM,8286
46
+ cbbd/models/team_season_unit_stats_field_goals.py,sha256=JYGSlNA4HW_tq2E4oL4Lg2_ICai8IL8MO-N_okUVKf0,3026
47
+ cbbd/models/team_season_unit_stats_fouls.py,sha256=NBKj1SODcVc-1JQ_DosunABijMVRTea8nShsNYTa2dQ,3034
48
+ cbbd/models/team_season_unit_stats_four_factors.py,sha256=ySPSzASdkZk832ajpvH8Sr_hSYsL1WCrpW7pj9IVisY,3883
49
+ cbbd/models/team_season_unit_stats_points.py,sha256=P5GjRFZD9BqVPXdWZnPb9FQAXkjW8EpMG0yECoikeq0,3498
50
+ cbbd/models/team_season_unit_stats_rebounds.py,sha256=OYAzYASFSc_WNpw2T3XrK0RN44NuDIQB5N-2dhgjgr8,3066
51
+ cbbd/models/team_season_unit_stats_turnovers.py,sha256=ZcjNxgZI3l7XxQucKaVUwWPpKhOk7jyLx7ypn8mdU90,2763
52
+ cbbd/models/venue_info.py,sha256=zX3b7Fu0qyqlDEmFTxTOMv76uEWTKGvonOQjxM8SPKw,3331
53
+ cbbd-1.6.0.dist-info/METADATA,sha256=fkXI8fM15bZbZWVNfv9Vc4mA60I6lvEvHp7kxsW4h58,763
54
+ cbbd-1.6.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
55
+ cbbd-1.6.0.dist-info/top_level.txt,sha256=d8efSEMxRPpV_X-2jtQvf9S-EI4HoFQpCEOZCjDxT24,5
56
+ cbbd-1.6.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