swh.graph.grpc_server module#

A simple tool to start the swh-graph gRPC server in Rust.

exception swh.graph.grpc_server.ExecutableNotFound[source]#

Bases: OSError

swh.graph.grpc_server.build_rust_grpc_server_cmdline(**config)[source]#
swh.graph.grpc_server.spawn_rust_grpc_server(**config)[source]#
swh.graph.grpc_server.stop_grpc_server(server: Popen, timeout: int = 15)[source]#