Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.39 KB

File metadata and controls

46 lines (32 loc) · 1.39 KB

Python project template

An opinionated Copier template for Python projects managed by uv.

Features

Quickstart

First, install Copier.

Then, to create a new project based on this template, run the following command and fill in the form:

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

Go to the project directory and upgrade the dependencies to start on a fresh base:

uv lock --upgrade

Then run the tests:

just ci

You are now ready to start coding!

Later, to update your project as this template evolves, run:

copier update --skip-answered