protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Conversion of a dataclass to/from a schema

Open tokarenko opened this issue 1 year ago • 0 comments

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

tokarenko avatar Nov 20 '23 10:11 tokarenko