Hello, I have a proto file which I want to read in Python. I understand the structure of the file and I need to read some primitive types form it. I thought I could find something like the C# class ParsingPrimitives.cs, <https://github.com/protocolbuffers/protobuf/blob/master/csharp/src/Google.Protobuf/ParsingPrimitives.cs> ideally with public interface, and in Python, but I cannot find anything like that.
Is there such a thing? Do you see any alternative solutions? Many thanks, Filip Kral. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/2759967c-4bb2-4a0b-a66b-95bba3218d37n%40googlegroups.com.
