diff options
| author | Lockywolf <for_sbo.python3-pystache_2023-07-06@lockywolf.net> | 2023-07-15 11:48:21 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:05 +0700 |
| commit | 7c24012474a30d64ec1950affb37c0d7f4dc8195 (patch) | |
| tree | 6133f2df09c21f73af20e26ce7f23b2cecb106ce /python/python3-pystache/README | |
| parent | da3655889bab07e1618f090ef4d510fad1079d94 (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/README | 5 |
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." |
