Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 756 Bytes

File metadata and controls

28 lines (16 loc) · 756 Bytes

python-template

CI codecov Code style: black

Project template in Python

Build a distribution manually

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/*

TODO

  • Add todo items here

Credits

Martin Klein, 2025