Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.36 KB

Python project template

An opinionated Copier template for Python projects managed by uv.

Features

Quickstart

To install Copier, please follow the installation instructions here.

Then, to create a new project based on this template, run:

copier copy 'https://github.com/vivienm/copier-python-uv' path/to/your/project

and fill in the form.

Go to the project directory and run the tests:

just ci

You are now ready to start coding!

Later on, if this template evolves and you want to update your project, run:

copier update --skip-answered