pippy

Faster installs!
Download

pippy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Reuven V. Gonzales
  • Publisher web site:
  • https://github.com/ravenac95/

pippy Tags


pippy Description

pippy is a pip extension that will allow you to keep local copies of prebuilt Python packages. It's main purpose is to be used with virtstrap so that virtstrap can create copies of each project without ever having to download or build anything. It accomplishes this only when it knows the exact version of the package you wish to download. Otherwise it behaves just as pip would behave.Since virtstrap generates a VEfile.lock (similar to Ruby Bundler's Gemfile.lock). Virtstrap tracks the exact version of the software you're using. For this very reason, pippy is planned to be included in virtstrap.Local Package StorageBy default pippy stores all of the packages in ~/.pippy. To change this directory just change the environment variable PIPPY_CACHE to point to the desired directory. The folder structure for the storage is this:~/.pippy packages/ source/ # < - stores the sources for packages package-name/ .. tons of zips/tars .. package-name/ package-name/ cpython/ # < - stores builds for cpython 2.5/ # < - stores builds for python 2.5 package-name/ .. tons of tars .. 2.6/ # < - for python 2.6 ... more python versions ... pypy/ # < - stores builds for pypy ... more implementations ...The CLI currently only accepts one argument, a pip requirements file:pippy It is highly suggested that the requirements file use only exact specifications for the requirements.Product's homepage


pippy Related Software