nbastatpy 0.1.6__py3-none-any.whl → 0.1.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nbastatpy might be problematic. Click here for more details.
- {nbastatpy-0.1.6.dist-info → nbastatpy-0.1.8.dist-info}/METADATA +10 -18
- {nbastatpy-0.1.6.dist-info → nbastatpy-0.1.8.dist-info}/RECORD +5 -4
- {nbastatpy-0.1.6.dist-info → nbastatpy-0.1.8.dist-info}/WHEEL +2 -1
- nbastatpy-0.1.8.dist-info/top_level.txt +1 -0
- {nbastatpy-0.1.6.dist-info → nbastatpy-0.1.8.dist-info}/LICENSE +0 -0
|
@@ -1,27 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nbastatpy
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: An easy-to-use wrapper for nba_api to easily find data for a player, game, team, or season
|
|
5
|
-
Home-page: https://github.com/aberghammer-analytics/NBAStatPy
|
|
6
5
|
Keywords: basketball,data,nba,sports,stats
|
|
7
|
-
Maintainer: Anthony Berghammer
|
|
8
|
-
Maintainer-email: aberghammer.analytics@gmail.com
|
|
9
|
-
Requires-Python: >=3.10,<4.0
|
|
10
6
|
Classifier: Intended Audience :: Science/Research
|
|
11
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
-
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
|
|
16
|
-
Requires-Dist: loguru (>=0.7.2,<0.8.0)
|
|
17
|
-
Requires-Dist: nba_api (>=1.4.1,<2.0.0)
|
|
18
|
-
Requires-Dist: pandas (>=2.2.2,<3.0.0)
|
|
19
|
-
Requires-Dist: pillow (>=10.3.0,<11.0.0)
|
|
20
|
-
Requires-Dist: requests (>=2.31.0,<3.0.0)
|
|
21
|
-
Requires-Dist: rich (>=13.7.1,<14.0.0)
|
|
22
|
-
Project-URL: Documentation, https://github.com/aberghammer-analytics/NBAStatPy/blob/main/README.md
|
|
23
|
-
Project-URL: Repository, https://github.com/aberghammer-analytics/NBAStatPy
|
|
8
|
+
Requires-Python: >=3.10
|
|
24
9
|
Description-Content-Type: text/markdown
|
|
10
|
+
License-File: LICENSE
|
|
11
|
+
Requires-Dist: bs4>=0.0.2
|
|
12
|
+
Requires-Dist: loguru>=0.7.3
|
|
13
|
+
Requires-Dist: nba-api>=1.6.1
|
|
14
|
+
Requires-Dist: pandas>=2.2.3
|
|
15
|
+
Requires-Dist: pillow>=11.0.0
|
|
16
|
+
Requires-Dist: requests>=2.32.3
|
|
17
|
+
Requires-Dist: rich>=13.9.4
|
|
25
18
|
|
|
26
19
|
# NBAStatPy
|
|
27
20
|
|
|
@@ -64,4 +57,3 @@ player.get_awards()
|
|
|
64
57
|
This returns a pandas dataframe with the awards won by the player each year.
|
|
65
58
|
|
|
66
59
|
There are a lot of endpoints and various arguments for more complex queries like tracking and synergy datasets.
|
|
67
|
-
|
|
@@ -4,7 +4,8 @@ nbastatpy/player.py,sha256=NHa0WTuw9301mfPSSsXTWg87_xGS8GjP1Fh1JYkTK8s,17311
|
|
|
4
4
|
nbastatpy/season.py,sha256=0zEWb_iBcsKe42wsU9ISxbUl6HU2Tbt1DISRJXFyj_A,19732
|
|
5
5
|
nbastatpy/team.py,sha256=gjjIJc4JoYAjmJII9Mw1FDrDMl0AJjFMgVeIEvPnNNg,15250
|
|
6
6
|
nbastatpy/utils.py,sha256=mFH1SqQUWR_Vpl154urgvOZWf5HtflIrlj1eGNzhCeY,2739
|
|
7
|
-
nbastatpy-0.1.
|
|
8
|
-
nbastatpy-0.1.
|
|
9
|
-
nbastatpy-0.1.
|
|
10
|
-
nbastatpy-0.1.
|
|
7
|
+
nbastatpy-0.1.8.dist-info/LICENSE,sha256=TZeVWgOOMmZI_Puv-mvmD8h35JL78SyVE5A6JVISLV0,1078
|
|
8
|
+
nbastatpy-0.1.8.dist-info/METADATA,sha256=7p3Saayif4kMazgXKzNge6K6piwHE2Y0HHqMq-OcNZ4,1831
|
|
9
|
+
nbastatpy-0.1.8.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
10
|
+
nbastatpy-0.1.8.dist-info/top_level.txt,sha256=PglfKWLerpCzEQgumDHwodzwYZe22wfRjzs-XEXu2J0,10
|
|
11
|
+
nbastatpy-0.1.8.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nbastatpy
|
|
File without changes
|