benhodgson / protobuf-to-dict

A small Python library for creating dicts from protocol buffers. Useful as an intermediate step before serialization (e.g. to JSON).
Other
226 stars 108 forks source link

Proxo feedback #13

Open kszucs opened 7 years ago

kszucs commented 7 years ago

Using protobuf-to-dict was a great experience! I've tried to make some improvements here https://github.com/kszucs/proxo

I'd love to see your feedback! :)