pyfebiopt.monitoring.templates.page

Static asset loader for the monitoring dashboard.

Classes

MonitorPageTemplate

Render the monitor dashboard HTML shell.

Functions

read_template_asset(→ str)

Read a dashboard template asset bundled with the package.

Module Contents

pyfebiopt.monitoring.templates.page.read_template_asset(name: str) str

Read a dashboard template asset bundled with the package.

Returns:

Asset text.

Return type:

str

class pyfebiopt.monitoring.templates.page.MonitorPageTemplate

Render the monitor dashboard HTML shell.

classmethod render() str

Return the dashboard HTML page.