summaryrefslogtreecommitdiffstats
path: root/libraries/Jinja2/README
blob: fa926870bc4779e77c073cb6ed4f0473f3ff0e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
Jinja2 is a template engine written in pure Python.  It provides a
Django inspired non-XML syntax but supports inline expressions and
an optional sandboxed  environment.

This requires pysetuptools.

Circular dependencies warning: The DOCS=yes flag needs Sphinx, which
needs Jinja2, which needs Sphinx because DOCS=yes ... So...  If you
really need the docs, build Jinja2 without the DOCS=yes flag, build
Sphinx, then rebuild Jinja2 with DOCS=yes.  Incidentally, unless you
are a developer, you don't normally need the DOCS=yes flag.