pip-cache


Namepip-cache JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/brunobeltran/pip-cache
SummaryLocal PyPi Package Name Cache
upload_time2016-06-25 07:49:08
maintainer
docs_urlNone
authorBruno Beltran
requires_python
licenseMIT
keywords bash completion pip pypi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/brunobeltran/pip-cache",
    "name": "pip-cache",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bash completion pip pypi",
    "author": "Bruno Beltran",
    "author_email": "brunobeltran0@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c4/74/d68bebddf19ba14dbd56a862bd768e7bcadd47f0e84729388b46def80400/pip-cache-0.0.6.tar.gz",
    "platform": "UNKNOWN",
    "description": "# pip-cache\n\nA simple script that allows prefix-based searching of a locally cached copy of\nall available PyPi packages, a la `apt-cache pkgnames`. The cache is created and\nupdated manually by calling `pip-cache update`, in the spirit of\n`apt-get update`.\n\nThe cache is stored in `$XDG_DATA_HOME/pip-cache/all-packages.txt`, where\n`$XDG_DATA_HOME` is usually `~/.local/share` on Linux systems.\n\nUsed in [`pip-bash-completion`](https://github.com/brunobeltran/pip-bash-completion).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Local PyPi Package Name Cache",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/brunobeltran/pip-cache"
    },
    "split_keywords": [
        "bash",
        "completion",
        "pip",
        "pypi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c9cae8fe919ef89735892e14041fec7067940e63c7dd1905e57fe346f6eb2dd",
                "md5": "5379b935f9bfbc854390ed807c274d0c",
                "sha256": "bff87138e5e2218e220867167b6057e00aa87060414b7c945942f736c3c676cd"
            },
            "downloads": -1,
            "filename": "pip_cache-0.0.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5379b935f9bfbc854390ed807c274d0c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 401748,
            "upload_time": "2016-06-25T07:49:00",
            "upload_time_iso_8601": "2016-06-25T07:49:00.209190Z",
            "url": "https://files.pythonhosted.org/packages/7c/9c/ae8fe919ef89735892e14041fec7067940e63c7dd1905e57fe346f6eb2dd/pip_cache-0.0.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c474d68bebddf19ba14dbd56a862bd768e7bcadd47f0e84729388b46def80400",
                "md5": "19cd75d7d391ea6358287ca357d2b525",
                "sha256": "2a423bc0ef6a1f5c6a3ca7d43a679f468942b3f76255efa10008d5e2e8146d24"
            },
            "downloads": -1,
            "filename": "pip-cache-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "19cd75d7d391ea6358287ca357d2b525",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 400758,
            "upload_time": "2016-06-25T07:49:08",
            "upload_time_iso_8601": "2016-06-25T07:49:08.561830Z",
            "url": "https://files.pythonhosted.org/packages/c4/74/d68bebddf19ba14dbd56a862bd768e7bcadd47f0e84729388b46def80400/pip-cache-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-06-25 07:49:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brunobeltran",
    "github_project": "pip-cache",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pip-cache"
}
        
Elapsed time: 0.21511s