Hey, I have to write a proxy that translates message flows from a custom message format to protobuf. There is quite a lot messages to be converted and hence I want to create a proto file generator, preferably in Python (Others possible as well).
With generator I do not mean the protoc compiler, but a library or framework that allows me to read a .proto file, modify it's structure and write it back. When doing Internet research I always end up with how to generate python code from protos, which is not my question. Has someone ever seen such framework? I have also read about Descriptors, but I guess they are rather about reading meta information, than creating or modifying files. Of course I can also read them as plain file and parse the structure myself, but hope there is something already available. Thanks! -- 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/CALgCaPteNxt6pOUeCTr8B_uzGCVHh2n%2B2C3U%3DgUFyeO5LFtENQ%40mail.gmail.com.
