orangeqs.juice.reporting.templating_engine.config#

Configuration for the template engine generator functions and status color map.

Stores string references to the generator functions.

Module Contents#

Classes#

TemplateEngineConfig

Configuration for the template engine generator functions and status color map.

API#

class orangeqs.juice.reporting.templating_engine.config.TemplateEngineConfig(/, **data: Any)#

Bases: orangeqs.juice.settings.Configurable

Configuration for the template engine generator functions and status color map.

Stores string references to the generator functions.

filename: ClassVar[str]#

‘template-engine’

generate_report_data: str#

‘Field(…)’

get_aggregate_input_data: str#

‘Field(…)’

extra_template_dirs: list[str]#

‘Field(…)’

extra_filters: list[str]#

‘Field(…)’

classmethod validate_extra_dirs(dirs: list[str]) list[str]#

Validate that the extra template directories exist.