Metadata-Version: 2.1
Name: cp_measure
Version: 0.1.1
Summary: cellprofiler-library implements CellProfiler's image processing and mathematical code, and is usable as a standalone library
Author: Anne Carpenter, Thouis (Ray) Jones, Lee Kamentsky, Vebjorn Ljosa, David Logan, Mark Bray, Madison Swain-Bowden, Allen Goodman, Claire McQuinn, Alice Lucas, Callum Tromans-Coia, Alan F. Munoz
Author-email: Beth Cimini <bcimini@broadinstitute.org>, David Stirling <dstirling@glencoesoftware.com>, Nodar Gogoberidze <ngogober@broadinstitute.org>
Maintainer-email: Beth Cimini <bcimini@broadinstitute.org>, Nodar Gogoberidze <ngogober@broadinstitute.org>
Project-URL: Homepage, https://cellprofiler.org/
Project-URL: Documentation, https://cellprofiler.org/manuals
Project-URL: Wiki, https://github.com/CellProfiler/CellProfiler/wiki
Project-URL: Repository, https://github.com/CellProfiler/CellProfiler
Project-URL: Issues, https://github.com/CellProfiler/CellProfiler/issues
Project-URL: Changelog, https://github.com/CellProfiler/CellProfiler/releases
Keywords: computer vision,image analysis,biology,cell,cellprofiler
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy~=1.24.4
Requires-Dist: scikit-image~=0.20.0
Requires-Dist: scipy<1.11,>=1.9.1
Requires-Dist: mahotas~=1.4.13
Requires-Dist: centrosome>=1.2.3
Requires-Dist: matplotlib<4,>=3.1.3
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: pyinstaller; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest~=7.4.1; extra == "test"
