danielgtaylor / danielgtaylor/python-betterproto
Add text format representation
Open
enhancement
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
Google protobuf provides a library to parse and create text representations of messages, `google.protobuf.text_format` to be specific. I think it would be a good idea to add such module to this project for compatibility.
The text representation this module creates, basically looks a lot like json. Some differences are:
* Field names are not quoted
* Repeated objects are actually repeated in the structure, and are not an array
Contributor guide
Assessment
This issue has not been assessed yet.