.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/specification/spec-005_implementation.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/dataset.py
packages/mpds/device.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/top_level.txt
packages/mpds/_tests/test_dataset.py
packages/mpds/_tests/test_dataset_integration.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/_utils/av.py
packages/mpds/_utils/interval.py
packages/mpds/_utils/queue.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_extras/__init__.py
packages/mpds_extras/_tests/test_benchmarks/test_io_benchmark.py
packages/mpds_extras/_tests/test_examples/test_simple_dataset.py
packages/mpds_extras/benchmarks/_requirements.py
packages/mpds_extras/benchmarks/_utils.py
packages/mpds_extras/benchmarks/io_benchmark.py
packages/mpds_extras/examples/simple_dataset.py