diff options
author | Nikos Skalkotos <skalkoto@gmail.com> | 2011-07-08 17:51:04 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 19:50:57 -0300 |
commit | 6a93398fdceb06d9d63313d045e8762dda40770b (patch) | |
tree | 61fe62f6a700eda0ea8d3b8efa451d4469c78dac /python/python-cheetah/README | |
parent | ab2766ddbc81b6376c4ab5cae1fef657112a2c51 (diff) | |
download | slackbuilds-6a93398fdceb06d9d63313d045e8762dda40770b.tar.gz |
python/python-cheetah: Added (Python-Powered Template Engine)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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. |