Metadata-Version: 2.1
Name: napari-czifile2
Version: 0.2.7
Summary: Carl Zeiss Image (.czi) file support for napari
Home-page: https://github.com/BodenmillerGroup/napari-czifile2
Author: Jonas Windhager
Author-email: jonas.windhager@uzh.ch
License: MIT
Project-URL: Bug Tracker, https://github.com/BodenmillerGroup/napari-czifile2/issues
Project-URL: Documentation, https://github.com/BodenmillerGroup/napari-czifile2#README.md
Project-URL: Source Code, https://github.com/BodenmillerGroup/napari-czifile2
Project-URL: User Support, https://github.com/BodenmillerGroup/napari-czifile2/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Framework :: napari
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# napari-czifile2

<a href="https://pypi.org/project/napari-czifile2/">
    <img src="https://img.shields.io/pypi/v/napari-czifile2" alt="PyPI" />
</a>
<a href="https://github.com/BodenmillerGroup/napari-czifile2/blob/main/LICENSE.md">
    <img src="https://img.shields.io/pypi/l/napari-czifile2" alt="License" />
</a>
<a href="https://www.python.org/">
    <img src="https://img.shields.io/pypi/pyversions/napari-czifile2" alt="Python" />
</a>
<a href="https://github.com/BodenmillerGroup/napari-czifile2/issues">
    <img src="https://img.shields.io/github/issues/BodenmillerGroup/napari-czifile2" alt="Issues" />
</a>
<a href="https://github.com/BodenmillerGroup/napari-czifile2/pulls">
    <img src="https://img.shields.io/github/issues-pr/BodenmillerGroup/napari-czifile2" alt="Pull requests" />
</a>

Carl Zeiss Image (.czi) file type support for napari

Open .czi files and interactively view scenes co-registered in the machine's coordinate system using napari

## Installation

You can install napari-czifile2 via [pip](https://pypi.org/project/pip/):

    pip install napari-czifile2

Alternatively, you can install napari-czifile2 via [conda](https://conda.io/):

    conda install -c conda-forge napari-czifile2

## Authors

Created and maintained by Jonas Windhager [jonas.windhager@uzh.ch](mailto:jonas.windhager@uzh.ch)

## Contributing

[Contributing](https://github.com/BodenmillerGroup/napari-czifile2/blob/main/CONTRIBUTING.md)

## Changelog

[Changelog](https://github.com/BodenmillerGroup/napari-czifile2/blob/main/CHANGELOG.md)

## License

[MIT](https://github.com/BodenmillerGroup/napari-czifile2/blob/main/LICENSE.md)
