Metadata-Version: 2.1
Name: cell-analysis-tools
Version: 0.0.11
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
License-File: LICENSE
Requires-Dist: read-roi
Requires-Dist: tomli ; python_version < "3.11"
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: bumpver ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pip-tools ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

### 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`
