A lightweight live parser for Jinja2 based on Flask and Jquery.
All you need is Python and preferably pip.
$ git clone [email protected]:guymatz/jinja2-live-parser.git
Then install virtualenv with your native package manager or pip and install requirements.txt
OR just run setup.sh
Finally,
$ ./run.sh
You are all set, go to http://localhost:5000/
and have fun.
Custom filters can be added under the filters/ directory. See filters/test_filter.py for an example