diff options
Diffstat (limited to 'python/python-cheetah/README')
-rw-r--r-- | python/python-cheetah/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python-cheetah/README b/python/python-cheetah/README new file mode 100644 index 0000000000..c4c01ca24b --- /dev/null +++ b/python/python-cheetah/README @@ -0,0 +1,8 @@ +Cheetah is an open source template engine and code generation tool, +written in Python. 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. + +The pysetuptools optional dependecy (available from SlackBuilds.org) +enables outputting a markdown processed template. |