protobuf
protobuf copied to clipboard
Conversion of a dataclass to/from a schema
I suggest the following feature request: provide converter of a dataclass to/from a schema. Consider if the protobuf compiler generating Python pyi stub is useful for the purpose:
protoc -I . --python_out=. message.proto