lp:~knitzsche/+junk/dotdepends

Created by Kyle Nitzsche and last modified
Get this branch:
bzr branch lp:~knitzsche/+junk/dotdepends
Only Kyle Nitzsche can upload to this branch. If you are Kyle Nitzsche please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Kyle Nitzsche
Status:
Development

Recent revisions

14. By Kyle Nitzsche

dotdependss: add license text at top

13. By Kyle Nitzsche

dotdepends: color recommends RED. So when you execute with -r (thus
including recommends) you can see the recommends easily.

12. By Kyle Nitzsche

dotdepends: only run dot to transform to png if -d is passed

11. By Kyle Nitzsche

dotdepends: put generated files in output/ (default). set output dir with
-o DIR. Can still execute like this:
$ eog $(./dotdepends -m depends -i -p gedit -r )

10. By Kyle Nitzsche

dotdepends:
 * call dot on generated file automatically
 * output generated dot filename to stdout

make_dot.sh:
 * not needed. just use something like this:
   $ eog $(./dotdepends -m depends -i -p libcairo2 )

9. By Kyle Nitzsche

dotdepends: dont add shape=box to every node. Better to do that on dot
execution for all nodes like this:
$ dot -Tsvg -O -Nshape=box libcairo2-depends-Installed-Recommends-NoSuggests-NoEnhances.dot

8. By Kyle Nitzsche

now a single python script is the api for both depends and rdepends
dot graph generation.

7. By Kyle Nitzsche

change node names so they don't include the plus sign

6. By Kyle Nitzsche

auto create dot label for graph that shows settins: recomends, suggests,
installed.

also color root pkg node red

5. By Kyle Nitzsche

dotrdepends.py:
 * add actual pkg names as node labels
 * and set node shapes to box to take less horizontal room

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers