https://github.com/xflr6/graphviz
Raw File
Tip revision: 34fb16bcb6c47731888e0a28e5ead579484c668f authored by Sebastian Bank on 17 March 2024, 18:07:02 UTC
release 0.20.2
Tip revision: 34fb16b
.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