Koswat handler

KoswatHandler

Handler for CLI usage of Koswat. It allows the initialization of a logger during the analysis.

__init__(log_output: Optional[str]) -> None

Initializes the handler creating a log file at the optional provided directory log_output.

Parameters:
  • log_output (Optional[str]) –

    Directory where to save the koswat.log file.

run_analysis(analysis_file: str) -> None

Runs a Koswat analysis using the provided *.ini file analysis_file.

Parameters:
  • analysis_file (str) –

    Location of the main koswat analysis ini file.