dict-to-protobuf
A teeny Python library for creating protobuf dicts from python dict. Useful when need to put dict on socket transmission.You can not directly json a protobuf message object, it's not hashable
Installation
In a virtualenv (see these instructions if you need to create one):
pip3 install dict-to-protobuf
Releases
Issues with this package?
- Search issues for this package
- Package or version missing? Open a new issue
- Something else? Open a new issue