Dotter is a graphviz wrapper for Python 2 and 3
Project description
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()
Bugs and improvements
Feel free to open tickets or send pull requests with improvements. These contributors have done so.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size dotter-0.5.0-py2.py3-none-any.whl (5.8 kB) | File type Wheel | Python version 3.4 | Upload date | Hashes View |
Filename, size dotter-0.5.0.tar.gz (4.1 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for dotter-0.5.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0ae27e50de539e698748140b516810071154311e0ca26a8cf46712dae1aefb7 |
|
MD5 | 74535e84aa5869116ac0c3cf01561110 |
|
BLAKE2-256 | 141142000e45d54b47505f88a92ba7504699d0290ddad832a2aaba215b611261 |