Metadata-Version: 2.1
Name: napari-aicsimageio
Version: 0.2.0
Summary: AICSImageIO bindings for napari
Home-page: https://github.com/AllenCellModeling/napari-aicsimageio
Author: Jackson Maxfield Brown
Author-email: jmaxfieldbrown@gmail.com
License: BSD-3-Clause
Description: # napari-aicsimageio
        
        [![Build Status](https://github.com/AllenCellModeling/napari-aicsimageio/workflows/Build%20Master/badge.svg)](https://github.com/AllenCellModeling/napari-aicsimageio/actions)
        [![Code Coverage](https://codecov.io/gh/AllenCellModeling/napari-aicsimageio/branch/master/graph/badge.svg)](https://codecov.io/gh/AllenCellModeling/napari-aicsimageio)
        
        AICSImageIO bindings for napari
        
        ---
        
        ## Features
        * Supports reading metadata and imaging data for:
            * `CZI`
            * `OME-TIFF`
            * `TIFF`
            * Any formats supported by [aicsimageio](https://github.com/AllenCellModeling/aicsimageio)
            * Any additional format supported by [imageio](https://github.com/imageio/imageio)
        * Two variants of the AICSImageIO bindings:
            * `aicsimageio`, which reads the image fully into memory
            * `aicsimageio-delayed`, which delays reading YX planes until requested for large file support
        
        ## Installation
        **Stable Release:** `pip install napari-aicsimageio`<br>
        **Development Head:** `pip install git+https://github.com/AllenCellModeling/napari-aicsimageio.git`
        
        ## Development
        See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the code.
        
        ***Free software: BSD-3-Clause***
        
Keywords: napari,aicsimageio,imaging
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Framework :: napari
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: setup
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: all
