Add fetch_dependencies
and fetch_dependency_graph
util functions
#10
Labels
enhancement
New feature or request
It would be a useful function to have. Given an Artifact return all dependencies (recursively) with a given Artifact spec (id, optionally version/partition):
and we recursively walk the
deps
froma
, and compare then with thea_dep_spec
, return all matches. And ifa_dep_spec
isNone
, we get a full set of dependencies. Internally this could implement say:Note: pseudocode above uses set/dict of Artifact, see #9.
The text was updated successfully, but these errors were encountered: