denokv


Namedenokv JSON
Version 0.1.0a0.dev124 PyPI version JSON
download
home_pageNone
SummaryConnect to Deno KV databases from Python.
upload_time2025-02-02 11:41:01
maintainerNone
docs_urlNone
authorHal Blackburn
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": null,
    "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/eb/62/6663eb00acc6ef7a3afb3ddebfbc326e34653e8869c999b7c46e40f5b6e2/denokv-0.1.0a0.dev124.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.dev124",
    "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": "f94268b329bc88ad3d0b17e5e722001c428f56af0f6a4eb11a19d658d9bb8622",
                "md5": "2ce873901b3558c18f8208708ac71510",
                "sha256": "dbce23c94b6af30c756b7c2e96a7a0ad30c77dc250f8005b4840187c51b970e9"
            },
            "downloads": -1,
            "filename": "denokv-0.1.0a0.dev124-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ce873901b3558c18f8208708ac71510",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 45419,
            "upload_time": "2025-02-02T11:40:59",
            "upload_time_iso_8601": "2025-02-02T11:40:59.229286Z",
            "url": "https://files.pythonhosted.org/packages/f9/42/68b329bc88ad3d0b17e5e722001c428f56af0f6a4eb11a19d658d9bb8622/denokv-0.1.0a0.dev124-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb626663eb00acc6ef7a3afb3ddebfbc326e34653e8869c999b7c46e40f5b6e2",
                "md5": "89996bd8966411b729a77bf6c7cdea46",
                "sha256": "932f998191fb672dc24b502b171e346b0e4e147317ab8a94cd166f42c9a84b1a"
            },
            "downloads": -1,
            "filename": "denokv-0.1.0a0.dev124.tar.gz",
            "has_sig": false,
            "md5_digest": "89996bd8966411b729a77bf6c7cdea46",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 39654,
            "upload_time": "2025-02-02T11:41:01",
            "upload_time_iso_8601": "2025-02-02T11:41:01.285588Z",
            "url": "https://files.pythonhosted.org/packages/eb/62/6663eb00acc6ef7a3afb3ddebfbc326e34653e8869c999b7c46e40f5b6e2/denokv-0.1.0a0.dev124.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-02 11:41:01",
    "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"
}
        
Elapsed time: 0.39176s