Metadata-Version: 2.4
Name: ome-zarr-models
Version: 0.1.0rc0
Summary: A minimal Python package for reading OME-Zarr (meta)data 
Project-URL: Documentation, https://ome-zarr-models-py.readthedocs.io
Project-URL: Repository, https://github.com/ome-zarr-models/ome-zarr-models-py
Project-URL: Bug Tracker, https://github.com/ome-zarr-models/ome-zarr-models-py/issues
Maintainer: David Stansby
License: Copyright 2024 ome-zarr-models-py developers.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Requires-Python: >=3.11
Requires-Dist: pydantic
Requires-Dist: pydantic-zarr
Requires-Dist: zarr<3
Provides-Extra: docs
Requires-Dist: fsspec[http]; extra == 'docs'
Requires-Dist: griffe-pydantic; extra == 'docs'
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: mkdocs-jupyter; extra == 'docs'
Requires-Dist: mkdocs-material; extra == 'docs'
Requires-Dist: mkdocs>=1.6.1; extra == 'docs'
Requires-Dist: mkdocstrings-python>=1.12.2; extra == 'docs'
Requires-Dist: rich; extra == 'docs'
Description-Content-Type: text/markdown

# ome-zarr-models-py

[![Documentation Status](https://readthedocs.org/projects/ome-zarr-models-py/badge/?version=latest)](https://ome-zarr-models-py.readthedocs.io/en/latest/?badge=latest)
[![Run tests](https://github.com/ome-zarr-models/ome-zarr-models-py/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/ome-zarr-models/ome-zarr-models-py/actions/workflows/python-package.yml)
[![codecov](https://codecov.io/gh/ome-zarr-models/ome-zarr-models-py/graph/badge.svg?token=QDV2J4ZUZ7)](https://codecov.io/gh/ome-zarr-models/ome-zarr-models-py)

A minimal Python package for reading OME-Zarr (meta)data.

See the docs for more info: https://ome-zarr-models-py.readthedocs.io
