Skip to main content

Dotter is a graphviz wrapper for Python 2 and 3

Project description

https://travis-ci.org/paetzke/dotter.png?branch=master https://coveralls.io/repos/paetzke/dotter/badge.svg?branch=master&service=github https://badge.fury.io/py/dotter.svg

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
https://raw.githubusercontent.com/paetzke/dotter/master/docs/dotter.png

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.

Source Distribution

dotter-0.5.0.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

dotter-0.5.0-py2.py3-none-any.whl (5.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dotter-0.5.0.tar.gz.

File metadata

  • Download URL: dotter-0.5.0.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dotter-0.5.0.tar.gz
Algorithm Hash digest
SHA256 819f621b4a9196f09683f057b693ce708f0c4c14b0fb2c51d66e0747ed26bd6e
MD5 0f7089661817c4247ff28a1a1ac2ae16
BLAKE2b-256 9b99b3956a2718509df25347badc241f8c75afbca8ad43028307fbc3e8114af1

See more details on using hashes here.

File details

Details for the file dotter-0.5.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dotter-0.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f0ae27e50de539e698748140b516810071154311e0ca26a8cf46712dae1aefb7
MD5 74535e84aa5869116ac0c3cf01561110
BLAKE2b-256 141142000e45d54b47505f88a92ba7504699d0290ddad832a2aaba215b611261

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page