Paketname | python-jinja2 |
Beschreibung | small but fast and easy to use stand-alone template engine |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.5.5-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 1100 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~), python-markupsafe |
Empfohlene Pakete | python-pkg-resources |
Paketbetreuer | Piotr Ożarowski |
Quelle | jinja2 |
Paketgröße | 161034 Byte |
Prüfsumme MD5 | 30f2f3a37aa1c5821aef4767d419129b |
Prüfsumme SHA1 | 60dd4e8a758665b4cfdbb53b609175e07fd33a14 |
Prüfsumme SHA256 | dfc1f4a81ce4585283957ea9376be17422fb4fdba95f7085e910479ccd77c61d |
Link zum Herunterladen | python-jinja2_2.5.5-1_i386.deb |
Ausführliche Beschreibung | 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.
|