Metadata-Version: 2.0 Name: pydot Version: 1.2.3 Summary: Python interface to Graphviz's Dot Home-page: https://github.com/erocarrera/pydot Author: Ioannis Filippidis Author-email: jfilippidis@gmail.com License: MIT Keywords: graphviz dot graphs visualization Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Topic :: Scientific/Engineering :: Visualization Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Dist: pyparsing (>=2.1.4) Graphviz's dot language Python interface. This module provides with a full interface to create handle modify and process graphs in Graphviz's dot language. References: pydot Homepage: https://github.com/erocarrera/pydot Graphviz: http://www.graphviz.org/ DOT Language: http://www.graphviz.org/doc/info/lang.html Copyright (c) 2005-2011 Ero Carrera Distributed under MIT license [http://opensource.org/licenses/mit-license.html].