From 7c24012474a30d64ec1950affb37c0d7f4dc8195 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Sat, 15 Jul 2023 11:48:21 +0900 Subject: python/python3-pystache: Added (Mustache in Python). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pystache/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-pystache/README (limited to 'python/python3-pystache/README') 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." -- cgit v1.2.3