Source: python-jinja2
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 12), dh-python,
 python-all (>= 2.6.6-3), python3-all,
 python-setuptools (>= 0.6b3-1~), python3-setuptools,
 python3-sphinx, python3-pallets-sphinx-themes, python3-sphinx-issues,
 python3-pygments
Standards-Version: 4.5.0
Homepage: http://jinja.pocoo.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/jinja2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jinja2

Package: python-jinja2
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-markupsafe
Recommends: python-pkg-resources
Suggests: python-jinja2-doc
Enhances: python-pybabel
Description: 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.

