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=vss
When developing, it is recommended to use Pipenv. To create your development environment:
pipenv install --dev
To run test suite:
pipenv run python -m unittest