LICENSE
README.md
pyproject.toml
src/vss_translate/__init__.py
src/vss_translate/cli.py
src/vss_translate/dbc_parser.py
src/vss_translate/detector.py
src/vss_translate/exceptions.py
src/vss_translate/mapper.py
src/vss_translate/models.py
src/vss_translate/translator.py
src/vss_translate/vss.py
src/vss_translate.egg-info/PKG-INFO
src/vss_translate.egg-info/SOURCES.txt
src/vss_translate.egg-info/dependency_links.txt
src/vss_translate.egg-info/entry_points.txt
src/vss_translate.egg-info/requires.txt
src/vss_translate.egg-info/top_level.txt
src/vss_translate/mappings/__init__.py
src/vss_translate/mappings/_registry.py
src/vss_translate/mappings/bmw.py
src/vss_translate/mappings/hyundai.py
src/vss_translate/mappings/mercedes.py
src/vss_translate/mappings/obd2.py
src/vss_translate/mappings/tesla.py
src/vss_translate/mappings/toyota.py
src/vss_translate/mappings/volkswagen.py
tests/test_dbc_parser.py
tests/test_detector.py
tests/test_mappings.py
tests/test_translator.py
tests/test_vss.py