• Home
Name Date Size #Lines LOC

..--

AUTHORSD22-Mar-2025591 3526

Jinja2-2.10.tar.gz.md5D22-Mar-202553 21

Jinja2-2.10.tar.gz.sha512D22-Mar-2025149 21

LICENSED22-Mar-20251.5 KiB3225

OWNERSD22-Mar-2025138 75

README.chromiumD22-Mar-2025974 2723

__init__.pyD22-Mar-20252.6 KiB8459

_compat.pyD22-Mar-20252.5 KiB10073

_identifier.pyD22-Mar-20251.7 KiB31

asyncfilters.pyD22-Mar-20254 KiB147107

asyncsupport.pyD22-Mar-20257.7 KiB257195

bccache.pyD22-Mar-202512.5 KiB363277

compiler.pyD22-Mar-202563.9 KiB1,7221,381

constants.pyD22-Mar-20251.6 KiB3326

debug.pyD22-Mar-202511.8 KiB373272

defaults.pyD22-Mar-20251.4 KiB5741

environment.pyD22-Mar-202549.7 KiB1,2771,029

exceptions.pyD22-Mar-20254.3 KiB147103

ext.pyD22-Mar-202523.9 KiB628491

filters.pyD22-Mar-202535.7 KiB1,191916

get_jinja2.shD22-Mar-20253.2 KiB13795

idtracking.pyD22-Mar-20259 KiB287221

jinja2.gniD22-Mar-20251.1 KiB3231

lexer.pyD22-Mar-202527.9 KiB740591

loaders.pyD22-Mar-202517 KiB482364

meta.pyD22-Mar-20254.2 KiB10779

nativetypes.pyD22-Mar-20257.1 KiB221162

nodes.pyD22-Mar-202530.1 KiB1,000737

optimizer.pyD22-Mar-20251.7 KiB5037

parser.pyD22-Mar-202535 KiB904793

runtime.pyD22-Mar-202527.1 KiB814621

sandbox.pyD22-Mar-202516.3 KiB476343

tests.pyD22-Mar-20254.1 KiB176128

utils.pyD22-Mar-202520.1 KiB648513

visitor.pyD22-Mar-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