doit cmd plugin: create task's dependency-graph image
Project description
doit-graph
Generates a graph (using graphviz's dot) of doit tasks.
Sample for doit tutorial tasks:
install
pip install doit-graph
usage
$ doit graph
$ dot -Tpng tasks.dot -o tasks.png
-
By default sub-tasks are hidden. Use option
--show-subtasks
to display them. -
By default all tasks are included in graph. It is possible to specify which tasks should be included in the graph (note dependencies will be automatically included).
legend
- group-tasks have double bondary border in the node
task-dep
arrow have a solid headsetup-task
arrow have an empty head
limitations
calc_dep
and delayed-tasks
are not supported.
DEV notes
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
doit-graph-0.1.0.tar.gz
(2.8 kB
view details)
File details
Details for the file doit-graph-0.1.0.tar.gz
.
File metadata
- Download URL: doit-graph-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5f2fcc40c4f428cc5204cc02fe1e3204687b99c469749c9b61f68fddeb71677 |
|
MD5 | 18c558d00ced158b594eaa7a53e2e21e |
|
BLAKE2b-256 | cb6ebffbb9d078afb1b5e62db04afcd8074e81e10cf7cc47b5ade85f7957d302 |