Skip to content

schola.scripts.utils.compile_proto

This script is used to compile .proto files into python/C++ Source Files for Schola.

Functions

disable_warnings(folder, file_paths, warnings)
fix_imports(folder)
get_files(folder)
get_generated_cpp_file_types(folder)
get_generated_python_file_types(folder)
get_proto_files(folder)
main(plugin_folder, warnings_to_disable, …)Compile Protobuf files for Schola
main_from_cli()
make_grpc_files(protoc_path, proto_folder, …)
make_parser()
make_proto_files(protoc_path, proto_folder, …)