python-Jinja2
Port variant py310
Summary Fully featured template engine (3.10)
Package version 3.1.2
Homepage https://palletsprojects.com/p/jinja/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 23 JAN 2023, 06:04:31 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)
PY310 ON Build using Python 3.10 PY311 OFF Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py310
autoselect-python:single:standard
Build and Runtime python310:single:standard
Runtime (only) python-MarkupSafe:single:py310
Download groups
main mirror://PYPIWHL/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65
Distribution File Information
6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61 133101 Jinja2-3.1.2-py3-none-any.whl
Ports that require python-Jinja2:py310
NetBox:standard Flexible IPAM and DCIM tool with plugin support
python-Flask:py310 Lightweight WSGI web application framework (3.10)
python-Sphinx:py310 Python documentation generator (3.10)
python-ansible-core:py310 Radically simple IT automation (3.10)
python-coreschema:py310 Core Schema (3.10)
python-gi-docgen:py310 Documentation tool for GObject-based libs (3.10)
python-junos-eznc:py310 Junos 'EZ' automation for non-programmers (3.10)
python-mkdocs-material:py310 Documentation that simply works (3.10)
python-mkdocs:py310 Project documentation with Markdown (3.10)
python-mkdocstrings:py310 Documentation from sources for MkDocs (3.10)
python-myst-parser:py310 Extended commonmark compliant parser (3.10)
python-napalm:py310 Vendor-agnostic router interaction libary (3.10)
python-salt:py310 Remote execution and config mgmt system (3.10)
python-xml2rfc:py310 Request For Comment authoring with XML (3.10)