Allow edges to packages by default (TODO: command-line option.
[depgraph.git] / depgraph2dot.py
2011-01-09 W. Trevor KingAllow edges to packages by default (TODO: command-line...
2011-01-09 W. Trevor KingRestore INVISIBLE_PATHS which had been cleared by 919a2...
2011-01-09 W. Trevor KingAdd --verbose options and use logging (vs. old print...
2011-01-09 W. Trevor KingAlphebetize depgraph2dot imports.
2011-01-09 W. Trevor KingUse optparse.OptionParser to parse script arguments.
2011-01-09 W. Trevor KingUse hashlib.md5 rather than the deprecated md5.md5...
2011-01-09 W. Trevor KingSet executable bits and add level arg to py2depgraph...
2010-09-30 W. Trevor KingMy initial updates to depgraph2dot.py and py2depgraph.py.
2010-09-30 Toby DickensonBegan versioning.