reports
¶
Utility class for generating a config file from a jinja template.
Along with other report-related functions.
Classes:
-
Template–Simplified jinja2 template class from oesteban.
Template
¶
Template(template_str: str)
Simplified jinja2 template class from oesteban.
Methods:
-
compile–Generate a string with the replacements.
-
generate_conf–Save the outcome after replacement on the template to file.
Source code in src/pyfsviz/reports.py
30 31 32 33 34 35 36 37 | |
compile
¶
Generate a string with the replacements.
Source code in src/pyfsviz/reports.py
39 40 41 42 | |
generate_conf
¶
Save the outcome after replacement on the template to file.
Source code in src/pyfsviz/reports.py
44 45 46 47 48 | |