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.0.4.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file dotter-0.0.4.tar.gz
.
File metadata
- Download URL: dotter-0.0.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30aa12ff68a088535bd48e22bf37b7577eb6f33ed3737d29bb3c5d25fe557405 |
|
MD5 | 2a7ecbe5ca0e4fcf4f0b51e8c199a5b7 |
|
BLAKE2b-256 | 9d4f429fd1b31ca738815f75295d5c6a522723943ac862aa39aad3b405ed8c1f |
File details
Details for the file dotter-0.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: dotter-0.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06f1c544cec7c62bf5a38a5ab770898dc6e6c830bc83e027edd4c9ef66673db4 |
|
MD5 | 85506b6182d14b455ea0ff2674acb0e0 |
|
BLAKE2b-256 | 4c623e04c96345e311c117c9539f1b68fd2cb63e5751d5a8b9f4b6eed84fc9fa |