Metadata-Version: 2.4
Name: CellProfiler-nightly
Version: 5.0.0.dev454
Summary: CellProfiler is a free open-source software designed to enable biologists without training in computer vision or programming to quantitatively measure phenotypes from thousands of images automatically.
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
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>
License: The BSD 3-Clause License
        
        Copyright © 2003 - 2021 Broad Institute, Inc. All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
            1.  Redistributions of source code must retain the above copyright notice,
                this list of conditions and the following disclaimer.
        
            2.  Redistributions in binary form must reproduce the above copyright
                notice, this list of conditions and the following disclaimer in the
                documentation and/or other materials provided with the distribution.
        
            3.  Neither the name of the Broad Institute, Inc. nor the names of its
                contributors may be used to endorse or promote products derived from
                this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED “AS IS.”  BROAD MAKES NO EXPRESS OR IMPLIED
        REPRESENTATIONS OR WARRANTIES OF ANY KIND REGARDING THE SOFTWARE AND
        COPYRIGHT, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE, CONFORMITY WITH ANY DOCUMENTATION,
        NON-INFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, WHETHER OR NOT
        DISCOVERABLE. IN NO EVENT SHALL BROAD, THE COPYRIGHT HOLDERS, OR CONTRIBUTORS
        BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE
        GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
        OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF, HAVE REASON TO KNOW, OR IN
        FACT SHALL KNOW OF THE POSSIBILITY OF SUCH DAMAGE.
        
        If, by operation of law or otherwise, any of the aforementioned warranty
        disclaimers are determined inapplicable, your sole remedy, regardless of the
        form of action, including, but not limited to, negligence and strict
        liability, shall be replacement of the software with an updated version if one
        exists.
        
        Development of CellProfiler has been funded in whole or in part with federal
        funds from the National Institutes of Health, the National Science Foundation,
        and the Human Frontier Science Program.
        
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
License-File: LICENSE
Requires-Dist: cellprofiler-library-nightly>=5.dev
Requires-Dist: cellprofiler-core-nightly>=5.dev
Requires-Dist: boto3>=1.28.41
Requires-Dist: centrosome>=1.3.0
Requires-Dist: docutils==0.15.2
Requires-Dist: h5py>=3.7.0
Requires-Dist: imageio>=2.31.3
Requires-Dist: Jinja2>=3.1.2
Requires-Dist: joblib>=1.3.2
Requires-Dist: mahotas>=1.4.13
Requires-Dist: matplotlib<4,>=3.1.3
Requires-Dist: mysqlclient>=2.2.3
Requires-Dist: numpy<2,>=1.24.4
Requires-Dist: Pillow>=10.0.0
Requires-Dist: pyzmq>=22.3.0
Requires-Dist: sentry-sdk~=2.8.0
Requires-Dist: requests>=2.31.0
Requires-Dist: scikit-image>=0.20.0
Requires-Dist: scipy<1.11,>=1.9.1
Requires-Dist: scyjava<1.12.3,>=1.9.1
Requires-Dist: jgo<2.0.0
Requires-Dist: six>=1.16.0
Requires-Dist: tifffile>=2022.4.8
Requires-Dist: wxPython>=4.2.0
Requires-Dist: rapidfuzz>=3.0.0
Requires-Dist: packaging>=20.0
Requires-Dist: importlib_metadata
Provides-Extra: build
Requires-Dist: build; extra == "build"
Requires-Dist: pyinstaller; extra == "build"
Requires-Dist: twine; extra == "build"
Provides-Extra: docs
Requires-Dist: sphinx>=3.1.1; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=0.5.0; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest~=7.4.1; extra == "test"
Requires-Dist: pooch>=1.3.0; extra == "test"
Dynamic: license-file

# frontend

This codebase contains the code to build the `cellprofiler` package. It contains modules that implement the GUI interface, the CLI interface, and others that are non-essential to the functioning of the [CellProfiler](https://cellprofiler.org) software. The [subpackages](https://github.com/CellProfiler/CellProfiler/tree/main/src/subpackages) are necessary dependencies for the functioning of `cellprofiler`.
