kuzu


Namekuzu JSON
Version 0.11.1 PyPI version JSON
download
home_pagehttps://github.com/kuzudb/kuzu
SummaryHighly scalable, extremely fast, easy-to-use embeddable graph database
upload_time2025-07-26 03:21:30
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords graph database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <picture>
    <source srcset="https://kuzudb.com/img/kuzu-logo-dark.png" media="(prefers-color-scheme: dark)">
    <img src="https://kuzudb.com/img/kuzu-logo.png" height="100" alt="Kuzu Logo">
  </picture>
</div>

<br>

<p align="center">
  <a href="https://github.com/kuzudb/kuzu/actions">
    <img src="https://github.com/kuzudb/kuzu/actions/workflows/ci-workflow.yml/badge.svg?branch=master" alt="Github Actions Badge"></a>
  <a href="https://discord.gg/VtX2gw9Rug">
    <img src="https://img.shields.io/discord/1196510116388806837?logo=discord" alt="discord" /></a>
  <a href="https://twitter.com/kuzudb">
    <img src="https://img.shields.io/badge/follow-@kuzudb-1DA1F2?logo=twitter" alt="twitter"></a>
</p>

# Kuzu
Kuzu is an embedded graph database built for query speed and scalability. Kuzu is optimized for handling complex analytical workloads 
on very large databases and provides a set of retrieval features, such as a full text search and vector indices. Our core feature set includes:

- Flexible Property Graph Data Model and Cypher query language
- Embeddable, serverless integration into applications
- Native full text search and vector index
- Columnar disk-based storage
- Columnar sparse row-based (CSR) adjacency list/join indices
- Vectorized and factorized query processor
- Novel and very fast join algorithms
- Multi-core query parallelism
- Serializable ACID transactions
- Wasm (WebAssembly) bindings for fast, secure execution in the browser

