.zenodo.json
CHANGELOG.md
CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
docs/Makefile
docs/algorithms.rst
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/usage.rst
docs/_static/custom.css
examples/original_script.py
src/cvd_simulator/__init__.py
src/cvd_simulator/config.py
src/cvd_simulator/enums.py
src/cvd_simulator/exceptions.py
src/cvd_simulator/presets.py
src/cvd_simulator.egg-info/PKG-INFO
src/cvd_simulator.egg-info/SOURCES.txt
src/cvd_simulator.egg-info/dependency_links.txt
src/cvd_simulator.egg-info/entry_points.txt
src/cvd_simulator.egg-info/requires.txt
src/cvd_simulator.egg-info/top_level.txt
src/cvd_simulator/core/__init__.py
src/cvd_simulator/core/image_loader.py
src/cvd_simulator/core/output_writer.py
src/cvd_simulator/core/simulator.py
src/cvd_simulator/core/video_processor.py
src/cvd_simulator/interfaces/__init__.py
src/cvd_simulator/interfaces/cli.py
src/cvd_simulator/utils/__init__.py
src/cvd_simulator/utils/logging_config.py
src/cvd_simulator/utils/metadata.py
src/cvd_simulator/utils/profiling.py
src/cvd_simulator/utils/validators.py
tests/__init__.py
tests/conftest.py
tests/benchmarks/test_performance.py
tests/integration/__init__.py
tests/integration/test_end_to_end.py
tests/property/test_properties.py
tests/unit/__init__.py
tests/unit/test_cli.py
tests/unit/test_config.py
tests/unit/test_image_loader.py
tests/unit/test_metadata.py
tests/unit/test_presets.py
tests/unit/test_profiling.py
tests/unit/test_simulator.py
tests/unit/test_validators.py