Skip to content

guymatz/jinja2-live-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jinja2 live parser

A lightweight live parser for Jinja2 based on Flask and Jquery.
All you need is Python and preferably pip.

Install

$ 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

Usage

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

Preview

preview

About

Jinja2 live (web) parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.5%
  • HTML 20.2%
  • JavaScript 11.4%
  • Shell 4.2%
  • CSS 2.7%