• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Apr-2021-

Cheetah/H25-Apr-2021-19,08114,854

Cheetah.egg-info/H03-May-2022-4840

bin/H25-Apr-2021-157

CHANGESH A D25-Apr-202176.8 KiB1,6641,388

LICENSEH A D25-Apr-2021983 1714

MANIFEST.inH A D25-Apr-2021286 87

PKG-INFOH A D25-Apr-20212.2 KiB4840

README.markdownH A D25-Apr-20212.3 KiB5239

SetupConfig.pyH A D25-Apr-20213.7 KiB10579

SetupTools.pyH A D25-Apr-20215.5 KiB173125

TODOH A D25-Apr-202112.2 KiB254217

setup.cfgH A D25-Apr-202159 64

setup.pyH A D25-Apr-2021320 189

README.markdown

1Cheetah is an open source template engine and code generation tool.
2
3It can be used standalone or combined with other tools and frameworks. Web
4development is its principle use, but Cheetah is very flexible and is also being
5used to generate C++ game code, Java, sql, form emails and even Python code.
6
7Documentation
8================================================================================
9For a high-level introduction to Cheetah please refer to the User\'s Guide
10at http://cheetahtemplate.org/learn.html
11
12Mailing list
13================================================================================
14cheetahtemplate-discuss@lists.sourceforge.net
15Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
16
17Credits
18================================================================================
19http://cheetahtemplate.org/credits.html
20
21Praise
22================================================================================
23"I\'m enamored with Cheetah" - Sam Ruby, senior member of IBM Emerging
24Technologies Group & director of Apache Software Foundation
25
26"Give Cheetah a try. You won\'t regret it. ... Cheetah is a truly powerful
27system. ... Cheetah is a serious contender for the 'best of breed' Python
28templating." - Alex Martelli
29
30"People with a strong PHP background absolutely love Cheetah for being Smarty,
31but much, much better." - Marek Baczynski
32
33"I am using Smarty and I know it very well, but compiled Cheetah Templates with
34its inheritance approach is much powerful and easier to use than Smarty." -
35Jaroslaw Zabiello
36
37"There is no better solution than Cheetah" - Wilk
38
39"A cheetah template can inherit from a python class, or a cheetah template, and
40a Python class can inherit from a cheetah template. This brings the full power
41of OO programming facilities to the templating system, and simply blows away
42other templating systems" - Mike Meyer
43
44"Cheetah has successfully been introduced as a replacement for the overweight
45XSL Templates for code generation. Despite the power of XSL (and notably XPath
46expressions), code generation is better suited to Cheetah as templates are much
47easier to implement and manage." - The FEAR development team
48    (http://fear.sourceforge.net/docs/latest/guide/Build.html#id2550573)
49
50"I\'ve used Cheetah quite a bit and it\'s a very good package" - Kevin Dangoor,
51lead developer of TurboGears.
52