jobflow_remote.cli.formatting module#

jobflow_remote.cli.formatting.format_flow_info(flow_info: FlowInfo)[source]#
jobflow_remote.cli.formatting.format_job_info(job_info: JobInfo | JobDoc, verbosity: int, show_none: bool = False)[source]#
jobflow_remote.cli.formatting.get_exec_config_table(exec_config: dict[str, ExecutionConfig], verbosity: int = 0)[source]#
jobflow_remote.cli.formatting.get_flow_info_table(flows_info: list[FlowInfo], verbosity: int)[source]#
jobflow_remote.cli.formatting.get_job_info_table(jobs_info: list[JobInfo], verbosity: int)[source]#
jobflow_remote.cli.formatting.get_worker_table(workers: dict[str, WorkerBase], verbosity: int = 0)[source]#