jinja2 3.0.3-ok3 source package in openKylin
Changelog
jinja2 (3.0.3-ok3) yangtze; urgency=medium * Add python3-sphinxcontrib-log-cabinet to Build-Depends. -- sufang <email address hidden> Fri, 17 Mar 2023 14:19:01 +0800
jinja2 (3.0.3-ok3) yangtze; urgency=medium * Add python3-sphinxcontrib-log-cabinet to Build-Depends. -- sufang <email address hidden> Fri, 17 Mar 2023 14:19:01 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
jinja2_3.0.3.orig.tar.gz | 264.1 KiB | 05508fc646944ff23e30391ee86b38641f43869616ffb1dcf2b87b7371376f53 |
jinja2_3.0.3-ok3.debian.tar.xz | 5.6 KiB | 337950e19c97c8dc0ace1bc066027762cf2cb0165a8a1526f47d9fb310e7532d |
jinja2_3.0.3-ok3.dsc | 1.9 KiB | 3e34ee41d797f6dc8e4cdd9555e5c04bc754863129f88cea81341be8287dcb58 |
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.