Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
__init__.py | 22-Oct-2020 | 2.6K | |
_compat.py | 22-Oct-2020 | 2.5K | |
_identifier.py | 22-Oct-2020 | 1.7K | |
asyncfilters.py | 22-Oct-2020 | 4K | |
asyncsupport.py | 22-Oct-2020 | 7.7K | |
AUTHORS | 22-Oct-2020 | 591 | |
bccache.py | 22-Oct-2020 | 12.5K | |
compiler.py | 22-Oct-2020 | 63.9K | |
constants.py | 22-Oct-2020 | 1.6K | |
debug.py | 22-Oct-2020 | 11.8K | |
defaults.py | 22-Oct-2020 | 1.4K | |
environment.py | 22-Oct-2020 | 49.7K | |
exceptions.py | 22-Oct-2020 | 4.3K | |
ext.py | 22-Oct-2020 | 23.9K | |
filters.py | 22-Oct-2020 | 35.7K | |
get_jinja2.sh | 22-Oct-2020 | 3.2K | |
idtracking.py | 22-Oct-2020 | 9K | |
Jinja2-2.10.tar.gz.md5 | 22-Oct-2020 | 53 | |
Jinja2-2.10.tar.gz.sha512 | 22-Oct-2020 | 149 | |
jinja2.gni | 22-Oct-2020 | 1.1K | |
lexer.py | 22-Oct-2020 | 27.9K | |
LICENSE | 22-Oct-2020 | 1.5K | |
loaders.py | 22-Oct-2020 | 17K | |
meta.py | 22-Oct-2020 | 4.2K | |
nativetypes.py | 22-Oct-2020 | 7.1K | |
nodes.py | 22-Oct-2020 | 30.1K | |
optimizer.py | 22-Oct-2020 | 1.7K | |
parser.py | 22-Oct-2020 | 35K | |
README.chromium | 22-Oct-2020 | 974 | |
runtime.py | 22-Oct-2020 | 27.1K | |
sandbox.py | 22-Oct-2020 | 16.3K | |
tests.py | 22-Oct-2020 | 4.1K | |
utils.py | 22-Oct-2020 | 20.1K | |
visitor.py | 22-Oct-2020 | 3.2K |
1 Name: Jinja2 Python Template Engine 2 Short Name: jinja2 3 URL: http://jinja.pocoo.org/ 4 Version: 2.10 5 License: BSD 3-Clause 6 License File: LICENSE 7 Security Critical: no 8 9 Description: 10 Template engine for code generation in Blink. 11 12 Source: https://pypi.python.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz 13 MD5: 61ef1117f945486472850819b8d1eb3d 14 SHA-1: 34b69e5caab12ee37b9df69df9018776c008b7b8 15 16 Local Modifications: 17 This only includes the jinja2 directory from the tarball and the LICENSE and 18 AUTHORS files. Unit tests (testsuite directory) have been removed. 19 Additional 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). 25 Script checks hash then unpacks archive and installs desired files. 26 Retrieve or update by executing jinja2/get_jinja2.sh from third_party. 27