2015-06-01 20:30:30 +02:00
|
|
|
|
Chameleon is an HTML/XML template engine for Python. It uses the page templates
|
|
|
|
|
language.
|
2011-03-21 07:18:17 +01:00
|
|
|
|
|
2015-06-01 20:30:30 +02:00
|
|
|
|
It’s designed to generate the document output of a web application, typicay
|
|
|
|
|
HTML markup or XML. The language used is page templates, originally a Zope
|
|
|
|
|
invention, but available here as a standalone library that you can use in any
|
|
|
|
|
script or application running Python.
|
2011-03-21 07:18:17 +01:00
|
|
|
|
|
2016-12-14 18:49:20 +01:00
|
|
|
|
WWW: https://github.com/malthe/chameleon
|