-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
dlebelcimmi
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request