Dotter is a graphviz wrapper for Python 2 and 3
Project description
Copyright (c) 2013, Friedrich Paetzke (f.paetzke@gmail.com) All rights reserved.
Dotter is a graphviz wrapper for Python 2 and 3. In order to use it you need graphviz. On Debian/Ubuntu you can install it by typing:
$ apt-get install graphviz
After that install dotter via pip.
$ pip install dotter
An usage example:
from dotter import Dotter
dotter = Dotter()
dotter.add_node('a', label='b')
dotter.add_node('b', label='c')
dotter.add_edge('a', 'b')
dotter.close()
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
dotter-0.2.0.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file dotter-0.2.0.tar.gz
.
File metadata
- Download URL: dotter-0.2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9bc4981c640cb89d0a69d0a0a4e9c1e8879e603d40cb05d96073e2b5c9757df |
|
MD5 | 609ce5fb0858f523f7bcc94e6b81d0ea |
|
BLAKE2b-256 | 2b721285a1753312dd57b6531c6ac383be4023baea1788a8b02fbbd831a83a66 |
File details
Details for the file dotter-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: dotter-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca91ea29374e5e2bd5f913ea966c822f419402a7bf4a30413028ddec7a60c87f |
|
MD5 | 75738a0e47998f119257429c68a57b2f |
|
BLAKE2b-256 | 1064b3d4d0e67c0c3e287e7b4bb77e8e4088f6ffde4096b6a531373cd61b7ccf |