status

class StatusCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'status'
command_help = 'Output a module execution schedule for the pipeline and execution status for every module'
add_arguments(parser)[source]
run_command(pipeline, opts)[source]
print_section_tree(tree, mod_name_bullets, pipeline, depth=0, expand='all', aliases=None)[source]
print_module_status(module_name, bullet, pipeline, aliases=None)[source]
module_status_color(module)[source]
status_colored(module, text=None)[source]

Colour the text according to the status of the given module. If text is not given, the module’s name is returned.

mix_bg_colors(text, colors)[source]

Format a string with mixed colors, by alternating by character.

module_status(module)[source]

Detailed module status, shown when a specific module’s status is requested.