Metadata-Version: 2.3
Name: metamorph-mda-parser
Version: 0.1.0
Summary: Light-weight parsing of Metamorph/VisiView .nd files.
Project-URL: Documentation, https://github.com/fmi-faim/metamorph-mda-parser#readme
Project-URL: Issues, https://github.com/fmi-faim/metamorph-mda-parser/issues
Project-URL: Source, https://github.com/fmi-faim/metamorph-mda-parser
Author-email: Jan Eglinger <jan.eglinger@fmi.ch>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: lark
Requires-Dist: pandas
Requires-Dist: pydantic
Provides-Extra: xarray
Requires-Dist: dask; extra == 'xarray'
Requires-Dist: numpy<2; extra == 'xarray'
Requires-Dist: tifffile; extra == 'xarray'
Requires-Dist: xarray; extra == 'xarray'
Requires-Dist: zarr; extra == 'xarray'
Description-Content-Type: text/markdown

# metamorph-mda-parser

[![PyPI - Version](https://img.shields.io/pypi/v/metamorph-mda-parser.svg)](https://pypi.org/project/metamorph-mda-parser)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/metamorph-mda-parser.svg)](https://pypi.org/project/metamorph-mda-parser)
[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)

-----

Light-weight parsing of Metamorph/VisiView Multi Dimensional Acquisition .nd files.

For the file format description, see: https://support.moleculardevices.com/s/article/MDA-file-formats

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install metamorph-mda-parser
```

## License

`metamorph-mda-parser` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.
