Metadata-Version: 2.4
Name: cell_imaging_utils
Version: 1.16.8
Home-page: https://github.com/lionben89/BGU_cell_imaging_utils
Author: Lion Ben Nedava
Author-email: lionben89@gmail.com
License: MIT
Keywords: cell_imaging_utils
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: imageio
Requires-Dist: scikit-image>=0.16.2
Requires-Dist: quilt3
Requires-Dist: bumpversion
Requires-Dist: twine
Requires-Dist: setuptools>=42
Requires-Dist: wheel
Requires-Dist: pandas
Requires-Dist: multipledispatch
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python

# BGU-cell-imaging-utils

a python package that staged toghether different utils regarding cell imaging project


installation:
1. create or activate conda env
2. pip install contact_sites

installation for development:
1. create or activate conda env
2. for development cd to project dirctory
3. pip install -e .

for deployment:
1. run deploy.bat from master (it will add,commit,bump,build and deploy to pip)

