{ "info": { "author": "Reuven V. Gonzales", "author_email": "reuven@tobetter.us", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Build Tools" ], "description": "pippy\n=====\n\npippy is a pip extension that will allow you to keep local copies of prebuilt\npython packages. It's main purpose is to be used with virtstrap so that\nvirtstrap can create copies of each project without ever having to download or\nbuild anything. It accomplishes this only when it knows the exact version of\nthe package you wish to download. Otherwise it behaves just as pip would\nbehave.\n\nSince virtstrap generates a VEfile.lock (similar to Ruby Bundler's\nGemfile.lock). Virtstrap tracks the exact version of the software you're using.\nFor this very reason, pippy is planned to be included in virtstrap.\n\nLocal Package Storage\n---------------------\n\nBy default pippy stores all of the packages in ``~/.pippy``. To change this\ndirectory just change the environment variable ``PIPPY_CACHE`` to point to the\ndesired directory. The folder structure for the storage is this::\n\n ~/.pippy\n packages/\n source/ # <- stores the sources for packages\n package-name/\n .. tons of zips/tars ..\n package-name/\n package-name/\n cpython/ # <- stores builds for cpython\n 2.5/ # <- stores builds for python 2.5\n package-name/\n .. tons of tars ..\n 2.6/ # <- for python 2.6\n ... more python versions ...\n pypy/ # <- stores builds for pypy\n ... more implementations ...\n\nThe CLI currently only accepts one argument, a pip requirements file::\n \n pippy [requirementsfile]\n\nIt is highly suggested that the requirements file use only exact specifications\nfor the requirements.\n\nFurther Development\n-------------------\n\nEventually, pippy will provide almost the same commands as pip, plus some\nadditional commands for managing the installed packages.\n\nFuture Commands\n^^^^^^^^^^^^^^^\n- ``install`` - Will work the same as ``pip install``\n- ``manage`` - Will manage all the packages in pippy's cache.\n- ``uninstall`` - A convenience operation to pip's uninstall command\n\nKnown Issues\n------------\n\nThese issues will be rectified as soon as possible\n\n- Doesn't adequately support custom package indexes. It'll work, but it's use\n is highly discouraged at this time.\n- Isn't known to work with Windows", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ravenac95/pippy", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pippy", "package_url": "https://pypi.org/project/pippy/", "platform": "*nix", "project_url": "https://pypi.org/project/pippy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ravenac95/pippy" }, "release_url": "https://pypi.org/project/pippy/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "pippy - Faster installs!", "version": "0.1.0" }, "last_serial": 796287, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c929ac006e3940466028d923be2caee1", "sha256": "dfd31287996577a6e2e3df61aa291501a4b2947281a975141a378cc68932160d" }, "downloads": -1, "filename": "pippy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c929ac006e3940466028d923be2caee1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10446, "upload_time": "2012-03-29T19:29:43", "url": "https://files.pythonhosted.org/packages/10/a1/0508b051e835939a3366c5d1e9dde4a1ce1bee7bad917c687a91f0c65fe1/pippy-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c929ac006e3940466028d923be2caee1", "sha256": "dfd31287996577a6e2e3df61aa291501a4b2947281a975141a378cc68932160d" }, "downloads": -1, "filename": "pippy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c929ac006e3940466028d923be2caee1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10446, "upload_time": "2012-03-29T19:29:43", "url": "https://files.pythonhosted.org/packages/10/a1/0508b051e835939a3366c5d1e9dde4a1ce1bee7bad917c687a91f0c65fe1/pippy-0.1.0.tar.gz" } ] }