Skip to content

eendebakpt/ptetools

Repository files navigation

Misc Python tools

A Python package with various utilities.

Installation

pip install ptetools

For development use the -e flag when installing from source code.

pip install -e . --upgrade

Development

Build new package

python -m build . --sdist
twine upload ...

Testing

pytest --cov=ptetools