pydot allows to create both directed and non-directed graphs from
Python. All attributes implemented in the Dot language up to Graphviz
2.16 are supported.
Provides
Requires
License
MIT
Changelog
* Tue Jan 27 2026 Dirk Müller <dmueller@suse.com>
- update to 4.0.1:
* Updated pyparsing to `>=3.1.0`. Required for pydot to
function correctly. (#477)
* Parser: Fixed 'strict' handling. (#480)
* Parser: Support backslash continuation in quoted IDs. (#487)
* Parser: Support +-concatenated quoted strings. (#490)
* Added initial type annotations. (#430)
* Added (fixed) complex edge parsing. (#467)
*