# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-Jinja2 VERSION= 3.1.3 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Fully featured template engine (3.11) SDESC[v12]= Fully featured template engine (3.12) HOMEPAGE= https://palletsprojects.com/p/jinja/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/30/6d/6de6be2d02603ab56e72997708809e8a5b0fbfee080735109b40a3564843 DISTFILE[1]= Jinja2-3.1.3-py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= cpe DISTNAME= Jinja2-3.1.3.dist-info CPE_PRODUCT= jinja CPE_VENDOR= palletsprojects GENERATED= yes [PY311].RUN_DEPENDS_ON= python-MarkupSafe:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-MarkupSafe:single:v12 [PY312].USES_ON= python:v12,wheel [FILE:2085:descriptions/desc.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 %} {% 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/ - Chat: https://discord.gg/pallets [FILE:108:distinfo] 7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa 133236 Jinja2-3.1.3-py3-none-any.whl