You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lockywolf 7c24012474
python/python3-pystache: Added (Mustache in Python).
3 years ago
..
README python/python3-pystache: Added (Mustache in Python). 3 years ago
python3-pystache.SlackBuild python/python3-pystache: Added (Mustache in Python). 3 years ago
python3-pystache.info python/python3-pystache: Added (Mustache in Python). 3 years ago
slack-desc python/python3-pystache: Added (Mustache in Python). 3 years ago

README

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."