Metadata-Version: 2.4
Name: drim2p
Version: 1.0.1
Summary: A dreamy 2-photon imaging processing pipeline.
Project-URL: Documentation, https://github.com/DuguidLab/drim2p#readme
Project-URL: Issues, https://github.com/DuguidLab/drim2p/issues
Project-URL: Source, https://github.com/DuguidLab/drim2p
Author-email: Olivier Delrée <olivierdelree@protonmail.com>, Constantinos Eleftheriou <Constantinos.Eleftheriou@ed.ac.uk>, Sophie Holland <S.G.Holland@sms.ed.ac.uk>, Michelle Sanchez <michelle.sr11@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: 2-photon,imaging,neuroscience,processing,two-photon
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.12
Requires-Dist: click
Requires-Dist: dask
Requires-Dist: duguidlab-motion-correction
Requires-Dist: duguidlab-signal-separation
Requires-Dist: h5py
Requires-Dist: napari[pyqt6]
Requires-Dist: numpy
Requires-Dist: ome-types[lxml]
Requires-Dist: pydantic
Description-Content-Type: text/markdown

# drim2p

[![PyPI - Version](https://img.shields.io/pypi/v/drim2p.svg)](https://pypi.org/project/drim2p)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/drim2p.svg)](https://pypi.org/project/drim2p)

A dreamy 2-photon imaging processing pipeline.

-----

## Table of Contents

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

## Installation

The recommended way to install `drim2p` is using [`pipx`](https://pipx.pypa.io/latest/installation/):

```console
pipx install drim2p
```

## License

`drim2p` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
