cls_luigi.repo_visualizer.dynamic_json_repo

Module Contents

Classes

DynamicJSONRepo

Constructs a single json pipeline representation from all pipelines, that are produced from the FiniteCombinatoryLogic.

Attributes

VIS

CONFIG

cls_luigi.repo_visualizer.dynamic_json_repo.VIS[source]
cls_luigi.repo_visualizer.dynamic_json_repo.CONFIG = 'config.json'[source]
class cls_luigi.repo_visualizer.dynamic_json_repo.DynamicJSONRepo(cls_results)[source]

Constructs a single json pipeline representation from all pipelines, that are produced from the FiniteCombinatoryLogic. The pipeline doesn’t include any abstract tasks.

The status of each task in the pipelines will be updated from within JavaScript-app via : http://localhost:8082/api/task_list .

static _prettify_task_name(task)[source]
_construct_dynamic_pipeline_dict()[source]
dump_dynamic_pipeline_json()[source]