JamesHWade / copier-pdm

Copier template for Python projects managed by PDM.

Home Page:https://pawamoy.github.io/copier-pdm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copier PDM

Copier template for Python projects managed by PDM.

This copier template is mainly for my own usage, but feel free to try it out, or fork it!

Features

Quick setup and usage

To get started, ensure that all requirements are met. You can find the full documentation here.

First, install Copier with pipx (or pip) if you haven't already done so:

pipx install copier

Then install the Jinja extensions:

pipx inject copier copier-templates-extensions

Then, run the following command to create a new project:

copier copy --trust "https://github.com/jameshwade/copier-pdm.git" /path/to/your/new/project

Or even shorter:

copier copy --trust "gh:jameshwade/copier-pdm" /path/to/your/new/project

See the documentation for more details.

About

Copier template for Python projects managed by PDM.

https://pawamoy.github.io/copier-pdm

License:ISC License


Languages

Language:Jinja 86.7%Language:Shell 7.1%Language:Python 3.1%Language:CSS 1.6%Language:Makefile 1.4%Language:Dockerfile 0.2%