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:yourusername/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