pyperunner
stable
Contents:
PypeRunner - Pure Python ETL Pipeline
Tutorial
PypeRunner Components
Define Tasks
Combine Tasks to Pipeline
Access pipeline results
Reproducibility
Result Caching
API
Authors
Change Log
pyperunner
»
Index
Edit on GitHub
Index
A
|
D
|
E
|
F
|
G
|
H
|
L
|
O
|
P
|
Q
|
R
|
S
|
T
|
V
|
W
A
add() (pyperunner.Pipeline method)
(pyperunner.Sequential method)
analyze_pipeline() (pyperunner.Runner method)
assert_params_complete() (pyperunner.Task method)
assert_valid_pipeline() (pyperunner.Runner method)
D
dequeue() (pyperunner.Runner method)
description() (pyperunner.Task method)
E
exception (pyperunner.Task.TaskResult attribute)
execution_plan_summary() (pyperunner.Runner method)
F
finish_tasks() (pyperunner.Runner method)
from_dict() (pyperunner.Pipeline static method)
from_file() (pyperunner.Pipeline static method)
(pyperunner.PipelineResult static method)
G
generate_run_name() (pyperunner.Runner method)
get_predecessor_outputs() (pyperunner.Runner method)
H
hash() (pyperunner.Task method)
L
load_output() (pyperunner.Task method)
log_exception() (pyperunner.Runner method)
O
output_exists() (pyperunner.Task method)
output_filename() (pyperunner.Task method)
P
Pipeline (class in pyperunner)
pipeline_params_filename() (pyperunner.Runner method)
PipelineResult (class in pyperunner)
process_task_result() (pyperunner.Runner method)
Q
queue_tasks() (pyperunner.Runner method)
R
results() (pyperunner.Runner method)
run() (pyperunner.Runner method)
(pyperunner.Task method)
Runner (class in pyperunner)
S
save_pipeline_params() (pyperunner.Runner method)
Sequential (class in pyperunner)
set_data_path() (pyperunner.PipelineResult method)
(pyperunner.Task method)
set_output() (pyperunner.Task method)
set_pipeline() (pyperunner.Runner method)
set_reload() (pyperunner.Task method)
set_results() (pyperunner.Pipeline method)
set_status() (pyperunner.Task method)
set_tasks() (pyperunner.Pipeline method)
(pyperunner.Sequential method)
should_run() (pyperunner.Task method)
skip_task() (pyperunner.Runner method)
start_task() (pyperunner.Runner method)
store_output() (pyperunner.Task method)
store_params() (pyperunner.Task method)
store_result() (pyperunner.Task method)
T
Task (class in pyperunner)
Task.Status (class in pyperunner)
Task.TaskResult (class in pyperunner)
task_result() (pyperunner.PipelineResult method)
TaskResult (class in pyperunner)
tasks_execute (pyperunner.Runner attribute)
tasks_queue (pyperunner.Runner attribute)
to_dict() (pyperunner.Pipeline method)
to_file() (pyperunner.Pipeline method)
V
validate_pipeline() (pyperunner.Runner static method)
W
write_status_image() (pyperunner.Runner method)