From 90f3f7bcbb79edd7a9b1cc606693b5d1a22f375f Mon Sep 17 00:00:00 2001 From: Eduardo Rolim Date: Tue, 1 Jul 2014 09:59:56 -0300 Subject: [PATCH 1/2] Added entries on Template Engine Added Genshi, Mako, Cheetah and webstring. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c6e4f91..80bf7cce 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,10 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b *Libraries and tools for templating and lexing.* * [Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language. +* [Genshi](http://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output. +* [Mako](http://www.makotemplates.org/) - Hyperfast and lightweight templating for the Python platform. +* [Cheetah](http://www.cheetahtemplate.org/) - Python powered template engine. +* [webstring](http://psilib.sourceforge.net/webstring.html) - A template engine that generate any text format from a template. ## Queue From 08f906b825c27af8497fd4ad977eb47ca790b3c0 Mon Sep 17 00:00:00 2001 From: Eduardo Rolim Date: Tue, 1 Jul 2014 10:31:32 -0300 Subject: [PATCH 2/2] Removed Cheetah from Template Engine Removed based on http://mindref.blogspot.in/2012/07/python-fastest-template.html --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 80bf7cce..72475ed3 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,6 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language. * [Genshi](http://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output. * [Mako](http://www.makotemplates.org/) - Hyperfast and lightweight templating for the Python platform. -* [Cheetah](http://www.cheetahtemplate.org/) - Python powered template engine. * [webstring](http://psilib.sourceforge.net/webstring.html) - A template engine that generate any text format from a template. ## Queue