.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
./mlarray/__init__.py
./mlarray/cli.py
./mlarray/meta.py
./mlarray/mlarray.py
./mlarray/utils.py
.github/workflows/workflow.yml
assets/banner.png
assets/banner.png~
docs/api.md
docs/cli.md
docs/index.md
docs/optimization.md
docs/schema.md
docs/usage.md
docs/why.md
examples/example_asarray.py
examples/example_bboxes_only.py
examples/example_channel.py
examples/example_in_memory_constructors.py
examples/example_metadata_only.py
examples/example_non_spatial.py
examples/example_open.py
examples/example_save_load.py
mlarray/__init__.py
mlarray/cli.py
mlarray/meta.py
mlarray/mlarray.py
mlarray/utils.py
mlarray.egg-info/PKG-INFO
mlarray.egg-info/SOURCES.txt
mlarray.egg-info/dependency_links.txt
mlarray.egg-info/entry_points.txt
mlarray.egg-info/requires.txt
mlarray.egg-info/top_level.txt
tests/test_asarray.py
tests/test_bboxes.py
tests/test_constructors.py
tests/test_create.py
tests/test_metadata.py
tests/test_open.py
tests/test_optimization.py
tests/test_usage.py