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

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
http://vanneva.com/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()
https://d2weczhvl823v0.cloudfront.net/paetzke/dotter/trend.png

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)

Uploaded Source

Built Distribution

dotter-0.1.0-py2.py3-none-any.whl (4.9 kB view details)

Uploaded Python 2 Python 3

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

Hashes for dotter-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2cb609d27cb0a495662dd2ab25b554f73c54e95ec052fe0b63c2670d996284a6
MD5 a677caae293081cef863791017e9e349
BLAKE2b-256 b17af2795c03a314b5b4f05c9a34162a651c84058368fc41283eb355ab4a8b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dotter-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 91bd9627b0233e98b45622533cab76f057a799c438bb167f588246703757f000
MD5 07467cc28e492f7a72e0dabf1b04ab24
BLAKE2b-256 3929fbb0118b0fba9f1fdad47bd1c42e00190350527af6dc12f1c358ffeb6650

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