Metadata-Version: 2.1
Name: sagbprojections
Version: 0.0.4
Summary: A module to query SAGB NBA daily fantasy projections
Home-page: UNKNOWN
Author: Rohit Tanikella
Author-email: rohit.tanikella@gmail.com
License: MIT
Keywords: NBA
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: pandas

This is a module that allows you to query NBA Daily Fantasy Projections from Berkeley's Sports Analytics Group (SAGB).

getPlayerStats(name) - returns statline projections for specific player name if they are playing today


getTeamStats(team) - returns statline projections for specific team if they are playing today, requires 3 letter team abbreviation


scoresOver(fantasy, score) - Get players with scores over a specified score based on Draftkings or Fanduel, pass in either fanduel or draftkings to the fantasy argument


fanduelOptimal() - returns FanDuel optimal lineup


draftkingsOptimal() - returns DraftKings optimal lineup


statsOver(stat, value) - returns statline projections for players with a stat (Minutes, 2 PT FG, 3 PT FG, FTM, Rebounds, Assists, Blocks, Steals, Turnovers) over a certain value


getInjured() - names and injury types for all injured players


getAllStats() - returns all statline projections for the day


getAllProjections() - returns all fanduel and draftkings score projections for the day

Change Log
==========

0.0.1 (12/24/2020)
------------------
- Initial test release with only 2020 NBA Finals Game 6 Projections

0.0.2 (12/24/2020)
------------------
- Updated to include static files
- This version was yanked due to errors

0.0.3 (02/25/2021)
------------------
- Updated to pull live predictions from SAGB website

0.0.4 (03/16/2021)
------------------
- Updated to included per minute statistics

