Two ways to create a new python project:
- create project by copier:
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
- create project by pdm
mkdir my-project && cd my-project
pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
templates:
- https://github.com/serious-scaffold/ss-python.git
- https://github.com/TezRomacH/python-package-template.git
- https://github.com/leynier/python-template.git
- https://github.com/fpgmaas/cookiecutter-poetry.git
- https://github.com/zillionare/cookiecutter-pypackage.git
- https://github.com/rnag/cookiecutter-pypackage.git
- https://github.com/yxtay/python-project-template.git