https://github.com/xflr6/graphviz
Revision 00e5eccaf5f986995b9bf81464a6b338541317b2 authored by Sebastian Bank on 21 August 2019, 18:28:47 UTC, committed by Sebastian Bank on 21 August 2019, 18:28:47 UTC
1 parent 4152cee
Raw File
Tip revision: 00e5eccaf5f986995b9bf81464a6b338541317b2 authored by Sebastian Bank on 21 August 2019, 18:28:47 UTC
release 0.12
Tip revision: 00e5ecc
.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