LICENSE
README.md
pyproject.toml
src/dyna_zarr/__init__.py
src/dyna_zarr/codecs.py
src/dyna_zarr/dynamic_array.py
src/dyna_zarr/io.py
src/dyna_zarr/rechunk.py
src/dyna_zarr/reindex.py
src/dyna_zarr/tiff_reader.py
src/dyna_zarr/utils.py
src/dyna_zarr.egg-info/PKG-INFO
src/dyna_zarr.egg-info/SOURCES.txt
src/dyna_zarr.egg-info/dependency_links.txt
src/dyna_zarr.egg-info/requires.txt
src/dyna_zarr.egg-info/top_level.txt
src/dyna_zarr/operations/__init__.py
src/dyna_zarr/operations/_backend.py
src/dyna_zarr/operations/_base.py
src/dyna_zarr/operations/creation.py
src/dyna_zarr/operations/differences.py
src/dyna_zarr/operations/neighborhood.py
src/dyna_zarr/operations/pointwise.py
src/dyna_zarr/operations/reductions.py
src/dyna_zarr/operations/scan.py
src/dyna_zarr/operations/structural.py
tests/test_array_protocol.py
tests/test_codecs_typesize.py
tests/test_creation.py
tests/test_io_laziness.py
tests/test_io_read.py
tests/test_io_roundtrip.py
tests/test_io_with_operations.py
tests/test_io_write.py
tests/test_neighborhood.py
tests/test_new_ops.py
tests/test_numpy_protocol.py
tests/test_rechunk.py
tests/test_reductions.py
tests/test_region_alignment.py
tests/test_reindex.py
tests/test_scan.py
tests/test_transform_correctness.py
tests/test_write_api_contract.py