All Projects → oz123 → bottle-jinja-live

oz123 / bottle-jinja-live

Licence: BSD-3-Clause License
A small validator for jinja2 template

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to bottle-jinja-live

pipen
pipen - A pipeline framework for python
Stars: ✭ 82 (+485.71%)
Mutual labels:  jinja2
jinja2-git
Jinja2 extension to handle git-specific things
Stars: ✭ 12 (-14.29%)
Mutual labels:  jinja2
coAST
Universal and language-independent abstract syntax tree
Stars: ✭ 30 (+114.29%)
Mutual labels:  jinja2
web-7.0
The freenode website, home to our blog, knowledge base and policies
Stars: ✭ 112 (+700%)
Mutual labels:  jinja2
MLH-Quizzet
This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.
Stars: ✭ 23 (+64.29%)
Mutual labels:  jinja2
vscode-saltstack
SaltStack extension for Microsoft Visual Studio Code
Stars: ✭ 26 (+85.71%)
Mutual labels:  jinja2
roundup
un-official mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org for finding starter issues or log new issues.
Stars: ✭ 20 (+42.86%)
Mutual labels:  jinja2
python-docker-compose-templer
📄 Render Docker Compose file templates with the power of Jinja2
Stars: ✭ 16 (+14.29%)
Mutual labels:  jinja2
lbuild
lbuild: a generic, modular code generator in Python 3
Stars: ✭ 22 (+57.14%)
Mutual labels:  jinja2
buscaimoveis
Agregador de anúncios de imóveis a venda
Stars: ✭ 15 (+7.14%)
Mutual labels:  jinja2
jinja2-time
📆 Jinja2 Extension for Dates and Times
Stars: ✭ 64 (+357.14%)
Mutual labels:  jinja2
minijinja
MiniJinja is a powerful but minimal dependency template engine for Rust
Stars: ✭ 540 (+3757.14%)
Mutual labels:  jinja2
voldemort
A simple static site generator using Jinja2 and Markdown templates.
Stars: ✭ 48 (+242.86%)
Mutual labels:  jinja2
Flask-QRcode
A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
Stars: ✭ 89 (+535.71%)
Mutual labels:  jinja2
jinja2-action
Use the Jinja2 template engine as a GitHub action
Stars: ✭ 27 (+92.86%)
Mutual labels:  jinja2
datasets
The primary repository for all of the CORGIS Datasets
Stars: ✭ 19 (+35.71%)
Mutual labels:  jinja2
liquidpy
A port of liquid template engine for python
Stars: ✭ 49 (+250%)
Mutual labels:  jinja2
vscode-django
Beautiful syntax and snippets for perfectionists with deadlines
Stars: ✭ 113 (+707.14%)
Mutual labels:  jinja2
flaskbooks
A very light social network & RESTful API for sharing books using flask!
Stars: ✭ 19 (+35.71%)
Mutual labels:  jinja2
ansible-role-k8s
This role render an arbitrary number of Jinja2 templates and deploys or removes them to/from Kubernetes clusters.
Stars: ✭ 26 (+85.71%)
Mutual labels:  jinja2

bottle-jinja-live

A small live editor for jinja2 templates, inspired by

http://stackoverflow.com/q/20145709/492620. The OP posted a repository with a flask application that does that, I could not resist and built it with bottle.py.

Usage:


	$ pip install bottle jinja2
	$ python app.py

Careful this application now listens to all incoming requests on 0.0.0.0.

You can run with Docker using:

	$ make build
	$ make run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].