# SQLite3 Cache
[![Coverage Status][coverage-badge]][coverage]
[![GitHub Workflow Status][status-badge]][status]
[![PyPI][pypi-badge]][pypi]
[![GitHub][licence-badge]][licence]
[![GitHub Last Commit][repo-badge]][repo]
[![GitHub Issues][issues-badge]][issues]
[![Downloads][downloads-badge]][pypi]
[![Python Version][version-badge]][pypi]
```shell
pip install sqlite3-cache
```
---
**Documentation**: [https://mrthearman.github.io/sqlite3-cache/](https://mrthearman.github.io/sqlite3-cache/)
**Source Code**: [https://github.com/MrThearMan/sqlite3-cache/](https://github.com/MrThearMan/sqlite3-cache/)
**Contributing**: [https://github.com/MrThearMan/sqlite3-cache/blob/main/CONTRIBUTING.md](https://github.com/MrThearMan/sqlite3-cache/blob/main/CONTRIBUTING.md)
---
Use [SQLite3][sqlite] as quick, persistent, thread-safe cache.
Can store any [picklable][picklable] objects.
```python
from sqlite3_cache import Cache
cache = Cache()
```
[sqlite]: https://docs.python.org/3/library/sqlite3.html
[picklable]: https://docs.python.org/3/library/pickle.html
[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/sqlite3-cache/badge.svg?branch=main
[downloads-badge]: https://img.shields.io/pypi/dm/sqlite3-cache
[status-badge]: https://img.shields.io/github/actions/workflow/status/MrThearMan/sqlite3-cache/test.yml?branch=main
[pypi-badge]: https://img.shields.io/pypi/v/sqlite3-cache
[licence-badge]: https://img.shields.io/github/license/MrThearMan/sqlite3-cache
[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/sqlite3-cache
[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/sqlite3-cache
[version-badge]: https://img.shields.io/pypi/pyversions/sqlite3-cache
[coverage]: https://coveralls.io/github/MrThearMan/sqlite3-cache?branch=main
[status]: https://github.com/MrThearMan/sqlite3-cache/actions/workflows/test.yml
[pypi]: https://pypi.org/project/sqlite3-cache
[licence]: https://github.com/MrThearMan/sqlite3-cache/blob/main/LICENSE
[repo]: https://github.com/MrThearMan/sqlite3-cache/commits/main
[issues]: https://github.com/MrThearMan/sqlite3-cache/issues
Raw data
{
"_id": null,
"home_page": "https://github.com/MrThearMan/sqlite3-cache",
"name": "sqlite3-cache",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4",
"maintainer_email": "",
"keywords": "sqlite,sqlite3,cache",
"author": "Matti Lamppu",
"author_email": "lamppu.matti.akseli@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/6f/c9/b1d94bbdb07e16cdad0774e05082bca99718eef58047a6c1490d09d6f8ae/sqlite3_cache-0.2.2.tar.gz",
"platform": null,
"description": "# SQLite3 Cache\n\n[![Coverage Status][coverage-badge]][coverage]\n[![GitHub Workflow Status][status-badge]][status]\n[![PyPI][pypi-badge]][pypi]\n[![GitHub][licence-badge]][licence]\n[![GitHub Last Commit][repo-badge]][repo]\n[![GitHub Issues][issues-badge]][issues]\n[![Downloads][downloads-badge]][pypi]\n[![Python Version][version-badge]][pypi]\n\n```shell\npip install sqlite3-cache\n```\n\n---\n\n**Documentation**: [https://mrthearman.github.io/sqlite3-cache/](https://mrthearman.github.io/sqlite3-cache/)\n\n**Source Code**: [https://github.com/MrThearMan/sqlite3-cache/](https://github.com/MrThearMan/sqlite3-cache/)\n\n**Contributing**: [https://github.com/MrThearMan/sqlite3-cache/blob/main/CONTRIBUTING.md](https://github.com/MrThearMan/sqlite3-cache/blob/main/CONTRIBUTING.md)\n\n---\n\nUse [SQLite3][sqlite] as quick, persistent, thread-safe cache.\nCan store any [picklable][picklable] objects.\n\n```python\nfrom sqlite3_cache import Cache\n\ncache = Cache()\n```\n\n\n[sqlite]: https://docs.python.org/3/library/sqlite3.html\n[picklable]: https://docs.python.org/3/library/pickle.html\n\n[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/sqlite3-cache/badge.svg?branch=main\n[downloads-badge]: https://img.shields.io/pypi/dm/sqlite3-cache\n[status-badge]: https://img.shields.io/github/actions/workflow/status/MrThearMan/sqlite3-cache/test.yml?branch=main\n[pypi-badge]: https://img.shields.io/pypi/v/sqlite3-cache\n[licence-badge]: https://img.shields.io/github/license/MrThearMan/sqlite3-cache\n[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/sqlite3-cache\n[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/sqlite3-cache\n[version-badge]: https://img.shields.io/pypi/pyversions/sqlite3-cache\n\n[coverage]: https://coveralls.io/github/MrThearMan/sqlite3-cache?branch=main\n[status]: https://github.com/MrThearMan/sqlite3-cache/actions/workflows/test.yml\n[pypi]: https://pypi.org/project/sqlite3-cache\n[licence]: https://github.com/MrThearMan/sqlite3-cache/blob/main/LICENSE\n[repo]: https://github.com/MrThearMan/sqlite3-cache/commits/main\n[issues]: https://github.com/MrThearMan/sqlite3-cache/issues\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Use SQLite3 as cache.",
"version": "0.2.2",
"project_urls": {
"Bug Tracker": "https://github.com/MrThearMan/sqlite3-cache/issues",
"Homepage": "https://github.com/MrThearMan/sqlite3-cache",
"Repository": "https://github.com/MrThearMan/sqlite3-cache"
},
"split_keywords": [
"sqlite",
"sqlite3",
"cache"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4172225aaa48944fe796b5bca5778d965d265da6af3b1f590e9079d34d81f4c0",
"md5": "ca3ccfec49a62e869ce50982d08b6864",
"sha256": "dc5a5c8b3715664e4522c279a0c74b28e54f8af17b354f0754a7fa673d4c7749"
},
"downloads": -1,
"filename": "sqlite3_cache-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ca3ccfec49a62e869ce50982d08b6864",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4",
"size": 9341,
"upload_time": "2023-12-30T11:24:38",
"upload_time_iso_8601": "2023-12-30T11:24:38.001154Z",
"url": "https://files.pythonhosted.org/packages/41/72/225aaa48944fe796b5bca5778d965d265da6af3b1f590e9079d34d81f4c0/sqlite3_cache-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6fc9b1d94bbdb07e16cdad0774e05082bca99718eef58047a6c1490d09d6f8ae",
"md5": "29b9fa81d775dc4fd28e80b4920d8619",
"sha256": "3b757ac6dbcf57d20979f01e4321a72ddd2b8b2bc87f7a8196070a24a4f4c5d0"
},
"downloads": -1,
"filename": "sqlite3_cache-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "29b9fa81d775dc4fd28e80b4920d8619",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4",
"size": 9166,
"upload_time": "2023-12-30T11:24:39",
"upload_time_iso_8601": "2023-12-30T11:24:39.527696Z",
"url": "https://files.pythonhosted.org/packages/6f/c9/b1d94bbdb07e16cdad0774e05082bca99718eef58047a6c1490d09d6f8ae/sqlite3_cache-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-30 11:24:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MrThearMan",
"github_project": "sqlite3-cache",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sqlite3-cache"
}