pyhogan 0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

pyhogan 0.2

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.