LICENSE
README.md
mkdocs.yml
pyproject.toml
pyrightconfig.json
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTION.md
.github/ROADMAP.md
.github/SECURITY.md
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
.github/workflows/typecheck.yml
docs/index.md
docs/api/.pages
docs/api/diff.md
docs/api/nodes.md
docs/api/rich.md
docs/api/states.md
docs/api/graph/branches.md
docs/api/graph/graphs.md
docs/api/graph/hooks.md
docs/api/graph/types.md
docs/api/graph_hooks/interactive_debug.md
docs/api/graph_hooks/node_print.md
examples/gambling.py
examples/hello_world.py
src/edgygraph/__init__.py
src/edgygraph/diff.py
src/edgygraph/nodes.py
src/edgygraph/py.typed
src/edgygraph/rich.py
src/edgygraph/states.py
src/edgygraph.egg-info/PKG-INFO
src/edgygraph.egg-info/SOURCES.txt
src/edgygraph.egg-info/dependency_links.txt
src/edgygraph.egg-info/requires.txt
src/edgygraph.egg-info/top_level.txt
src/edgygraph/graph/__init__.py
src/edgygraph/graph/branches.py
src/edgygraph/graph/graphs.py
src/edgygraph/graph/hooks.py
src/edgygraph/graph/types.py
src/edgygraph/graph_hooks/__init__.py
src/edgygraph/graph_hooks/interactive_debug.py
src/edgygraph/graph_hooks/node_print.py
src/edgygraph/graph_hooks/utils/rich_printing.py
tests/test_graph.py