Metadata-Version: 2.1
Name: aicsimageprocessing
Version: 0.8.3
Summary: A generalized scientific image processing module from the Allen Institute for Cell Science.
Home-page: https://github.com/AllenCellModeling/aicsimageprocessing
Author: AICS
Author-email: !AICS_SW@alleninstitute.org
License: Allen Institute Software License
Description: # aicsimageprocessing
        
        [![Build Status](https://github.com/AllenCellModeling/aicsimageprocessing/workflows/Build%20Master/badge.svg)](https://github.com/AllenCellModeling/aicsimageprocessing/actions)
        [![Documentation](https://github.com/AllenCellModeling/aicsimageprocessing/workflows/Documentation/badge.svg)](https://AllenCellModeling.github.io/aicsimageprocessing)
        [![Code Coverage](https://codecov.io/gh/AllenCellModeling/aicsimageprocessing/branch/master/graph/badge.svg)](https://codecov.io/gh/AllenCellModeling/aicsimageprocessing)
        
        A generalized scientific image processing module from the Allen Institute for Cell Science.
        
        ---
        
        ## Installation
        **Install Requires:** Prior to installing this package, you must have `numpy` installed.
        
        ```bash
        pip install numpy
        ```
        
        **Stable Release:** `pip install aicsimageprocessing`<br>
        **Development Head:** `pip install git+https://github.com/AllenCellModeling/aicsimageprocessing.git`
        
        ## Documentation
        For full package documentation please visit [AllenCellModeling.github.io/aicsimageprocessing](https://AllenCellModeling.github.io/aicsimageprocessing).
        
        ## Development
        See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the code.
        
        
        ***Free software: Allen Institute Software License***
        
Keywords: aicsimageprocessing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: setup
Provides-Extra: dev
Provides-Extra: interactive
Provides-Extra: all
