-
Notifications
You must be signed in to change notification settings - Fork 1k
API to get checksums #1638
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
Comments
There is the legacy JSON interface: https://wiki.python.org/moin/PyPIJSON |
|
So part of my interest is to get access to the Edit: Though this might work ( https://pypi.org/pypi/pip/json ). Thanks. |
From
https://github.com/pypa/warehouse/blob/master/warehouse/legacy/api/json.py :
```
"digests": {
"md5": f.md5_digest,
"sha256": f.sha256_digest,
},
```
…On Monday, January 23, 2017, jakirkham ***@***.***> wrote:
So part of my interest is to get access to the sha256 checksums. As these
are using the legacy interface, it appears it only gives me md5.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1638 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADGy36BDRM1stdHTMFjelGnfFu4Jge3ks5rVGQOgaJpZM4LZTw4>
.
|
Yep, sorry, that is what I meant by the edit. Thanks. |
np
…On Monday, January 23, 2017, jakirkham ***@***.***> wrote:
Yep, sorry, that is what I meant by the edit. Thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1638 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADGyw1YjY7rYRmWO4F9rReMcYOqdsfBks5rVMoYgaJpZM4LZTw4>
.
|
Going to close this since it already exists. Thanks. |
It would be nice if there was some way to get the checksum via the API for a particular package (version and format).
The text was updated successfully, but these errors were encountered: