Name Date Size #Lines LOC

..--

AUTHORSH A D25-Apr-2025591 3526

Jinja2-2.10.tar.gz.md5H A D25-Apr-202553 21

Jinja2-2.10.tar.gz.sha512H A D25-Apr-2025149 21

LICENSEH A D25-Apr-20251.5 KiB3225

README.chromiumH A D25-Apr-2025974 2723

__init__.pyH A D25-Apr-20252.6 KiB8459

_compat.pyH A D25-Apr-20252.5 KiB10073

_identifier.pyH A D25-Apr-20251.7 KiB31

asyncfilters.pyH A D25-Apr-20254 KiB147107

asyncsupport.pyH A D25-Apr-20257.7 KiB257195

bccache.pyH A D25-Apr-202512.5 KiB363277

compiler.pyH A D25-Apr-202563.9 KiB1,7221,381

constants.pyH A D25-Apr-20251.6 KiB3326

debug.pyH A D25-Apr-202511.8 KiB373272

defaults.pyH A D25-Apr-20251.4 KiB5741

environment.pyH A D25-Apr-202549.7 KiB1,2771,029

exceptions.pyH A D25-Apr-20254.3 KiB147103

ext.pyH A D25-Apr-202523.9 KiB628491

filters.pyH A D25-Apr-202535.7 KiB1,191916

get_jinja2.shH A D25-Apr-20253.2 KiB13795

idtracking.pyH A D25-Apr-20259 KiB287221

jinja2.gniH A D25-Apr-20251.1 KiB3231

lexer.pyH A D25-Apr-202527.9 KiB740591

loaders.pyH A D25-Apr-202517 KiB482364

meta.pyH A D25-Apr-20254.2 KiB10779

nativetypes.pyH A D25-Apr-20257.1 KiB221162

nodes.pyH A D25-Apr-202530.1 KiB1,000737

optimizer.pyH A D25-Apr-20251.7 KiB5037

parser.pyH A D25-Apr-202535 KiB904793

runtime.pyH A D25-Apr-202527.1 KiB814621

sandbox.pyH A D25-Apr-202516.3 KiB476343

tests.pyH A D25-Apr-20253.9 KiB166121

utils.pyH A D25-Apr-202520.1 KiB648513

visitor.pyH A D25-Apr-20253.2 KiB8873

README.chromium

1Name: Jinja2 Python Template Engine
2Short Name: jinja2
3URL: http://jinja.pocoo.org/
4Version: 2.10
5License: BSD 3-Clause
6License File: LICENSE
7Security Critical: no
8
9Description:
10Template engine for code generation in Blink.
11
12Source: https://pypi.python.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz
13MD5: 61ef1117f945486472850819b8d1eb3d
14SHA-1: 34b69e5caab12ee37b9df69df9018776c008b7b8
15
16Local Modifications:
17This only includes the jinja2 directory from the tarball and the LICENSE and
18AUTHORS files. Unit tests (testsuite directory) have been removed.
19Additional chromium-specific files are:
20* README.chromium (this file)
21* OWNERS
22* get_jinja2.sh (install script)
23* jinja2.gni (generated by get_jinja2.sh)
24* files of hashes (MD5 is also posted on website, SHA-512 computed locally).
25Script checks hash then unpacks archive and installs desired files.
26Retrieve or update by executing jinja2/get_jinja2.sh from third_party.
27