Metadata-Version: 2.5
Name: napari-nikon-nd2
Version: 0.2.0
Summary: Opens Nikon ND2 files into napari.
Project-URL: Repository, https://github.com/cwood1967/napari-nikon-nd2
Author-email: Chris Wood <cwood1967@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.12
Requires-Dist: napari[all]>=0.9.0
Requires-Dist: nd2>=0.11.3
Description-Content-Type: text/markdown

# napari-nikon-nd2

[![License](https://img.shields.io/pypi/l/napari-nikon-nd2.svg?color=green)](https://github.com/cwood1967/napari-nikon-nd2/blob/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-nikon-nd2.svg?color=green)](https://pypi.org/project/napari-nikon-nd2)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-nikon-nd2.svg?color=green)](https://python.org)
[![tests](https://github.com/cwood1967/napari-nikon-nd2/workflows/tests/badge.svg)](https://github.com/cwood1967/napari-nikon-nd2/actions)
[![codecov](https://codecov.io/gh/cwood1967/napari-nikon-nd2/branch/main/graph/badge.svg)](https://codecov.io/gh/cwood1967/napari-nikon-nd2)

Opens Nikon ND2 files into napari. This plugin uses the [nd2] python packages. 

----------------------------------

## Installation

You can install `napari-nikon-nd2` via [pip]:

    pip install napari-nikon-nd2

## Contributing

Contributions are very welcome.
## License

Distributed under the terms of the [BSD-3] license,
"napari-nikon-nd2" is free and open source software

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

## Credits

This [napari] plugin was created using [Napari Delta Vision Reader] and
the [Allen Institute IO] plugin as examples.


[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[file an issue]: https://github.com/cwood1967/napari-nikon-nd2/issues
[napari]: https://github.com/napari/napari
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
[nd2]: https://github.com/tlambert03/nd2
[Allen Institute IO]: https://github.com/AllenCellModeling/napari-aicsimageio
[Napari Delta Vision Reader]: https://github.com/tlambert03/napari-dv