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
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
-
pyparsing
: used only for loading DOT files, installed automatically duringpydot
installation. -
GraphViz: used to render graphs as PDF, PNG, SVG, etc. Should be installed separately, using your system's package manager, something similar (e.g., MacPorts), or from its source or see official binary downloads.
License
Distributed under an MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pydotz-1.5.1.tar.gz
.
File metadata
- Download URL: pydotz-1.5.1.tar.gz
- Upload date:
- Size: 133.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31dfd2718e8b73fcbda6517c6acb3df7b60ab9fd64c60b1ecfc067f25bb208a1 |
|
MD5 | 11582763b648cf583427e9d94947a16f |
|
BLAKE2b-256 | 5ebf080a984be9b205fee3e2b9f82171e5abc17fbfe4d224ebc90e64a8889ef6 |