Home | History | Annotate | only in /external/chromium_org/third_party/jinja2
Up to higher level directory
NameDateSize
__init__.py03-Dec-20142.2K
_compat.py03-Dec-20143.9K
_stringdefs.py03-Dec-2014394.8K
AUTHORS03-Dec-2014559
bccache.py03-Dec-201410.7K
compiler.py03-Dec-201460.3K
constants.py03-Dec-20141.6K
debug.py03-Dec-201410.7K
defaults.py03-Dec-20141K
environment.py03-Dec-201446.1K
exceptions.py03-Dec-20144.3K
ext.py03-Dec-201424.5K
filters.py03-Dec-201429.1K
get_jinja2.sh03-Dec-20143K
Jinja2-2.7.1.tar.gz.md503-Dec-201454
Jinja2-2.7.1.tar.gz.sha51203-Dec-2014150
lexer.py03-Dec-201427.7K
LICENSE03-Dec-20141.5K
loaders.py03-Dec-201416.6K
meta.py03-Dec-20144.1K
nodes.py03-Dec-201428.2K
optimizer.py03-Dec-20142.2K
OWNERS03-Dec-201461
parser.py03-Dec-201434.4K
README.chromium03-Dec-2014895
runtime.py03-Dec-201419.1K
sandbox.py03-Dec-201413.1K
tests.py03-Dec-20143.4K
utils.py03-Dec-201415.8K
visitor.py03-Dec-20143.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