Metadata-Version: 2.1
Name: DFSNBA-TeamBuilder
Version: 0.0.1
Summary: This package is used for creating draftkings lineups
Home-page: https://github.com/Blex42/DFS_NBA_Team_Builder
Author: Blex42
Author-email: blextechguides@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

**DFSNBA_Team_Builder**

**Purpose**

Create optimized NBA draftkings lineups with sampling

**What to do high level**

1.Import Draftkings Upload File [DK_Upload_Page](https://www.draftkings.com/lineup/upload)

2.Build a team or teams based on the amount of teams and amount of sampling you want

3.Use Linear Programming to optimze the teams for the maximum amount of points while staying under the salary cap


**End Notes**

This package was created to use the draftkings lineup file for any given night and run an optimization function on it in order to create the most efficient teams based on the average points columns. 


[GitHub_Repo](https://github.com/Blex42/DFS_NBA_Team_Builder)


