Home | History | Annotate | only in /external/libmojo/third_party/jinja2
Up to higher level directory
NameDateSize
__init__.py06-Dec-20172.2K
_compat.py06-Dec-20173.9K
_stringdefs.py06-Dec-2017394.8K
AUTHORS06-Dec-2017559
bccache.py06-Dec-201710.7K
compiler.py06-Dec-201760.3K
constants.py06-Dec-20171.6K
debug.py06-Dec-201710.7K
defaults.py06-Dec-20171K
environment.py06-Dec-201746.1K
exceptions.py06-Dec-20174.3K
ext.py06-Dec-201724.5K
filters.py06-Dec-201729.1K
get_jinja2.sh06-Dec-20173K
Jinja2-2.7.1.tar.gz.md506-Dec-201754
Jinja2-2.7.1.tar.gz.sha51206-Dec-2017150
lexer.py06-Dec-201727.7K
LICENSE06-Dec-20171.5K
loaders.py06-Dec-201716.6K
meta.py06-Dec-20174.1K
nodes.py06-Dec-201728.2K
optimizer.py06-Dec-20172.2K
parser.py06-Dec-201734.4K
README.chromium06-Dec-2017895
runtime.py06-Dec-201719.1K
sandbox.py06-Dec-201713.1K
tests.py06-Dec-20173.4K
utils.py06-Dec-201715.8K
visitor.py06-Dec-20173.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