LICENSE
README.md
license_update_summary.md
pyproject.toml
src/graphizy/__init__.py
src/graphizy/algorithms.py
src/graphizy/builtin_plugins.py
src/graphizy/cli.py
src/graphizy/config.py
src/graphizy/drawing.py
src/graphizy/exceptions.py
src/graphizy/main.py
src/graphizy/plugin_examples.py
src/graphizy/plugins.py
src/graphizy/utils.py
src/graphizy.egg-info/PKG-INFO
src/graphizy.egg-info/SOURCES.txt
src/graphizy.egg-info/dependency_links.txt
src/graphizy.egg-info/entry_points.txt
src/graphizy.egg-info/requires.txt
src/graphizy.egg-info/top_level.txt
tests/test_advanced.py
tests/test_basic.py
tests/test_cli.py
tests/test_coordinates.py
tests/test_diagnostic.py
tests/test_drawing_architecture.py
tests/test_fix.py
tests/test_fix_comprehensive.py
tests/test_fixes.py
tests/test_fixes_comprehensive.py
tests/test_gabriel.py
tests/test_memory_comprehensive.py
tests/test_memory_fix.py
tests/test_memory_graph.py
tests/test_mst.py
tests/test_validation.py