Project template in Python
Be sure to install the development requirements:
pip install -r requirements-dev.txt
To build, execute:
python3 -m build
To upload to PyPI (test):
python3 -m twine upload --repository testpypi dist/*
- Add todo items here
Martin Klein, 2025