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.png?branch=master https://pypip.in/v/dotter/badge.png

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://paetzke.me/static/images/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.4.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for dotter-0.4.0.tar.gz
Algorithm Hash digest
SHA256 c2da839f4b56cee2404fe69a8d5c603ecd03d57a0075aa422d0b24f06b483ae2
MD5 af8fee47c3eed5ff0dd33ef7f920c9ad
BLAKE2b-256 c4fea133c282e1fe64b84e62531ccfce1c7e8b4246322ea7e6b6fb26098caacd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dotter-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 205b4951b710e2c351193fbafb39aec808fbe6c5ca330a5cfabf518937c147dc
MD5 ee491e1829db449ea8bde64e81ee692f
BLAKE2b-256 fba98d5a7d9ae917c57151767beceaea355544e567c30fe94368628b58145707

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