Skip to content

Commit 13908aa

Browse files
committed
added ZPT and Chameleon
1 parent 027535e commit 13908aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
286286
*Libraries and tools for templating and lexing.*
287287

288288
* [Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language.
289+
* [Zope Page Templates](http://docs.zope.org/zope2/zope2book/AppendixC.html) - HTML/XML generation tool - It is implemented as an XML namespace, and lives inside the attributes of a tag, making it possible to create templates that look like normal HTML/XML to editors.
290+
* [Chameleon](https://chameleon.readthedocs.org/) - Chameleon is an HTML/XML template engine for Python. Modeled after ZPT, optimized for speed.
289291

290292
## Queue
291293

0 commit comments

Comments
 (0)