Metadata-Version: 1.2
Name: pydot
Version: 1.3.0
Summary: Python interface to Graphviz's Dot
Home-page: https://github.com/pydot/pydot
Author: Ero Carrera
Author-email: ero@dkbza.org
Maintainer: Sebastian Kalinowski
Maintainer-email: sebastian@kalinowski.eu
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] https://www.graphviz.org
        [2] https://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
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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
