python-Jinja2
Port variant v13
Summary Fully featured template engine (3.13)
Package version 3.1.5
Homepage https://github.com/pallets/jinja/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 14 JAN 2025, 19:34:39 UTC
Port created 21 APR 2017, 05:12:41 UTC
Subpackage Descriptions
single # Jinja Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document. It includes: - Template inheritance and inclusion. - Define and import macros within templates. - HTML templates can use autoescaping to prevent XSS from untrusted user input. - A sandboxed environment can safely render untrusted templates. - AsyncIO support for generating templates and calling async functions. - I18N support with Babel. - Templates are compiled to optimized Python code just-in-time and cached, or can be compiled ahead-of-time. - Exceptions point to the correct line in templates to make debugging easier. - Extensible filters, tests, functions, and even syntax. Jinja's philosophy is that while application logic belongs in Python if possible, it shouldn't make the template designer's job difficult by restricting functionality too much. ## In A Nutshell ```jinja {% extends "base.html" %} {% block title %}Members{% endblock %} {% block content %}
    {% for user in users %}
  • {{ user.username }}
  • {% endfor %}
{% endblock %} ``` ## Donate The Pallets organization develops and supports Jinja and other popular packages. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, [please donate today][]. [please donate today]: https://palletsprojects.com/donate
Configuration Switches (platform-specific settings discarded)
PY312 OFF Build using Python 3.12 PY313 ON Build using Python 3.13
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Runtime (only) python-MarkupSafe:single:v13
Download groups
main mirror://PYPIWHL/bd/0f/2ba5fbcd631e3e88689309dbe978c5769e883e4b84ebfe7da30b43275c5a
Distribution File Information
aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb 134596 python-src/jinja2-3.1.5-py3-none-any.whl
Ports that require python-Jinja2:v13
python-Flask:v13 Lightweight WSGI web application framework (3.13)
python-Sphinx:v13 Python documentation generator (3.13)
python-ansible-core:v13 Radically simple IT automation (3.13)
python-coreschema:v13 Core Schema (3.13)
python-gi-docgen:v13 Documentation tool for GObject-based libs (3.13)
python-junos-eznc:v13 Junos 'EZ' automation for non-programmers (3.13)
python-mkdocs-material:v13 Documentation that simply works (3.13)
python-mkdocs:v13 Project documentation with Markdown (3.13)
python-mkdocstrings:v13 Documentation from sources for MkDocs (3.13)
python-myst-parser:v13 Extended commonmark compliant parser (3.13)
python-napalm:v13 Vendor-agnostic router interaction libary (3.13)
python-salt:v13 Remote execution and config mgmt system (3.13)
python-xml2rfc:v13 Request For Comment authoring with XML (3.13)