python-Jinja2
Port variant py38
Summary Fully featured template engine (PY38)
Package version 3.0.3
Homepage https://palletsprojects.com/p/jinja/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 NOV 2021, 04:10:12 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. Installing ---------- Install and update using `pip`_: .. code-block:: text $ pip install -U Jinja2 .. _pip: https://pip.pypa.io/en/stable/getting-started/ 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 Links ----- - Documentation: https://jinja.palletsprojects.com/ - Changes: https://jinja.palletsprojects.com/changes/ - PyPI Releases: https://pypi.org/project/Jinja2/ - Source Code: https://github.com/pallets/jinja/ - Issue Tracker: https://github.com/pallets/jinja/issues/ - Website: https://palletsprojects.com/p/jinja/ - Twitter: https://twitter.com/PalletsTeam - Chat: https://discord.gg/pallets
Configuration Switches (platform-specific settings discarded)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
autoselect-python:single:standard
Build and Runtime python38:single:standard
Runtime (only) python-MarkupSafe:single:py38
Download groups
main mirror://PYPIWHL/20/9a/e5d9ec41927401e41aea8af6d16e78b5e612bca4699d417f646a9610a076
Distribution File Information
077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8 133630 Jinja2-3.0.3-py3-none-any.whl
Ports that require python-Jinja2:py38
python-Flask:py38 Lightweight WSGI web application framework (PY38)
python-Sphinx:py38 Python documentation generator (PY38)
python-ansible-core:py38 Radically simple IT automation (PY38)
python-coreschema:py38 Core Schema (PY38)
python-gi-docgen:py38 Documentation tool for GObject-based libs (PY38)
python-salt:py38 Remote execution and config mgmt system (PY 38)
python-xml2rfc:py38 Request For Comment authoring with XML (PY38)