Home

Awesome

Cookiecutter Pdm PyPackage

Cookiecutter template for a cutting-edge Python package: pdm, ruff, mypy, GitHub Actions and more!

Features

Quickstart

Generate the project:

cookiecutter https://github.com/Aviksaikat/cookiecutter-pdm-pypackage

The generator will automatically call pdm install at the end.

Then, for the GitHub Actions pipelines to work correctly, you should:

With cruft

cruft is a layer above Cookiecutter allowing you to update your project from the template after it has been generated.

cruft create https://github.com/Aviksaikat/cookiecutter-pdm-pypackage

Demo

License

This project is licensed under the terms of the MIT license.