A clean, reusable Python starter built with Cursor, Git, and GitHub Actions.
It includes testing, linting, formatting, pre-commit hooks, and CI automation — everything you need to start a modern Python project on the right foot.
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -e .
pytest
python -m python_template