Created
July 26, 2021 10:18
-
-
Save pradyunsg/2b8653198f047f7111e31701b63416e5 to your computer and use it in GitHub Desktop.
Downloads of s390x wheels from PyPI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
COUNT(*) AS count | |
FROM | |
`the-psf.pypi.file_downloads` | |
WHERE | |
DATE(timestamp) BETWEEN DATE "2021-06-01" AND DATE "2021-06-01" | |
AND file.filename LIKE "%-%-manylinux_%_%_s390x%"; | |
-- 85136 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment