protobuf3
  • Installing
    • Installing with PIP
    • Installing from source
  • Tutorial
    • Prerequisites
    • Defining your protocol format
    • Compiling your protocol buffers
    • Generated code example
    • The Protocol Buffer API
  • Generated code explanation
    • Compiler invocation
    • Messages
    • Fields
    • Enumerations
    • Oneof
    • Extensions
 
protobuf3
  • Docs »
  • Protobuf3 0.2.0 documentation
  • View page source

Protobuf3 0.2.0 documentation¶

Overview¶

Protobuf3 is a library for interaction with serialized data encoded with Protocol Buffers This documentation attempts to explain everything you need to know to use protobuf3.

  • Installing
    • Installing with PIP
    • Installing from source
  • Tutorial
    • Prerequisites
    • Defining your protocol format
    • Compiling your protocol buffers
    • Generated code example
    • The Protocol Buffer API
  • Generated code explanation
    • Compiler invocation
    • Messages
    • Fields
      • Singular fields
      • Singular Message Fields
      • Repeated Fields
      • Repeated Message Fields
    • Enumerations
    • Oneof
    • Extensions
Next

Sphinx theme provided by Read the Docs