Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 626 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 626 Bytes

nimble-python-template

A python package template intended for low maintenance and rapid package development.

Getting started

Install copier

brew install uv && uv tool install copier

OR

pip install copier

New project

copier copy https://github.com/MartinBernstorff/nimble-python-template .

Updating

copier update --skip-answered .

Linking an existing repository

copier copy https://github.com/MartinBernstorff/nimble-python-template .

Restoring after drift

copier recopy https://github.com/MartinBernstorff/nimble-python-template .