cachedict


Namecachedict JSON
Version 0.0.1.1 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/cachedict
SummaryPython cache dict.
upload_time2024-12-17 12:02:22
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.12
licenseMIT
keywords cache dict
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python cache dict.

## Installation

You can install via [pypi](https://pypi.org/project/cachedict/)

```console
pip install -U cachedict
```

## Usage

```python
from cachedict import LRUDict, TTLDict
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/cachedict",
    "name": "cachedict",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "cache, dict",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7d/c0/6c834967aa49bc36b8da57c1caa5f1e8ee877a0cb6dc7ba9b577740fde4c/cachedict-0.0.1.1.tar.gz",
    "platform": null,
    "description": "# Python cache dict.\n\n## Installation\n\nYou can install via [pypi](https://pypi.org/project/cachedict/)\n\n```console\npip install -U cachedict\n```\n\n## Usage\n\n```python\nfrom cachedict import LRUDict, TTLDict\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python cache dict.",
    "version": "0.0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/cachedict",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/cachedict"
    },
    "split_keywords": [
        "cache",
        " dict"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "751cee69312839efffab06ea65d16f74b34644afe14914c800d70f7b95122375",
                "md5": "965525c3c63f5678e3e627805872e740",
                "sha256": "561648fccf072d4bde85efabcbb3c2a88ea889f7c8bf7689dff6699cb38cb82c"
            },
            "downloads": -1,
            "filename": "cachedict-0.0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "965525c3c63f5678e3e627805872e740",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 4267,
            "upload_time": "2024-12-17T12:02:20",
            "upload_time_iso_8601": "2024-12-17T12:02:20.942266Z",
            "url": "https://files.pythonhosted.org/packages/75/1c/ee69312839efffab06ea65d16f74b34644afe14914c800d70f7b95122375/cachedict-0.0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dc06c834967aa49bc36b8da57c1caa5f1e8ee877a0cb6dc7ba9b577740fde4c",
                "md5": "362dacbac5e491122e7d993d869a6978",
                "sha256": "09723e880a7b57945d35fd6bc740114e0453dc97a6e649b7205873b151a9ddd3"
            },
            "downloads": -1,
            "filename": "cachedict-0.0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "362dacbac5e491122e7d993d869a6978",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 2965,
            "upload_time": "2024-12-17T12:02:22",
            "upload_time_iso_8601": "2024-12-17T12:02:22.179958Z",
            "url": "https://files.pythonhosted.org/packages/7d/c0/6c834967aa49bc36b8da57c1caa5f1e8ee877a0cb6dc7ba9b577740fde4c/cachedict-0.0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 12:02:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cachedict"
}
        
Elapsed time: 0.72099s