# Python cache dict.
## Installation
You can install via [pypi](https://pypi.org/project/cachedict/)
```console
pip install -U cachedict
```
## Usage
```python
import cachedict
```
## Reference
- [cache replacement policies](https://en.wikipedia.org/wiki/Cache_replacement_policies)
- [Caching in Python Using the LRU Cache Strategy](https://realpython.com/lru-cache-python/)
- [Memoize](https://wiki.python.org/moin/PythonDecoratorLibrary#Memoize)
- [functools.cache](https://docs.python.org/3/library/functools.html#functools.cache)
- [cachetools](https://cachetools.readthedocs.io/en/latest/)
- [cacheout](https://cacheout.readthedocs.io/en/latest/)
- [diskcache](https://grantjenks.com/docs/diskcache/)
Raw data
{
"_id": null,
"home_page": "https://github.com/ChenyangGao/python-modules/tree/main/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/7f/a4/4e2c59bb5b1276980e875c222aa26c3fe7c1547e204b8267d123d3a95fcb/cachedict-0.0.6.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\nimport cachedict\n```\n\n## Reference\n\n- [cache replacement policies](https://en.wikipedia.org/wiki/Cache_replacement_policies)\n- [Caching in Python Using the LRU Cache Strategy](https://realpython.com/lru-cache-python/)\n- [Memoize](https://wiki.python.org/moin/PythonDecoratorLibrary#Memoize)\n- [functools.cache](https://docs.python.org/3/library/functools.html#functools.cache)\n- [cachetools](https://cachetools.readthedocs.io/en/latest/)\n- [cacheout](https://cacheout.readthedocs.io/en/latest/)\n- [diskcache](https://grantjenks.com/docs/diskcache/)\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python cache dict.",
"version": "0.0.6.1",
"project_urls": {
"Homepage": "https://github.com/ChenyangGao/python-modules/tree/main/cachedict",
"Repository": "https://github.com/ChenyangGao/python-modules/tree/main/cachedict"
},
"split_keywords": [
"cache",
" dict"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0e5906aa1fac172449ccbd1ac404cb989bf84f0929206cfb65aa33223e10a3a2",
"md5": "1e5cf1f97e2574e7ec5b17d97961196b",
"sha256": "0c2dbc0a53bbfc2b3743f63fff0f039222078469c721c605a0300773aa5a59c6"
},
"downloads": -1,
"filename": "cachedict-0.0.6.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1e5cf1f97e2574e7ec5b17d97961196b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.12",
"size": 8416,
"upload_time": "2025-08-18T02:19:01",
"upload_time_iso_8601": "2025-08-18T02:19:01.403045Z",
"url": "https://files.pythonhosted.org/packages/0e/59/06aa1fac172449ccbd1ac404cb989bf84f0929206cfb65aa33223e10a3a2/cachedict-0.0.6.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7fa44e2c59bb5b1276980e875c222aa26c3fe7c1547e204b8267d123d3a95fcb",
"md5": "0f46c3107f11ba4bbec33b35f0401bc4",
"sha256": "c25ea16baec33913760cbe7b16ff2695d1869e5ec9ab78c5eae2fa02f5cca78f"
},
"downloads": -1,
"filename": "cachedict-0.0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "0f46c3107f11ba4bbec33b35f0401bc4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.12",
"size": 7183,
"upload_time": "2025-08-18T02:19:03",
"upload_time_iso_8601": "2025-08-18T02:19:03.257122Z",
"url": "https://files.pythonhosted.org/packages/7f/a4/4e2c59bb5b1276980e875c222aa26c3fe7c1547e204b8267d123d3a95fcb/cachedict-0.0.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-18 02:19:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ChenyangGao",
"github_project": "python-modules",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "cachedict"
}