This file contains hidden or 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
''' | |
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) |