Skip to content

Consider using builtin importlib.metadata #17

@EvaSDK

Description

@EvaSDK

Using pip show to collect package metadata only returns a select few metadata of a package.
Using importlib.metadata would allow accessing to all of them, such as Download-URL, Project-URL, and Maintainer. See https://packaging.python.org/en/latest/specifications/core-metadata/.
This should make the code slightly faster and more reliable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions