This library is a collection of small functions used in our research projects. Here, we can test and document the functions properly instead of every project dealing with this overhead which allows us to reduce the size of the utility directories of individual projects.
Feel free to use it in any other project ✨
Install the Python library with:
pdm add tum_esm_utils
# or
pip install tum_esm_utils
Use the API reference at tum-esm-utils.netlify.app.
Publish the Package to PyPI:
pdm build
pdm publish
Open documentation page in dev mode
cd docs
npm install
npm run dev