ome-zarr 0.12.2


pip install ome-zarr

  Latest version

Released: Aug 22, 2025


Meta
Author: The Open Microscopy Team
Requires Python: >3.10

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers
  • Science/Research

Topic
  • Software Development :: Libraries :: Python Modules

Programming Language
  • Python
  • Python :: 3

Operating System
  • OS Independent

PyPI project Documentation Status Test coverage

ome-zarr-py

Tools for multi-resolution images stored in Zarr filesets, according to the OME NGFF spec.

See Documentation for usage information.

Documentation

Documentation will be automatically built with readthedocs.

It can be built locally with:

$ pip install -r docs/requirements.txt
$ sphinx-build -b html docs/source/ docs/build/html

Tests

Tests can be run locally via tox with:

$ pip install tox
$ tox

To enable pre-commit code validation:

$ pip install pre-commit
$ pre-commit install

Release process

This repository uses setuptools_scm to manage version numbers.

Go to https://github.com/ome/ome-zarr-py/releases and click on Draft a new release.

Under Choose a tag, type the new version number (e.g. 0.1.0) and choose Create a new tag on publish from the dropdown.

Click on Generate release notes to create a changelog and Publish release to publish the release.

License

Distributed under the terms of the BSD license, “ome-zarr-py” is free and open source software

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
numpy
dask
zarr (>=v3.0.0)
fsspec[s3] (!=2021.07.0,!=2023.9.0,>=0.8)
aiohttp
requests
scikit-image (>=0.19.0)
toolz