Simple, safe parsing utilities for GENIVI's Vehicle Signal Specification. Pint is used for unit parsing and typeguard is used for type safety.
This package works for specifications compatible with VSS spec 2.0.
You may install this via git:
pip3 install git+ssh://git@github.com/XevoInc/vss.git#egg=vssWhen developing, it is recommended to use Pipenv. To create your development environment:
pipenv install --devTo run test suite:
pipenv run python -m unittest