Metadata-Version: 2.4
Name: microcorrelate
Version: 0.2.4
Summary: A simple Python library for handling correlative microscopy datasets
License-File: LICENSE
Author: dv-bt
Author-email: d.bottone@pm.me
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: h5py (>=3.15.1,<4.0.0)
Requires-Dist: imagecodecs (>=2025.3.30,<2026.0.0)
Requires-Dist: matplotlib (>=3.10.8,<4.0.0)
Requires-Dist: napari[pyqt6] (>=0.6.6,<0.7.0)
Requires-Dist: numpy (>=2.2.5,<3.0.0)
Requires-Dist: ome-zarr (>=0.12.0,<0.13.0)
Requires-Dist: opencv-python (>=4.11.0.86,<5.0.0.0)
Requires-Dist: scikit-image (>=0.25.2,<0.26.0)
Requires-Dist: simpleitk (>=2.4.1,<3.0.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Requires-Dist: xmltodict (>=0.14.2,<0.15.0)
Description-Content-Type: text/markdown

# MicroCorrelate

A simple Python library for handling correlative microscopy datasets.

Visit the [MicroCorrelate website](https://dv-bt.github.io/MicroCorrelate/) for the full documentation.

## Installation

We recommend installing the package in a fresh environment. The package and be isntalled by running:

```bash
pip install microcorrelate
```

