public
Description: Cheetah, the Python-powered templating engine
Homepage: http://www.cheetahtemplate.org
Clone URL: git://github.com/rtyler/cheetah.git
Click here to lend your support to: cheetah and make a donation at www.pledgie.com !
name age message
file .gitignore Sun Mar 29 16:48:47 -0700 2009 Update gitignore [R. Tyler Ballance]
file BUGS Mon Jun 01 21:31:49 -0700 2009 Update references to communitycheetah.org -> ch... [R. Tyler Ballance]
file CHANGES Sat Oct 24 17:31:27 -0700 2009 tweak changes for release [rtyler]
file LICENSE Wed Nov 02 13:16:13 -0800 2005 update date [tavis_rudd]
file MANIFEST.in Sat Oct 24 17:47:31 -0700 2009 Update manifest [rtyler]
file README.markdown Loading commit data...
file SetupConfig.py Mon Sep 14 13:50:37 -0700 2009 Disable these C modules since they're of margin... [R. Tyler Ballance]
file SetupTools.py Fri Sep 11 14:08:45 -0700 2009 Make `setup.py install` skip C extensions if th... [abbeyj]
file TODO Mon Jun 01 21:31:49 -0700 2009 Update references to communitycheetah.org -> ch... [R. Tyler Ballance]
file _namemapper.pyd2.4 Mon Oct 01 19:39:40 -0700 2007 add [tavis_rudd]
file _namemapper.pyd2.5 Mon Oct 01 19:39:40 -0700 2007 add [tavis_rudd]
directory bin/ Mon Aug 24 21:53:35 -0700 2009 Remove cheetah.bat file now that setuptools wil... [abbeyj]
directory cheetah/ Sun Oct 18 16:24:06 -0700 2009 remove unnecessary encoding in the default filt... [Mike Bonnet]
directory contrib/ Sun Mar 22 14:35:44 -0700 2009 Add editor support file for some KDE Text Edito... [R. Tyler Ballance]
file setup.py
directory www/
README.markdown

Cheetah is an open source template engine and code generation tool.

It can be used standalone or combined with other tools and frameworks. Web development is its principle use, but Cheetah is very flexible and is also being used to generate C++ game code, Java, sql, form emails and even Python code.

Documentation

For a high-level introduction to Cheetah please refer to the User's Guide at http://cheetahtemplate.org/learn.html

Mailing list

cheetahtemplate-discuss@lists.sourceforge.net Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss

Credits

http://cheetahtemplate.org/credits.html

Praise

"I'm enamored with Cheetah" - Sam Ruby, senior member of IBM Emerging Technologies Group & director of Apache Software Foundation

"Give Cheetah a try. You won't regret it. ... Cheetah is a truly powerful system. ... Cheetah is a serious contender for the 'best of breed' Python templating." - Alex Martelli

"People with a strong PHP background absolutely love Cheetah for being Smarty, but much, much better." - Marek Baczynski

"I am using Smarty and I know it very well, but compiled Cheetah Templates with its inheritance approach is much powerful and easier to use than Smarty." - Jaroslaw Zabiello

"There is no better solution than Cheetah" - Wilk

"A cheetah template can inherit from a python class, or a cheetah template, and a Python class can inherit from a cheetah template. This brings the full power of OO programming facilities to the templating system, and simply blows away other templating systems" - Mike Meyer

"Cheetah has successfully been introduced as a replacement for the overweight XSL Templates for code generation. Despite the power of XSL (and notably XPath expressions), code generation is better suited to Cheetah as templates are much easier to implement and manage." - The FEAR development team

(http://fear.sourceforge.net/docs/latest/guide/Build.html#id2550573)

"I've used Cheetah quite a bit and it's a very good package" - Kevin Dangoor, lead developer of TurboGears.