README.md
pyproject.toml
src/AlgoGraph/__init__.py
src/AlgoGraph/builder.py
src/AlgoGraph/edge.py
src/AlgoGraph/graph.py
src/AlgoGraph/graph_selectors.py
src/AlgoGraph/interop.py
src/AlgoGraph/query.py
src/AlgoGraph/serialization.py
src/AlgoGraph/transformers.py
src/AlgoGraph/vertex.py
src/AlgoGraph/views.py
src/AlgoGraph/visualization.py
src/AlgoGraph.egg-info/PKG-INFO
src/AlgoGraph.egg-info/SOURCES.txt
src/AlgoGraph.egg-info/dependency_links.txt
src/AlgoGraph.egg-info/entry_points.txt
src/AlgoGraph.egg-info/requires.txt
src/AlgoGraph.egg-info/top_level.txt
src/AlgoGraph/algorithms/__init__.py
src/AlgoGraph/algorithms/centrality.py
src/AlgoGraph/algorithms/coloring.py
src/AlgoGraph/algorithms/connectivity.py
src/AlgoGraph/algorithms/flow.py
src/AlgoGraph/algorithms/matching.py
src/AlgoGraph/algorithms/shortest_path.py
src/AlgoGraph/algorithms/spanning_tree.py
src/AlgoGraph/algorithms/traversal.py
src/AlgoGraph/shell/__init__.py
src/AlgoGraph/shell/cli.py
src/AlgoGraph/shell/commands.py
src/AlgoGraph/shell/context.py
src/AlgoGraph/shell/shell.py
tests/test_algorithms.py
tests/test_builder.py
tests/test_cli.py
tests/test_interop.py
tests/test_new_transformers.py
tests/test_phase2_algorithms.py
tests/test_phase3_coverage.py
tests/test_phase3_features.py
tests/test_query.py
tests/test_shell.py
tests/test_visualization.py