cachedict


Namecachedict JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/cachedict
SummaryPython cache dict.
upload_time2025-01-05 15:52:08
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 FIFODict, LRUDict, LFUDict, TTLDict, TLRUDict
```

            

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/cd/44/ea652dc92ff6d06b15607ef75c5739e4c70171bca9054e1a59d30e71ae86/cachedict-0.0.3.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 FIFODict, LRUDict, LFUDict, TTLDict, TLRUDict\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python cache dict.",
    "version": "0.0.3",
    "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": "a65ba2fb3241c785e2f14ad6e1abc47c448b10fbf025b5a3d2365b0861816f53",
                "md5": "89fc0002e2c68f8c0458ffe49e7fadbc",
                "sha256": "0c8bbc76ca8d3a2c7f696805973ca43d1c636e6e0be5566cb023c77543b7b471"
            },
            "downloads": -1,
            "filename": "cachedict-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89fc0002e2c68f8c0458ffe49e7fadbc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 5246,
            "upload_time": "2025-01-05T15:52:03",
            "upload_time_iso_8601": "2025-01-05T15:52:03.919639Z",
            "url": "https://files.pythonhosted.org/packages/a6/5b/a2fb3241c785e2f14ad6e1abc47c448b10fbf025b5a3d2365b0861816f53/cachedict-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd44ea652dc92ff6d06b15607ef75c5739e4c70171bca9054e1a59d30e71ae86",
                "md5": "7c127c2c2ec8311c49569156d24db56b",
                "sha256": "00c02d8018f796a003d2446743bf290146dff8ad03ffc9456969239b857b6a3a"
            },
            "downloads": -1,
            "filename": "cachedict-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7c127c2c2ec8311c49569156d24db56b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 3984,
            "upload_time": "2025-01-05T15:52:08",
            "upload_time_iso_8601": "2025-01-05T15:52:08.492427Z",
            "url": "https://files.pythonhosted.org/packages/cd/44/ea652dc92ff6d06b15607ef75c5739e4c70171bca9054e1a59d30e71ae86/cachedict-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 15:52:08",
    "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.43760s