Skip to content

Instantly share code, notes, and snippets.

@pradyunsg
Created July 26, 2021 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pradyunsg/2b8653198f047f7111e31701b63416e5 to your computer and use it in GitHub Desktop.
Save pradyunsg/2b8653198f047f7111e31701b63416e5 to your computer and use it in GitHub Desktop.
Downloads of s390x wheels from PyPI
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