lemmings package

Lemmings init

Subpackages

Submodules

lemmings.cli module

CLI for Lemmings

lemmings.cli_farming module

CLI for Lemmings

lemmings.cli_helper module

lemmings.cli_status module

all code concerning the status of lemmings jobs

lemmings.cli_status.customise_end_message(dataBase, loop_num, end_msg)

Function handling the end message output shown in ‘lemmings status’

Input:
database:

database class object

loop_num:

int, number of the loop calling this functionality

Output:
end_message:

str, ouput to be provided

lemmings.cli_status.get_current_status(dataBase, keys=None, with_progress=False)

Function returning the current status of the simulation.

lemmings.cli_status.parallel_status(with_progress, par_dict)