Personal tools
Skip to content. | Skip to navigation
Chameleon is an XML attribute language template compiler. It comes with implementations for the Zope Page Templates (ZPT) and Genshi templating languages. The engine compiles templates into Python byte-code. This results in performance which is on average 10-15 times better than implementations which use run-time interpretation.
Chameleon is an HTML/XML template engine for Python. It uses the page templates language. You can use it in any Python web application with just about any version of Python (2.5 and up, including 3.x and pypy). Visit the website for more information or the documentation.