A comprehensive dynasty roster management and valuation tool for College Football 25, featuring automated player analysis, recruiting planning, and roster generation.
git clone https://github.com/your-username/CFB-Dynasty-Data.git
cd CFB-Dynasty-Data
python -m venv .venv
source . ./venv/bin/activate # Windows: . .\venv\Scripts\activate
pip install -r requirements.txtThis package is best run as a notebook. I'll be adding more notes here for alternative usage in the coming months.
- Player Valuation: Calculate player value based on rating, development traits, and remaining eligibility
- Roster Analysis: Comprehensive position-by-position strength evaluation
- Recruiting Intelligence: Automated identification of recruiting priorities and scheme fit analysis
- Dynasty Management: Year-over-year roster progression with automatic player advancement
cfb_dynasty/- Main package with models, analysis, and utilitiesscripts/- Executable scripts for automated processingnotebooks/- Interactive Jupyter analysis notebookstests/- Test suitedocs/- Detailed documentation
python -m pytest tests/ -vSee docs/README.md for comprehensive documentation including:
- Detailed API reference
- Configuration options
- File format specifications
- Development guidelines
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Ensure all tests pass
- Submit a pull request