wfordh / fantasy_football_projections

Tools for aiding with fantasy football decisions
MIT License
2 stars 2 forks source link

fantasy_football_projections

Code style: black

Background

This repository houses various tools I have created to aid me during the fantasy football season. I am currently in a Sleeper league, so development is focused there. Note that right now these are more tools built around decision making and using existing projections, not my own projections.

Details

This repository is all in Python 3.9.1. It is formatted using black and run using pipenv.

Ideas/Scratchwork

Roadmap

  1. typing for projection functions
  2. documentation for projection functions
  3. add isort and pre-commit hooks
  4. tests
  5. fancy code coverage stuff
  6. CBS projections need some private helper methods for checking inputs such as ytd/restofseason and constructing the URL
  7. add print methods to sleeper_api_wrapper to match the sleeper docs
  8. Maybe add type hints to it, too. Mypy?
  9. Put my sleeper scripts on streamlit?