Skip to content
Snippets Groups Projects
Unverified Commit cb5eef0a authored by thoth's avatar thoth
Browse files

feat: add mypy output

parent ee097a52
Branches feat/mypy
No related tags found
No related merge requests found
......@@ -6,9 +6,11 @@ They aim to be used to transmit messages on serial.
## Usage
To build the messages, you need the `protobuf` and `python-protobuf` packages.
To build the python typing, you will need `mypy-protobuf`.
You should use the `StatusMessage` messages to send message over serial.
## How to add messages
TODO: write
......@@ -12,6 +12,10 @@ python:
mkdir -p python
protoc --python_out=python --proto_path=messages ${messages}
python-mypy:
mkdir -p python
protoc --python_out=python --mypy_out=python --proto_path=messages ${messages}
javascript:
mkdir -p javascript
protoc --js_out=javascript --proto_path=messages ${messages}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment