Directed Acyclic Graph Representation

Tim Roberts timr at probo.com
Sat Feb 16 23:46:23 EST 2002


Is anybody aware of a reasonable package for representing a directed
acyclic graph in Python, and for rendering that graph in some meaningful
way?  I need to build a dependency tree analyzer for, for example,
determining the necessary link order for a set of object libraries.
--
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list