Download Source Package jinja2:
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.
The key-features are:
* Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| amd64 | 135.3 kB | 848 kB | [list of files] |
| armel | 134.7 kB | 924 kB | [list of files] |
| hppa | 135.8 kB | 932 kB | [list of files] |
| i386 | 134.8 kB | 920 kB | [list of files] |
| ia64 | 137.5 kB | 940 kB | [list of files] |
| mips | 135.0 kB | 924 kB | [list of files] |
| mipsel | 135.0 kB | 924 kB | [list of files] |
| powerpc | 140.0 kB | 940 kB | [list of files] |
| s390 | 135.3 kB | 924 kB | [list of files] |
| sparc | 134.7 kB | 924 kB | [list of files] |