arbiter.__main__

Module Contents

arbiter.__main__.logger[source]
arbiter.__main__.choose_backend(backend)[source]
Resolves arbiter name string to implementation
Parameters

backend (str) – Name of the backend to load, either one of the predefined implementations or the name of a module to load (module:ClassName syntax or default of module:Arbiter)

Returns

Arbiter class of the selected implementation

Return type

(Class)

Raises

(Exception) – If backend is not found

arbiter.__main__.main(log, client_log, polyswarmd_addr, keyfile, password, api_key, backend, testing, insecure_transport, allow_key_over_http, chains, log_format, artifact_type)[source]
Entrypoint for the arbiter driver