jinja2 2.10.1-ok1 source package in openKylin

Changelog

jinja2 (2.10.1-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jinja2_2.10.1.orig.tar.gz 254.8 KiB 065c4f02ebe7f7cf559e49ee5a95fb800a9e4528727aec6f24402a5374c65013
jinja2_2.10.1-ok1.debian.tar.xz 4.7 KiB fe63395f7884ab6a3b5100c4000deb9bff78d1d76b2abd25e4536347bbcee556
jinja2_2.10.1-ok1.dsc 2.0 KiB 5e96f4d17b2562ef37e76e4915022cf648eb53ef07bfdb145703449e105bf794

View changes file

Binary packages built by this source

python-jinja2: No summary available for python-jinja2 in openkylin yangtze.

No description available for python-jinja2 in openkylin yangtze.

python-jinja2-doc: documentation for the Jinja2 Python library

 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.

python3-jinja2: small but fast and easy to use stand-alone template engine

 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.