Home | History | Annotate | only in /external/libchrome/third_party/jinja2
Up to higher level directory
NameDateSize
__init__.py22-Oct-20202.6K
_compat.py22-Oct-20202.5K
_identifier.py22-Oct-20201.7K
asyncfilters.py22-Oct-20204K
asyncsupport.py22-Oct-20207.7K
AUTHORS22-Oct-2020591
bccache.py22-Oct-202012.5K
compiler.py22-Oct-202063.9K
constants.py22-Oct-20201.6K
debug.py22-Oct-202011.8K
defaults.py22-Oct-20201.4K
environment.py22-Oct-202049.7K
exceptions.py22-Oct-20204.3K
ext.py22-Oct-202023.9K
filters.py22-Oct-202035.7K
get_jinja2.sh22-Oct-20203.2K
idtracking.py22-Oct-20209K
Jinja2-2.10.tar.gz.md522-Oct-202053
Jinja2-2.10.tar.gz.sha51222-Oct-2020149
jinja2.gni22-Oct-20201.1K
lexer.py22-Oct-202027.9K
LICENSE22-Oct-20201.5K
loaders.py22-Oct-202017K
meta.py22-Oct-20204.2K
nativetypes.py22-Oct-20207.1K
nodes.py22-Oct-202030.1K
optimizer.py22-Oct-20201.7K
parser.py22-Oct-202035K
README.chromium22-Oct-2020974
runtime.py22-Oct-202027.1K
sandbox.py22-Oct-202016.3K
tests.py22-Oct-20204.1K
utils.py22-Oct-202020.1K
visitor.py22-Oct-20203.2K

README.chromium

      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