blob: 855992ca6b0b02e1eec52fd6e83eb95573d30292 (
plain)
1
2
3
4
5
6
|
python3-resolvelib (Resolve abstract dependencies into concrete ones)
ResolveLib at the highest level provides a Resolver class that
includes dependency resolution logic. You give it some things,
and a little information on how it should interact with them, and
it will spit out a resolution result.
|