Metadata-Version: 2.1
Name: tum-esm-utils
Version: 0.1.0
Summary: 
Author: Moritz Makowski
Author-email: moritz.makowski@tum.de
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: filelock (>=3.10.0,<4.0.0)
Requires-Dist: psutil (>=5.9.4,<6.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Description-Content-Type: text/markdown

# 🧰 TUM ESM Utilities Library

Install the Python library with:

```bash
poetry add tum_esm_utils
# or
pip install tum_esm_utils
```

<br/>

## For Developers: Publish the Packaga to PyPI

```bash
poetry build
poetry publish
```

