frame_cli.utils module

Set of functions used in multiple other modules.

frame_cli.utils.get_unit_id_and_version(name: str) tuple[str, str | None][source]

Extract unit ID and version from a name.

frame_cli.utils.retrieve_component_info(name: str) tuple[dict[str, Any] | None, str | None][source]

Retrieve online info of a component.

frame_cli.utils.retrieve_model_info(name: str) dict[str, Any] | None[source]

Retrieve online info of a hybrid model.