Name Date Size

..25-Oct-20244 KiB

__init__.pyH A D25-Oct-20242.6 KiB

_compat.pyH A D25-Oct-20242.5 KiB

_identifier.pyH A D25-Oct-20241.7 KiB

asyncfilters.pyH A D25-Oct-20244 KiB

asyncsupport.pyH A D25-Oct-20247.7 KiB

AUTHORSH A D25-Oct-2024591

bccache.pyH A D25-Oct-202412.5 KiB

compiler.pyH A D25-Oct-202463.9 KiB

constants.pyH A D25-Oct-20241.6 KiB

debug.pyH A D25-Oct-202411.8 KiB

defaults.pyH A D25-Oct-20241.4 KiB

environment.pyH A D25-Oct-202449.7 KiB

exceptions.pyH A D25-Oct-20244.3 KiB

ext.pyH A D25-Oct-202423.9 KiB

filters.pyH A D25-Oct-202435.7 KiB

get_jinja2.shH A D25-Oct-20243.2 KiB

idtracking.pyH A D25-Oct-20249 KiB

Jinja2-2.10.tar.gz.md5H A D25-Oct-202453

Jinja2-2.10.tar.gz.sha512H A D25-Oct-2024149

jinja2.gniH A D25-Oct-20241.1 KiB

lexer.pyH A D25-Oct-202427.9 KiB

LICENSEH A D25-Oct-20241.5 KiB

loaders.pyH A D25-Oct-202417 KiB

meta.pyH A D25-Oct-20244.2 KiB

nativetypes.pyH A D25-Oct-20247.1 KiB

nodes.pyH A D25-Oct-202430.1 KiB

optimizer.pyH A D25-Oct-20241.7 KiB

OWNERSH A D25-Oct-2024138

parser.pyH A D25-Oct-202435 KiB

README.chromiumH A D25-Oct-2024974

runtime.pyH A D25-Oct-202427.1 KiB

sandbox.pyH A D25-Oct-202416.3 KiB

tests.pyH A D25-Oct-20244.1 KiB

utils.pyH A D25-Oct-202420.1 KiB

visitor.pyH A D25-Oct-20243.2 KiB

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