summaryrefslogtreecommitdiff
path: root/textproc/py-cmTemplate/DESCR
blob: 604a7cbbaeb2e5c1ed4e63b9b8145fea2a70bfe8 (plain)
1
2
3
4
5
6
7
cmTemplate is a Python module that allows CGI programmers to separate code
from HTML.  It is much more powerful than a simple HTML preprocessor, and
can be used to generate any type of formatted text output.

cmTemplate converts the template code into Python code, which is
byte-compiled afterwards.  This makes the template processing extremely
fast.