tum-esm / utils

Python utilities for our research group

Home Page:https://tum-esm-utils.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔬  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:

poetry add tum_esm_utils
# or
pip install tum_esm_utils

Use the API reference at https://tum-esm.github.io/utils.


For Developers

Publish the Package to PyPI:

poetry build
poetry publish

Serve documentation page:

docsify serve ./docs

About

Python utilities for our research group

https://tum-esm-utils.netlify.app

License:GNU General Public License v3.0


Languages

Language:Python 63.3%Language:Fortran 36.2%Language:Shell 0.5%