DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-jinja2
Beschreibungsmall but fast and easy to use stand-alone template engine
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version2.3.1-1
Sektionpython
Prioritätoptional
Installierte Größe1088 Byte
Hängt ab vonpython (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~)
Empfohlene Paketepython-pkg-resources
PaketbetreuerUbuntu Developers
Quellejinja2
Paketgröße159438 Byte
Prüfsumme MD5f249dd4d8d76edc960ad980d0037e125
Prüfsumme SHA1d94e01b2c6eb3b6baa8c8df3b203336c20dd422c
Prüfsumme SHA256e77d0ca626f344c1dff345e1b943c58242178e4fba2b870cf3b9eeb6b7d1d644
Link zum Herunterladenpython-jinja2_2.3.1-1_i386.deb
Ausführliche BeschreibungJinja2 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.


Impressum
Linux is a registered trademark of Linus Torvalds