drews_league
: Codebase for compiling fantasy football historical data for Drew's League.
-
Install package
git clone git@github.com:SenteraLLC/drews-league-history.git cd drews-league-history pyenv install $(cat .python-version) poetry install
-
Set up
pre-commit
to ensure all commits to adhere to black and PEP8 style conventions.poetry run pre-commit install
Within the correct poetry/conda shell, run drews_league --help
to view available CLI commands.