Metadata-Version: 1.1
Name: nxpydot
Version: 0.1
Summary: Wrapper round pydotplus to make it work with NetworkX
Home-page: http://github.com/pfmoore/nxpydot
Author: Paul Moore
Author-email: p.f.moore@gmail.com
License: MIT
Description: NetworkX can use pydot for GraphViz support, but pydot doesn't support
        Python 3.
        
        This package creates a wrapper around pydotplus, a Python 3 compatible
        version of pydot, making it look like pydot.
        
        Note that nxpydot installs top level modules "pydot" and "dot_parser",
        which clash with pydot. So don't install this if you have pydot.
        
Keywords: graphviz dot graphs visualization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
