logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pystache3 - Render a mustache template with the given context.

Author

       pystache was written by Chris Jerdonek.

       This  manual  page  was written by Kouhei Maeda <mkouhei@palmtb.net>.  for the Debian project (and may be
       used by others).

                                                 August 13, 2012                                    PYSTACHE3(1)

Description

       This manual page documents briefly the pystache3 commands.

       Pystache3  is  a  Python3  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."

Name

       pystache3 - Render a mustache template with the given context.

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.

See Also

       The   programs   are   documented   by   README.rst.gz,   available   via   the    Info    system,    and
       http://pypi.python.org/pypi/pystache/

Synopsis

pystache3 [options] sub-command [sub-cmd-options] [infile]

See Also