• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

AUTHORSH A D16-Feb-2021591 3526

Jinja2-2.10.tar.gz.md5H A D16-Feb-202153 21

Jinja2-2.10.tar.gz.sha512H A D16-Feb-2021149 21

LICENSEH A D16-Feb-20211.5 KiB3225

OWNERSH A D16-Feb-2021137 75

README.chromiumH A D16-Feb-20211,010 2824

__init__.pyH A D16-Feb-20212.6 KiB8459

_compat.pyH A D16-Feb-20212.5 KiB10073

_identifier.pyH A D16-Feb-20211.7 KiB31

asyncfilters.pyH A D16-Feb-20214 KiB147107

asyncsupport.pyH A D16-Feb-20217.7 KiB257195

bccache.pyH A D16-Feb-202112.5 KiB363277

compiler.pyH A D16-Feb-202163.9 KiB1,7221,381

constants.pyH A D16-Feb-20211.6 KiB3326

debug.pyH A D16-Feb-202111.8 KiB373272

defaults.pyH A D16-Feb-20211.4 KiB5741

environment.pyH A D16-Feb-202149.7 KiB1,2771,029

exceptions.pyH A D16-Feb-20214.3 KiB147103

ext.pyH A D16-Feb-202123.9 KiB628491

filters.pyH A D16-Feb-202135.7 KiB1,191916

get_jinja2.shH A D16-Feb-20213.2 KiB13795

idtracking.pyH A D16-Feb-20219 KiB287221

jinja2.gniH A D16-Feb-20211.1 KiB3231

lexer.pyH A D16-Feb-202127.9 KiB740591

loaders.pyH A D16-Feb-202117 KiB482364

meta.pyH A D16-Feb-20214.2 KiB10779

nativetypes.pyH A D16-Feb-20217.1 KiB221162

nodes.pyH A D16-Feb-202130.1 KiB1,000737

optimizer.pyH A D16-Feb-20211.7 KiB5037

parser.pyH A D16-Feb-202135 KiB904793

runtime.pyH A D16-Feb-202127.1 KiB814621

sandbox.pyH A D16-Feb-202116.3 KiB476343

tests.pyH A D16-Feb-20214.1 KiB176128

utils.pyH A D16-Feb-202120.1 KiB648513

visitor.pyH A D16-Feb-20213.2 KiB8873

README.chromium

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