Skip to main content

Python interface to Graphviz's Dot (updated fork of pydot)

Project description

About

This is fork of original pydot (https://github.com/pydot/pydot) project which unfortunately has gone dead since late 2018. This fork simply merges all open PRs. The original pydot doesn't work on Windows 10 anymore with Python 3.7+. One of this PR solves this issue as well.

pydot:

  • is an interface to Graphviz
  • can parse and dump into the DOT language used by GraphViz,
  • is written in pure Python,

and networkx can convert its graphs to pydot. Development occurs at GitHub (under branch dev), where you can report issues and contribute code.

Installation

From PyPI using pip:

pip install git+https://github.com/sytelus/pydot@v1.5.0#egg=pydot

From source:

pip install -e .

Note: If you had installed original pydot then first uninstall it using pip uninstall pydot.

Dependencies

License

Distributed under an MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydotz-1.5.1.tar.gz (133.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page