Metadata-Version: 2.1
Name: cell-analysis-tools
Version: 0.0.10
Summary: cell analysis tools
Author: Emmanuel Contreras Guzman
Author-email: Emmanuel Contreras <econtreras@wisc.edu>
Project-URL: Homepage, https://github.com/skalalab/cell-analysis-tools
Keywords: cell,analysis,tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

### CELL ANALYSIS TOOLS

A library for loading, processing and summarizing single cell imaging data.

---
#### Dependencies

* numpy
* tifffile 
* from pathlib import Path
* read_roi
* os
* matplotlib
* re
* skimage
* pandas as pd

---
#### Installation

To install this library change directory to the root of the cell_analysis_tools folder then execute:

`$ pip install -e .`

you should then be able to import it into your script


`import cell_analysis_tools`
