https://github.com/xflr6/graphviz
Raw File
Tip revision: f34358c9be27093f732d7c9bab30561f180154ba authored by Sebastian Bank on 12 December 2021, 10:59:30 UTC
release 0.19.1
Tip revision: f34358c
.gitignore
*.py[co]
__pycache__/

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

/.venv/
/.pytest_cache/
/.tox/
/htmlcov/
/.coverage
/test-log.txt

Thumbs.db

.ipynb_checkpoints/

/doctest-output/
/test-output/

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