This is the command pystache that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pystache - Render a mustache template with the given context.
SYNOPSIS
pystache [options] sub-command [sub-cmd-options] [infile]
DESCRIPTION
This manual page documents briefly the pystache commands.
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."
OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with
two dashes (`-'). A summary of options is included below. For a complete description,
see the Info files.
-h, --help
Show summary of options.
POSITIONAL ARGUMENTS
template
A filename or template string.
context
A filename or JSON string.
Use pystache online using onworks.net services