craftr.ext.compiler.protoc

craftr.ext.compiler.protoc.get_proto_meta(filename)[source]

Extracts the package declaration and various meta information from the specified .proto file.

class craftr.ext.compiler.protoc.ProtoCompiler(program='protoc')[source]

Interface for the Google Protocol Buffers Compiler.

compile(sources, proto_path=(), cpp_out=None, java_out=None, python_out=None)[source]