LICENSE
README.md
pyproject.toml
dagua/__init__.py
dagua/animation.py
dagua/cli.py
dagua/config.py
dagua/defaults.py
dagua/edges.py
dagua/elements.py
dagua/flex.py
dagua/graph.py
dagua/graphviz_utils.py
dagua/io.py
dagua/metrics.py
dagua/playground.py
dagua/reference_glossary.py
dagua/routing.py
dagua/showcase_gallery.py
dagua/style.py
dagua/styles.py
dagua/utils.py
dagua.egg-info/PKG-INFO
dagua.egg-info/SOURCES.txt
dagua.egg-info/dependency_links.txt
dagua.egg-info/entry_points.txt
dagua.egg-info/requires.txt
dagua.egg-info/top_level.txt
dagua/eval/__init__.py
dagua/eval/__main__.py
dagua/eval/aesthetic.py
dagua/eval/benchmark.py
dagua/eval/compare.py
dagua/eval/graphs.py
dagua/eval/quick.py
dagua/eval/report.py
dagua/eval/runtime_env.py
dagua/eval/sweep.py
dagua/eval/visual_audit.py
dagua/eval/competitors/__init__.py
dagua/eval/competitors/base.py
dagua/eval/competitors/dagre_competitor.py
dagua/eval/competitors/dagua_competitor.py
dagua/eval/competitors/elk_competitor.py
dagua/eval/competitors/graphviz_competitor.py
dagua/eval/competitors/igraph_competitor.py
dagua/eval/competitors/networkx_competitor.py
dagua/graphs/__init__.py
dagua/graphs/balanced_binary_tree.yaml
dagua/graphs/bipartite_5x5.yaml
dagua/graphs/bottom_to_top.yaml
dagua/graphs/complete_k5.yaml
dagua/graphs/cross_cluster_edges.yaml
dagua/graphs/data_pipeline.yaml
dagua/graphs/deep_nesting_4.yaml
dagua/graphs/deep_nesting_6.yaml
dagua/graphs/dense_small.yaml
dagua/graphs/diamond.yaml
dagua/graphs/disconnected_mixed.yaml
dagua/graphs/disconnected_trio.yaml
dagua/graphs/feedback_with_tails.yaml
dagua/graphs/flat_many_clusters.yaml
dagua/graphs/grid_4x4.yaml
dagua/graphs/ladder.yaml
dagua/graphs/long_labels.yaml
dagua/graphs/medium_mixed.yaml
dagua/graphs/microservices.yaml
dagua/graphs/multi_cycle.yaml
dagua/graphs/narrow_deep.yaml
dagua/graphs/nested_clusters.yaml
dagua/graphs/neural_net.yaml
dagua/graphs/pipeline.yaml
dagua/graphs/residual_chain.yaml
dagua/graphs/right_to_left.yaml
dagua/graphs/self_loop.yaml
dagua/graphs/simple_ring.yaml
dagua/graphs/single_edge.yaml
dagua/graphs/star.yaml
dagua/graphs/state_machine.yaml
dagua/graphs/styled_flowchart.yaml
dagua/graphs/transformer_block.yaml
dagua/graphs/unet_symmetric.yaml
dagua/graphs/wide_shallow.yaml
dagua/layout/__init__.py
dagua/layout/constraints.py
dagua/layout/cycle.py
dagua/layout/edge_optimization.py
dagua/layout/engine.py
dagua/layout/init_placement.py
dagua/layout/layers.py
dagua/layout/multilevel.py
dagua/layout/projection.py
dagua/layout/schedule.py
dagua/render/__init__.py
dagua/render/graphviz.py
dagua/render/mpl.py
dagua/render/svg.py
tests/test_animation.py
tests/test_bench_large.py
tests/test_benchmark_rare.py
tests/test_benchmark_standard.py
tests/test_cascade.py
tests/test_cli.py
tests/test_cluster.py
tests/test_config_defaults.py
tests/test_cycle.py
tests/test_defaults.py
tests/test_edge_optimization.py
tests/test_elements.py
tests/test_flex.py
tests/test_graph.py
tests/test_how_dagua_works.py
tests/test_integration.py
tests/test_io.py
tests/test_metrics.py
tests/test_playground.py
tests/test_reference_glossary.py
tests/test_routing.py
tests/test_scaling.py
tests/test_showcase_gallery.py
tests/test_smoke.py
tests/test_style.py
tests/test_visual_audit.py