Metadata-Version: 2.1
Name: micress-micpy
Version: 0.3.2b2
Summary: MicPy is a Python package to facilitate MICRESS workflows.
Author: Lukas Koschmieder
Author-email: l.koschmieder@access-technology.de
License: BSD-3-Clause (Copyright (c) 2024 Access e.V.)
Keywords: MICRESS
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: pandas

<center>

![MicPy logo](https://docs.micress.de/micpy/images/micpy-logo.png)

</center>

# MicPy

MicPy is a Python package to facilitate [MICRESS](https://www.micress.de) workflows. Whether you aim to visualize, convert, or manipulate MICRESS data, MicPy provides the necessary tools.

## Installation

```
pip install micress-micpy
```

## Dependencies

MicPy requires the following dependencies:

- Python (>= 3.9)
- Pandas (>= 1.1)
- Matplotlib (>= 3) as an optional dependency for plotting

## Documentation

https://docs.micress.de/micpy
