aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pystache/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-pystache_2023-07-06@lockywolf.net>2023-07-15 11:48:21 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-15 17:30:05 +0700
commit7c24012474a30d64ec1950affb37c0d7f4dc8195 (patch)
tree6133f2df09c21f73af20e26ce7f23b2cecb106ce /python/python3-pystache/README
parentda3655889bab07e1618f090ef4d510fad1079d94 (diff)
python/python3-pystache: Added (Mustache in Python).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pystache/README')
-rw-r--r--python/python3-pystache/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-pystache/README b/python/python3-pystache/README
new file mode 100644
index 0000000000..0f6feba857
--- /dev/null
+++ b/python/python3-pystache/README
@@ -0,0 +1,5 @@
+Pystache is a Python implementation of Mustache. Mustache is a
+framework-agnostic, logic-free templating system inspired by ctemplate
+and et. Like ctemplate, Mustache "emphasizes separating logic from
+presentation: it is impossible to embed application logic in this
+template language."