1 | ''' |
---|
2 | Cheetah is an open source template engine and code generation tool. |
---|
3 | |
---|
4 | It can be used standalone or combined with other tools and frameworks. Web |
---|
5 | development is its principle use, but Cheetah is very flexible and is also being |
---|
6 | used to generate C++ game code, Java, sql, form emails and even Python code. |
---|
7 | |
---|
8 | Homepage |
---|
9 | http://www.cheetahtemplate.org/ |
---|
10 | |
---|
11 | Documentation |
---|
12 | http://cheetahtemplate.org/learn.html |
---|
13 | |
---|
14 | Mailing list |
---|
15 | cheetahtemplate-discuss@lists.sourceforge.net |
---|
16 | Subscribe at |
---|
17 | http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss |
---|
18 | ''' |
---|
19 | |
---|
20 | from Version import * |
---|