Skip to main content

easily to make pretty graphviz diagram

Project description

craftdot

craftdot is a wapper of graphviz to get pretty diagram for your architecture/services diagrams.

Install

$ pip install craftdot

craftdot just output the graphviz code(dot file), you need to render the dot file by yourself. install graphviz on local or use graphviz online tools.

Useage

you can find example in example/, then

$ craftdot example/multi-groups.yml > example/multi-groups.dot

# render the dot file to pdf
$ dot -Tpdf example/multi-groups.dot -o example/multi-groups.pdf

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

craftdot-0.0.4.tar.gz (2.3 kB view hashes)

Uploaded Source

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