jinja2 3.1.2-ok1 source package in openKylin
Changelog
jinja2 (3.1.2-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 15:42:46 +0800
jinja2 (3.1.2-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 15:42:46 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
jinja2_3.1.2.orig.tar.gz | 262.0 KiB | 31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 |
jinja2_3.1.2-ok1.debian.tar.xz | 7.9 KiB | 4ac17ffadbd1d2448058eae11358e982c97f58d29a18a41534aff88499dfb45d |
jinja2_3.1.2-ok1.dsc | 2.1 KiB | 8842bfefcc60cd9e58f15707b770d58a25bb1e3cd9376ef8370647a8cb7a1d4e |
Jinja2 is a small but fast and easy to use stand-alone template engine
.
This package contains the documentation for Jinja2 in HTML and
reStructuredText formats.
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.