Minimal cookicutter template for a python package. It use :
setuptools
for packagingsetuptools_scm
for managing the package version thanks to git.build
to build your packagetwine
to upload it to pypi
cookiecutter https://github.com/h4c5/cookie-python-minimal
cd your_project
git init
(necessary because ofsetuptools_scm
that will manage the package version)pip install -e .[dev]
- ✨ developing ✨
python -m build
twine upload -r testpypi