danielgtaylor / danielgtaylor/python-betterproto
If I run to_dict, the protobuf object is changed to dict type
Open
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
programDict = program.to_dict(betterproto.Casing.CAMEL, True)
before:

after:

Contributor guide
Assessment
This issue has not been assessed yet.