Popular recipes tagged "resolver"http://code.activestate.com/recipes/tags/resolver/2008-12-05T00:38:47-08:00ActiveState Code RecipesDependency resolver (Python)
2008-12-05T00:38:47-08:00Louis RIVIEREhttp://code.activestate.com/recipes/users/4035877/http://code.activestate.com/recipes/576570-dependency-resolver/
<p style="color: grey">
Python
recipe 576570
by <a href="/recipes/users/4035877/">Louis RIVIERE</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>, <a href="/recipes/tags/dependency/">dependency</a>, <a href="/recipes/tags/resolver/">resolver</a>).
Revision 4.
</p>
<p>Shows the order in which "tasks" can be "done". <br />
Groups tasks that can be done simultaneously.</p>
Dependency resolver (Python)
2008-11-23T07:43:01-08:00Florian Mayerhttp://code.activestate.com/recipes/users/4165843/http://code.activestate.com/recipes/576569-dependency-resolver/
<p style="color: grey">
Python
recipe 576569
by <a href="/recipes/users/4165843/">Florian Mayer</a>
(<a href="/recipes/tags/dependecy/">dependecy</a>, <a href="/recipes/tags/resolver/">resolver</a>).
Revision 6.
</p>
<p>Resolve dependencies of tasks.</p>