README.md
pyproject.toml
src/vehicle_automation/__init__.py
src/vehicle_automation/migration.py
src/vehicle_automation/ports.py
src/vehicle_automation/profiles.py
src/vehicle_automation/pytest_plugin.py
src/vehicle_automation/session.py
src/vehicle_automation/types.py
src/vehicle_automation.egg-info/PKG-INFO
src/vehicle_automation.egg-info/SOURCES.txt
src/vehicle_automation.egg-info/dependency_links.txt
src/vehicle_automation.egg-info/entry_points.txt
src/vehicle_automation.egg-info/requires.txt
src/vehicle_automation.egg-info/top_level.txt
src/vehicle_automation/assets/manifest.json
src/vehicle_automation/backends/__init__.py
src/vehicle_automation/backends/direct.py
src/vehicle_automation/backends/local_can.py
src/vehicle_automation/backends/local_hil.py
src/vehicle_automation/backends/local_kafka.py
src/vehicle_automation/backends/local_mqtt.py
src/vehicle_automation/backends/local_ssh.py
src/vehicle_automation/backends/remote.py
src/vehicle_automation/mcu/__init__.py
src/vehicle_automation/mcu/loss.py
src/vehicle_automation/mcu/sequence.py
tests/test_mcu_loss.py
tests/test_migration.py
tests/test_profiles.py
tests/test_remote_contract.py
tests/test_session.py