python-Jinja2
Port variant v12
Summary Fully featured template engine (3.12)
BROKEN
Package version 3.1.4
Homepage No known homepage
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 MAY 2024, 02:37:39 UTC
Port created 20 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 .. code-block:: 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)
PY311 OFF Build using Python 3.11 PY312 ON Build using Python 3.12
Package Dependencies by Type
Build (only) python312:dev:std
python-pip:single:v12
autoselect-python:single:std
Build and Runtime python312:primary:std
Runtime (only) python-MarkupSafe:single:v12
Download groups
main mirror://PYPIWHL/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36
Distribution File Information
bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d 133271 jinja2-3.1.4-py3-none-any.whl
Ports that require python-Jinja2:v12
NetBox:std Flexible IPAM and DCIM tool with plugin support
libplacebo:std GPU-accelerated video/image rendering library
python-Flask:v12 Lightweight WSGI web application framework (3.12)
python-Sphinx:v12 Python documentation generator (3.12)
python-ansible-core:v12 Radically simple IT automation (3.12)
python-coreschema:v12 Core Schema (3.12)
python-gi-docgen:v12 Documentation tool for GObject-based libs (3.12)
python-junos-eznc:v12 Junos 'EZ' automation for non-programmers (3.12)
python-mkdocs-material:v12 Documentation that simply works (3.12)
python-mkdocs:v12 Project documentation with Markdown (3.12)
python-mkdocstrings:v12 Documentation from sources for MkDocs (3.12)
python-myst-parser:v12 Extended commonmark compliant parser (3.12)
python-napalm:v12 Vendor-agnostic router interaction libary (3.12)
python-salt:v12 Remote execution and config mgmt system (3.12)
python-xml2rfc:v12 Request For Comment authoring with XML (3.12)