# Deno KV Python
_Connect to [Deno KV] cloud and [self-hosted] databases from Python._
[Deno KV]: https://deno.com/kv
[self-hosted]: https://deno.com/blog/kv-is-open-source-with-continuous-backup
[denokv server]: https://github.com/denoland/denokv
The `denokv` package is an unofficial Python client for the Deno KV database. It can connect to
both the distributed cloud KV service, or self-hosted [denokv server] (which can be a replica of a cloud KV database, or standalone).
It implements version 3 of the [KV Connect protocol spec, published by Deno](https://github.com/denoland/denokv/blob/main/proto/kv-connect.md).
## Status
The package is under active development and is not yet stable or feature-complete.
**Working**:
- [x] Reading data with kv.get(), kv.list()
**To-do**:
- [ ] [Writing data / transactions](https://docs.deno.com/deploy/kv/manual/transactions/)
- [ ] [Watching for changes](https://docs.deno.com/deploy/kv/manual/operations/#watch)
- [ ] [Queues](https://deno.com/blog/queues)
Raw data
{
"_id": null,
"home_page": "https://github.com/h4l/denokv-python",
"name": "denokv",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Hal Blackburn",
"author_email": "hwtb2@cam.ac.uk",
"download_url": "https://files.pythonhosted.org/packages/7e/0d/8beaf794a5977e19a18849a0a2f43f6f718ee7ce66aa0acf21b233fa578c/denokv-0.1.0a0.dev117.tar.gz",
"platform": null,
"description": "# Deno KV Python\n\n_Connect to [Deno KV] cloud and [self-hosted] databases from Python._\n\n[Deno KV]: https://deno.com/kv\n[self-hosted]: https://deno.com/blog/kv-is-open-source-with-continuous-backup\n[denokv server]: https://github.com/denoland/denokv\n\nThe `denokv` package is an unofficial Python client for the Deno KV database. It can connect to\nboth the distributed cloud KV service, or self-hosted [denokv server] (which can be a replica of a cloud KV database, or standalone).\n\nIt implements version 3 of the [KV Connect protocol spec, published by Deno](https://github.com/denoland/denokv/blob/main/proto/kv-connect.md).\n\n## Status\n\nThe package is under active development and is not yet stable or feature-complete.\n\n**Working**:\n\n- [x] Reading data with kv.get(), kv.list()\n\n**To-do**:\n\n- [ ] [Writing data / transactions](https://docs.deno.com/deploy/kv/manual/transactions/)\n- [ ] [Watching for changes](https://docs.deno.com/deploy/kv/manual/operations/#watch)\n- [ ] [Queues](https://deno.com/blog/queues)\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Connect to Deno KV databases from Python.",
"version": "0.1.0a0.dev117",
"project_urls": {
"Documentation": "https://github.com/h4l/denokv-python",
"Homepage": "https://github.com/h4l/denokv-python",
"Repository": "https://github.com/h4l/denokv-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1786eae066b3b06a71fc6933d1f839962901aeab0255183a245e538ecad179f4",
"md5": "e7a54726a7604b2b98f04af05b310328",
"sha256": "3a56338aedea75cf13bf97aac7ec1585089274a72f7e240f4121010205477dfc"
},
"downloads": -1,
"filename": "denokv-0.1.0a0.dev117-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e7a54726a7604b2b98f04af05b310328",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 44543,
"upload_time": "2024-12-26T07:15:52",
"upload_time_iso_8601": "2024-12-26T07:15:52.607880Z",
"url": "https://files.pythonhosted.org/packages/17/86/eae066b3b06a71fc6933d1f839962901aeab0255183a245e538ecad179f4/denokv-0.1.0a0.dev117-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e0d8beaf794a5977e19a18849a0a2f43f6f718ee7ce66aa0acf21b233fa578c",
"md5": "a293ce0eb680d7a830d56efaae04d06a",
"sha256": "52c957611ee3c95666441262a20168a13c1799bf72f413cf9a754deeeaef9902"
},
"downloads": -1,
"filename": "denokv-0.1.0a0.dev117.tar.gz",
"has_sig": false,
"md5_digest": "a293ce0eb680d7a830d56efaae04d06a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 39190,
"upload_time": "2024-12-26T07:15:55",
"upload_time_iso_8601": "2024-12-26T07:15:55.156967Z",
"url": "https://files.pythonhosted.org/packages/7e/0d/8beaf794a5977e19a18849a0a2f43f6f718ee7ce66aa0acf21b233fa578c/denokv-0.1.0a0.dev117.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-26 07:15:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "h4l",
"github_project": "denokv-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "denokv"
}