Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_E8 / python-Jinja2
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-Jinja2
4 VERSION=                3.1.3
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Fully featured template engine (3.11)
8 SDESC[v12]=             Fully featured template engine (3.12)
9 HOMEPAGE=               https://palletsprojects.com/p/jinja/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/30/6d/6de6be2d02603ab56e72997708809e8a5b0fbfee080735109b40a3564843
14 DISTFILE[1]=            Jinja2-3.1.3-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 USES=                   cpe
25
26 DISTNAME=               Jinja2-3.1.3.dist-info
27
28 CPE_PRODUCT=            jinja
29 CPE_VENDOR=             palletsprojects
30 GENERATED=              yes
31
32 [PY311].RUN_DEPENDS_ON=                 python-MarkupSafe:single:v11
33 [PY311].USES_ON=                        python:v11,wheel
34
35 [PY312].RUN_DEPENDS_ON=                 python-MarkupSafe:single:v12
36 [PY312].USES_ON=                        python:v12,wheel
37
38 [FILE:2085:descriptions/desc.single]
39 Jinja
40 =====
41
42 Jinja is a fast, expressive, extensible templating engine. Special
43 placeholders in the template allow writing code similar to Python
44 syntax. Then the template is passed data to render the final document.
45
46 It includes:
47
48 -   Template inheritance and inclusion.
49 -   Define and import macros within templates.
50 -   HTML templates can use autoescaping to prevent XSS from untrusted
51     user input.
52 -   A sandboxed environment can safely render untrusted templates.
53 -   AsyncIO support for generating templates and calling async
54     functions.
55 -   I18N support with Babel.
56 -   Templates are compiled to optimized Python code just-in-time and
57     cached, or can be compiled ahead-of-time.
58 -   Exceptions point to the correct line in templates to make debugging
59     easier.
60 -   Extensible filters, tests, functions, and even syntax.
61
62 Jinja's philosophy is that while application logic belongs in Python if
63 possible, it shouldn't make the template designer's job difficult by
64 restricting functionality too much.
65
66 Installing
67 ----------
68
69 Install and update using `pip`_:
70
71 .. code-block:: text
72
73     $ pip install -U Jinja2
74
75 .. _pip: https://pip.pypa.io/en/stable/getting-started/
76
77 In A Nutshell
78 -------------
79
80 .. code-block:: jinja
81
82     {% extends "base.html" %}
83     {% block title %}Members{% endblock %}
84     {% block content %}
85       <ul>
86       {% for user in users %}
87         <li>{{ user.username }}</li>
88       {% endfor %}
89       </ul>
90     {% endblock %}
91
92 Donate
93 ------
94
95 The Pallets organization develops and supports Jinja and other popular
96 packages. In order to grow the community of contributors and users, and
97 allow the maintainers to devote more time to the projects, `please
98 donate today`_.
99
100 .. _please donate today: https://palletsprojects.com/donate
101
102 Links
103 -----
104
105 -   Documentation: https://jinja.palletsprojects.com/
106 -   Changes: https://jinja.palletsprojects.com/changes/
107 -   PyPI Releases: https://pypi.org/project/Jinja2/
108 -   Source Code: https://github.com/pallets/jinja/
109 -   Issue Tracker: https://github.com/pallets/jinja/issues/
110 -   Chat: https://discord.gg/pallets
111
112
113 [FILE:108:distinfo]
114 7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa       133236 Jinja2-3.1.3-py3-none-any.whl
115