Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PEP658 core metadata #133

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Add support for PEP658 core metadata #133

merged 2 commits into from
Oct 3, 2023

Conversation

chriskuehl
Copy link
Owner

This adds support for PEP658 "core metadata", which can be used by dependency resolvers like pip or Poetry to quickly fetch package metadata without having to download and extract the wheel.

I originally wrote this branch a while ago, but discovered pypa/pip#12038 and pypa/pip#12042 which made it impossible to implement without breaking pip. This led to the creation of https://peps.python.org/pep-0714/ which renames the key and makes it possible to implement again.

Copy link
Collaborator

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice -- I had it on my todo list to figure out how this works but this is way easier than having to look that up!

@chriskuehl chriskuehl merged commit 41b38c6 into master Oct 3, 2023
4 checks passed
@chriskuehl chriskuehl deleted the pep658 branch October 3, 2023 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants