Skip to content

Gobot1234/protobuf_parser

Repository files navigation

protobuf_parser

A module to programmatically interact with Google's Protocol Buffer Compiler (protoc). It exposes methods to:

  • compile .proto files to _pb2.pys
  • parse a file-like objects to a FileDescriptorProto

Installation

pip install protobuf_parser

protobuf_parser provides wheels for all major operating systems.

Documentation

Documentation can be found at https://protobuf_parser.rtfd.io

TODO

A method to manually invoke protoc with any given arguments and return the stdout and stderr.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published