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
Install virtualenv:
$ wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py $ python2.7 ./virtualenv.py --no-site-packages venv
Clone pyhogan from github and then install:
$ git clone git://github.com/fafhrd91/pyhogan.git $ cd pyhogan $ ../venv/bin/python setup.py develop
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
Release history Release notifications | RSS feed
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)