diff options
Diffstat (limited to 'python/altgraph/README.txt')
-rw-r--r-- | python/altgraph/README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/altgraph/README.txt b/python/altgraph/README.txt new file mode 100644 index 000000000..904a14be5 --- /dev/null +++ b/python/altgraph/README.txt @@ -0,0 +1,6 @@ +altgraph is a fork of graphlib: a graph (network) package for constructing +graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with +graphviz output. + +altgraph includes some additional usage of Python 2.6+ features and +enhancements related to modulegraph and macholib. |