Launcher#

Module for launching Sherlock locally or connecting to a local instance with gRPC.

launch_and_connect([host, port, ...])

Launch Sherlock, start gRPC on a given host and port, and wait until connected to Sherlock.

launch([host, port, single_project_path, ...])

Launch Sherlock using the specified host and port for the gRPC connection.

connect([port, timeout])

Connect to a local instance of Sherlock.

launch_sherlock([host, port, ...])

Launch Sherlock and start gRPC on a given host and port.