Skip to main content

Mustache to javascript compiler.

Project description

Mustache to javascript compiler

Mustache to javascript compiler written in python. It is based on twitter hogan.js compiler http://twitter.github.com/hogan.js/

Hogan.Template is still required for rendering.

Installation

  1. Install virtualenv:

    $ wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py
    $ python2.7 ./virtualenv.py --no-site-packages venv
  2. Clone pyhogan from github and then install:

    $ git clone git://github.com/fafhrd91/pyhogan.git
    $ cd pyhogan
    $ ../venv/bin/python setup.py develop
  3. Compile your mustache templates:

    $ ../venv/bin/pyhogan template.mustache
    
    new Hogan.Template(function(c,p,i){...}

Testing

Node.js is required for tests:

$ cd pyhogen/spec/
$ ../../venv/python ./mustache_spec.py

Requirements

  • Python 2.6 and up

  • Hogan.js 1.0.5

CHANGES

0.2 (2012-02-09)

  • Fixed setup.py

0.1 (2012-02-09)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyhogan-0.2.tar.gz (17.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page