Metadata-Version: 2.1
Name: yahoo-draft-wizard
Version: 0.0.2
Summary: Dynamically recommends picks for your yahoo fantasy football draft
Home-page: https://github.com/jwaggie14/yahoo-draft-wizard
Author: James Whiting
Author-email: jlwhiting@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: yahoo-oauth

# yahoowizard
the package connects to yahoo's fantasy football api to monitor and to make recommendations for your draft.

Initial release. Version .000000000000000001. Very developmental.

# Installation
Install with ```pip install yahoo-draft-wizard```

You will also need to install yahoo_oauth with ```pip install yahoo_oauth```

You can find supporting files here: https://github.com/jwaggie14/ydw-supporting-files


