https://github.com/xflr6/graphviz
Raw File
Tip revision: 54b4eecd0f2cc2ac356943ecc1f042abb6e627d2 authored by Sebastian Bank on 24 December 2020, 16:15:51 UTC
release 0.16
Tip revision: 54b4eec
.gitignore
*.py[co]
__pycache__/

/MANIFEST
/build/
/dist/
/docs/_build/
/*.egg-info/
/*.egg
/.eggs/

/.venv/
/.pytest_cache/
/.coverage
/htmlcov/
/.tox/

Thumbs.db

.ipynb_checkpoints/

/test-output/
/test-log.txt

/examples/*.gv
/examples/*.pdf
back to top