Metadata-Version: 2.2
Name: pip-cache
Version: 0.0.6
Summary: Local PyPi Package Name Cache
Home-page: https://github.com/brunobeltran/pip-cache
Author: Bruno Beltran
Author-email: brunobeltran0@gmail.com
License: MIT
Keywords: bash completion pip pypi
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: summary

# pip-cache

A simple script that allows prefix-based searching of a locally cached copy of
all available PyPi packages, a la `apt-cache pkgnames`. The cache is created and
updated manually by calling `pip-cache update`, in the spirit of
`apt-get update`.

The cache is stored in `$XDG_DATA_HOME/pip-cache/all-packages.txt`, where
`$XDG_DATA_HOME` is usually `~/.local/share` on Linux systems.

Used in [`pip-bash-completion`](https://github.com/brunobeltran/pip-bash-completion).
