Metadata-Version: 2.4
Name: micress-micpy
Version: 0.4.1b1
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-2026 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
Requires-Dist: rapidgzip
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<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
- VTK (>= 9) as an optional dependency for 3D visualization

## Documentation

https://docs.micress.de/micpy
