memote.suite.reporting.reports.snapshot module

Render a basic one-time report.

class memote.suite.reporting.reports.snapshot.SnapshotReport(data, **kwargs)[source]

Bases: memote.suite.reporting.reports.report.Report

Render a basic report from the given data.

render_html()[source]

Render a one-shot report for a model.

This is currently a stub while we convert from jinja2 templates to a full Angular based report.