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
- Host: GitHub
- URL: https://github.com/maxim-s-barabash/jinja2gv
- Owner: maxim-s-barabash
- License: mit
- Created: 2017-03-01T20:22:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T21:43:24.000Z (over 8 years ago)
- Last Synced: 2025-04-01T04:12:13.083Z (6 months ago)
- Topics: dot-files, graphviz, jinja2, uml
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
