Skip to content

Instantly share code, notes, and snippets.

@ianb
Last active June 5, 2019 03:12
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 ianb/0a2fa5cd75f6d2ef04c71c546d2df692 to your computer and use it in GitHub Desktop.
Save ianb/0a2fa5cd75f6d2ef04c71c546d2df692 to your computer and use it in GitHub Desktop.

Previously: https://gist.github.com/ianb/9124545

Current package list:

  • waitforit
  • minimock
  • wsgi-intercept
  • webob
  • sqlapi
  • wsgiproxy
  • htconsole
  • cmdutils
  • pastescript
  • webtestrecorder
  • sqlobject
  • sqlobject2
  • debugheaders
  • webtest
  • workingenv.py
  • tempita
  • ohm
  • wareweb
  • sqlobject
  • devauth
  • wsgioverlay
  • wsgiremote
  • dtopt
  • scripttest
  • formencode
  • wsgifilter
  • tracpaste
  • initools
  • deliverance
  • weberror
  • fassembler
  • cherrypaste
  • djangopaste
  • httpencode
  • paste
  • pylogo
  • ScriptTranscluder
  • VaingloriousEye
  • zptkit
  • pastedeploy
  • wphp
  • pip
  • virtualenv

BigQuery:

#standardSQL
SELECT COUNT(*) AS num_downloads, file.project
FROM `the-psf.pypi.downloads*`
WHERE lower(file.project) IN ('waitforit', 'minimock', 'wsgi-intercept',
'webob',
'sqlapi',
'wsgiproxy',
'htconsole',
'cmdutils',
'pastescript',
'webtestrecorder',
'sqlobject',
'sqlobject2',
'debugheaders',
'webtest',
'workingenv.py',
'tempita',
'ohm',
'wareweb',
'sqlobject',
'devauth',
'wsgioverlay',
'wsgiremote',
'dtopt',
'scripttest',
'formencode',
'wsgifilter',
'tracpaste',
'initools',
'deliverance',
'weberror',
'fassembler',
'cherrypaste',
'djangopaste',
'httpencode',
'paste',
'pylogo',
'scripttranscluder',
'vaingloriouseye',
'zptkit',
'pastedeploy',
'wphp',
'pip',
'virtualenv'
)
GROUP BY file.project

Results roughly:

pip = 979,167,771

virtualenv = 157,499,426

everything else = 69,736,505

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment