pynenc.cli.monitor_cli

Module Contents

Functions

add_monitor_subparser

Add the monitor subparser to the main pynenc CLI.

start_monitor_command

Execute the monitor command, starting the web interface.

_check_monitor_dependencies

Check if required monitoring dependencies are installed.

API

pynenc.cli.monitor_cli.add_monitor_subparser(subparsers: argparse._SubParsersAction) None[source]

Add the monitor subparser to the main pynenc CLI.

pynenc.cli.monitor_cli.start_monitor_command(args: pynenc.cli.namespace.PynencCLINamespace) None[source]

Execute the monitor command, starting the web interface.

pynenc.cli.monitor_cli._check_monitor_dependencies() bool[source]

Check if required monitoring dependencies are installed.