Metadata-Version: 1.2
Name: pydot
Version: 1.2.4
Summary: Python interface to Graphviz's Dot
Home-page: https://github.com/erocarrera/pydot
Author: Ero Carrera
Author-email: ero@dkbza.org
Maintainer: Ioannis Filippidis
Maintainer-email: jfilippidis@gmail.com
License: MIT
Description: 
        A Python interface to GraphViz and the DOT language.
        
        This package includes an interface to GraphViz [1], with classes to represent
        graphs and dump them in the DOT language [2], and a parser from DOT.
        
        
        [1] http://www.graphviz.org
        [2] http://www.graphviz.org/doc/info/lang.html
        
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
