Skip to content

Instantly share code, notes, and snippets.

@mahmoud
Created May 17, 2015 19:22
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 mahmoud/68b6959ebf166e49d0c5 to your computer and use it in GitHub Desktop.
Save mahmoud/68b6959ebf166e49d0c5 to your computer and use it in GitHub Desktop.
version hall o shame
(Pdb) pp [x['info']['name'] for x in pkg_info_map.pkg_infos.values() if x.get('info', {}).get('downloads', {}).get('last_day', 0) > 5000 and x['info']['version'].startswith('0')]
[u'alembic',
u'carbon',
u'cffi',
u'cmd2',
u'colorama',
u'cryptography',
u'eventlet',
u'extras',
u'Flask',
u'gitdb',
u'google-apputils',
u'graphite-web',
u'greenlet',
u'hacking',
u'httplib2',
u'jmespath',
u'MarkupSafe',
u'mccabe',
u'netifaces',
u'oslo.context',
u'pandas',
u'pbr',
u'pika',
u'pyasn1',
u'pycadf',
u'pyflakes',
u'pyOpenSSL',
u'scikit-learn',
u'scipy',
u'sphinx_rtd_theme',
u'sqlalchemy-migrate',
u'testscenarios',
u'ucloudclient',
u'Werkzeug']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment