LICENSE
README.md
pyproject.toml
src/graphizy/__init__.py
src/graphizy/algorithms.py
src/graphizy/analysis.py
src/graphizy/builtin_plugins.py
src/graphizy/cli.py
src/graphizy/config.py
src/graphizy/data_interface.py
src/graphizy/drawing.py
src/graphizy/exceptions.py
src/graphizy/main.py
src/graphizy/memory.py
src/graphizy/networkx_bridge.py
src/graphizy/plugins_examples.py
src/graphizy/plugins_logic.py
src/graphizy/positions.py
src/graphizy/simulator.py
src/graphizy/streaming.py
src/graphizy/utils.py
src/graphizy/weight.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_algorithms_errors.py
tests/test_analysis.py
tests/test_cli.py
tests/test_config.py
tests/test_core_algorithms.py
tests/test_data_interface.py
tests/test_drawing.py
tests/test_endtoend.py
tests/test_error_handling.py
tests/test_integrated.py
tests/test_main_graphing.py
tests/test_memory.py
tests/test_memory_leak.py
tests/test_netx.py
tests/test_performances.py
tests/test_plugins.py
tests/test_smoke_tutorial.py
tests/test_streaming.py
tests/test_weight.py
tests/test_weight_api.py