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

Version Released Buster
Python 3.7
Bullseye
Python 3.9
Bookworm
Python 3.11
Files
0.0.3.10 2021-04-01    
0.0.3.9 2018-07-02    
0.0.3.8 2018-06-29    
0.0.3.7 2018-05-31    
0.0.3.6 2018-05-31    
0.0.3.5 2018-05-07    
0.0.3.4 2018-05-03    
0.0.3.2 2018-05-03    
0.0.3.1 2018-04-27    

Issues with this package?

Page last updated 2023-10-28 01:07:18 UTC