An open API service indexing awesome lists of open source software.

https://github.com/maxim-s-barabash/jinja2gv

create UML diagrams for jinja2 templates
https://github.com/maxim-s-barabash/jinja2gv

dot-files graphviz jinja2 uml

Last synced: 5 months ago
JSON representation

create UML diagrams for jinja2 templates

Awesome Lists containing this project

README

          

# jinja2gv

Small tools for create UML diagrams from jinja2 templates.
jinja2gv output gv file to stdout. For visualization can be used [Graphviz](http://www.graphviz.org/)

### Example of use

python jinja2gv.py modulename:app.jinja2_env | dot -T png > scr.png

![diagram](https://raw.githubusercontent.com/maxim-s-barabash/jinja2gv/master/scr.png)