📦  TUM ESM Python Utilities
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 ✨
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
For Users
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 (opens in a new tab).
For Developers
Publish the Package to PyPI:
pdm build
pdm publish
Open documentation page in dev mode
cd docs
npm install
npm run dev