Removed Cheetah from Template Engine

Removed based on http://mindref.blogspot.in/2012/07/python-fastest-template.html
This commit is contained in:
Eduardo Rolim 2014-07-01 10:31:32 -03:00
parent 90f3f7bcbb
commit 08f906b825

View File

@ -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