kuzu


Namekuzu JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://github.com/kuzudb/kuzu
SummaryHighly scalable, extremely fast, easy-to-use embeddable graph database
upload_time2024-12-20 06:12:08
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT License Copyright (c) 2022-2024 Kùzu Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords graph database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <img src="https://kuzudb.com/img/kuzu-logo.png" height="100">
</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://codecov.io/gh/kuzudb/kuzu" >
    <img src="https://codecov.io/github/kuzudb/kuzu/branch/master/graph/badge.svg?token=N1AT6H79LM"/></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>

# Kùzu
Kùzu is an embedded graph database built for query speed and scalability. Kùzu is optimized for handling complex join-heavy analytical workloads on very large databases, with the following core feature set:

- Flexible Property Graph Data Model and Cypher query language
- Embeddable, serverless integration into applications 
- 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

Kùzu started as a research project at University of Waterloo and is now being 
developed primarily by [Kùzu Inc.](https://kuzudb.com/), a spinoff company from University of Waterloo. 
Kùzu 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`                                     |
| 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 Kùzu. If you are interested in contributing to Kùzu, please read our [Contributing Guide](CONTRIBUTING.md).

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

## Citing Kùzu
If you are a researcher and use Kùzu in your work, we encourage you to cite our work.
You can use the following BibTeX citation:
```
@inproceedings{kuzu:cidr,
  author =  {Xiyang Feng and
             Guodong Jin and
             Ziyi Chen and
             Chang Liu and
             Semih Saliho\u{g}lu},
  title={K\`uzu Graph Database Management System},
  booktitle={CIDR},
  year={2023}
}
@misc{kuzu-github,
  author =  {Xiyang Feng and
             Guodong Jin and
             Ziyi Chen and
             Chang Liu and
             Semih Saliho\u{g}lu},
  title = {{K\`uzu Database Management System Source Code}},
  howpublished = {\url{https://github.com/kuzudb/kuzu}},
  month        = nov,
  year         = 2022
}
```

## Contact Us
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/80/34/bb5f0f3361878e76311073751ab1f5149a0d1a429a7df60fb31217f947dd/kuzu-0.7.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <img src=\"https://kuzudb.com/img/kuzu-logo.png\" height=\"100\">\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://codecov.io/gh/kuzudb/kuzu\" >\n    <img src=\"https://codecov.io/github/kuzudb/kuzu/branch/master/graph/badge.svg?token=N1AT6H79LM\"/></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# K\u00f9zu\nK\u00f9zu is an embedded graph database built for query speed and scalability. K\u00f9zu is optimized for handling complex join-heavy analytical workloads on very large databases, with the following core feature set:\n\n- Flexible Property Graph Data Model and Cypher query language\n- Embeddable, serverless integration into applications \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\nK\u00f9zu started as a research project at University of Waterloo and is now being \ndeveloped primarily by [K\u00f9zu Inc.](https://kuzudb.com/), a spinoff company from University of Waterloo. \nK\u00f9zu is 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| 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 K\u00f9zu. If you are interested in contributing to K\u00f9zu, please read our [Contributing Guide](CONTRIBUTING.md).\n\n## License\nBy contributing to K\u00f9zu, you agree that your contributions will be licensed under the [MIT License](LICENSE).\n\n## Citing K\u00f9zu\nIf you are a researcher and use K\u00f9zu in your work, we encourage you to cite our work.\nYou can use the following BibTeX citation:\n```\n@inproceedings{kuzu:cidr,\n  author =  {Xiyang Feng and\n             Guodong Jin and\n             Ziyi Chen and\n             Chang Liu and\n             Semih Saliho\\u{g}lu},\n  title={K\\`uzu Graph Database Management System},\n  booktitle={CIDR},\n  year={2023}\n}\n@misc{kuzu-github,\n  author =  {Xiyang Feng and\n             Guodong Jin and\n             Ziyi Chen and\n             Chang Liu and\n             Semih Saliho\\u{g}lu},\n  title = {{K\\`uzu Database Management System Source Code}},\n  howpublished = {\\url{https://github.com/kuzudb/kuzu}},\n  month        = nov,\n  year         = 2022\n}\n```\n\n## Contact Us\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 License  Copyright (c) 2022-2024 K\u00f9zu Inc.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Highly scalable, extremely fast, easy-to-use embeddable graph database",
    "version": "0.7.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": "",
            "digests": {
                "blake2b_256": "b543ccc8a2aad80ae3f44985a0b4700952f3bd49ea65146096c170c0a7bb69b5",
                "md5": "9cb7b9b0d3dd357e68d03c98e71dd91a",
                "sha256": "0084731ea2096e0f670b7d26284265448df4441584cda4d3b29ae1a0f35cf363"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9cb7b9b0d3dd357e68d03c98e71dd91a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3522968,
            "upload_time": "2024-12-20T06:10:10",
            "upload_time_iso_8601": "2024-12-20T06:10:10.911382Z",
            "url": "https://files.pythonhosted.org/packages/b5/43/ccc8a2aad80ae3f44985a0b4700952f3bd49ea65146096c170c0a7bb69b5/kuzu-0.7.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2406ee2f16502730bcc87344ac3d128f4847b60f89aba44231f17864fc56413d",
                "md5": "a446dd391bdda28348f0fc9267b18a4f",
                "sha256": "e5ccdc5d6c6a10d0d64ed20835977c43fcd21922c2a06e0048d2817b1c2e21ba"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a446dd391bdda28348f0fc9267b18a4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3991672,
            "upload_time": "2024-12-20T06:10:14",
            "upload_time_iso_8601": "2024-12-20T06:10:14.828927Z",
            "url": "https://files.pythonhosted.org/packages/24/06/ee2f16502730bcc87344ac3d128f4847b60f89aba44231f17864fc56413d/kuzu-0.7.1-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14a8c7ba5139d3084b3dae3bdcda3b559df29ffdfcef41208edb66b383ea9c12",
                "md5": "cc6d622b1941256d32e1490bc9e33464",
                "sha256": "e88a861fcf893453a41656bc3401af0c1890d5528f71c046fc573dacffdf875e"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cc6d622b1941256d32e1490bc9e33464",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 5843650,
            "upload_time": "2024-12-20T06:10:19",
            "upload_time_iso_8601": "2024-12-20T06:10:19.816896Z",
            "url": "https://files.pythonhosted.org/packages/14/a8/c7ba5139d3084b3dae3bdcda3b559df29ffdfcef41208edb66b383ea9c12/kuzu-0.7.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7858ff19b10b76ae6e0f2dd7f11bac00f2c2d24ddbdab0fb1d5e67054953f40d",
                "md5": "347f2168257506580456fbc05fb02144",
                "sha256": "e813b945297ff32003a6565ee4abd6cbd62c23eae9cdb6bb106b90fb36661fab"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "347f2168257506580456fbc05fb02144",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 6563461,
            "upload_time": "2024-12-20T06:10:25",
            "upload_time_iso_8601": "2024-12-20T06:10:25.694798Z",
            "url": "https://files.pythonhosted.org/packages/78/58/ff19b10b76ae6e0f2dd7f11bac00f2c2d24ddbdab0fb1d5e67054953f40d/kuzu-0.7.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b142457d3379c31b2dd5d01725d73cdbf3a790f41330199df8bf5e8d487ee197",
                "md5": "e0e3c1af3a6806a6b1275b7a0b8f6310",
                "sha256": "691b034dc2001045fd0ed3dcb5fcbf37b788c56ef5be477a27588ebf70008ce3"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e0e3c1af3a6806a6b1275b7a0b8f6310",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 4014351,
            "upload_time": "2024-12-20T06:10:28",
            "upload_time_iso_8601": "2024-12-20T06:10:28.238611Z",
            "url": "https://files.pythonhosted.org/packages/b1/42/457d3379c31b2dd5d01725d73cdbf3a790f41330199df8bf5e8d487ee197/kuzu-0.7.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68c7ca4ec5fcf426b885201958c6a78270582a7b1a22e91f14843fb88b054761",
                "md5": "121e3f69f742830c3e2056088a405c48",
                "sha256": "dc33907a16430ef7e606e6d28d418920428fb24261cbe9430c810efc9571d0cd"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "121e3f69f742830c3e2056088a405c48",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3524734,
            "upload_time": "2024-12-20T06:10:30",
            "upload_time_iso_8601": "2024-12-20T06:10:30.330624Z",
            "url": "https://files.pythonhosted.org/packages/68/c7/ca4ec5fcf426b885201958c6a78270582a7b1a22e91f14843fb88b054761/kuzu-0.7.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56d6298bb9d7e3805344d80ff9942e0fbbb94a69ab894d1394e3f18859efb03b",
                "md5": "0db667c8a09b4669595947a5f5b068a9",
                "sha256": "360523de43ccdd4e8bbbf5b044e10f14ca7491f641b57cc758a3fa97d786d717"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp311-cp311-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0db667c8a09b4669595947a5f5b068a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3993484,
            "upload_time": "2024-12-20T06:10:34",
            "upload_time_iso_8601": "2024-12-20T06:10:34.386317Z",
            "url": "https://files.pythonhosted.org/packages/56/d6/298bb9d7e3805344d80ff9942e0fbbb94a69ab894d1394e3f18859efb03b/kuzu-0.7.1-cp311-cp311-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "608776fadb8aa35c9d7d059d23f26e4d5cfa180bf9fefc8340f4b14c248a8e79",
                "md5": "589f30dc2190437f05305554e52c1fbe",
                "sha256": "793b68163ec7de3ea84e16ce9910295744495b0dd2d020153a7233036b2880e2"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "589f30dc2190437f05305554e52c1fbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 5846002,
            "upload_time": "2024-12-20T06:10:36",
            "upload_time_iso_8601": "2024-12-20T06:10:36.537964Z",
            "url": "https://files.pythonhosted.org/packages/60/87/76fadb8aa35c9d7d059d23f26e4d5cfa180bf9fefc8340f4b14c248a8e79/kuzu-0.7.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec281b0a5b1675e7257bb0d80744a2566fe14000380fcef1293eb6063b55cd97",
                "md5": "1c21b94fba321ff4d85887fc3d3111bc",
                "sha256": "5f6c4d23c64758feade1eb415270c76a43d62ac3915271322d909dd2718c7547"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c21b94fba321ff4d85887fc3d3111bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 6564558,
            "upload_time": "2024-12-20T06:10:41",
            "upload_time_iso_8601": "2024-12-20T06:10:41.852439Z",
            "url": "https://files.pythonhosted.org/packages/ec/28/1b0a5b1675e7257bb0d80744a2566fe14000380fcef1293eb6063b55cd97/kuzu-0.7.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b331dc675222b87ff9dca6342e85159a857dd75282f23f823533ddcf3ad998d4",
                "md5": "4875fba3c93c8e99350b773a7599a29f",
                "sha256": "191a3075fc7e267b1789df49ba8a59a7b25de07d30a752603e6f308272794e75"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4875fba3c93c8e99350b773a7599a29f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 4015346,
            "upload_time": "2024-12-20T06:10:45",
            "upload_time_iso_8601": "2024-12-20T06:10:45.633876Z",
            "url": "https://files.pythonhosted.org/packages/b3/31/dc675222b87ff9dca6342e85159a857dd75282f23f823533ddcf3ad998d4/kuzu-0.7.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cfb6c2d3150c785d08744be69a440b0ce1f5517d6081a416e902e6507980c69",
                "md5": "7bf160aeeb425c5be53f27e8d515cf00",
                "sha256": "13cc34aec05f9a0cc17c29c51f391de1a3d943c334bcb597847b9d72badd4402"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7bf160aeeb425c5be53f27e8d515cf00",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3525504,
            "upload_time": "2024-12-20T06:10:47",
            "upload_time_iso_8601": "2024-12-20T06:10:47.552162Z",
            "url": "https://files.pythonhosted.org/packages/1c/fb/6c2d3150c785d08744be69a440b0ce1f5517d6081a416e902e6507980c69/kuzu-0.7.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "937f1892c5f347ba265f0ec4387a47f414d9eaa2513c99959b554f2447706f28",
                "md5": "1a58550e73cc589c9a2edd1e1a36b1b2",
                "sha256": "037db397d88e6afcebe118f18f84a3c8ec94fc0ae7323f601dc36f94be6e4fe1"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp312-cp312-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a58550e73cc589c9a2edd1e1a36b1b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3995569,
            "upload_time": "2024-12-20T06:10:50",
            "upload_time_iso_8601": "2024-12-20T06:10:50.742202Z",
            "url": "https://files.pythonhosted.org/packages/93/7f/1892c5f347ba265f0ec4387a47f414d9eaa2513c99959b554f2447706f28/kuzu-0.7.1-cp312-cp312-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdb1e360136873d9d1f1eff4e50ad6f325cfad950d5db2a6502fa6d4e9f696a4",
                "md5": "acb1fc4b57a7466a7fa9a7c6aaee0e3d",
                "sha256": "cfb6f3f289e7c2ca22ac5a5bbe5baf067971975b8fef0c86bbfdc22d4f93ce26"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "acb1fc4b57a7466a7fa9a7c6aaee0e3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 5844523,
            "upload_time": "2024-12-20T06:10:54",
            "upload_time_iso_8601": "2024-12-20T06:10:54.002230Z",
            "url": "https://files.pythonhosted.org/packages/bd/b1/e360136873d9d1f1eff4e50ad6f325cfad950d5db2a6502fa6d4e9f696a4/kuzu-0.7.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eb5ddb42e08360fd5b0e4301037fda95af5d1b838b927a24931aa4732aaca0a",
                "md5": "7dc4f3ec1a395e1a7c4e7cc260822873",
                "sha256": "3a3b5fe7f097117ef1df41895f78a0fe75b0a496e1a2cd8e7bb3fcb848b45cff"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7dc4f3ec1a395e1a7c4e7cc260822873",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 6563008,
            "upload_time": "2024-12-20T06:10:57",
            "upload_time_iso_8601": "2024-12-20T06:10:57.524956Z",
            "url": "https://files.pythonhosted.org/packages/6e/b5/ddb42e08360fd5b0e4301037fda95af5d1b838b927a24931aa4732aaca0a/kuzu-0.7.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de7379d4c67aac4c0414ca0116d3f019d7c75369e3cb684f7dd98dd6c405c952",
                "md5": "a90cb23b01c7606af7b47c3568597b68",
                "sha256": "eb78c204ea509f723673105ffd8265dc5c97cf4b05838d7a453283b78f211712"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a90cb23b01c7606af7b47c3568597b68",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 4015975,
            "upload_time": "2024-12-20T06:11:00",
            "upload_time_iso_8601": "2024-12-20T06:11:00.801824Z",
            "url": "https://files.pythonhosted.org/packages/de/73/79d4c67aac4c0414ca0116d3f019d7c75369e3cb684f7dd98dd6c405c952/kuzu-0.7.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1142d1849396f8b36748ee24fab196cbac3539bf6fd62fe3b44f82b4cc4b133f",
                "md5": "bc096855bb65aadf658732ca6f82a864",
                "sha256": "0d89c7a1447943333e59e04c9d00603eb302ceca31bbf2ba0890722d2319730a"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bc096855bb65aadf658732ca6f82a864",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 3525723,
            "upload_time": "2024-12-20T06:11:04",
            "upload_time_iso_8601": "2024-12-20T06:11:04.197692Z",
            "url": "https://files.pythonhosted.org/packages/11/42/d1849396f8b36748ee24fab196cbac3539bf6fd62fe3b44f82b4cc4b133f/kuzu-0.7.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b9de39539df09ea3ca08ce73f6dff2c568cae85b29433cb4e0be161ecc4815e",
                "md5": "536d36afd3e04610c6947025abcd9fdf",
                "sha256": "406592a101a85615c46a4c6ca80e1b803ac609c82e25e5469ab7c585667a3fff"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp313-cp313-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "536d36afd3e04610c6947025abcd9fdf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 3995523,
            "upload_time": "2024-12-20T06:11:07",
            "upload_time_iso_8601": "2024-12-20T06:11:07.336474Z",
            "url": "https://files.pythonhosted.org/packages/5b/9d/e39539df09ea3ca08ce73f6dff2c568cae85b29433cb4e0be161ecc4815e/kuzu-0.7.1-cp313-cp313-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2efbef3151ca39877cc4c139e69c6670d6b5d4aa1823ae9bb8fcd9cccc16c308",
                "md5": "7ddf9d0eec8f2046f14c6970cff122c6",
                "sha256": "5df1c36db81bb0957b013c48598d3467a962aa59cb9180ff95593ed40b9ac958"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7ddf9d0eec8f2046f14c6970cff122c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 5844391,
            "upload_time": "2024-12-20T06:11:09",
            "upload_time_iso_8601": "2024-12-20T06:11:09.645371Z",
            "url": "https://files.pythonhosted.org/packages/2e/fb/ef3151ca39877cc4c139e69c6670d6b5d4aa1823ae9bb8fcd9cccc16c308/kuzu-0.7.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e9e996e770e410541338001a9e6e100487538b306b8a4a677a5592ea1416526",
                "md5": "2750c25d07c151428aa34b7f0f033d3f",
                "sha256": "526e099d74a93625db4200e3a8e4bc1c6f1b3ebef9d11ff4df59cc4a7f65dc09"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2750c25d07c151428aa34b7f0f033d3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 6562819,
            "upload_time": "2024-12-20T06:11:13",
            "upload_time_iso_8601": "2024-12-20T06:11:13.407136Z",
            "url": "https://files.pythonhosted.org/packages/7e/9e/996e770e410541338001a9e6e100487538b306b8a4a677a5592ea1416526/kuzu-0.7.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "139fe5537cb4da939e46747ae02a6cae17add5c1c82a80fcac19637e8a4c2789",
                "md5": "4f990f97d30c6b4048308a5430f94e6b",
                "sha256": "eeb3d9a172c5b1ac3281e70a7debcbd26ceef3dd869299253c3083dd23542ed2"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4f990f97d30c6b4048308a5430f94e6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 5849252,
            "upload_time": "2024-12-20T06:11:20",
            "upload_time_iso_8601": "2024-12-20T06:11:20.336306Z",
            "url": "https://files.pythonhosted.org/packages/13/9f/e5537cb4da939e46747ae02a6cae17add5c1c82a80fcac19637e8a4c2789/kuzu-0.7.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0b81f49989e7ec11e71cfb218ed978c81e2ea1bd207a3c4d1371abe881ba13f",
                "md5": "aa28fa37460956f2072c69d4ed3374d3",
                "sha256": "c129bd054876380a00fca17896f5d695bc1f32cfcab1642fec9c8dee5f7084cb"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa28fa37460956f2072c69d4ed3374d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 6569681,
            "upload_time": "2024-12-20T06:11:24",
            "upload_time_iso_8601": "2024-12-20T06:11:24.270950Z",
            "url": "https://files.pythonhosted.org/packages/f0/b8/1f49989e7ec11e71cfb218ed978c81e2ea1bd207a3c4d1371abe881ba13f/kuzu-0.7.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c697c35953b600fa6ac9fa3dfea01aaec4baabefdf1fc98fc6c1f60f02916c2",
                "md5": "d18e4c16644a3b5c0fea9f14f497c32c",
                "sha256": "3b5e8bffa080c7d121480e7d9040cfb352f6c29c85140ebf284ae663c21db7ca"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d18e4c16644a3b5c0fea9f14f497c32c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 4016016,
            "upload_time": "2024-12-20T06:11:15",
            "upload_time_iso_8601": "2024-12-20T06:11:15.649709Z",
            "url": "https://files.pythonhosted.org/packages/0c/69/7c35953b600fa6ac9fa3dfea01aaec4baabefdf1fc98fc6c1f60f02916c2/kuzu-0.7.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bb5f112c83fe60d966672c7fb55a18a2a9954d417c3847fee2ca34c7c132f49",
                "md5": "9ba896684c843a08a8148ab52c02d044",
                "sha256": "9d4faeeb66e3a8408fb9081063b86ba58f744fdb94c6b2345b25977fa090d300"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp37-cp37m-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ba896684c843a08a8148ab52c02d044",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 3988780,
            "upload_time": "2024-12-20T06:11:27",
            "upload_time_iso_8601": "2024-12-20T06:11:27.101724Z",
            "url": "https://files.pythonhosted.org/packages/6b/b5/f112c83fe60d966672c7fb55a18a2a9954d417c3847fee2ca34c7c132f49/kuzu-0.7.1-cp37-cp37m-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0015edbcf259cf610a896e5571692281c9fb3ecdd5be0f2fde01a8e0c6a507e",
                "md5": "59b450c8378058d93df5c8cffb0a1f9a",
                "sha256": "ccd156adb75eb7400b42790e8ea9c851fe23e6d253077e02eca6a91e5d8985d3"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp37-cp37m-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "59b450c8378058d93df5c8cffb0a1f9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 5852509,
            "upload_time": "2024-12-20T06:11:31",
            "upload_time_iso_8601": "2024-12-20T06:11:31.011325Z",
            "url": "https://files.pythonhosted.org/packages/b0/01/5edbcf259cf610a896e5571692281c9fb3ecdd5be0f2fde01a8e0c6a507e/kuzu-0.7.1-cp37-cp37m-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31ad60c26bf1cfbb5f104efb3f49bd6fe94d8d2b6ed3fa2d51dd12dbda1c3d87",
                "md5": "cb9c6001882388cbe60aad28eb6a35cf",
                "sha256": "9477c3555c6527d0b08069ebc167879064c9a0771544539b60b3949c528d2170"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp37-cp37m-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb9c6001882388cbe60aad28eb6a35cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 6571100,
            "upload_time": "2024-12-20T06:11:33",
            "upload_time_iso_8601": "2024-12-20T06:11:33.321343Z",
            "url": "https://files.pythonhosted.org/packages/31/ad/60c26bf1cfbb5f104efb3f49bd6fe94d8d2b6ed3fa2d51dd12dbda1c3d87/kuzu-0.7.1-cp37-cp37m-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ec49bae67acd8ce4a402c3637a8571b85385fe03e97dfc17ab256c2adbf1a01",
                "md5": "54172cb1547a47de86671d2e03da1504",
                "sha256": "5ee3d07ec38d26cacd4940631b91b9a77da08ca543fc3b4c9e91b11a00270245"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "54172cb1547a47de86671d2e03da1504",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 4011353,
            "upload_time": "2024-12-20T06:11:35",
            "upload_time_iso_8601": "2024-12-20T06:11:35.306557Z",
            "url": "https://files.pythonhosted.org/packages/9e/c4/9bae67acd8ce4a402c3637a8571b85385fe03e97dfc17ab256c2adbf1a01/kuzu-0.7.1-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d1c7f41f58a46f5c4e372cdda4aff6b0ed82934ae4cbe764cdba69580a1f1ab",
                "md5": "52c391e942883cf2da653f369e80ab29",
                "sha256": "b89b6d7002e3b06c6481170029d914cb75f60af0258b0955199be7144ce37fb9"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "52c391e942883cf2da653f369e80ab29",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3522462,
            "upload_time": "2024-12-20T06:11:37",
            "upload_time_iso_8601": "2024-12-20T06:11:37.386684Z",
            "url": "https://files.pythonhosted.org/packages/3d/1c/7f41f58a46f5c4e372cdda4aff6b0ed82934ae4cbe764cdba69580a1f1ab/kuzu-0.7.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7aea655271a8f403d84a7f9c144f1c45dc6e32f27565a961c79bbdf95add8956",
                "md5": "b2d3b7ec7c7e694fb5d2251e21fd4dad",
                "sha256": "279c672f8e332b493da522eff0a0709c38a6f8b4c7332fb50422821fe3a82825"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b2d3b7ec7c7e694fb5d2251e21fd4dad",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3990896,
            "upload_time": "2024-12-20T06:11:41",
            "upload_time_iso_8601": "2024-12-20T06:11:41.564974Z",
            "url": "https://files.pythonhosted.org/packages/7a/ea/655271a8f403d84a7f9c144f1c45dc6e32f27565a961c79bbdf95add8956/kuzu-0.7.1-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b319a3318b6aaf11723f49e4b0e6360579c8709ff97af4d47fca9eb608e5fda",
                "md5": "e87bc4944e0f588c4121621405ecbc33",
                "sha256": "ccbdac3d9c38abf2677878170cd45401bb7670fc44180e9a2d6463a163285de4"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e87bc4944e0f588c4121621405ecbc33",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 5843176,
            "upload_time": "2024-12-20T06:11:45",
            "upload_time_iso_8601": "2024-12-20T06:11:45.443428Z",
            "url": "https://files.pythonhosted.org/packages/7b/31/9a3318b6aaf11723f49e4b0e6360579c8709ff97af4d47fca9eb608e5fda/kuzu-0.7.1-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f37a40eb0faf0985839669626c65edab47ba73d2dc9224e9d39b8820fe4229ae",
                "md5": "1f14198d5873a38e5ec5b0f4f6a5e976",
                "sha256": "0a6c1990025e032737ce3010dd9fe9906f96cb8829fa0a5007260ecc5071d1c2"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1f14198d5873a38e5ec5b0f4f6a5e976",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 6562895,
            "upload_time": "2024-12-20T06:11:49",
            "upload_time_iso_8601": "2024-12-20T06:11:49.253243Z",
            "url": "https://files.pythonhosted.org/packages/f3/7a/40eb0faf0985839669626c65edab47ba73d2dc9224e9d39b8820fe4229ae/kuzu-0.7.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd9aacfca0a842fc994bf4e317d88f658ddc54219aace9addb1a58f5acfd2abc",
                "md5": "3e56430e03a8aaab85905fce361145d4",
                "sha256": "e733a04035d168b88aee64618b0ed43dc9ba7963ecb4729dc835f83ed22e1da0"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3e56430e03a8aaab85905fce361145d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 4013562,
            "upload_time": "2024-12-20T06:11:51",
            "upload_time_iso_8601": "2024-12-20T06:11:51.535216Z",
            "url": "https://files.pythonhosted.org/packages/cd/9a/acfca0a842fc994bf4e317d88f658ddc54219aace9addb1a58f5acfd2abc/kuzu-0.7.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c669fee918ed8b232ce333315643e4048802a4a1f588a129b23f3854650de76",
                "md5": "1ade0e66c2a9c90035b61ab88cd0433e",
                "sha256": "c83d2944a5b31d46dc2d1de3fe7a58a4a37719bc2b203103cf6f95ab86e13437"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1ade0e66c2a9c90035b61ab88cd0433e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3522530,
            "upload_time": "2024-12-20T06:11:54",
            "upload_time_iso_8601": "2024-12-20T06:11:54.610395Z",
            "url": "https://files.pythonhosted.org/packages/7c/66/9fee918ed8b232ce333315643e4048802a4a1f588a129b23f3854650de76/kuzu-0.7.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abf659c87e577e495bd8647107db0dd5333949c0860ad985236e1d10b22badf1",
                "md5": "377159d5e0f1dc5013dbc789cbbafb69",
                "sha256": "faa014adeff95ffc80c86dbe84a0196c358bd81ae9c1de0da4bb7f9abb9bd843"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "377159d5e0f1dc5013dbc789cbbafb69",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3991324,
            "upload_time": "2024-12-20T06:11:57",
            "upload_time_iso_8601": "2024-12-20T06:11:57.686070Z",
            "url": "https://files.pythonhosted.org/packages/ab/f6/59c87e577e495bd8647107db0dd5333949c0860ad985236e1d10b22badf1/kuzu-0.7.1-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b555c9e6cc606b6e29aec772ffb0e36d7761cdb5283bb2f3564c91665129a1b",
                "md5": "ec12b6aa7bd5ed3761cee984d5482443",
                "sha256": "3a29d3db0b363c3d5e42425b891f2d6140096ffefbfaee101a7f3b3f368755a4"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ec12b6aa7bd5ed3761cee984d5482443",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 5843363,
            "upload_time": "2024-12-20T06:12:00",
            "upload_time_iso_8601": "2024-12-20T06:12:00.948876Z",
            "url": "https://files.pythonhosted.org/packages/7b/55/5c9e6cc606b6e29aec772ffb0e36d7761cdb5283bb2f3564c91665129a1b/kuzu-0.7.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92d25d212b9f0e9b24f9cb8199a1135dffea710d4b65160b4c582aaad2b31682",
                "md5": "0c91868159b69638aeba6da947ac95fa",
                "sha256": "71d6c5f37de025de99486f24fd88c753002cb59bb4d1cc46d531b2265d02a7dc"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0c91868159b69638aeba6da947ac95fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 6563620,
            "upload_time": "2024-12-20T06:12:04",
            "upload_time_iso_8601": "2024-12-20T06:12:04.331581Z",
            "url": "https://files.pythonhosted.org/packages/92/d2/5d212b9f0e9b24f9cb8199a1135dffea710d4b65160b4c582aaad2b31682/kuzu-0.7.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b602f2daa8edb4563c3b14f5ed0d9ceef70d5c48a5eebef3aea6091f4ee8c2e3",
                "md5": "27d7156ebdfd800312fa4fb17c0fe4f1",
                "sha256": "1c3877f08c42904304d6076a3207ddaa9ceb84898812eecdd5e4a022abc743d2"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "27d7156ebdfd800312fa4fb17c0fe4f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 4015479,
            "upload_time": "2024-12-20T06:12:06",
            "upload_time_iso_8601": "2024-12-20T06:12:06.307075Z",
            "url": "https://files.pythonhosted.org/packages/b6/02/f2daa8edb4563c3b14f5ed0d9ceef70d5c48a5eebef3aea6091f4ee8c2e3/kuzu-0.7.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8034bb5f0f3361878e76311073751ab1f5149a0d1a429a7df60fb31217f947dd",
                "md5": "15c735beac1e7f3660f172e4cac4d7be",
                "sha256": "a3a51601fc807a4369239ec7bacd739952caba092367a4739b28f4c5740fd97e"
            },
            "downloads": -1,
            "filename": "kuzu-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "15c735beac1e7f3660f172e4cac4d7be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4503069,
            "upload_time": "2024-12-20T06:12:08",
            "upload_time_iso_8601": "2024-12-20T06:12:08.317429Z",
            "url": "https://files.pythonhosted.org/packages/80/34/bb5f0f3361878e76311073751ab1f5149a0d1a429a7df60fb31217f947dd/kuzu-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 06:12:08",
    "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: 0.46333s