Metadata-Version: 2.1
Name: aicsimageio
Version: 0.6.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
Requires-Dist: imageio (>=2.3.0)
Requires-Dist: numpy (>=1.14.5)
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: tifffile (==0.15.0)
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'

# AICS Image library
The aicsimageio package is designed to provide an easy interface with CZI, OME-TIFF, and PNG file formats.

## 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.


