tl.eggdeps.dot

Functions

tl.eggdeps.dot.format_options(options)
tl.eggdeps.dot.print_dot(graph, options)

Print a dependency graph to standard output as a dot input file.

graph: a tl.eggdeps.graph.Graph instance

options: an object that provides formatting options as attributes

cluster: bool, cluster direct dependencies of each root distribution?

version_numbers: bool, print version numbers of active distributions?

comment: str, optional, will be included at the top of the dot file

tl.eggdeps.dot.yield_clusters(graph)

Table Of Contents

Previous topic

tl.eggdeps.plaintext

Next topic

tl.eggdeps.requirements

This Page