danielgtaylor / danielgtaylor/python-betterproto

Add text format representation

Open
#251 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.