qwikstart.parser.tasks module

qwikstart.parser.tasks.normalize_operations_list(operations_list: Union[List[Union[str, Dict[str, Any], Tuple[str, Any]]], Dict[str, Union[str, Dict[str, Any], Tuple[str, Any]]]]) → List[Dict[str, Any]]
qwikstart.parser.tasks.parse_task(task_spec: Dict[str, Any], execution_config: Optional[Dict[str, Any]] = None) → qwikstart.tasks.Task

Return task parsed from a task specification dictionary.

qwikstart.parser.tasks.parse_task_steps(task_spec: Dict[str, Any]) → Sequence[qwikstart.operations.base.BaseOperation[Any, Any]]