neo4j-rust-ext


Nameneo4j-rust-ext JSON
Version 5.27.0.0 PyPI version JSON
download
home_pageNone
SummaryRust Extensions for a Faster Neo4j Bolt Driver for Python
upload_time2024-11-28 12:36:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseApache License, Version 2.0
keywords neo4j graph database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rust Extensions for a Faster Neo4j Bolt Driver for Python

This project contains Rust extensions to speed up the [official Python driver for Neo4j](https://github.com/neo4j/neo4j-python-driver).

The exact speedup depends on the use-case but has been measured to be up to 10x faster.
Use-cases moving only few but big records out of the DBMS tend to benefit the most.


## Installation
Adjust your dependencies (`requirements.txt`, `pyproject.toml` or similar) like so:
```
# remove:
# neo4j == X.Y.Z  # needs to be at least 5.14.1 for a matching Rust extension to exist
# add:
neo4j-rust-ext == X.Y.Z.*
```

I.e., install the same version of `neo4j-rust-ext` as you would install of `neo4j` (except for the last segment which is used for patches of this library).  
That's it!
You don't have to change your code but can use the driver as you normally would.
This package will install the driver as its dependency and then inject itself in a place where the driver can find it and pick it up.

N.B., since the driver is a simple Python dependency of this package, you can also manually install/specify both packages at the same time without issues.
However, make sure the versions match if you do so or leave the version of one of the two unspecified to let the package manager pick a compatible version for you (resolution might be slow, however).

If you experience issues with the driver, consider troubleshooting without the Rust extension first.
For that, simply make sure you haven't installed `neo4j-rust-ext` but *only* `neo4j`.


## Requirements
For many operating systems and architectures, the pre-built wheels will work out of the box.
If they don't, pip (or any other Python packaging front-end) will try to build the extension from source.
Here's what you'll need for this:
 * Rust 1.67.0 or later:  
   https://www.rust-lang.org/tools/install
 * Further build tools (depending on the platform).  
   E.g., `gcc` on Ubuntu: `sudo apt install gcc`


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "neo4j-rust-ext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "neo4j, graph, database",
    "author": null,
    "author_email": "\"Neo4j, Inc.\" <drivers@neo4j.com>",
    "download_url": "https://files.pythonhosted.org/packages/9d/b3/f4ae64287f4c041335eed1c2e723024470e20015e58de54ac3dea97cef51/neo4j_rust_ext-5.27.0.0.tar.gz",
    "platform": null,
    "description": "# Rust Extensions for a Faster Neo4j Bolt Driver for Python\n\nThis project contains Rust extensions to speed up the [official Python driver for Neo4j](https://github.com/neo4j/neo4j-python-driver).\n\nThe exact speedup depends on the use-case but has been measured to be up to 10x faster.\nUse-cases moving only few but big records out of the DBMS tend to benefit the most.\n\n\n## Installation\nAdjust your dependencies (`requirements.txt`, `pyproject.toml` or similar) like so:\n```\n# remove:\n# neo4j == X.Y.Z  # needs to be at least 5.14.1 for a matching Rust extension to exist\n# add:\nneo4j-rust-ext == X.Y.Z.*\n```\n\nI.e., install the same version of `neo4j-rust-ext` as you would install of `neo4j` (except for the last segment which is used for patches of this library).  \nThat's it!\nYou don't have to change your code but can use the driver as you normally would.\nThis package will install the driver as its dependency and then inject itself in a place where the driver can find it and pick it up.\n\nN.B., since the driver is a simple Python dependency of this package, you can also manually install/specify both packages at the same time without issues.\nHowever, make sure the versions match if you do so or leave the version of one of the two unspecified to let the package manager pick a compatible version for you (resolution might be slow, however).\n\nIf you experience issues with the driver, consider troubleshooting without the Rust extension first.\nFor that, simply make sure you haven't installed `neo4j-rust-ext` but *only* `neo4j`.\n\n\n## Requirements\nFor many operating systems and architectures, the pre-built wheels will work out of the box.\nIf they don't, pip (or any other Python packaging front-end) will try to build the extension from source.\nHere's what you'll need for this:\n * Rust 1.67.0 or later:  \n   https://www.rust-lang.org/tools/install\n * Further build tools (depending on the platform).  \n   E.g., `gcc` on Ubuntu: `sudo apt install gcc`\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Rust Extensions for a Faster Neo4j Bolt Driver for Python",
    "version": "5.27.0.0",
    "project_urls": {
        "Changelog": "https://github.com/neo4j/neo4j-python-driver-rust-ext/blob/HEAD/CHANGELOG.md",
        "Discord": "https://discord.com/invite/neo4j",
        "Forum": "https://community.neo4j.com/c/drivers-stacks/python/",
        "Homepage": "https://neo4j.com/",
        "Issue Tracker": "https://github.com/neo4j/neo4j-python-driver-rust-ext/issues",
        "Repository": "https://github.com/neo4j/neo4j-python-driver-rust-ext"
    },
    "split_keywords": [
        "neo4j",
        " graph",
        " database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5c1630d23c5bb52b96c95c1f1eaae2b22955b771fc554e873c5932ad0730b6c",
                "md5": "61d2592f40601fce9922dbaf2b2e067d",
                "sha256": "0fea4c94c97fa4cf87ae1af753d354c9af4e7999938572677aa3f8170a389c9c"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61d2592f40601fce9922dbaf2b2e067d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 684692,
            "upload_time": "2024-11-28T12:35:09",
            "upload_time_iso_8601": "2024-11-28T12:35:09.072470Z",
            "url": "https://files.pythonhosted.org/packages/c5/c1/630d23c5bb52b96c95c1f1eaae2b22955b771fc554e873c5932ad0730b6c/neo4j_rust_ext-5.27.0.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55fbb2b06f97998c741902f085e66ffb824f18b886ebca3b8b6c04fc1e91248b",
                "md5": "2d7aa56f76f474b60ae2ceb7d4e342e3",
                "sha256": "14b58cbf2a649829dd402fd71a753f9f0fa12f2adf1560709ad3d30888c58b67"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2d7aa56f76f474b60ae2ceb7d4e342e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 685699,
            "upload_time": "2024-11-28T12:35:11",
            "upload_time_iso_8601": "2024-11-28T12:35:11.697236Z",
            "url": "https://files.pythonhosted.org/packages/55/fb/b2b06f97998c741902f085e66ffb824f18b886ebca3b8b6c04fc1e91248b/neo4j_rust_ext-5.27.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19310eae96666944889dd75017f504ade61a8e181e51aae4b0937a19aa8b2d07",
                "md5": "fd69fe3de210abce9a23c01888a8678b",
                "sha256": "0aff7aefec4b5afc02f59e0f0c8349f1e8589a767c8e89be86d25e2222a70b70"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fd69fe3de210abce9a23c01888a8678b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 283813,
            "upload_time": "2024-11-28T12:35:13",
            "upload_time_iso_8601": "2024-11-28T12:35:13.788262Z",
            "url": "https://files.pythonhosted.org/packages/19/31/0eae96666944889dd75017f504ade61a8e181e51aae4b0937a19aa8b2d07/neo4j_rust_ext-5.27.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "382f240e41262ab18ad201fbe9be34f06d31b66ff59dce6ac1e176b3c9e9eefb",
                "md5": "83decb3e040e4fc8d7732b578398a8db",
                "sha256": "a6a9771bdd8b876adcfaf3ac545738dd333bf2fd652bb94139db9ff68c04d3da"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "83decb3e040e4fc8d7732b578398a8db",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 290265,
            "upload_time": "2024-11-28T12:35:15",
            "upload_time_iso_8601": "2024-11-28T12:35:15.889448Z",
            "url": "https://files.pythonhosted.org/packages/38/2f/240e41262ab18ad201fbe9be34f06d31b66ff59dce6ac1e176b3c9e9eefb/neo4j_rust_ext-5.27.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13915d21cdb27058311236b95cd72c3beb0333c66738b14e3a5683532d84fe18",
                "md5": "159af3398e309ccf4f7a53155fbfab9b",
                "sha256": "c0931a4ef7381e87722e69b4f57823674044e4f6b2c9d674121870d4e236ee7a"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "159af3398e309ccf4f7a53155fbfab9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 284875,
            "upload_time": "2024-11-28T12:35:17",
            "upload_time_iso_8601": "2024-11-28T12:35:17.935188Z",
            "url": "https://files.pythonhosted.org/packages/13/91/5d21cdb27058311236b95cd72c3beb0333c66738b14e3a5683532d84fe18/neo4j_rust_ext-5.27.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1226e9c35ff9ba7c123208f352a8805cfd156f2994bd6cd03a6cb47235d335c",
                "md5": "712f8e5afc69bfadd4957421f2ee544d",
                "sha256": "67615871202a841a418a0661ac729b79373c13c1330261c97f089d4a6a07187b"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "712f8e5afc69bfadd4957421f2ee544d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 454042,
            "upload_time": "2024-11-28T12:35:19",
            "upload_time_iso_8601": "2024-11-28T12:35:19.337671Z",
            "url": "https://files.pythonhosted.org/packages/c1/22/6e9c35ff9ba7c123208f352a8805cfd156f2994bd6cd03a6cb47235d335c/neo4j_rust_ext-5.27.0.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c79a33c0022a0beaa36bb4b0c09fc9d6e4e46de7eb48668d4c219cb0d9f06a6",
                "md5": "c6caad16ea2602014d27789dc6ca5c4e",
                "sha256": "cdf05916d54e309b184204b90e58b0627308478563d9c8deead334fe2b579e8b"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c6caad16ea2602014d27789dc6ca5c4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 691337,
            "upload_time": "2024-11-28T12:35:21",
            "upload_time_iso_8601": "2024-11-28T12:35:21.508473Z",
            "url": "https://files.pythonhosted.org/packages/5c/79/a33c0022a0beaa36bb4b0c09fc9d6e4e46de7eb48668d4c219cb0d9f06a6/neo4j_rust_ext-5.27.0.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a306f323e4b66b494c9c77add2b3c810c2fe75d66472b442e0a46745610fb80",
                "md5": "6b02deddd4e999538b9e621c97b3c71e",
                "sha256": "656d17fb82ce9bdbb6981e7afcd98cb40c46b2d24b2a8f1f5b69575377559b55"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6b02deddd4e999538b9e621c97b3c71e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 645060,
            "upload_time": "2024-11-28T12:35:23",
            "upload_time_iso_8601": "2024-11-28T12:35:23.141794Z",
            "url": "https://files.pythonhosted.org/packages/2a/30/6f323e4b66b494c9c77add2b3c810c2fe75d66472b442e0a46745610fb80/neo4j_rust_ext-5.27.0.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "223a51bbe1ba76caae5abafdf23bfbfc29abd2251d0f4aeca6cbcc7cd9c92565",
                "md5": "564a3aaa71b98e31fb89afc8c28e0a16",
                "sha256": "d6d42cbed9c2acd8c28abfb093c328c79e3009421abf3746bd424c2297716867"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp310-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "564a3aaa71b98e31fb89afc8c28e0a16",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 145986,
            "upload_time": "2024-11-28T12:35:24",
            "upload_time_iso_8601": "2024-11-28T12:35:24.572350Z",
            "url": "https://files.pythonhosted.org/packages/22/3a/51bbe1ba76caae5abafdf23bfbfc29abd2251d0f4aeca6cbcc7cd9c92565/neo4j_rust_ext-5.27.0.0-cp310-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "131ef22bd64fd85e6cab1e848733c0b9e0d610406497661a1a57d81e51ace0f0",
                "md5": "6108d03acd90bf95b770fdd068510702",
                "sha256": "95d505589980e3c05f3549e43aa3c64ce4c09c164fff5a3d7de57a22948ab1ab"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6108d03acd90bf95b770fdd068510702",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 684769,
            "upload_time": "2024-11-28T12:35:25",
            "upload_time_iso_8601": "2024-11-28T12:35:25.995165Z",
            "url": "https://files.pythonhosted.org/packages/13/1e/f22bd64fd85e6cab1e848733c0b9e0d610406497661a1a57d81e51ace0f0/neo4j_rust_ext-5.27.0.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c79a4136a662b446e92354691f4f9da5fb56be5fc95aa8d65a86467e66925ec5",
                "md5": "d0d65f780f1c509fc1c749b19c8a9a2b",
                "sha256": "07309bf84d1ca9ce1d13ab807bc9b2f064a62866da92ceacaf8ec1136e804e62"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d0d65f780f1c509fc1c749b19c8a9a2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 685400,
            "upload_time": "2024-11-28T12:35:27",
            "upload_time_iso_8601": "2024-11-28T12:35:27.441097Z",
            "url": "https://files.pythonhosted.org/packages/c7/9a/4136a662b446e92354691f4f9da5fb56be5fc95aa8d65a86467e66925ec5/neo4j_rust_ext-5.27.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7d6f8573d392833571ad936beb3aff91e99f77c7df414229ccfe7ee616dd712",
                "md5": "6c34d1c235954bdb3fc7aa3255e270a9",
                "sha256": "035e6cc5c3aab3382101e8f1047711dfa00efabd52ce22e9535fd0b0c7fbcbc5"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6c34d1c235954bdb3fc7aa3255e270a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 283817,
            "upload_time": "2024-11-28T12:35:29",
            "upload_time_iso_8601": "2024-11-28T12:35:29.657111Z",
            "url": "https://files.pythonhosted.org/packages/e7/d6/f8573d392833571ad936beb3aff91e99f77c7df414229ccfe7ee616dd712/neo4j_rust_ext-5.27.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4989dda430d52edc7091b238d3a43a2e7f802d8b7dc8f27ccff12828aac79b8",
                "md5": "376dcbf66345b7b2ac54e50250436627",
                "sha256": "59a8e83a5146e769345c2ac73cfd62cfed21ad59752779cf8ae409564b0682e3"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "376dcbf66345b7b2ac54e50250436627",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 290419,
            "upload_time": "2024-11-28T12:35:30",
            "upload_time_iso_8601": "2024-11-28T12:35:30.978526Z",
            "url": "https://files.pythonhosted.org/packages/b4/98/9dda430d52edc7091b238d3a43a2e7f802d8b7dc8f27ccff12828aac79b8/neo4j_rust_ext-5.27.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55b3f39c88864b627462e9d371f6db931ec8c745ac69939c98a2054f2508ee49",
                "md5": "875af1c82afd55efaa20e8a2ffc67160",
                "sha256": "e2b52d785f996343bd15d35f90c77700ca40a5c9ef5b3edf37f37509a47f6ec0"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "875af1c82afd55efaa20e8a2ffc67160",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 284784,
            "upload_time": "2024-11-28T12:35:33",
            "upload_time_iso_8601": "2024-11-28T12:35:33.026912Z",
            "url": "https://files.pythonhosted.org/packages/55/b3/f39c88864b627462e9d371f6db931ec8c745ac69939c98a2054f2508ee49/neo4j_rust_ext-5.27.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69a241da3aade8f9d83dc0fc61a5854f6d979f7490267c1d2334f2bbc3a5453a",
                "md5": "4523766d61b6f0dafed8e58dbc70e358",
                "sha256": "8cd7663c6cffde00254f1f23d5de9dc0849e60fa08a12554f6bf2e90c90dc23f"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4523766d61b6f0dafed8e58dbc70e358",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 453788,
            "upload_time": "2024-11-28T12:35:34",
            "upload_time_iso_8601": "2024-11-28T12:35:34.420129Z",
            "url": "https://files.pythonhosted.org/packages/69/a2/41da3aade8f9d83dc0fc61a5854f6d979f7490267c1d2334f2bbc3a5453a/neo4j_rust_ext-5.27.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7afec2303cf933f290c4dc1398255a039192a980143d4d5d6a83200830813fdc",
                "md5": "0044f5c65b17147e93eb6e84f521c360",
                "sha256": "ef4a12215b1d6c45dcb571dd36f0923ed8893e2a180ed222224a0d471a4a877e"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "0044f5c65b17147e93eb6e84f521c360",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 691553,
            "upload_time": "2024-11-28T12:35:36",
            "upload_time_iso_8601": "2024-11-28T12:35:36.676036Z",
            "url": "https://files.pythonhosted.org/packages/7a/fe/c2303cf933f290c4dc1398255a039192a980143d4d5d6a83200830813fdc/neo4j_rust_ext-5.27.0.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09097cc68e2624debe1b2b97ed5b63eb4c6c3d6982dd164e8bad22eda91f7c21",
                "md5": "f5d256945952783b288c690ad0fbb606",
                "sha256": "7cd546c9a7df22d36860ae4599be8d31356e0afd3583f7e9021a7cca1bf5391e"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f5d256945952783b288c690ad0fbb606",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 645126,
            "upload_time": "2024-11-28T12:35:38",
            "upload_time_iso_8601": "2024-11-28T12:35:38.218315Z",
            "url": "https://files.pythonhosted.org/packages/09/09/7cc68e2624debe1b2b97ed5b63eb4c6c3d6982dd164e8bad22eda91f7c21/neo4j_rust_ext-5.27.0.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "804767d6e4d071372c56f64d1d726d16cdb12fd04a23c642f00351ec434e3ec6",
                "md5": "73aaa82d77bf8bd0316d9d304b3a111d",
                "sha256": "73260c8c8efa3723c8531151625913c330ffecfa1847bece2c3f624575e9dd76"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp311-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "73aaa82d77bf8bd0316d9d304b3a111d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 146165,
            "upload_time": "2024-11-28T12:35:39",
            "upload_time_iso_8601": "2024-11-28T12:35:39.615540Z",
            "url": "https://files.pythonhosted.org/packages/80/47/67d6e4d071372c56f64d1d726d16cdb12fd04a23c642f00351ec434e3ec6/neo4j_rust_ext-5.27.0.0-cp311-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "557db65e7bb6dc01b60584052413967094969f670dad3706beacc1919fda05fa",
                "md5": "66ccedad0dd1207f6e2ab275e493aa03",
                "sha256": "41cc8dc69d17f3e1b9450d21395831837df124cf5646b04969f0d4656790efb6"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "66ccedad0dd1207f6e2ab275e493aa03",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 685369,
            "upload_time": "2024-11-28T12:35:40",
            "upload_time_iso_8601": "2024-11-28T12:35:40.967202Z",
            "url": "https://files.pythonhosted.org/packages/55/7d/b65e7bb6dc01b60584052413967094969f670dad3706beacc1919fda05fa/neo4j_rust_ext-5.27.0.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89942aa33666ef5c28e9ec4e2329aef8d319c0e425614e3888fbe77bbdd973f1",
                "md5": "93792946e1a39d950a9b13a8887dd56a",
                "sha256": "888e05ad6c10cfdbd5ea7ab604ab336bd0611fd3f0bb61b3c78605a54a44ca09"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "93792946e1a39d950a9b13a8887dd56a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 685656,
            "upload_time": "2024-11-28T12:35:43",
            "upload_time_iso_8601": "2024-11-28T12:35:43.095796Z",
            "url": "https://files.pythonhosted.org/packages/89/94/2aa33666ef5c28e9ec4e2329aef8d319c0e425614e3888fbe77bbdd973f1/neo4j_rust_ext-5.27.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0f68d69d0e25d1d5aead501b849c36022432e1fcea2a9abed3a2673e85b6174",
                "md5": "07484cce3e4d8c054562851dd9ae619b",
                "sha256": "18e19676d7cfa34e3a60227b96553d5dee3fc2e00ec9160e396e642bd9f7a672"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "07484cce3e4d8c054562851dd9ae619b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 283615,
            "upload_time": "2024-11-28T12:35:44",
            "upload_time_iso_8601": "2024-11-28T12:35:44.452348Z",
            "url": "https://files.pythonhosted.org/packages/c0/f6/8d69d0e25d1d5aead501b849c36022432e1fcea2a9abed3a2673e85b6174/neo4j_rust_ext-5.27.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5121b6c5bdc5d1925b752ef0135f0e66c692e441d8fb7abc78bee924283fe5c",
                "md5": "e887aeafdc13d4fcb65bf15017bbf2e9",
                "sha256": "343ed6e85727bfdcff801104ac388a813c566c3b0b6bce257cae168c385ebdd1"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e887aeafdc13d4fcb65bf15017bbf2e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 290679,
            "upload_time": "2024-11-28T12:35:45",
            "upload_time_iso_8601": "2024-11-28T12:35:45.978906Z",
            "url": "https://files.pythonhosted.org/packages/a5/12/1b6c5bdc5d1925b752ef0135f0e66c692e441d8fb7abc78bee924283fe5c/neo4j_rust_ext-5.27.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fec3213ca02ffc96ee550e37dc0950ab5b47f716c4267a88a02056406fd7b39f",
                "md5": "8e316a0f31fba1cca87a05ca416a0954",
                "sha256": "762918b093035fd225dcf15a0e9194cd7c317a5e572c607006d50cdf874dce3b"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e316a0f31fba1cca87a05ca416a0954",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 285137,
            "upload_time": "2024-11-28T12:35:47",
            "upload_time_iso_8601": "2024-11-28T12:35:47.985245Z",
            "url": "https://files.pythonhosted.org/packages/fe/c3/213ca02ffc96ee550e37dc0950ab5b47f716c4267a88a02056406fd7b39f/neo4j_rust_ext-5.27.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4317ac879624f5e6c53b4465c532a645d0906b3f2cfa70d7462b9ddc86e229b6",
                "md5": "e5c855e19f6117084161b87465db9a9c",
                "sha256": "baf1848b56d66c55b86a02af77fb2924d1c84966ef288cb0603371b09695bbc2"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e5c855e19f6117084161b87465db9a9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 453473,
            "upload_time": "2024-11-28T12:35:49",
            "upload_time_iso_8601": "2024-11-28T12:35:49.303007Z",
            "url": "https://files.pythonhosted.org/packages/43/17/ac879624f5e6c53b4465c532a645d0906b3f2cfa70d7462b9ddc86e229b6/neo4j_rust_ext-5.27.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39338cf461da4b05d6f8708766a33caca4b42742c5559433f56ce66e49f6d46f",
                "md5": "71c613f2fce569e312b07f72e85ec26d",
                "sha256": "96bebb0729b615f0c09c614672e79d77e94c5f6a4cb049ceaa96d7fa48ffc8e8"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "71c613f2fce569e312b07f72e85ec26d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 692587,
            "upload_time": "2024-11-28T12:35:50",
            "upload_time_iso_8601": "2024-11-28T12:35:50.691623Z",
            "url": "https://files.pythonhosted.org/packages/39/33/8cf461da4b05d6f8708766a33caca4b42742c5559433f56ce66e49f6d46f/neo4j_rust_ext-5.27.0.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a9d891bc1abab8dda33bb428628df29ed11c673565b791a2597dafc7bbf68c4",
                "md5": "fa170c5af98d5a6b2bacd9fb98ea1e0f",
                "sha256": "0146f06ec157822ee12ed005b0cb79b04b72d73aaee2843cdb2fd7d0e9c51328"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fa170c5af98d5a6b2bacd9fb98ea1e0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 644488,
            "upload_time": "2024-11-28T12:35:52",
            "upload_time_iso_8601": "2024-11-28T12:35:52.011124Z",
            "url": "https://files.pythonhosted.org/packages/7a/9d/891bc1abab8dda33bb428628df29ed11c673565b791a2597dafc7bbf68c4/neo4j_rust_ext-5.27.0.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ddf508ad5b04dba96e3d65aaf720310bd1d3a0f58220595d3241e137e034969",
                "md5": "d40e4c22669aa7afac3e69f66027d900",
                "sha256": "19af92be64b2cce9ab8e9913c720a1a452831c4e15c6543210b55fa06ff68c30"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp312-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "d40e4c22669aa7afac3e69f66027d900",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 145461,
            "upload_time": "2024-11-28T12:35:53",
            "upload_time_iso_8601": "2024-11-28T12:35:53.459051Z",
            "url": "https://files.pythonhosted.org/packages/6d/df/508ad5b04dba96e3d65aaf720310bd1d3a0f58220595d3241e137e034969/neo4j_rust_ext-5.27.0.0-cp312-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b15864379d15703ea8fe9ab3be95b640769780372332499540786ba2d242dec",
                "md5": "2c162a7303be2db18c0eb1349c32ae47",
                "sha256": "b8d22a7d86c7bbc61ac235162a5dfd05c81d2cefbfe405f1de646c7686727819"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c162a7303be2db18c0eb1349c32ae47",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 684401,
            "upload_time": "2024-11-28T12:35:55",
            "upload_time_iso_8601": "2024-11-28T12:35:55.482113Z",
            "url": "https://files.pythonhosted.org/packages/9b/15/864379d15703ea8fe9ab3be95b640769780372332499540786ba2d242dec/neo4j_rust_ext-5.27.0.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4110922e83f9d1a12da353adb4718f13512b7edb023e5c95452ce079f1e4f4f4",
                "md5": "d895ff46a29ac9ed9ecb5d432dc50830",
                "sha256": "26dc837a6ed449264c3ed1a1822f38b21ad6422a00e88772e1efb87168135c07"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d895ff46a29ac9ed9ecb5d432dc50830",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 685036,
            "upload_time": "2024-11-28T12:35:57",
            "upload_time_iso_8601": "2024-11-28T12:35:57.025694Z",
            "url": "https://files.pythonhosted.org/packages/41/10/922e83f9d1a12da353adb4718f13512b7edb023e5c95452ce079f1e4f4f4/neo4j_rust_ext-5.27.0.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5b889de336b2b853087129e1e4a7316aa75b58cd346d4717ef525ad6db248bb",
                "md5": "58e267c69c74b4f7944be1aad8888aef",
                "sha256": "eb6eae57dc32b0c3ac8f925d6d0fc815050c1a6875e8d3acd5f9bd6f1ef2b8a6"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "58e267c69c74b4f7944be1aad8888aef",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 283559,
            "upload_time": "2024-11-28T12:35:58",
            "upload_time_iso_8601": "2024-11-28T12:35:58.292943Z",
            "url": "https://files.pythonhosted.org/packages/f5/b8/89de336b2b853087129e1e4a7316aa75b58cd346d4717ef525ad6db248bb/neo4j_rust_ext-5.27.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79c8e8728c1cd673243dbd80abfda49f34bd30dbe9cf8fea00a2a92d2e6b23a5",
                "md5": "c5a49b2383537f123763ab2b8d37e881",
                "sha256": "514d92951ad230bc95a208a3bf035fbe6cf24ca8a38fb3d82aba516da68fbaa5"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c5a49b2383537f123763ab2b8d37e881",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 289668,
            "upload_time": "2024-11-28T12:35:59",
            "upload_time_iso_8601": "2024-11-28T12:35:59.655045Z",
            "url": "https://files.pythonhosted.org/packages/79/c8/e8728c1cd673243dbd80abfda49f34bd30dbe9cf8fea00a2a92d2e6b23a5/neo4j_rust_ext-5.27.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f05db5a24af0bc09fddae4fc700247c0c28985595fc642bee5e1dfb15d6e36f7",
                "md5": "caadab48e0bd1b885ef9a436bf4367b4",
                "sha256": "0e61ba836e14a6b9d59c4b2ae54fb12cfaee06df84376f9d86f01cbb7aefc627"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "caadab48e0bd1b885ef9a436bf4367b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 284583,
            "upload_time": "2024-11-28T12:36:01",
            "upload_time_iso_8601": "2024-11-28T12:36:01.209371Z",
            "url": "https://files.pythonhosted.org/packages/f0/5d/b5a24af0bc09fddae4fc700247c0c28985595fc642bee5e1dfb15d6e36f7/neo4j_rust_ext-5.27.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59f633b047c1991bb2edea408ca2f3449a5bdc2989bc35a70fd88bae47e8d3c3",
                "md5": "8d2cb0a966f5f3595b2d60720fdaae44",
                "sha256": "c4099b893a40f8e24f3b9d20ac621a28ae8abdb8e6169b0e56f85df39cb22d65"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d2cb0a966f5f3595b2d60720fdaae44",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 453274,
            "upload_time": "2024-11-28T12:36:02",
            "upload_time_iso_8601": "2024-11-28T12:36:02.504203Z",
            "url": "https://files.pythonhosted.org/packages/59/f6/33b047c1991bb2edea408ca2f3449a5bdc2989bc35a70fd88bae47e8d3c3/neo4j_rust_ext-5.27.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2a9ccd910d3f0914bf653ff77e32065127eff4c7d37b958eed0be39291cdc50",
                "md5": "37b25941b95a46c6ebdac600ff8c83fb",
                "sha256": "c02f0989485f52d35c37a0374a07e3054ef4743570c27c276fe683d2abf3d689"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-none-win32.whl",
            "has_sig": false,
            "md5_digest": "37b25941b95a46c6ebdac600ff8c83fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 691322,
            "upload_time": "2024-11-28T12:36:03",
            "upload_time_iso_8601": "2024-11-28T12:36:03.953664Z",
            "url": "https://files.pythonhosted.org/packages/c2/a9/ccd910d3f0914bf653ff77e32065127eff4c7d37b958eed0be39291cdc50/neo4j_rust_ext-5.27.0.0-cp313-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2692a7cb342a67af43ff716c9a54dabf44149ed6304d737fb7efca1917734ed",
                "md5": "83e0aadd88f64517103bb56648b80b69",
                "sha256": "8e3b9e5bd9ec0b88774cf81b0d817d1189b55354a333d191ce0c571b672b2399"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "83e0aadd88f64517103bb56648b80b69",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 643039,
            "upload_time": "2024-11-28T12:36:05",
            "upload_time_iso_8601": "2024-11-28T12:36:05.423739Z",
            "url": "https://files.pythonhosted.org/packages/b2/69/2a7cb342a67af43ff716c9a54dabf44149ed6304d737fb7efca1917734ed/neo4j_rust_ext-5.27.0.0-cp313-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f7cfa7ba2f4307f95a374af9f6a7eb03058ffe68b9f5ad76676368a2ab40735",
                "md5": "48b4bef049dc386df4ee436b0ed96c7c",
                "sha256": "12dc2b04f697a13a639f831c03dd58a4e0386efdc7ab03d35580e0ca710ab516"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp313-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "48b4bef049dc386df4ee436b0ed96c7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 145058,
            "upload_time": "2024-11-28T12:36:06",
            "upload_time_iso_8601": "2024-11-28T12:36:06.761894Z",
            "url": "https://files.pythonhosted.org/packages/2f/7c/fa7ba2f4307f95a374af9f6a7eb03058ffe68b9f5ad76676368a2ab40735/neo4j_rust_ext-5.27.0.0-cp313-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca9cdbcc7c59ea145c2a37728bd80df403e0618f133ffb9d60bc84516e8c93dc",
                "md5": "449b13bac4eaff39edaa418135e0ce70",
                "sha256": "f7dfd5406bedb47aef463391a5addbd2b3a28552d183249e7d4352a8cdfd7924"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-cp37m-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "449b13bac4eaff39edaa418135e0ce70",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 686053,
            "upload_time": "2024-11-28T12:36:08",
            "upload_time_iso_8601": "2024-11-28T12:36:08.053551Z",
            "url": "https://files.pythonhosted.org/packages/ca/9c/dbcc7c59ea145c2a37728bd80df403e0618f133ffb9d60bc84516e8c93dc/neo4j_rust_ext-5.27.0.0-cp37-cp37m-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fecc1456df072d3903b31fb3fef9359677b6e4b3d7d5748e2d7c6c5e52a06ca",
                "md5": "5e1ea3e7858322a60bb298de22a178b6",
                "sha256": "629e83ce6d0349f28bf262b5c883759c979d985c03fd344bc9cbb11cfcb6f8fb"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-cp37m-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5e1ea3e7858322a60bb298de22a178b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 687130,
            "upload_time": "2024-11-28T12:36:09",
            "upload_time_iso_8601": "2024-11-28T12:36:09.409567Z",
            "url": "https://files.pythonhosted.org/packages/9f/ec/c1456df072d3903b31fb3fef9359677b6e4b3d7d5748e2d7c6c5e52a06ca/neo4j_rust_ext-5.27.0.0-cp37-cp37m-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95afea44e1c3aab7503d61368438bbd3b024112a8326bee3afe4563b6120a039",
                "md5": "2f1c447b074ef50de82a61ddd837163e",
                "sha256": "17444aa719be9044740ed10e1dd79572ffb2289e6c56578fe9ed8292d2815e57"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2f1c447b074ef50de82a61ddd837163e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 284809,
            "upload_time": "2024-11-28T12:36:11",
            "upload_time_iso_8601": "2024-11-28T12:36:11.593913Z",
            "url": "https://files.pythonhosted.org/packages/95/af/ea44e1c3aab7503d61368438bbd3b024112a8326bee3afe4563b6120a039/neo4j_rust_ext-5.27.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6c66d8afb58a57a20516dfe3cec7e72004e8bfe4febd40aa84df89c36058c78",
                "md5": "cef7a3ac789db8b5de2ea4d327286c07",
                "sha256": "8347e697742e916bd2020dc018f1bb3ec1e3c9199f91e4b054d70f9ef070c19a"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cef7a3ac789db8b5de2ea4d327286c07",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 291085,
            "upload_time": "2024-11-28T12:36:13",
            "upload_time_iso_8601": "2024-11-28T12:36:13.095163Z",
            "url": "https://files.pythonhosted.org/packages/b6/c6/6d8afb58a57a20516dfe3cec7e72004e8bfe4febd40aa84df89c36058c78/neo4j_rust_ext-5.27.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "685f2801b6310cf51733079ddf625f54cb5394dac21de44314253a011fd27d2a",
                "md5": "b8024a49e5ccc9628cf486ace6f9ea48",
                "sha256": "69e3c2e14adce119ea4ee79e8e95db02e4c01f3fc956036ac8a3d0c6aa056c0a"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8024a49e5ccc9628cf486ace6f9ea48",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 285646,
            "upload_time": "2024-11-28T12:36:14",
            "upload_time_iso_8601": "2024-11-28T12:36:14.621077Z",
            "url": "https://files.pythonhosted.org/packages/68/5f/2801b6310cf51733079ddf625f54cb5394dac21de44314253a011fd27d2a/neo4j_rust_ext-5.27.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e0456b733c7d9f1d63ead128d4b716c8a9aba9bae04c94d93e3d8a7d835eaf2",
                "md5": "15b95f0ede0ea50343dac685b5107441",
                "sha256": "3a582584decbda15e30d587df97b292649c444930e08d63e92f65154042a6d7b"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "15b95f0ede0ea50343dac685b5107441",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 454777,
            "upload_time": "2024-11-28T12:36:15",
            "upload_time_iso_8601": "2024-11-28T12:36:15.925847Z",
            "url": "https://files.pythonhosted.org/packages/6e/04/56b733c7d9f1d63ead128d4b716c8a9aba9bae04c94d93e3d8a7d835eaf2/neo4j_rust_ext-5.27.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c23ff6d7fe40b42f81f9b3a33d53a067922303e17ab13c6c692b9043e12ad03",
                "md5": "742f130632649f260abc2c6bde5ec19d",
                "sha256": "d0ed6ef6a3a22150aabce7a4e8026714ccccc7a0bf7dab53d5f0985e59d101eb"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "742f130632649f260abc2c6bde5ec19d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 694030,
            "upload_time": "2024-11-28T12:36:17",
            "upload_time_iso_8601": "2024-11-28T12:36:17.371865Z",
            "url": "https://files.pythonhosted.org/packages/2c/23/ff6d7fe40b42f81f9b3a33d53a067922303e17ab13c6c692b9043e12ad03/neo4j_rust_ext-5.27.0.0-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38ed26bf71f95073618da45e73e06691b2758af34f5cda7fb4bf52fa6d5a1ae0",
                "md5": "e5d54cb7853303ed571e743449ef3831",
                "sha256": "2921b731c140e70082b937e5038a5949176cf11550228ab6011157a543e76ef9"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e5d54cb7853303ed571e743449ef3831",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 646145,
            "upload_time": "2024-11-28T12:36:18",
            "upload_time_iso_8601": "2024-11-28T12:36:18.944003Z",
            "url": "https://files.pythonhosted.org/packages/38/ed/26bf71f95073618da45e73e06691b2758af34f5cda7fb4bf52fa6d5a1ae0/neo4j_rust_ext-5.27.0.0-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8747d42c0ae3fd61f80a0de3424613d4610db8a64393ae4232989141ca0565af",
                "md5": "cbb94234c95b1a85440d22fe162428c2",
                "sha256": "abab5a6c66a38aa89c937fe626931d768170cfd7f44c151d9b04a7f236b890c4"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp37-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "cbb94234c95b1a85440d22fe162428c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 146525,
            "upload_time": "2024-11-28T12:36:20",
            "upload_time_iso_8601": "2024-11-28T12:36:20.263945Z",
            "url": "https://files.pythonhosted.org/packages/87/47/d42c0ae3fd61f80a0de3424613d4610db8a64393ae4232989141ca0565af/neo4j_rust_ext-5.27.0.0-cp37-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddde3e8cb2449e3f280b13a7018842817f2b7cf4fd590db946f6ba4210a814ce",
                "md5": "16986c8991e49d9c8061bb1686660839",
                "sha256": "adae1926f77802146fb85d99a5d89391aac3b9ad7fd9cd88c20dcb558a488484"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "16986c8991e49d9c8061bb1686660839",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 685324,
            "upload_time": "2024-11-28T12:36:21",
            "upload_time_iso_8601": "2024-11-28T12:36:21.633776Z",
            "url": "https://files.pythonhosted.org/packages/dd/de/3e8cb2449e3f280b13a7018842817f2b7cf4fd590db946f6ba4210a814ce/neo4j_rust_ext-5.27.0.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "806230c4ddb5458d945f05240d4432996a8b4a1febf15df85a960b132eeb55ca",
                "md5": "e669e770ed66e8759cab9c71e9ef5b47",
                "sha256": "44eec364485d7dd9705bd9759451fe08bc98b67e2b68c111a9fce46cedd46b77"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e669e770ed66e8759cab9c71e9ef5b47",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 686572,
            "upload_time": "2024-11-28T12:36:22",
            "upload_time_iso_8601": "2024-11-28T12:36:22.962613Z",
            "url": "https://files.pythonhosted.org/packages/80/62/30c4ddb5458d945f05240d4432996a8b4a1febf15df85a960b132eeb55ca/neo4j_rust_ext-5.27.0.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5f9dbb540d80c686e232946885798e02fba1c27ecb35b4140979a0f9c3f691f",
                "md5": "d70fa9fcb8518df1c421061ed5203140",
                "sha256": "5a31ae5de9dad1581ca1b98ee9c7edcf23056d52a2d39bdb712fee6254ca1e52"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d70fa9fcb8518df1c421061ed5203140",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 284493,
            "upload_time": "2024-11-28T12:36:24",
            "upload_time_iso_8601": "2024-11-28T12:36:24.353881Z",
            "url": "https://files.pythonhosted.org/packages/f5/f9/dbb540d80c686e232946885798e02fba1c27ecb35b4140979a0f9c3f691f/neo4j_rust_ext-5.27.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e1f327f9932c6206084c4714515621e693f8cacee5ec42d268aada8815a3082",
                "md5": "19f417b48f3d6db05b36c7b795bd07fc",
                "sha256": "c67a4535974ea683587befbbfc5c400ec49299d395c72919dca198e9a2bb203d"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "19f417b48f3d6db05b36c7b795bd07fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 291088,
            "upload_time": "2024-11-28T12:36:26",
            "upload_time_iso_8601": "2024-11-28T12:36:26.346830Z",
            "url": "https://files.pythonhosted.org/packages/7e/1f/327f9932c6206084c4714515621e693f8cacee5ec42d268aada8815a3082/neo4j_rust_ext-5.27.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eb81506ca810b55daab6451bcc63ba8b5e1239c31bb6b97068e6513feefba68",
                "md5": "4c7dc9c5f60fbe464c02e3f1d70f2dda",
                "sha256": "f732b4771eef097e4707b3f5df600ebfb1612f49b0c903a6a7e5cc6da2687af4"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c7dc9c5f60fbe464c02e3f1d70f2dda",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 285502,
            "upload_time": "2024-11-28T12:36:27",
            "upload_time_iso_8601": "2024-11-28T12:36:27.984808Z",
            "url": "https://files.pythonhosted.org/packages/2e/b8/1506ca810b55daab6451bcc63ba8b5e1239c31bb6b97068e6513feefba68/neo4j_rust_ext-5.27.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3859be948c03c580b0dcc974662e8eddb70f23242194049fce7ad5a7d7ea9a32",
                "md5": "864a9abe66bcc45ddcfc5f14e8b65426",
                "sha256": "1c98357d66eec8cce1c4c95af887ac815a297bcafc42e0fed07c590cea615b79"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "864a9abe66bcc45ddcfc5f14e8b65426",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 454448,
            "upload_time": "2024-11-28T12:36:29",
            "upload_time_iso_8601": "2024-11-28T12:36:29.317593Z",
            "url": "https://files.pythonhosted.org/packages/38/59/be948c03c580b0dcc974662e8eddb70f23242194049fce7ad5a7d7ea9a32/neo4j_rust_ext-5.27.0.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51eb8c1ad01c844d39ffbafae65bedaa674e4cddac8033422069f402107926db",
                "md5": "ebeeaa36d4505ce19c44b4b184b3cebf",
                "sha256": "61328d5aa42b7b143a5d698aa6afeefff4f0f75a5ebd3587eadf1c120d6cbf1a"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "ebeeaa36d4505ce19c44b4b184b3cebf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 692607,
            "upload_time": "2024-11-28T12:36:30",
            "upload_time_iso_8601": "2024-11-28T12:36:30.812311Z",
            "url": "https://files.pythonhosted.org/packages/51/eb/8c1ad01c844d39ffbafae65bedaa674e4cddac8033422069f402107926db/neo4j_rust_ext-5.27.0.0-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6aee19de2123469a1116571a08332d20217009615269df21baab9cbaf16ea77",
                "md5": "1d3a6a45748aa7f74c65c4ed98045823",
                "sha256": "88e67bea6621f308246522e8ad2eb03c63d08c7326240ab303840ddb55c5945d"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1d3a6a45748aa7f74c65c4ed98045823",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 645420,
            "upload_time": "2024-11-28T12:36:33",
            "upload_time_iso_8601": "2024-11-28T12:36:33.012425Z",
            "url": "https://files.pythonhosted.org/packages/b6/ae/e19de2123469a1116571a08332d20217009615269df21baab9cbaf16ea77/neo4j_rust_ext-5.27.0.0-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7875ad7e14f8ef3e6d8a73d7cce9b704275b3f489b0f62750559e022e294a393",
                "md5": "af3ce38223faf31a38ea513a932bde10",
                "sha256": "31859bba1f3a6c941140216c782ba4312fe32d570f555c1bb882e7e472a302d8"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp38-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "af3ce38223faf31a38ea513a932bde10",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 146486,
            "upload_time": "2024-11-28T12:36:34",
            "upload_time_iso_8601": "2024-11-28T12:36:34.300767Z",
            "url": "https://files.pythonhosted.org/packages/78/75/ad7e14f8ef3e6d8a73d7cce9b704275b3f489b0f62750559e022e294a393/neo4j_rust_ext-5.27.0.0-cp38-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "333d79cd30de6dc94128963538790b0f66afe0c3f6103e7e78a8dbd5679eb9ec",
                "md5": "d00aa945ba49f77c4f7e8a00c7fa41ca",
                "sha256": "feae135737cad2066cbb1dc0e0efc5d7ec56cf9e5c3a98fc91ca1fc1cf39bdcf"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d00aa945ba49f77c4f7e8a00c7fa41ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 685359,
            "upload_time": "2024-11-28T12:36:35",
            "upload_time_iso_8601": "2024-11-28T12:36:35.986792Z",
            "url": "https://files.pythonhosted.org/packages/33/3d/79cd30de6dc94128963538790b0f66afe0c3f6103e7e78a8dbd5679eb9ec/neo4j_rust_ext-5.27.0.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0cb6a44196e517771c66b24906e33ab6b0d0a12205017eada25d7bef6844e96",
                "md5": "fb7beb7c83feb285f2e526df3da4f38b",
                "sha256": "ff4cd6ecb34f191490dfbf26e7367ea8797c2bb277610a28e6e7f5d3be62d725"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fb7beb7c83feb285f2e526df3da4f38b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 686552,
            "upload_time": "2024-11-28T12:36:38",
            "upload_time_iso_8601": "2024-11-28T12:36:38.189792Z",
            "url": "https://files.pythonhosted.org/packages/f0/cb/6a44196e517771c66b24906e33ab6b0d0a12205017eada25d7bef6844e96/neo4j_rust_ext-5.27.0.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4dbd7a6c430ea19410d0db1425561889d54fc16307861208185e08d14219f135",
                "md5": "a0a76b33d00334f707277d2f4bb88cd5",
                "sha256": "838a8e8b2aa760688d34a259476bc7839d3429ac80fdf72e16621ecefcb0a904"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a0a76b33d00334f707277d2f4bb88cd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 284436,
            "upload_time": "2024-11-28T12:36:39",
            "upload_time_iso_8601": "2024-11-28T12:36:39.656008Z",
            "url": "https://files.pythonhosted.org/packages/4d/bd/7a6c430ea19410d0db1425561889d54fc16307861208185e08d14219f135/neo4j_rust_ext-5.27.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d357c9f6ed50abdfc0f7aa0a70549c544484e3619236ce6bd984027749852089",
                "md5": "e776e0d396902d4c004d6f3e8e112548",
                "sha256": "17921cce69cbb3ef838ebd7f279f857c49b277101bdb00f81ae4dbf8d21a731c"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e776e0d396902d4c004d6f3e8e112548",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 290945,
            "upload_time": "2024-11-28T12:36:41",
            "upload_time_iso_8601": "2024-11-28T12:36:41.112404Z",
            "url": "https://files.pythonhosted.org/packages/d3/57/c9f6ed50abdfc0f7aa0a70549c544484e3619236ce6bd984027749852089/neo4j_rust_ext-5.27.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f16fb90feed738f1942bfca351dc64d73e38ccf6c681159787e265d175a2c954",
                "md5": "beb059413a18c4950ef1cab603062591",
                "sha256": "77260b9343d33f372ece7e302ebd0579265ad0561685aa1b022ece822fcf60db"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "beb059413a18c4950ef1cab603062591",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 285500,
            "upload_time": "2024-11-28T12:36:42",
            "upload_time_iso_8601": "2024-11-28T12:36:42.454961Z",
            "url": "https://files.pythonhosted.org/packages/f1/6f/b90feed738f1942bfca351dc64d73e38ccf6c681159787e265d175a2c954/neo4j_rust_ext-5.27.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a72c3f15b33bcbf399df48210a83e9fb9d499683197cc7e3fde34ca7116b3295",
                "md5": "02a35a93cdf5db0a42b57c587c900fd3",
                "sha256": "dc91f6498fa9dd31921a2f5303586479dae574545141e723182a0ce1ee1bf2ad"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "02a35a93cdf5db0a42b57c587c900fd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 454691,
            "upload_time": "2024-11-28T12:36:43",
            "upload_time_iso_8601": "2024-11-28T12:36:43.975916Z",
            "url": "https://files.pythonhosted.org/packages/a7/2c/3f15b33bcbf399df48210a83e9fb9d499683197cc7e3fde34ca7116b3295/neo4j_rust_ext-5.27.0.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28e8045abc2c3d878782d4a935cbdf4bda682c49344e2016cf2a6657a51e0400",
                "md5": "23f43a7063f95adce5f822252af008fb",
                "sha256": "2fe10b206df0fd869d028cb4395edf1c4cff73801e87da49f06c64e2d26a27ff"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "23f43a7063f95adce5f822252af008fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 693435,
            "upload_time": "2024-11-28T12:36:46",
            "upload_time_iso_8601": "2024-11-28T12:36:46.493191Z",
            "url": "https://files.pythonhosted.org/packages/28/e8/045abc2c3d878782d4a935cbdf4bda682c49344e2016cf2a6657a51e0400/neo4j_rust_ext-5.27.0.0-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c3f7b74913f080b066156d9241e352afe386f1259048c1505f8f60ff3baa21a",
                "md5": "eb778884923f5e0d14ef298e28ea1684",
                "sha256": "6362bb6b3ab70ea7550def1c552e635351b57893e5fb0b9b2d78ef4a8e5fbd7d"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "eb778884923f5e0d14ef298e28ea1684",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 646022,
            "upload_time": "2024-11-28T12:36:48",
            "upload_time_iso_8601": "2024-11-28T12:36:48.746562Z",
            "url": "https://files.pythonhosted.org/packages/5c/3f/7b74913f080b066156d9241e352afe386f1259048c1505f8f60ff3baa21a/neo4j_rust_ext-5.27.0.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d8942662129d69b6ef90551509f5633a81d60217136e13873057d810712c1cf",
                "md5": "4e985a24061a1af8e417a2cbbc9fc378",
                "sha256": "f9e1613d1162120767045ec7b42810c1849c6042b63b7cfa32ef4506ee972aa4"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0-cp39-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "4e985a24061a1af8e417a2cbbc9fc378",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 146252,
            "upload_time": "2024-11-28T12:36:50",
            "upload_time_iso_8601": "2024-11-28T12:36:50.077847Z",
            "url": "https://files.pythonhosted.org/packages/3d/89/42662129d69b6ef90551509f5633a81d60217136e13873057d810712c1cf/neo4j_rust_ext-5.27.0.0-cp39-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9db3f4ae64287f4c041335eed1c2e723024470e20015e58de54ac3dea97cef51",
                "md5": "95214ca774b607e91028da63da834147",
                "sha256": "ef6a62db24a222994e1582af4e1e4f3745f5e03d1e3cdd6b7027d6e975cd0018"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.27.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "95214ca774b607e91028da63da834147",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16466,
            "upload_time": "2024-11-28T12:36:51",
            "upload_time_iso_8601": "2024-11-28T12:36:51.922639Z",
            "url": "https://files.pythonhosted.org/packages/9d/b3/f4ae64287f4c041335eed1c2e723024470e20015e58de54ac3dea97cef51/neo4j_rust_ext-5.27.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-28 12:36:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "neo4j",
    "github_project": "neo4j-python-driver-rust-ext",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "neo4j-rust-ext"
}
        
Elapsed time: 0.44107s