pipwin installs compiled python binaries on windows provided by Christoph Gohlke
Project description
pipwin is a complementary tool for pip on Windows. pipwin installs unofficial python package binaries for windows provided by Christoph Gohlke here http://www.lfd.uci.edu/~gohlke/pythonlibs/
Version 0.2.X changes the structure of cache file. Make sure to run `pipwin refresh` if updated.
QuickStart
>> pip install pipwin
>> pipwin search cv
Did you mean any of these ?
* cvxopt
* opencv-python
* abcview
* cvxpy
>> pipwin install opencv-python
>> pipwin install numpy>=1.11
Details
On first run, pipwin builds a cache of available package list in ~/.pipwin
You can force a cache rebuild using : pipwin refresh
List all available packages : pipwin list
Search packages : pipwin search <partial_name/name>
Install packages : pipwin install <package>
Also works version specifiers, e.g. pipwin install <package>==<version> or pipwin install <package><=<version>
Download only (to ~/pipwin or <dest> if provided) : pipwin download -d <dest> <package>
Install from pipwin requirements file : pipwin install -r requirements.txt
Download only from pipwin requirements file : pipwin download -r requirements.txt
Uninstall packages (Can directly use pip for this) : pipwin uninstall <package>
Free software: BSD license
Changelog
v0.5.0
Handles text vs string parsing for beautifulsoup4 for python2 vs python3.
Fixes [issue 43](https://github.com/lepisma/pipwin/issues/43)
v0.4.9
More robust whitespace handling in requirement parsing.
v0.4.8
Using PySmartDL to handle download and install of packages.
Removed progress bar and streaming downloader blocks now handled by PySmartDL.
v0.4.7
Using postman client type to overcome use of robobrowser to create package cache.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pipwin-0.5.2.tar.gz
.
File metadata
- Download URL: pipwin-0.5.2.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.0 importlib-metadata/4.10.0 keyring/21.8.0 rfc3986/2.0.0 colorama/0.4.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34791e633760240ac970ef41bf4cee4c31616ba31d9f58112e9bb83bab276746 |
|
MD5 | efc76936bc3b980ba0618754b014716d |
|
BLAKE2b-256 | d0e4388df6b5c233523a7ffab4d5e4e07de0590c901d05ac125e6a750a504e33 |