• Home
Name Date Size #Lines LOC

..--

AUTHORSD03-May-2024559 3425

Jinja2-2.7.1.tar.gz.md5D03-May-202454 21

Jinja2-2.7.1.tar.gz.sha512D03-May-2024150 21

LICENSED03-May-20241.5 KiB3225

OWNERSD03-May-202461 43

README.chromiumD03-May-2024895 2622

__init__.pyD03-May-20242.2 KiB7049

_compat.pyD03-May-20243.9 KiB151107

_stringdefs.pyD03-May-2024394.8 KiB13383

bccache.pyD03-May-202410.7 KiB312236

compiler.pyD03-May-202460.3 KiB1,6411,267

constants.pyD03-May-20241.6 KiB3326

debug.pyD03-May-202410.7 KiB338245

defaults.pyD03-May-20241 KiB4431

environment.pyD03-May-202446.1 KiB1,192967

exceptions.pyD03-May-20244.3 KiB147103

ext.pyD03-May-202424.5 KiB637501

filters.pyD03-May-202429.1 KiB988776

get_jinja2.shD03-May-20243 KiB12486

lexer.pyD03-May-202427.7 KiB734584

loaders.pyD03-May-202416.6 KiB472358

meta.pyD03-May-20244.1 KiB10476

nodes.pyD03-May-202428.2 KiB915688

optimizer.pyD03-May-20242.2 KiB6953

parser.pyD03-May-202434.4 KiB896783

runtime.pyD03-May-202419.1 KiB582454

sandbox.pyD03-May-202413.1 KiB369264

tests.pyD03-May-20243.4 KiB150104

utils.pyD03-May-202415.8 KiB521413

visitor.pyD03-May-20243.2 KiB8873

README.chromium

1Name: Jinja2 Python Template Engine
2Short Name: jinja2
3URL: http://jinja.pocoo.org/
4Version: 2.7.1
5License: BSD 3-clause License
6License File: NOT_SHIPPED
7Security Critical: no
8
9Description:
10Template engine for code generation in Blink.
11
12Source: https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.1.tar.gz
13MD5: 282aed153e69f970d6e76f78ed9d027a
14SHA-1: a9b24d887f2be772921b3ee30a0b9d435cffadda
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* install script (get_jinja2.sh)
23* files of hashes (MD5 is also posted on website, SHA-512 computed locally).
24Script checks hash then unpacks archive and installs desired files.
25Retrieve or update by executing jinja2/get_jinja2.sh from third_party.
26