Metadata-Version: 2.1
Name: cellplot
Version: 1.11
Home-page: https://github.com/SimonBon/cellplot
Author: Simon Gutwein
Author-email: simon.gutwein@ccri.at
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pathlib
Requires-Dist: pillow
Requires-Dist: opencv-python
Requires-Dist: scipy

# CellPlot: A Data Visualization Tool for Biological Imaging

This repository contains a suite of visualization tools designed for biological imaging data. 

To install the library, execute the following command:

```bash
pip install cellplot
```
