robocar-protobuf/python
..
build/lib/events
events
poetry.lock
pyproject.toml
README.md
setup.py

robocar-protobuf

Protobuf message definitions for robocar

Generate package

poetry self install
poetry shell
cd ..
protoc --python_out=./python --mypy_out=./python events/events.proto
cd python
poetry build