Multiple Python dependencies such as pyyaml, scikit-learn etc. follows a non-standard package to import name mapping. For example, pyyaml package is imported as yaml. We need to maintain a map of Well Known packages that exhibit this behaviour.
This problem may be a client concern i.e. the code that uses our framework, having it supported in the framework helps in having community maintained mappings. This makes it easy for any client tools to easily leverage this mapping
Ref: https://www.tweag.io/blog/2023-09-21-fawltydeps-mapping-strategy/