{"library":"grandalf","type":"library","category":null,"description":"Grandalf is a pure Python package designed for experimenting with graph drawing algorithms. It currently implements two main layouts: the Sugiyama hierarchical layout and a force-driven (energy minimization) approach. Its primary function is to compute node (x,y) coordinates and route edges, providing the structural layout information without performing the actual graphical rendering, which is left to external graphics toolkits. The current version is 0.8, released in January 2023.","language":"python","status":"maintenance","version":"0.8","tags":["graph","drawing","algorithms","layout","visualization"],"last_verified":"Sat May 23","install":[{"cmd":"pip install grandalf","imports":["from grandalf.graphs import Vertex, Edge, Graph","from grandalf.layouts import SugiyamaLayout, ForceDirectedLayout","from grandalf.digraph import digraph_core"]}],"homepage":null,"github":"https://github.com/bdcht/grandalf","docs":null,"changelog":null,"pypi":"https://pypi.org/project/grandalf/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.7,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/grandalf/compatibility"}}