Skip to content

tum-esm/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦  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 ✨

PyPI PyPI - Python Version
GitHub GitHub Workflow Status (with branch) Code Climate maintainability


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.


For Developers

Publish the Package to PyPI:

pdm build
pdm publish

Open documentation page in dev mode

cd docs
npm install
npm run dev