summaryrefslogtreecommitdiffstats
path: root/python/cheetah3/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/cheetah3/README')
-rw-r--r--python/cheetah3/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/cheetah3/README b/python/cheetah3/README
new file mode 100644
index 0000000000..89f26c4e38
--- /dev/null
+++ b/python/cheetah3/README
@@ -0,0 +1,9 @@
+Cheetah3 is a free and open source template engine and code-
+generation tool written in Python. Cheetah can be used unto itself,
+or incorporated with other technologies and stacks regardless of
+whether they’re written in Python or not.
+
+At its core, Cheetah is a domain-specific language for markup
+generation and templating which allows for full integration with
+existing Python code but also offers extensions to traditional
+Python syntax to allow for easier text-generation.