a cookiecutter to start developing a python package
First you'll need to have cookiecutter installed (try pixi global install cookiecutter python3 -m pip install --user cookiecutter or visit this guide)
Once it's done you can create a project based on this template by using cookiecutter from a git repo
cookiecutter gh:MathisTLD/pypackage-template
# or if packages not in path
python3 -m cookiecutter gh:MathisTLD/pypackage-templateATTENTION: the templates creates a git repo for you, so you'll need to have git installed and configured to use it. It will set the default branch to
mainso you'll need to have git >= 2.28.0