Home | History | Annotate | only in /external/libmojo/third_party/jinja2
Up to higher level directory
NameDateSize
__init__.py21-Aug-20182.2K
_compat.py21-Aug-20183.9K
_stringdefs.py21-Aug-2018394.8K
AUTHORS21-Aug-2018559
bccache.py21-Aug-201810.7K
compiler.py21-Aug-201860.3K
constants.py21-Aug-20181.6K
debug.py21-Aug-201810.7K
defaults.py21-Aug-20181K
environment.py21-Aug-201846.1K
exceptions.py21-Aug-20184.3K
ext.py21-Aug-201824.5K
filters.py21-Aug-201829.1K
get_jinja2.sh21-Aug-20183K
Jinja2-2.7.1.tar.gz.md521-Aug-201854
Jinja2-2.7.1.tar.gz.sha51221-Aug-2018150
lexer.py21-Aug-201827.7K
LICENSE21-Aug-20181.5K
loaders.py21-Aug-201816.6K
meta.py21-Aug-20184.1K
nodes.py21-Aug-201828.2K
optimizer.py21-Aug-20182.2K
parser.py21-Aug-201834.4K
README.chromium21-Aug-2018895
runtime.py21-Aug-201819.1K
sandbox.py21-Aug-201813.1K
tests.py21-Aug-20183.4K
utils.py21-Aug-201815.8K
visitor.py21-Aug-20183.2K

README.chromium

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