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

sudo pip3 install dict-to-protobuf

Should I use sudo? pip or pip3?

Releases

Version Released Buster
Python 3.7
Bullseye
Python 3.9
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 2022-08-04 03:02:51 UTC