• Home
Name Date Size #Lines LOC

..--

AUTHORSD03-May-2024591 3526

Jinja2-2.10.tar.gz.md5D03-May-202453 21

Jinja2-2.10.tar.gz.sha512D03-May-2024149 21

LICENSED03-May-20241.5 KiB3225

README.chromiumD03-May-2024974 2723

__init__.pyD03-May-20242.6 KiB8459

_compat.pyD03-May-20242.5 KiB10073

_identifier.pyD03-May-20241.7 KiB31

asyncfilters.pyD03-May-20244 KiB147107

asyncsupport.pyD03-May-20247.7 KiB257195

bccache.pyD03-May-202412.5 KiB363277

compiler.pyD03-May-202463.9 KiB1,7221,381

constants.pyD03-May-20241.6 KiB3326

debug.pyD03-May-202411.8 KiB373272

defaults.pyD03-May-20241.4 KiB5741

environment.pyD03-May-202449.7 KiB1,2771,029

exceptions.pyD03-May-20244.3 KiB147103

ext.pyD03-May-202423.9 KiB628491

filters.pyD03-May-202435.7 KiB1,191916

get_jinja2.shD03-May-20243.2 KiB13795

idtracking.pyD03-May-20249 KiB287221

jinja2.gniD03-May-20241.1 KiB3231

lexer.pyD03-May-202427.9 KiB740591

loaders.pyD03-May-202417 KiB482364

meta.pyD03-May-20244.2 KiB10779

nativetypes.pyD03-May-20247.1 KiB221162

nodes.pyD03-May-202430.1 KiB1,000737

optimizer.pyD03-May-20241.7 KiB5037

parser.pyD03-May-202435 KiB904793

runtime.pyD03-May-202427.1 KiB814621

sandbox.pyD03-May-202416.3 KiB476343

tests.pyD03-May-20244.1 KiB176128

utils.pyD03-May-202420.1 KiB648513

visitor.pyD03-May-20243.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