LICENSE.txt
README.md
pyproject.toml
edgegraph/__init__.py
edgegraph/version.py
edgegraph.egg-info/PKG-INFO
edgegraph.egg-info/SOURCES.txt
edgegraph.egg-info/dependency_links.txt
edgegraph.egg-info/top_level.txt
edgegraph/builder/__init__.py
edgegraph/builder/adjlist.py
edgegraph/builder/adjmatrix.py
edgegraph/builder/explicit.py
edgegraph/builder/randgraph.py
edgegraph/output/__init__.py
edgegraph/output/plaintext.py
edgegraph/output/plantuml.py
edgegraph/output/pyvis.py
edgegraph/structure/__init__.py
edgegraph/structure/base.py
edgegraph/structure/directededge.py
edgegraph/structure/link.py
edgegraph/structure/singleton.py
edgegraph/structure/twoendedlink.py
edgegraph/structure/undirectededge.py
edgegraph/structure/universe.py
edgegraph/structure/vertex.py
edgegraph/traversal/__init__.py
edgegraph/traversal/breadthfirst.py
edgegraph/traversal/depthfirst.py
edgegraph/traversal/helpers.py
tests/test_version.py