Metadata-Version: 2.1
Name: aicsimageprocessing
Version: 0.7.2
Summary: A generalized scientific image processing module from the Allen Institute for Cell Science.
Home-page: UNKNOWN
Author: AICS
Author-email: !AICS_SW@alleninstitute.org
License: Allen Institute Software License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: oldaicsimageio
Requires-Dist: imageio (>=2.3.0)
Requires-Dist: Pillow (>=5.2.0)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: matplotlib (>=2.2.2)
Requires-Dist: scikit-image (>=0.14.0)
Requires-Dist: scikit-learn
Requires-Dist: scikit-fmm
Requires-Dist: numpy (>=1.14.5)
Provides-Extra: interactive_dev_group
Provides-Extra: lint_group
Requires-Dist: flake8 ; extra == 'lint_group'
Provides-Extra: test_group
Requires-Dist: pytest ; extra == 'test_group'
Requires-Dist: pytest-cov ; extra == 'test_group'
Requires-Dist: pytest-raises ; extra == 'test_group'

# AICS Image Processing library
The aicsimageprocessing package has a number of utility functions to help users generate, crop, and format 2D and 3D images.

## Level of Support
We are not currently supporting this code for external use, but simply releasing it 
to the community AS IS. It is used for within our organization. We are not able to 
provide any guarantees of support. The community is welcome to submit issues, but 
you should not expect an active response.

## Development
See [BUILD.md](BUILD.md) for information operations related to developing the code.


