From 184b7eecbfda179962ae9ec907913450c83ed5b7 Mon Sep 17 00:00:00 2001 From: Vinta Date: Tue, 1 Jul 2014 22:51:17 +0800 Subject: [PATCH] add Spitfire, remove webstring --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f595b16..2a6c381 100644 --- a/README.md +++ b/README.md @@ -294,8 +294,8 @@ 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. -* [webstring](http://psilib.sourceforge.net/webstring.html) - A template engine that generate any text format from a template. * [Chameleon](https://chameleon.readthedocs.org/) - Chameleon is an HTML/XML template engine for Python. Modeled after ZPT, optimized for speed. +* [Spitfire](https://code.google.com/p/spitfire/) - A very fast Python template compiler. ## Queue