A copier template for generating Python projects with uv.
To generate a project, you need to have both copier
and uv
installed on your machine.
If you haven't installed uv
yet, follow uv's instruction guide.
To install copier
globally using uv tool
subcommand, run:
uv tool install copier
For alternative installation methods, see copier's offical documentation
To create a new project, run:
copier copy --trust gh:takuyaa/copier-uv-python-project /path/to/your-project
Note: The --trust
option is required for installing dependencies after project generation.