Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit e5c0467

Browse files
committed
Moved completed work section to its own page
1 parent 5894ab7 commit e5c0467

File tree

1 file changed

+2
-66
lines changed

1 file changed

+2
-66
lines changed

README.md

Lines changed: 2 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -11,72 +11,8 @@ Originally based off <https://github.com/bradleyfay/NBAStats>
1111
## Dependencies
1212
* [pandas](http://pandas.pydata.org/) [(Installation Help)](https://github.com/seemethere/nba_py/wiki/Installing-pandas)
1313

14-
15-
## Things that are currently finished
16-
#### 1. Main Package
17-
| Class Name | Endpoint |
18-
|:--------------------------|:--------------------------------------|
19-
| Scoreboard | Scoreboard |
20-
21-
#### 2. Game
22-
| Class Name | Endpoint |
23-
|:--------------------------|:--------------------------------------|
24-
| Boxscore | boxscore |
25-
| BoxscoreScoring | boxscorescoring |
26-
| BoxscoreUsage | boxscoreusage |
27-
| BoxscoreMisc | boxscoremisc |
28-
| BoxscoreAdvanced | boxscoreadvanced |
29-
| BoxscoreFourFactors | boxscorefourfactors |
30-
| PlayByPlay | playbyplay |
31-
32-
#### 3. Player (All endpoints mapped)
33-
| Class Name | Endpoint |
34-
|:--------------------------|:--------------------------------------|
35-
| PlayerList | commonallplayers |
36-
| PlayerSummary | commonplayerinfo |
37-
| PlayerProfile | playerprofilev2 |
38-
| PlayerGeneralSplits | playerdashboardbygeneralsplits |
39-
| PlayerOpponenetSplits | playeropponentsplits |
40-
| PlayerLastNGamesSplits | playerdashboardbylastngames |
41-
| PlayerInGameSplits | playerdashboardbygamesplits |
42-
| PlayerClutchSplits | playerdashboardbyclutch |
43-
| PlayerShootingSplits | playerdashboardbyshootingsplits |
44-
| PlayerPerformanceSplits | playerdashboardbyplayerperformance |
45-
| PlayerYearOverYearSplits | playerdashboardbyyearoveryear |
46-
| PlayerCareer | playercareerstats |
47-
| PlayerGameLogs | playergamelog |
48-
| PlayerShotTracking | playerdashptshots |
49-
| PlayerReboundTracking | playerdashptreb |
50-
| PlayerPassTracking | playerdashptpass |
51-
| PlayerDefenseTracking | playerdashptshotdefend |
52-
| PlayerShotLogTracking | playerdashptshotlog |
53-
| PlayerReboundLogTracking | playerdashptreboundlogs |
54-
| PlayerVsPlayer | playervsplayer |
55-
56-
#### 4. Team (All endpoints mapped)
57-
| Class Name | Endpoint |
58-
|:--------------------------|:--------------------------------------|
59-
| TeamSummary | commoninfocommon |
60-
| TeamList | commonteamyears |
61-
| TeamCommonRoster | commonteamroster |
62-
| TeamGeneralSplits | teamdashboardbygeneralsplits |
63-
| TeamOpponenetSplits | teamdashboardbyopponent |
64-
| TeamLastNGamesSplits | teamdashboardbylastngames |
65-
| TeamInGameSplits | teamdashboardbygamesplits |
66-
| TeamClutchSplits | teamdashboardbyclutch |
67-
| TeamShootingSplits | teamdashboardbyshootingsplits |
68-
| TeamPerformanceSplits | teamdashboardbyteamperformance |
69-
| TeamYearOverYearSplits | teamdashboardbyyearoveryear |
70-
| TeamLineups | teamdashlineups |
71-
| TeamPlayers | teamplayerdashboard |
72-
| TeamPlayersOnOffDetail | teamplayeronoffdetails |
73-
| TeamPlayerOnOffSummary | teamplayeronoffsummary |
74-
| TeamGameLogs | teamgamelog |
75-
| TeamSeasons | teamyearbyyearstats |
76-
| TeamShotTracking | teamdashptshots |
77-
| TeamReboundTracking | teamdashptreb |
78-
| TeamPassTracking | teamdashptpass |
79-
| TeamVsPlayer | teamvsplayer |
14+
## Completed work
15+
* See the [wiki](https://github.com/seemethere/nba_py/wiki/Completed-Work-Log)
8016

8117
## Planned development
8218
#### 1. Documentation

0 commit comments

Comments
 (0)