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


Paketnamepython3-jinja2
Beschreibungsmall but fast and easy to use stand-alone template engine
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.5.5-1
Sektionpython
Prioritätoptional
Installierte Größe1040 Byte
Hängt ab vonpython3 (>= 3.1.2-8~), libc6 (>= 2.3.6-6~), python3-markupsafe, python3.1
Empfohlene Paketepython3-pkg-resources
PaketbetreuerPiotr Ożarowski
Quellejinja2
Paketgröße158454 Byte
Prüfsumme MD53a6a3bffd84671bfd48d45b7faff56f6
Prüfsumme SHA193a13f88e40482034c8e4b55b6e0bb210dc78fb2
Prüfsumme SHA256769faa1f167ce17e15c6b00df1646ddabac2241b0ac292062f82e53ea2f6cfe3
Link zum Herunterladenpython3-jinja2_2.5.5-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