jinja2 3.1.6-ok1 source package in openKylin
Changelog
jinja2 (3.1.6-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 20:19:02 +0800
jinja2 (3.1.6-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 20:19:02 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| jinja2_3.1.6.orig.tar.gz | 239.4 KiB | 0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d |
| jinja2_3.1.6-ok1.debian.tar.xz | 6.6 KiB | a3dcf8272a32e26dbf66af61f1b02cc5b23dfec28f614dd27a633be858869f95 |
| jinja2_3.1.6-ok1.dsc | 2.1 KiB | 4ee9b35042220ad54feab9e878c763aa393e425d677d3e9ef95b9e8f41446fad |
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.