LICENSE
README.md
pyproject.toml
src/polystore/__init__.py
src/polystore/async_init.py
src/polystore/atomic.py
src/polystore/backend_registry.py
src/polystore/base.py
src/polystore/config.py
src/polystore/constants.py
src/polystore/disk.py
src/polystore/exceptions.py
src/polystore/fiji_stream.py
src/polystore/filemanager.py
src/polystore/formats.py
src/polystore/lazy_imports.py
src/polystore/memory.py
src/polystore/metadata_migration.py
src/polystore/metadata_writer.py
src/polystore/napari_stream.py
src/polystore/omero_local.py
src/polystore/registry.py
src/polystore/roi.py
src/polystore/roi_converters.py
src/polystore/streaming_constants.py
src/polystore/utils.py
src/polystore/virtual_workspace.py
src/polystore/zarr.py
src/polystore/zmq_config.py
src/polystore.egg-info/PKG-INFO
src/polystore.egg-info/SOURCES.txt
src/polystore.egg-info/dependency_links.txt
src/polystore.egg-info/requires.txt
src/polystore.egg-info/top_level.txt
src/polystore/streaming/__init__.py
src/polystore/streaming/_streaming_backend.py
src/polystore/streaming/base.py
src/polystore/streaming/handlers/__init__.py
src/polystore/streaming/handlers/fiji_images.py
src/polystore/streaming/handlers/fiji_rois.py
src/polystore/streaming/receivers/__init__.py
src/polystore/streaming/receivers/batching/__init__.py
src/polystore/streaming/receivers/core/__init__.py
src/polystore/streaming/receivers/core/batch_engine.py
src/polystore/streaming/receivers/core/contracts.py
src/polystore/streaming/receivers/core/window_projection.py
src/polystore/streaming/receivers/fiji/__init__.py
src/polystore/streaming/receivers/fiji/fiji_batch_processor.py
src/polystore/streaming/receivers/napari/__init__.py
src/polystore/streaming/receivers/napari/layer_key.py
src/polystore/streaming/receivers/napari/napari_batch_processor.py
tests/test_backend_registry.py
tests/test_basic.py
tests/test_disk_backend.py
tests/test_disk_coverage.py
tests/test_disk_more.py
tests/test_filemanager_backends.py
tests/test_filemanager_extended.py
tests/test_memory_backend.py
tests/test_memory_coverage.py
tests/test_streaming_receiver_core.py
tests/test_zarr_backend.py