Skip to content

A wrapper for pydotplus to allow it to be used by NetworkX

Notifications You must be signed in to change notification settings

pfmoore/nxpydot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A pydot compatibility wrapper for pydotplus

NetworkX can use pydot for GraphViz support, but pydot doesn't support Python 3. On the other hand, pydotplus supports Python 3, but doesn't have an API that is compatible with pydot.

This package creates a wrapper around pydotplus that simply re-exports the pydotplus API under the name pydot and exposes an empty top-level module dot_parser. This is minimally sufficient to allow NetworkX to work, at least to the extent of passing its pydot tests.

This project should not be installed if you have a working version of pydot. It should also not be used for any purpose other than using pydotplus as the pydot back-end for NetworkX.

About

A wrapper for pydotplus to allow it to be used by NetworkX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages