Proto Plus for Python

Beautiful, Pythonic protocol buffers.

This library provides a clean, readable, straightforward pattern fordeclaring messages inprotocol buffers. It provides a wrapper aroundthe official implementation, so that using messages feels natural whileretaining the power and flexibility of protocol buffers.

Installing

Install this library usingpip:

$pipinstallproto-plus

This library carries a dependency on the official implementation(protobuf), which may install a C component.