-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
feature requestrequires triagingmaintainers need to do initial inspection of issuemaintainers need to do initial inspection of issue
Description
What's the problem this feature will solve?
I'd like to be able to "view source" for a package before I download it, taking advantage of the new attestations feature.
Describe the solution you'd like
Right now I can do this but it's a bunch of clicks. I can start here: https://pypi.org/project/llm-mistral/#llm_mistral-0.8-py3-none-any.whl - where I see this:
If I click that link through to Sigstore I get this: https://search.sigstore.dev/?logIndex=149649835
I can then construct this URL on GitHub using that information:
https://github.com/simonw/llm-mistral/tree/f590da389e96cfea6980d340ee524622677dc0c3
And that gives me the ability to browse the exact source code I'll get when I use pip install ... to get that wheel.
Metadata
Metadata
Assignees
Labels
feature requestrequires triagingmaintainers need to do initial inspection of issuemaintainers need to do initial inspection of issue

