1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: jinja
Section: python
Priority: optional
Maintainer: Piotr Ozarowski <ozarow@gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38)
Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.2
XS-Python-Version: all
XS-Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/jinja/trunk
Package: python-jinja
Architecture: all
Depends: ${python:Depends}
Recommends: python-textile (>=2.0.10-3.1), python-markdown (>=1.4-2), python-xml (>= 0.8.4-5), python-setuptools (>= 0.6b3-1)
XB-Python-Version: ${python:Versions}
Description: simple pythonic template language
Jinja is a text-based template language similar to Cheetah and Smarty.
The syntax and parts of the code where taken from the django template.
.
Like the django template, Jinja tries to simplify templating but provide a
powerful syntax. The idea is to remove all application logic from the
template.
.
Homepage: http://wsgiarea.pocoo.org/jinja/
|