Metadata-Version: 2.1
Name: ngff-zarr
Version: 0.7.0
Summary: A lean and kind Open Microscopy Environment (OME) Next Generation File Format (NGFF) Zarr implementation.
Project-URL: Documentation, https://github.com/thewtex/ngff-zarr#readme
Project-URL: Issues, https://github.com/thewtex/ngff-zarr/issues
Project-URL: Source, https://github.com/thewtex/ngff-zarr
Project-URL: Changelog, https://github.com/thewtex/ngff-zarr/releases
Author-email: Matt McCormick <matt.mccormick@kitware.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Requires-Dist: dask[array]
Requires-Dist: itkwasm-downsample>=1.1.0
Requires-Dist: itkwasm>=1.0b167
Requires-Dist: numpy
Requires-Dist: platformdirs
Requires-Dist: psutil; sys_platform != 'emscripten'
Requires-Dist: rich
Requires-Dist: typing-extensions
Requires-Dist: zarr
Provides-Extra: cli
Requires-Dist: dask-image; extra == 'cli'
Requires-Dist: dask[distributed]; extra == 'cli'
Requires-Dist: imagecodecs; extra == 'cli'
Requires-Dist: imageio; extra == 'cli'
Requires-Dist: itk-filtering>=5.3.0; extra == 'cli'
Requires-Dist: itk-io>=5.3.0; extra == 'cli'
Requires-Dist: itkwasm-image-io; extra == 'cli'
Requires-Dist: tifffile; extra == 'cli'
Provides-Extra: dask-image
Requires-Dist: dask-image; extra == 'dask-image'
Provides-Extra: itk
Requires-Dist: itk-filtering>=5.3.0; extra == 'itk'
Provides-Extra: test
Requires-Dist: itk-filtering>=5.3.0; extra == 'test'
Requires-Dist: itk-io>=5.3.0; extra == 'test'
Requires-Dist: itkwasm; extra == 'test'
Requires-Dist: itkwasm-image-io; extra == 'test'
Requires-Dist: jsonschema; extra == 'test'
Requires-Dist: pooch; extra == 'test'
Requires-Dist: pre-commit; extra == 'test'
Requires-Dist: pytest>=6; extra == 'test'
Requires-Dist: tifffile; extra == 'test'
Description-Content-Type: text/markdown

# ngff-zarr

[![PyPI - Version](https://img.shields.io/pypi/v/ngff-zarr.svg)](https://pypi.org/project/ngff-zarr)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ngff-zarr.svg)](https://pypi.org/project/ngff-zarr)
[![Test](https://github.com/thewtex/ngff-zarr/actions/workflows/test.yml/badge.svg)](https://github.com/thewtex/ngff-zarr/actions/workflows/test.yml)
[![DOI](https://zenodo.org/badge/541840158.svg)](https://zenodo.org/badge/latestdoi/541840158)
[![Documentation Status](https://readthedocs.org/projects/ngff-zarr/badge/?version=latest)](https://ngff-zarr.readthedocs.io/en/latest/?badge=latest)

---

A lean and kind Open Microscopy Environment (OME) Next Generation File Format
(NGFF) Zarr implementation.

## Features

- Minimal dependencies
- Work with arbitrary Zarr store types
- Lazy, parallel, and web ready -- no local filesystem required
- Process extremely large datasets
- Multiple downscaling methods
- Supports Python>=3.8
- Implements version 0.4 of the
  [OME-Zarr NGFF specification](https://github.com/ome/ngff)

## Installation

To install the command line interface (CLI):

```console
pip install 'ngff-zarr[cli]'
```

## Documentation

More information an command line usage, the Python API, library features, and
how to contribute can be found in
[our documentation](https://ngff-zarr.readthedocs.io/).

## See also

- [ome-zarr-py](https://github.com/ome/ome-zarr-py)
- [multiscale-spatial-image](https://github.com/spatial-image/multiscale-spatial-image)

## License

`ngff-zarr` is distributed under the terms of the
[MIT](https://spdx.org/licenses/MIT.html) license.
