Skip to content

Instantly share code, notes, and snippets.

View Razer6's full-sized avatar

Robert Schilling Razer6

View GitHub Profile
@blink1073
blink1073 / pypi_binary_downloader.py
Last active December 11, 2015 18:49
PyPi Binary Downloader Pulls the latest binary package from pypi, and installs it intelligently Accounts for current python version and path (including virtualenv), and system architecture (32 vs 64 bit) If an alternate filename is provided, it will use that instead of the default created by distutils (<package>-<version>.win**-py*.*.exe)
'''
PyPi Binary Downloader
Pulls the latest binary package from pypi, and installs it intelligently
Accounts for current python version and path (including virtualenv), and
system architecture (32 vs 64 bit)
If an alternate filename is provided, it will use that instead of the default
created by distutils (<package>-<version>.win**-py*.*.exe)