.gitignore
.readthedocs.yml
LICENSE.txt
README.md
pyproject.toml
.github/workflows/publish-pypi.yml
.github/workflows/test.yml
docs/.gitignore
docs/_config.yml
docs/_toc.yml
docs/content/front-page.rst
docs/content/references/.gitignore
docs/content/references/ref-000_api.rst
docs/content/specification/index.rst
docs/content/specification/spec-001_introduction.rst
docs/content/specification/spec-002_container-model.rst
docs/content/specification/spec-003_time-model.rst
docs/content/specification/spec-004_feature-model.rst
docs/content/tutorials/tutorial-000_installation.rst
docs/content/tutorials/tutorial-001_overview.ipynb
docs/content/tutorials/tutorial-010_basic-io.ipynb
docs/content/tutorials/tutorial-110_performance.ipynb
docs/content/tutorials/tutorial-110_quality.ipynb
docs/content/tutorials/tutorial-120_advanced-io.ipynb
docs/content/tutorials/tutorial-120_streaming.ipynb
packages/mpds/__init__.py
packages/mpds/device.py
packages/mpds/errors.py
packages/mpds/options.py
packages/mpds.egg-info/PKG-INFO
packages/mpds.egg-info/SOURCES.txt
packages/mpds.egg-info/dependency_links.txt
packages/mpds.egg-info/requires.txt
packages/mpds.egg-info/scm_file_list.json
packages/mpds.egg-info/scm_version.json
packages/mpds.egg-info/top_level.txt
packages/mpds/_tests/fixtures/av.py
packages/mpds/_tests/test__utils/test_av.py
packages/mpds/_tests/test__utils/test_interval.py
packages/mpds/_tests/test__utils/test_queue.py
packages/mpds/_tests/test_dataset/test_stdv1.py
packages/mpds/_tests/test_dataset/test_stdv1_next.py
packages/mpds/_utils/av.py
packages/mpds/_utils/cache.py
packages/mpds/_utils/concurrency.py
packages/mpds/_utils/imports.py
packages/mpds/_utils/interval.py
packages/mpds/_utils/queue.py
packages/mpds/_utils/slice.py
packages/mpds/data/image.py
packages/mpds/data/interval.py
packages/mpds/dataset/__init__.py
packages/mpds/dataset/base.py
packages/mpds/dataset/stdv1.py
packages/mpds/handlers/base.py
packages/mpds/handlers/default.py
packages/mpds/handlers/json.py
packages/mpds/handlers/tensor.py
packages/mpds/handlers/video.py
packages/mpds/handlers/tensor_arraycodec/__init__.py
packages/mpds/handlers/tensor_arraycodec/handler.py
packages/mpds/handlers/tensor_arraycodec/protocol.py
packages/mpds/handlers/tensor_arraycodec/_tests/test_protocol.py
packages/mpds/resamplers/default.py
packages/mpds/viewers/base.py
packages/mpds/viewers/default.py
packages/mpds/viewers/html.py
packages/mpds/viewers/text.py
packages/mpds_extras/__init__.py
packages/mpds_extras/_tests/test_benchmarks/test_io_benchmark.py
packages/mpds_extras/_tests/test_examples/test_demo.py
packages/mpds_extras/benchmarks/_utils.py
packages/mpds_extras/benchmarks/io_benchmark.py
packages/mpds_extras/examples/data_collection.py
packages/mpds_extras/examples/demo.py