Kuzu is being developed by [Kùzu Inc.](https://kuzudb.com/) and 
is available under a permissible license. So try it out and help us make it better! We welcome your feedback and feature requests.

## Installation

| Language | Installation                                                           |
| -------- |------------------------------------------------------------------------|
| Python   | `pip install kuzu`                                                     |
| NodeJS   | `npm install kuzu`                                                     |
| Rust     | `cargo add kuzu`                                                       |
| Go       | `go get github.com/kuzudb/go-kuzu`                                     |
| Swift    | [kuzu-swift](https://github.com/kuzudb/kuzu-swift)                     |
| Java     | [Maven Central](https://central.sonatype.com/artifact/com.kuzudb/kuzu) |
| C/C++    | [precompiled binaries](https://github.com/kuzudb/kuzu/releases/latest) |
| CLI      | [precompiled binaries](https://github.com/kuzudb/kuzu/releases/latest) |

To learn more about installation, see our [Installation](https://docs.kuzudb.com/installation) page.

## Getting Started

Refer to our [Getting Started](https://docs.kuzudb.com/get-started/) page for your first example.

## Build from Source

You can build from source using the instructions provided in the [developer guide](https://docs.kuzudb.com/developer-guide).

## Contributing
We welcome contributions to Kuzu. If you are interested in contributing to Kuzu, please read our [Contributing Guide](CONTRIBUTING.md).

## License
By contributing to Kuzu, you agree that your contributions will be licensed under the [MIT License](LICENSE).

## Support 
We provide professional support for using Kuzu, ensuring timely responses and flexible coverage. Please visit [here](https://kuzudb.com/#support) 
for more information.

## Contact
You can contact us at [contact@kuzudb.com](mailto:contact@kuzudb.com) or [join our Discord community](https://discord.gg/VtX2gw9Rug).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kuzudb/kuzu",
    "name": "kuzu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "graph, database",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/02/c1/3a407cc3600b32c29df97477c78f08b8d5a45d389fc7eccff27dacd56597/kuzu-0.11.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <picture>\n    <source srcset=\"https://kuzudb.com/img/kuzu-logo-dark.png\" media=\"(prefers-color-scheme: dark)\">\n    <img src=\"https://kuzudb.com/img/kuzu-logo.png\" height=\"100\" alt=\"Kuzu Logo\">\n  </picture>\n</div>\n\n<br>\n\n<p align=\"center\">\n  <a href=\"https://github.com/kuzudb/kuzu/actions\">\n    <img src=\"https://github.com/kuzudb/kuzu/actions/workflows/ci-workflow.yml/badge.svg?branch=master\" alt=\"Github Actions Badge\"></a>\n  <a href=\"https://discord.gg/VtX2gw9Rug\">\n    <img src=\"https://img.shields.io/discord/1196510116388806837?logo=discord\" alt=\"discord\" /></a>\n  <a href=\"https://twitter.com/kuzudb\">\n    <img src=\"https://img.shields.io/badge/follow-@kuzudb-1DA1F2?logo=twitter\" alt=\"twitter\"></a>\n</p>\n\n# Kuzu\nKuzu is an embedded graph database built for query speed and scalability. Kuzu is optimized for handling complex analytical workloads \non very large databases and provides a set of retrieval features, such as a full text search and vector indices. Our core feature set includes:\n\n- Flexible Property Graph Data Model and Cypher query language\n- Embeddable, serverless integration into applications\n- Native full text search and vector index\n- Columnar disk-based storage\n- Columnar sparse row-based (CSR) adjacency list/join indices\n- Vectorized and factorized query processor\n- Novel and very fast join algorithms\n- Multi-core query parallelism\n- Serializable ACID transactions\n- Wasm (WebAssembly) bindings for fast, secure execution in the browser\n\nKuzu is being developed by [K\u00f9zu Inc.](https://kuzudb.com/) and \nis available under a permissible license. So try it out and help us make it better! We welcome your feedback and feature requests.\n\n## Installation\n\n| Language | Installation                                                           |\n| -------- |------------------------------------------------------------------------|\n| Python   | `pip install kuzu`                                                     |\n| NodeJS   | `npm install kuzu`                                                     |\n| Rust     | `cargo add kuzu`                                                       |\n| Go       | `go get github.com/kuzudb/go-kuzu`                                     |\n| Swift    | [kuzu-swift](https://github.com/kuzudb/kuzu-swift)                     |\n| Java     | [Maven Central](https://central.sonatype.com/artifact/com.kuzudb/kuzu) |\n| C/C++    | [precompiled binaries](https://github.com/kuzudb/kuzu/releases/latest) |\n| CLI      | [precompiled binaries](https://github.com/kuzudb/kuzu/releases/latest) |\n\nTo learn more about installation, see our [Installation](https://docs.kuzudb.com/installation) page.\n\n## Getting Started\n\nRefer to our [Getting Started](https://docs.kuzudb.com/get-started/) page for your first example.\n\n## Build from Source\n\nYou can build from source using the instructions provided in the [developer guide](https://docs.kuzudb.com/developer-guide).\n\n## Contributing\nWe welcome contributions to Kuzu. If you are interested in contributing to Kuzu, please read our [Contributing Guide](CONTRIBUTING.md).\n\n## License\nBy contributing to Kuzu, you agree that your contributions will be licensed under the [MIT License](LICENSE).\n\n## Support \nWe provide professional support for using Kuzu, ensuring timely responses and flexible coverage. Please visit [here](https://kuzudb.com/#support) \nfor more information.\n\n## Contact\nYou can contact us at [contact@kuzudb.com](mailto:contact@kuzudb.com) or [join our Discord community](https://discord.gg/VtX2gw9Rug).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Highly scalable, extremely fast, easy-to-use embeddable graph database",
    "version": "0.11.1",
    "project_urls": {
        "Changelog": "https://github.com/kuzudb/kuzu/releases",
        "Documentation": "https://docs.kuzudb.com/",
        "Homepage": "https://kuzudb.com/",
        "Repository": "https://github.com/kuzudb/kuzu"
    },
    "split_keywords": [
        "graph",
        " database"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a43a884564230bb8213c094d80c002585ea453f0f59111a46fcda36e6b52714a",
                "md5": "0145107d8683f984697a06f2ac07f47c",
                "sha256": "df2fad0b5a46f5033c4764d2f42bad3f280046aa69bdcec0ab5db324eda35067"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0145107d8683f984697a06f2ac07f47c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3692063,
            "upload_time": "2025-07-26T03:20:15",
            "upload_time_iso_8601": "2025-07-26T03:20:15.783174Z",
            "url": "https://files.pythonhosted.org/packages/a4/3a/884564230bb8213c094d80c002585ea453f0f59111a46fcda36e6b52714a/kuzu-0.11.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6e720a3328c39630e3a6dcb9a2ed609838a0e3ab9244eab34a79e3e5b9836ba",
                "md5": "e9e5f4a4a6a7452266d9cbbd82bd4d57",
                "sha256": "6abc75aadd5e7ca264c3f396bfbcd2140b6077a83109f038c8a20813aa31d144"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e9e5f4a4a6a7452266d9cbbd82bd4d57",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 4089116,
            "upload_time": "2025-07-26T03:20:18",
            "upload_time_iso_8601": "2025-07-26T03:20:18.078837Z",
            "url": "https://files.pythonhosted.org/packages/f6/e7/20a3328c39630e3a6dcb9a2ed609838a0e3ab9244eab34a79e3e5b9836ba/kuzu-0.11.1-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc94ae00502d80ec6039c140aadb0d2fd1faf7855d67fdfc9bf874be36a53d4b",
                "md5": "d627a2cec118de22ee3d37b9bf4dc9e4",
                "sha256": "22df9a8bbc823a03ba900d665de741216feeaaf6c1b0d4534534f4450dc59476"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d627a2cec118de22ee3d37b9bf4dc9e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 6202413,
            "upload_time": "2025-07-26T03:20:19",
            "upload_time_iso_8601": "2025-07-26T03:20:19.943538Z",
            "url": "https://files.pythonhosted.org/packages/bc/94/ae00502d80ec6039c140aadb0d2fd1faf7855d67fdfc9bf874be36a53d4b/kuzu-0.11.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "381bbecc6c7950c340db0f79327866d305e94284fd395d03eb0101901cba081c",
                "md5": "1edb1db3522854b7561801880935796e",
                "sha256": "f2b89582dd9cda4e1653c5880c3ed158947338d003a347ecbbbf5587b0ab94e5"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1edb1db3522854b7561801880935796e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 6978628,
            "upload_time": "2025-07-26T03:20:22",
            "upload_time_iso_8601": "2025-07-26T03:20:22.120847Z",
            "url": "https://files.pythonhosted.org/packages/38/1b/becc6c7950c340db0f79327866d305e94284fd395d03eb0101901cba081c/kuzu-0.11.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a28fc5c5c0e88c2b4ab6ec8361493855f1718c51d403bfc78361030b5335ead0",
                "md5": "1496f911460fb3a0540603a7b3375f8f",
                "sha256": "dbe699984eae55f9456e8b6cad5f3f29634f27218815c1c4885c24d46ecf0633"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1496f911460fb3a0540603a7b3375f8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 4291492,
            "upload_time": "2025-07-26T03:20:24",
            "upload_time_iso_8601": "2025-07-26T03:20:24.179979Z",
            "url": "https://files.pythonhosted.org/packages/a2/8f/c5c5c0e88c2b4ab6ec8361493855f1718c51d403bfc78361030b5335ead0/kuzu-0.11.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09830df75fa5890a04faa2240a4bfb2f616199c87598554301e59e882330ddb6",
                "md5": "b966aada6a4cf353091a67c98dff64aa",
                "sha256": "f5126128d7c25890492ef7a261b52e86f1959e7cee4c9ebe5097ad5d2fa13a92"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b966aada6a4cf353091a67c98dff64aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3693773,
            "upload_time": "2025-07-26T03:20:25",
            "upload_time_iso_8601": "2025-07-26T03:20:25.731696Z",
            "url": "https://files.pythonhosted.org/packages/09/83/0df75fa5890a04faa2240a4bfb2f616199c87598554301e59e882330ddb6/kuzu-0.11.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "874160ad737046160c58cad0a3515ce8b319ddc7ca54e2c26ee16ecf9363f57b",
                "md5": "865fccb639b3674ea16b706aa0c855de",
                "sha256": "f8556c56e1384ba28dd27280f20e97e39defc0e473aaabd80038d64efddbe106"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp311-cp311-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "865fccb639b3674ea16b706aa0c855de",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 4090517,
            "upload_time": "2025-07-26T03:20:27",
            "upload_time_iso_8601": "2025-07-26T03:20:27.508171Z",
            "url": "https://files.pythonhosted.org/packages/87/41/60ad737046160c58cad0a3515ce8b319ddc7ca54e2c26ee16ecf9363f57b/kuzu-0.11.1-cp311-cp311-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f539bf64ecda905b122e259dc9ada3ca994107bd4691a47e61713efe852ef5d9",
                "md5": "739edffc4040ce1721f01b8a9a175f17",
                "sha256": "083f3e7baa5b6dfc85de6f701bc3adfa5e0842dba0d0032035386511b4791641"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "739edffc4040ce1721f01b8a9a175f17",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 6202887,
            "upload_time": "2025-07-26T03:20:29",
            "upload_time_iso_8601": "2025-07-26T03:20:29.420899Z",
            "url": "https://files.pythonhosted.org/packages/f5/39/bf64ecda905b122e259dc9ada3ca994107bd4691a47e61713efe852ef5d9/kuzu-0.11.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e97f8954deadedde4ff58fc9f8f815ca9b8405a12ef9d59a2242c8faf4f517e5",
                "md5": "a34b52802b400289bdcb6eec48e7ea81",
                "sha256": "2aface1ca17c513a68d5b91e3eee631969815d6c4fd7a25cf1c39f1bf1ca6671"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a34b52802b400289bdcb6eec48e7ea81",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 6978479,
            "upload_time": "2025-07-26T03:20:36",
            "upload_time_iso_8601": "2025-07-26T03:20:36.086673Z",
            "url": "https://files.pythonhosted.org/packages/e9/7f/8954deadedde4ff58fc9f8f815ca9b8405a12ef9d59a2242c8faf4f517e5/kuzu-0.11.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e9020d9075e3c6f529ca94ddf5b50fbc1a04c9f28e06cd1d3f178b7039f5224e",
                "md5": "03709570d7e580c025a3765f56c88a1c",
                "sha256": "3d63dea930695439fba64e9a1f0de5752e9dad81e35446b4587c24f65b467915"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "03709570d7e580c025a3765f56c88a1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 4291861,
            "upload_time": "2025-07-26T03:20:37",
            "upload_time_iso_8601": "2025-07-26T03:20:37.888110Z",
            "url": "https://files.pythonhosted.org/packages/e9/02/0d9075e3c6f529ca94ddf5b50fbc1a04c9f28e06cd1d3f178b7039f5224e/kuzu-0.11.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3673e47bd90354b8ddb4dae2926d574d6b9042deb22822aec392587720afc409",
                "md5": "29a19ff032ab395b4492f8ec1720dc9e",
                "sha256": "b594972951be21d7571b5e32b702a896706d54e9bef354505516878242758258"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "29a19ff032ab395b4492f8ec1720dc9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3692767,
            "upload_time": "2025-07-26T03:20:39",
            "upload_time_iso_8601": "2025-07-26T03:20:39.548031Z",
            "url": "https://files.pythonhosted.org/packages/36/73/e47bd90354b8ddb4dae2926d574d6b9042deb22822aec392587720afc409/kuzu-0.11.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e221c90316531970477566ca4b267704846878d78af5594721678c1385e82693",
                "md5": "a722d8e6c970d68575fe085f3191790d",
                "sha256": "30900bba9d20d9523f782737228b0b4a01c88bcfd20fb57f4544e143f3fb41d5"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp312-cp312-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a722d8e6c970d68575fe085f3191790d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 4093451,
            "upload_time": "2025-07-26T03:20:41",
            "upload_time_iso_8601": "2025-07-26T03:20:41.708191Z",
            "url": "https://files.pythonhosted.org/packages/e2/21/c90316531970477566ca4b267704846878d78af5594721678c1385e82693/kuzu-0.11.1-cp312-cp312-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9aff7fcf685e10ac113810632023efff26aee48fbadd4c37119affcc29766ed3",
                "md5": "f2f5ed6efb64887e55f0b68f8f119317",
                "sha256": "9e46169aaa88ce02146e6ac8bd434366d221393e2beec55f20aadaef0d060606"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f2f5ed6efb64887e55f0b68f8f119317",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 6202268,
            "upload_time": "2025-07-26T03:20:43",
            "upload_time_iso_8601": "2025-07-26T03:20:43.789779Z",
            "url": "https://files.pythonhosted.org/packages/9a/ff/7fcf685e10ac113810632023efff26aee48fbadd4c37119affcc29766ed3/kuzu-0.11.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f53d2b6ef3533aa9c1c9de99943df3e2d14cd79a91703bcdba5f4a4636e93346",
                "md5": "94c6cf09ab82c633e24df3888e10cc83",
                "sha256": "29480c1d3342e6fc1058011e51b5050f42c5f1b6b2c489747143c770b1206c61"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94c6cf09ab82c633e24df3888e10cc83",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 6978377,
            "upload_time": "2025-07-26T03:20:45",
            "upload_time_iso_8601": "2025-07-26T03:20:45.581656Z",
            "url": "https://files.pythonhosted.org/packages/f5/3d/2b6ef3533aa9c1c9de99943df3e2d14cd79a91703bcdba5f4a4636e93346/kuzu-0.11.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7c8aea41b249b71f3f2d7e119db7e7c367d8e9f9d27b99d516783addaf336e5",
                "md5": "84d1c7572be7f0cdb69af9ae67272dce",
                "sha256": "40a448a6887edb5ed639f9e9d1ed8e4c0a08bff4d930af973cb8c15b4375471a"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "84d1c7572be7f0cdb69af9ae67272dce",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 4292469,
            "upload_time": "2025-07-26T03:20:47",
            "upload_time_iso_8601": "2025-07-26T03:20:47.312172Z",
            "url": "https://files.pythonhosted.org/packages/e7/c8/aea41b249b71f3f2d7e119db7e7c367d8e9f9d27b99d516783addaf336e5/kuzu-0.11.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e92f57b1774b0d9bf38fcf67d9c3cb0c9b6dc960844a72037f1a0e0c4391ef4",
                "md5": "5898a8b302ea7c27902b57e8752ce363",
                "sha256": "52d0ec77e062e05a3c2b8ff98ce4873d98a3c52c25ac2d8ffdd01a062fe14164"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5898a8b302ea7c27902b57e8752ce363",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 3692790,
            "upload_time": "2025-07-26T03:20:49",
            "upload_time_iso_8601": "2025-07-26T03:20:49.381140Z",
            "url": "https://files.pythonhosted.org/packages/8e/92/f57b1774b0d9bf38fcf67d9c3cb0c9b6dc960844a72037f1a0e0c4391ef4/kuzu-0.11.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3332a05e1ac0d452164d15abf8613423f64a3ebef1070c20aaf4780ea7553b08",
                "md5": "11c8256e245d66b10e075172c533a22a",
                "sha256": "bd1cb926962ddbcd1e91b027a1f9d978a9ce499685eeea1ff91bf45d966774fd"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp313-cp313-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "11c8256e245d66b10e075172c533a22a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 4093683,
            "upload_time": "2025-07-26T03:20:51",
            "upload_time_iso_8601": "2025-07-26T03:20:51.220872Z",
            "url": "https://files.pythonhosted.org/packages/33/32/a05e1ac0d452164d15abf8613423f64a3ebef1070c20aaf4780ea7553b08/kuzu-0.11.1-cp313-cp313-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "956b69e66db05a8577f1da36539edcf089d11f796a7261b48f6c5969d424a4de",
                "md5": "d05b5ce353693115b5f79ffeccdec6a9",
                "sha256": "5ac8a6b809bfad4e4f05c22245dea874c6c38261db010a6568c6e91ecb3e3f16"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d05b5ce353693115b5f79ffeccdec6a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 6202557,
            "upload_time": "2025-07-26T03:20:52",
            "upload_time_iso_8601": "2025-07-26T03:20:52.977903Z",
            "url": "https://files.pythonhosted.org/packages/95/6b/69e66db05a8577f1da36539edcf089d11f796a7261b48f6c5969d424a4de/kuzu-0.11.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9baf0387352409ab47bd3d9cc20e3fac18bb22f51118f480a692743378b9e838",
                "md5": "77d722a93e1aad784add6212c5a59821",
                "sha256": "98c72f7041d389d6c750351f4bd949dc3892c6b5ebecf589947ebd4773fc471d"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "77d722a93e1aad784add6212c5a59821",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 6978252,
            "upload_time": "2025-07-26T03:20:54",
            "upload_time_iso_8601": "2025-07-26T03:20:54.764436Z",
            "url": "https://files.pythonhosted.org/packages/9b/af/0387352409ab47bd3d9cc20e3fac18bb22f51118f480a692743378b9e838/kuzu-0.11.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c1b9e50c5f70194530f645f847f95ca91814868061cc89637ef27350acd69d7",
                "md5": "726db5c90393a2b7a5f9d7c8b8e46ce3",
                "sha256": "4774ef1b60879df375a8cc9e7c8c8b44957e31717925ff76b616fa650f52e498"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "726db5c90393a2b7a5f9d7c8b8e46ce3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 6206300,
            "upload_time": "2025-07-26T03:20:58",
            "upload_time_iso_8601": "2025-07-26T03:20:58.038891Z",
            "url": "https://files.pythonhosted.org/packages/0c/1b/9e50c5f70194530f645f847f95ca91814868061cc89637ef27350acd69d7/kuzu-0.11.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e08ed641d02bf3f340a4e0a032f504f0c1564f26a852e0e387dd9697bb97ce5",
                "md5": "9d8472a6be67ed0b542db3e606b7e118",
                "sha256": "074410a8e61ea7f669032f37a8b16a1b2edbc882abed58e235cbc4b9279a9e73"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9d8472a6be67ed0b542db3e606b7e118",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 6980987,
            "upload_time": "2025-07-26T03:21:00",
            "upload_time_iso_8601": "2025-07-26T03:21:00.107078Z",
            "url": "https://files.pythonhosted.org/packages/5e/08/ed641d02bf3f340a4e0a032f504f0c1564f26a852e0e387dd9697bb97ce5/kuzu-0.11.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49d6eebd76a30cd7903b300271eeb2f078bad72ab7d911c12025a6a2cda09f25",
                "md5": "b9b6ddeeb0b1d2b38e6d6f9a1d14d9e7",
                "sha256": "e52ecbb6150aac7794bafb6bf345da557284c08e3bd24c4ff01e6835a69261d9"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b9b6ddeeb0b1d2b38e6d6f9a1d14d9e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 4292335,
            "upload_time": "2025-07-26T03:20:56",
            "upload_time_iso_8601": "2025-07-26T03:20:56.452717Z",
            "url": "https://files.pythonhosted.org/packages/49/d6/eebd76a30cd7903b300271eeb2f078bad72ab7d911c12025a6a2cda09f25/kuzu-0.11.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "745539258a056af72afd6f5fc38d87a65850b283e2db0f0f220fc4ae9e45ce7a",
                "md5": "00b054efc3b97890ff449b9e666e7398",
                "sha256": "cd2ad0c1a039a54d6a70797699596b57bd98b37be1ca2ab3c66f84cc928461a7"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "00b054efc3b97890ff449b9e666e7398",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": null,
            "size": 6203490,
            "upload_time": "2025-07-26T03:21:02",
            "upload_time_iso_8601": "2025-07-26T03:21:02.218689Z",
            "url": "https://files.pythonhosted.org/packages/74/55/39258a056af72afd6f5fc38d87a65850b283e2db0f0f220fc4ae9e45ce7a/kuzu-0.11.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4618e74dd37a7ac9d142362be7b12eafd35854c96520999b94a600affa9d3df0",
                "md5": "5b5344d290af92ec60d4fc035c4ca912",
                "sha256": "b2811efb718a214bd8c1da448b3028c2747df925c12673484f112d1fc6c6ba6f"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b5344d290af92ec60d4fc035c4ca912",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": null,
            "size": 6978627,
            "upload_time": "2025-07-26T03:21:04",
            "upload_time_iso_8601": "2025-07-26T03:21:04.121977Z",
            "url": "https://files.pythonhosted.org/packages/46/18/e74dd37a7ac9d142362be7b12eafd35854c96520999b94a600affa9d3df0/kuzu-0.11.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f40d28b266fac96db9f2eff0f1cf89b7001a1ac2e7932cc8bd1fda36a7387f5",
                "md5": "ead059ccfaee105a760edda7f6dec89b",
                "sha256": "e05a9b0405e4aa377012352e149ccb2ca750a14ea9303bd1eabd77666678ff1a"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ead059ccfaee105a760edda7f6dec89b",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": null,
            "size": 6206067,
            "upload_time": "2025-07-26T03:21:06",
            "upload_time_iso_8601": "2025-07-26T03:21:06.569096Z",
            "url": "https://files.pythonhosted.org/packages/2f/40/d28b266fac96db9f2eff0f1cf89b7001a1ac2e7932cc8bd1fda36a7387f5/kuzu-0.11.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6dabf22e8c02511fd8a59d688f58f594663251d5f624910c5ac8c07b51be67d1",
                "md5": "8f2f7df58dc9ea6f57e8c0bc6946ba57",
                "sha256": "1910c04d7e9ae947c55243629690fa4f17dc1577a49925e327ef17f854ace004"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f2f7df58dc9ea6f57e8c0bc6946ba57",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": null,
            "size": 6980992,
            "upload_time": "2025-07-26T03:21:08",
            "upload_time_iso_8601": "2025-07-26T03:21:08.441161Z",
            "url": "https://files.pythonhosted.org/packages/6d/ab/f22e8c02511fd8a59d688f58f594663251d5f624910c5ac8c07b51be67d1/kuzu-0.11.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7584cfd0907874d3c98f7e22676cef370bfbe10da9a3b4d3e5747a65958f3af7",
                "md5": "117c202ceb44328ffaf640eeb3de1252",
                "sha256": "51848b001c0c34cc4122f16c7dbac14c92e363a26371f12912f1913ff85e92d2"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp37-cp37m-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "117c202ceb44328ffaf640eeb3de1252",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 4085948,
            "upload_time": "2025-07-26T03:21:10",
            "upload_time_iso_8601": "2025-07-26T03:21:10.181634Z",
            "url": "https://files.pythonhosted.org/packages/75/84/cfd0907874d3c98f7e22676cef370bfbe10da9a3b4d3e5747a65958f3af7/kuzu-0.11.1-cp37-cp37m-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38d2eed12f3f8202897eb153660442be51793c062c796b234e6712fb0b96bbfb",
                "md5": "77b74db054317f871df194b3681793c2",
                "sha256": "19abd43695152586e1f3c4fdd4176df6e887b2334eb64a1d7e3797ed561d5c9a"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "77b74db054317f871df194b3681793c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3690636,
            "upload_time": "2025-07-26T03:21:11",
            "upload_time_iso_8601": "2025-07-26T03:21:11.839081Z",
            "url": "https://files.pythonhosted.org/packages/38/d2/eed12f3f8202897eb153660442be51793c062c796b234e6712fb0b96bbfb/kuzu-0.11.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88ff78f4fff3019f654e5015cc130daf4a31b8f03a6ab453a1cb94df97bc36d8",
                "md5": "0392c35e9dd8c4a17230cd1c2728da2d",
                "sha256": "a37e6a22dc47619c60d7028789678a5fa3e4e34cf7a82e1a21a98eaf03925080"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0392c35e9dd8c4a17230cd1c2728da2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 4088154,
            "upload_time": "2025-07-26T03:21:13",
            "upload_time_iso_8601": "2025-07-26T03:21:13.482392Z",
            "url": "https://files.pythonhosted.org/packages/88/ff/78f4fff3019f654e5015cc130daf4a31b8f03a6ab453a1cb94df97bc36d8/kuzu-0.11.1-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "312f10a91f395f88cf4783994891f5a595ef6892786deaff7f21e49c517f5b58",
                "md5": "62c00c6115bf4094855ab96e93a39839",
                "sha256": "56bfbe73c72b4dc76016428dbb539833e5369d8e3d9406f29262d2900a721e44"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "62c00c6115bf4094855ab96e93a39839",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 6202189,
            "upload_time": "2025-07-26T03:21:15",
            "upload_time_iso_8601": "2025-07-26T03:21:15.439779Z",
            "url": "https://files.pythonhosted.org/packages/31/2f/10a91f395f88cf4783994891f5a595ef6892786deaff7f21e49c517f5b58/kuzu-0.11.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "152b427ef9851433113d4ce40b5ce3413ea4536a989312faa9aeb76a6156fa24",
                "md5": "7f91c29d6305f96e8defbb59cde310f9",
                "sha256": "4187cb35aca0eab61d6df69c6d2de5a3f69f3ca8d71347cbf05e5629ceda8af8"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f91c29d6305f96e8defbb59cde310f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 6977907,
            "upload_time": "2025-07-26T03:21:17",
            "upload_time_iso_8601": "2025-07-26T03:21:17.181695Z",
            "url": "https://files.pythonhosted.org/packages/15/2b/427ef9851433113d4ce40b5ce3413ea4536a989312faa9aeb76a6156fa24/kuzu-0.11.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9973d3d5c3fde3ce9de79f8302c806fc6a9008f99a2cdf06157f05de732006f",
                "md5": "1a6ec3ce2dc0186da924cf466f69979a",
                "sha256": "e0129ab429990537259d43a2ca1c89fd3102597dc676231af7167586d39a9c52"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1a6ec3ce2dc0186da924cf466f69979a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 4291176,
            "upload_time": "2025-07-26T03:21:19",
            "upload_time_iso_8601": "2025-07-26T03:21:19.357120Z",
            "url": "https://files.pythonhosted.org/packages/d9/97/3d3d5c3fde3ce9de79f8302c806fc6a9008f99a2cdf06157f05de732006f/kuzu-0.11.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b68f1037362a195467c43956c616371287f08b42f63c939a876aab700519d1ac",
                "md5": "cf1c49050de7060eedc5659b7b6bdfa6",
                "sha256": "23996e920dbdc48946a3b91ff15d49b7dd795fd0a063fa8191e3d9f09538cc3d"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cf1c49050de7060eedc5659b7b6bdfa6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3691091,
            "upload_time": "2025-07-26T03:21:21",
            "upload_time_iso_8601": "2025-07-26T03:21:21.007279Z",
            "url": "https://files.pythonhosted.org/packages/b6/8f/1037362a195467c43956c616371287f08b42f63c939a876aab700519d1ac/kuzu-0.11.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d96b749567fd47a23df479e2cf3e92ead010048c1d3561b27b5bcef91a9fc639",
                "md5": "7e9b8a821e6091825589672261e3c0ff",
                "sha256": "2d498e2151952ab34b5125ab8043c5043fe9025b36adc0830e0d56ed46f8c3b3"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7e9b8a821e6091825589672261e3c0ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 4088528,
            "upload_time": "2025-07-26T03:21:22",
            "upload_time_iso_8601": "2025-07-26T03:21:22.798091Z",
            "url": "https://files.pythonhosted.org/packages/d9/6b/749567fd47a23df479e2cf3e92ead010048c1d3561b27b5bcef91a9fc639/kuzu-0.11.1-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3108c8a607d21b1f202f308993ac945dfdbc7ef580a11d99b4674a1c97750112",
                "md5": "fd8dfa84eb8075d5f2eb04a1b0c9a4b5",
                "sha256": "de419ffae8bceb18202ed13c05a8d04099e9ffad53f5ee1e88b4e19b0d6c9b0f"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fd8dfa84eb8075d5f2eb04a1b0c9a4b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 6202703,
            "upload_time": "2025-07-26T03:21:24",
            "upload_time_iso_8601": "2025-07-26T03:21:24.968544Z",
            "url": "https://files.pythonhosted.org/packages/31/08/c8a607d21b1f202f308993ac945dfdbc7ef580a11d99b4674a1c97750112/kuzu-0.11.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5551cdf470c1fbe9788a63f2ff6e23c98646a429587fb9f51dfe8a78881eaac5",
                "md5": "5179862b7c552d6a35823f748fa179a9",
                "sha256": "a81b986ec772d22f253c0119df04e2067934866dc54a439dd1f1985e64dcad0e"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5179862b7c552d6a35823f748fa179a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 6978011,
            "upload_time": "2025-07-26T03:21:26",
            "upload_time_iso_8601": "2025-07-26T03:21:26.758397Z",
            "url": "https://files.pythonhosted.org/packages/55/51/cdf470c1fbe9788a63f2ff6e23c98646a429587fb9f51dfe8a78881eaac5/kuzu-0.11.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6269c6de23dc4183534c078ccf1e3723e456bbd95f8655f1f3973c75586bfc05",
                "md5": "3d524cc96ec8cffc6fcf7e750fade57f",
                "sha256": "969559c1fab905c0046dcb3078aa77e3679035dc7d1d54ac7cfa4a39c4fe5746"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3d524cc96ec8cffc6fcf7e750fade57f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 4293259,
            "upload_time": "2025-07-26T03:21:28",
            "upload_time_iso_8601": "2025-07-26T03:21:28.662861Z",
            "url": "https://files.pythonhosted.org/packages/62/69/c6de23dc4183534c078ccf1e3723e456bbd95f8655f1f3973c75586bfc05/kuzu-0.11.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02c13a407cc3600b32c29df97477c78f08b8d5a45d389fc7eccff27dacd56597",
                "md5": "31b8f0f9906db8e944e7c6b14a6804a5",
                "sha256": "1f796a41810656ab3093de7994a054a66567ebdb1c838d14525b2ce78c3f3df1"
            },
            "downloads": -1,
            "filename": "kuzu-0.11.1.tar.gz",
            "has_sig": false,
            "md5_digest": "31b8f0f9906db8e944e7c6b14a6804a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4898420,
            "upload_time": "2025-07-26T03:21:30",
            "upload_time_iso_8601": "2025-07-26T03:21:30.678448Z",
            "url": "https://files.pythonhosted.org/packages/02/c1/3a407cc3600b32c29df97477c78f08b8d5a45d389fc7eccff27dacd56597/kuzu-0.11.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-26 03:21:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kuzudb",
    "github_project": "kuzu",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kuzu"
}
        
Elapsed time: 2.79003s