| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Copier template for Python projects.
This copier template is mainly for my own usage, but feel free to use it as you wish.
The template is heavily inspired by Pawamoy's Copier PDM.
You need git, copier, copier-templates-extensions, and pdm installed to use this template.
copier copy --trust "https://github.com/ilbumi/copier-python-vscode.git" /path/to/your/new/projectOr even shorter:
copier copy --trust "gh:ilbumi/copier-python-vscode" /path/to/your/new/projectUse PDM to manage dependencies:
pdm lock -v -G full-dev
pdm install -v -G full-devRun tasks with Nox:
pdm run nox -e check_safety
pdm run nox -e lintInstall your project as a Python package:
pip install -U git+https://yourgit.example/projectRefer to Cookbook for tips
| Back | FazBrowse Home | New Git URL |