X-Git-Url: http://git.tremily.us/?p=depgraph.git;a=blobdiff_plain;f=README;fp=README;h=cbc6e5f7e1c2b51134cb56b7014fbd7f61a84830;hp=0000000000000000000000000000000000000000;hb=e3b364ab477de66743d239a72ca72fbd45510075;hpb=5227ca1975ac0f304d932c8f1107d35a6e2080d8 diff --git a/README b/README new file mode 100644 index 0000000..cbc6e5f --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +Originals from: "Toby Dickenson" +http://tarind.com/depgraph.html + +Generate python module dependency graphs using dot (graphviz package) +$ python py2depgraph.py path/to/my/script.py | python depgraph2dot.py | dot -T png -o depgraph.png + +I added some code to also save the path of any modules, +so it would be easier to only print modules with particular paths, +or to make the boundary between python and other languages more clear. + +Now the default is to only print modules I wrote or those involving comedi, +print shared extension modules in blue, +and the shared libraries in green.