Copier template for Python projects managed by uv.
Similar templates:
- copier-pdm, with PDM
- copier-poetry, with Poetry
- copier-uv
- uv setup, with pre-defined
pyproject.toml
- Tests run with pytest
- Documentation built with Sphinx
- pre-commit
- Support for GitHub workflows
- All licenses from choosealicense.com
- As well as the flexible combination of the above.
To use the template, run:
copier copy --trust https://github.com/sicheng1806/copier-spire-uv.git /path/to/your/new/project
Or even shoter:
copier copy --trust gh:sicheng1806/copier-spire-uv /path/to/your/new/project