./wip/py-digraphtools, Python library for working with directed acyclic graphs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.1, Package name: py310-digraphtools-0.2.1, Maintainer: kamel.derouiche

Some tools for working with directed acyclic graphs, partial orders and
topological sorting with Python.

digraphtools was written as a lightweight way of using DAGs and partial ordering
to represent, sort and traverse dependency trees.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 4d46e8d3edf2599f5dfefdcc3d4e7b2bcc3acf2a
Filesize: 7.959 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:33:55 by othyro | Files touched by this commit (43)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-10-07 13:54:18 by Aleksej Saushev | Files touched by this commit (46)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-12-29 22:54:57 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py27-digraphtools-0.2.1 as wip/py-digraphtools.

Some tools for working with directed acyclic graphs, partial orders and 
topological sorting with Python

digraphtools was written as a lightweight way of using DAGs and partial
ordering to represent, sort and traverse dependency trees