Metadata-Version: 2.1
Name: aliby-agora
Version: 0.2.27
Summary: A gathering of shared utilities for the Swain Lab image processing pipeline.
License: MIT
Author: Alán Muñoz
Author-email: amuoz@ed.ac.uk
Requires-Python: >=3.7.1,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: h5py (==2.10)
Requires-Dist: numpy (>=1.6.0)
Requires-Dist: opencv-python
Requires-Dist: pandas (>=1.1.4,<2.0.0)
Requires-Dist: py-find-1st (>=1.1.5,<2.0.0)
Requires-Dist: scipy (>=1.7.3)
Description-Content-Type: text/markdown

# Agora
Shared tools for data processing within the aliby pipeline.

## Installation

If you just want to use the tools.

```bash
> pip install aliby-argo
```

Or, for development, clone this repository and then install using pip:

```bash
> pip install -e argo/
```



