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.3.0.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file dotter-0.3.0.tar.gz
.
File metadata
- Download URL: dotter-0.3.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 847fda3ad5aa1045c9b2595ec7fd525f92bfe0c221aa435ab553789ca05886d5 |
|
MD5 | 4126677ea47490309f294aa6ff2408a2 |
|
BLAKE2b-256 | ccb2967194b101e281c4502ccef0276fea5b4a5549ce4f993003cf641773d09d |
File details
Details for the file dotter-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: dotter-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 348e9be6ced49b0195d8185818bf1fa929885690ca3564c79c0973fc6ccb01e5 |
|
MD5 | 6ccfd3b9690662c0850898186d5da0f5 |
|
BLAKE2b-256 | c5bc3c16cefc0719a33d9bf584bd2dbc5d3c63ac55b772a39cacb5d5408f1365 |