oqp.utils.kword_map

Attributes

KW_MAP_PURE

Functions

build_kw_map(→ Dict[str, Tuple[str, str]])

resolve_param_key(→ Tuple[str, str])

Module Contents

build_kw_map(schema: dict) Dict[str, Tuple[str, str]]
Build a flat mapping { 'section.option': (section, option) } from OQP_CONFIG_SCHEMA.
KW_MAP_PURE
resolve_param_key(user_key: str) Tuple[str, str]