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.1.0.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file dotter-0.1.0.tar.gz
.
File metadata
- Download URL: dotter-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cb609d27cb0a495662dd2ab25b554f73c54e95ec052fe0b63c2670d996284a6 |
|
MD5 | a677caae293081cef863791017e9e349 |
|
BLAKE2b-256 | b17af2795c03a314b5b4f05c9a34162a651c84058368fc41283eb355ab4a8b29 |
File details
Details for the file dotter-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: dotter-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91bd9627b0233e98b45622533cab76f057a799c438bb167f588246703757f000 |
|
MD5 | 07467cc28e492f7a72e0dabf1b04ab24 |
|
BLAKE2b-256 | 3929fbb0118b0fba9f1fdad47bd1c42e00190350527af6dc12f1c358ffeb6650 |