_images/logo.svg

About dags#

dags provides tools to combine several interrelated functions into one function. The order in which the functions are called is determined by a topological sort on a Directed Acyclic Graph (DAG) that is constructed from the function signatures.

Who uses dags#

dags is used by the following open source projects:

dags is a tiny library, all the hard work is done by the great NetworkX.