etlplus.file.jinja2
etlplus.file.jinja2 module.
Helpers for reading/writing Jinja2 (JINJA2) template files.
Notes
- A JINJA2 file is a text file used for generating HTML or other text formats
by combining templates with data.
- Common cases:
HTML templates.
Email templates.
Configuration files.
- Rule of thumb:
- If you need to work with Jinja2 template files, use this module for
reading and writing.
Classes
|
Handler implementation for JINJA2 files. |