Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.65 KB

File metadata and controls

40 lines (32 loc) · 1.65 KB
title API reference

API reference

The package is organized to mirror the structure of the Zarr specifications:

The document types, models, and spec vocabulary — including the store keys — are re-exported at the top level, so from zarr_metadata import ZarrV3ArrayMetadataJSON and from zarr_metadata.v3.array import ZarrV3ArrayMetadataJSON are equivalent. The model layer's validators, parsers, type guards, and metadata key sets are imported from zarr_metadata.model directly.

Common types

A few cross-cutting aliases are exported only from the top-level zarr_metadata namespace:

::: zarr_metadata.JSONValue

::: zarr_metadata.ZarrV3NamedConfigJSON