1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: cubictemp
Section: python
Priority: optional
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), cdbs (>= 0.4.53), python
Build-Depends-Indep: python-dev, python-support (>= 0.6)
Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/python-modules/packages/cubictemp/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/cubictemp/trunk/
Homepage: http://dev.nullcube.com/
Package: python-cubictemp
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: small, elegant, Python-specific HTML templating system
Cubictemp integrates tightly with Python, allowing you to pass
arbitrary Python objects into a HTML template, walk sequences and
iterators, and evaluate expressions.
.
Cubictemp includes default protection against common classes of
HTML and Javascript Cross-Site Scripting vulnerabilities.
|