{"library":"pydot","type":"library","category":null,"description":"Pydot is a pure-Python interface to Graphviz and its DOT language, enabling users to programmatically create, read, edit, and visualize graphs. It is currently at version 4.0.1 and is actively maintained with a regular release cadence, with recent updates focusing on parser fixes and type annotations.","language":"python","status":"active","version":"4.0.1","tags":["graph visualization","graphviz","dot language","data structures","networkx"],"install":[{"cmd":"pip install pydot","imports":["import pydot","import pydot\ngraph = pydot.Dot(...)","import pydot\nnode = pydot.Node(...)","import pydot\nedge = pydot.Edge(...)"]},{"cmd":"# You *must* also install Graphviz separately on your system.\n# For Debian/Ubuntu:\nsudo apt install graphviz\n# For macOS (with Homebrew):\nbrew install graphviz\n# For Windows, download from graphviz.org/download/ and add to PATH.","imports":[]}],"homepage":null,"github":"https://github.com/pydot/pydot","docs":null,"changelog":"https://github.com/pydot/pydot/blob/main/ChangeLog","pypi":"https://pypi.org/project/pydot/","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.06,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pydot/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}