MyIgel / jinja2-live-parser

Jinja2 live (web) parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 inputs.

Deploy

Install

Clone + pip

$ git clone git@github.com:abourguignon/jinja2-live-parser.git
$ pip install -r requirements.txt
$ python parser.py

Dockerfile

Build it:

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.
You can add any custom filter you'd like in filters.py. Just make sure the function's name starts with filter_.

Preview

preview

About

Jinja2 live (web) parser

License:MIT License


Languages

Language:Python 47.5%Language:HTML 30.3%Language:JavaScript 12.7%Language:Dockerfile 5.7%Language:CSS 3.8%