mentat.emails.informant module

This module contains implementation of email reports send by the mentat-informant.py component. It is based on mentat.emails.base.BaseEmail.

mentat.emails.informant.REPORT_CLASS_INFORMANT = 'overview'

Module contant for informant report class.

class mentat.emails.informant.ReportEmail(headers, **kwargs)[source]

Bases: BaseEmail

Implementation of email reports send by the mentat-informant.py Mentat component.

report_class = 'overview'
mentat.emails.informant.json_default(val)[source]

Helper function for JSON serialization of non basic data types.