pkgsrc/textproc/py-cmTemplate/DESCR
joerg 89843f1e13 Import cmTemplate-0.3.2. From DESCR:
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.
2006-07-27 13:58:53 +00:00

7 lines
352 B
Text

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.