Python interface to Graphviz's Dot
Project description
About
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 pydot
From source:
python setup.py install
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.
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
Built Distribution
File details
Details for the file pydot-1.4.1.tar.gz
.
File metadata
- Download URL: pydot-1.4.1.tar.gz
- Upload date:
- Size: 128.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d49c9d4dd1913beec2a997f831543c8cbd53e535b1a739e921642fe416235f01 |
|
MD5 | 0ee9da6823c2fcad4ea380f65730dec5 |
|
BLAKE2b-256 | 5fe223e053ccf5648153959ea15d77fb90adb2b1f9c9360f832f39d6d6c024e2 |
File details
Details for the file pydot-1.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pydot-1.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67be714300c78fda5fd52f79ec994039e3f76f074948c67b5ff539b433ad354f |
|
MD5 | f9ffa4f573add2b8af06947329b8b367 |
|
BLAKE2b-256 | 33d1b1479a770f66d962f545c2101630ce1d5592d90cb4f083d38862e93d16d2 |