Fast Python project template using UV and Ruff for modern development.
- ⚡ Fast dependency management with UV
- 🎨 Code quality with Ruff + mypy
- 🧪 Testing with pytest
- 🚀 CI/CD with GitHub Actions
- 🔄 Automated releases
- 📦 Modern packaging
cookiecutter gh:John15321/cookiecutter-uv-python
cd your-project
make setup- Modern
pyproject.tomlsetup - Makefile with dev commands
- GitHub Actions workflows
- Pre-configured tooling
- Ready-to-use project structure
make help # See commands
make check # Run all checks
make fix # Auto-fix issues
# And more