Evaluate a bundle definition against a bundle interface #2626
Labels
pep003-advanced-dependencies
Implementation of the Advanced Dependencies proposal
placeholder
Tracks work that has not yet be fully designed
Before we can have a bundle satisfy a dependency that uses a bundle interface, we need a way to evaluate a specific bundle definition against that interface and determine if it satisfies the interface.
A dependency's bundle interface is composed from:
It's not decided yet if we want a binary (match/no match) or a score so that bundles can be ranked by how well they match? Something to stop and consider before implementing...
ℹ️ Read PEP003 - Advanced Dependencies for context about how dependencies should work, design details, and notes about desired behavior.
The text was updated successfully, but these errors were encountered: