Python implementation of Protocol Buffers with dataclass-based schemaʼs eigenein.github.io/protobuf/ Topics pythonlibraryprotobufprotocol-bufferspython-librarygoogle-protocol-bufferspython-3type-annotationstype-hintspython-packagepypi-packagespip-packagedataclassespython-data-classespypi-package ...
The generated python code will look something like: file: a/b/c/route_pb2.py Route = _reflection.GeneratedProtocolMessageType('Route', (_message.Message,), { 'DESCRIPTOR' : _DEPLOYMENTINFO, '__module__' : 'a.b.c.route_pb2' # @@protoc_insertion_point(class_scope:a.b.c.Route) }...