Skip to content

Add Support for Non-Standard Python Import Names #6

@abhisek

Description

@abhisek

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions