LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
core/include/libzarr/array.hpp
core/include/libzarr/codecs.hpp
core/include/libzarr/codecs_blosc.hpp
core/include/libzarr/codecs_gzip.hpp
core/include/libzarr/codecs_zstd.hpp
core/include/libzarr/group.hpp
core/include/libzarr/libzarr.hpp
core/include/libzarr/metadata.hpp
core/include/libzarr/sharding.hpp
core/include/libzarr/store.hpp
core/include/libzarr/types.hpp
core/include/libzarr/v2.hpp
core/include/libzarr/v3.hpp
core/include/libzarr/zip.hpp
core/include/libzarr/adapters/filesystem_store.hpp
core/include/libzarr/detail/common.hpp
core/include/lstar/lstar.hpp
core/include/nlohmann/json.hpp
python/src/lstar/__init__.py
python/src/lstar/__main__.py
python/src/lstar/_accel.cpp
python/src/lstar/_engine.py
python/src/lstar/_native_check.py
python/src/lstar/_sparse.py
python/src/lstar/cli.py
python/src/lstar/collection.py
python/src/lstar/de.py
python/src/lstar/kernels.py
python/src/lstar/lazy.py
python/src/lstar/model.py
python/src/lstar/passthrough.py
python/src/lstar/py.typed
python/src/lstar/validate.py
python/src/lstar/view.py
python/src/lstar/viewer.py
python/src/lstar/zarr_io.py
python/src/lstar/profiles/__init__.py
python/src/lstar/profiles/anndata.py
python/src/lstar/profiles/anndata_direct.py
python/src/lstar/profiles/mudata.py
python/src/lstar_sc.egg-info/PKG-INFO
python/src/lstar_sc.egg-info/SOURCES.txt
python/src/lstar_sc.egg-info/dependency_links.txt
python/src/lstar_sc.egg-info/entry_points.txt
python/src/lstar_sc.egg-info/requires.txt
python/src/lstar_sc.egg-info/top_level.txt
python/tests/corpus.py
python/tests/synth.py
python/tests/test_accel.py
python/tests/test_anndata_profile.py
python/tests/test_arity3.py
python/tests/test_aux.py
python/tests/test_categorical.py
python/tests/test_collection_reduce.py
python/tests/test_convert_viewer_basis.py
python/tests/test_crossimpl.py
python/tests/test_de.py
python/tests/test_determinism.py
python/tests/test_fuzz.py
python/tests/test_induce.py
python/tests/test_lazy.py
python/tests/test_legacy_format.py
python/tests/test_mudata.py
python/tests/test_nullable.py
python/tests/test_partial.py
python/tests/test_real_atlas.py
python/tests/test_roundtrip.py
python/tests/test_spatial.py
python/tests/test_stream_write.py
python/tests/test_synth_faithful.py
python/tests/test_tier1_promote.py
python/tests/test_v3_format.py
python/tests/test_validate.py
python/tests/test_versions.py
python/tests/test_view.py
python/tests/test_viewer.py
python/tests/test_zip.py