proj_flow.flow.steps

The proj_flow.flow.steps allows loading both predefined and project-specific steps.

class proj_flow.flow.steps.Sorted(plugin: proj_flow.api.step.Step, name: str, runs_after: List[str], runs_before: List[str])
plugin: Step
name: str
runs_after: List[str]
runs_before: List[str]
static from_step(plugin: Step)
proj_flow.flow.steps.clean_aliases(cfg: FlowConfig)