Git Product home page Git Product logo

pipwin's Introduction

pipwin

Latest Version Build License

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](lepisma#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.

pipwin's People

Contributors

ed-alertedh avatar edbordin avatar fx-kirin avatar lepisma avatar luisfabib avatar orlp avatar paulfd avatar pbrod avatar rcoup avatar samapriya avatar smartmanoj avatar staticfloat avatar woutdenolf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.