Skip to content

xandr2/jinja2-live-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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. Can parse JSON and YAML.

Install

$ git clone [email protected]:abourguignon/jinja2-live-parser.git
$ pip install -r requirements.txt
$ python parser.py

Or through Dockerfile

Build

docker build -t mydocker/j2parser .
docker run -d -p 5000:5000 mydocker/j2parser

Or simply pull it from registry (without building)

docker run -d -p 5000:5000 sahilsk/j2parser

Usage

You are all set, go to http://localhost:5000/ and have fun.

Preview

preview

About

Jinja2 live (web) parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.3%
  • HTML 36.6%
  • JavaScript 19.1%
  • CSS 5.0%