benhodgson / protobuf-to-dictLinks
A small Python library for creating dicts from protocol buffers. Useful as an intermediate step before serialization (e.g. to JSON).
☆227Updated 5 years ago
Alternatives and similar repositories for protobuf-to-dict
Users that are interested in protobuf-to-dict are comparing it to the libraries listed below
Sorting:
- An in-memory LRU cache for python☆154Updated 4 years ago
- Python bindings for RocksDB☆151Updated 3 years ago
- A least recently used (LRU) cache for Python☆223Updated last year
- Protocol Buffers serialization to JSON for python☆110Updated 8 years ago
- Backport of the concurrent.futures package to Python 2.6 and 2.7☆232Updated 2 years ago
- A fast Python RPC library☆337Updated 2 years ago
- Deprecated, legacy project. Exists only to support existing dependents (e.g., ZEO)☆187Updated 4 years ago
- MessagePack RPC implementation for Python