A Python package with various utilities.
pip install ptetools
For development use the -e flag when installing from source code.
pip install -e . --upgrade
Build new package
python -m build . --sdist
twine upload ...
Testing
pytest --cov=ptetools