Metadata-Version: 2.4
Name: cellpose-quantification
Version: 0.3.0
Summary: A package for single-cell image quantification using mask formats generated by Cellpose. This CLI tool enables the analysis of single-cell data by enabling the quantification of signal intensities and cell-specific features from images and corresponding masks.
Author-email: Miles Bailey <milesbailey121@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/milesbailey121/cellpose-quantification
Project-URL: Documentation, https://github.com/milesbailey121/cellpose-quantification#readme
Project-URL: Bug-Tracker, https://github.com/milesbailey121/cellpose-quantification/issues
Project-URL: Changelog, https://github.com/milesbailey121/cellpose-quantification/releases
Keywords: cellpose,bioimage-analysis,single-cell,quantification
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.8
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas==2.2.1
Requires-Dist: opencv-python==4.9.0.80
Requires-Dist: tifffile==2024.2.12
Requires-Dist: scikit-image==0.22.0
Requires-Dist: tqdm==4.66.2
