Skip to main content

All Questions

0 votes
1 answer
1k views

google.protobuf validation - python

I am trying to implement a validation for protobuf files in Python. I don't want to use an external package. I tried: desc_set = descriptor_pb2.FileDescriptorSet() descriptor_bytes = str.encode(...
Shoham Roditi's user avatar