Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 469 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 469 Bytes

Protobuf Serialization Tools for Python

Utils to help with serialization and deserialization of Python objects into protobuf3 (e.g. for your gRPC application). Inspired by serialization libraries like marshmallow and serpy, but for protobuf3 instead of JSON.

CircleCI