neo4j-rust-ext


Nameneo4j-rust-ext JSON
Version 5.28.2.0 PyPI version JSON
download
home_pageNone
SummaryRust Extensions for a Faster Neo4j Bolt Driver for Python
upload_time2025-07-30 09:51:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
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.77 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/e4/42/64ab03b624a793f6748164f35f975ec781109f3c37a469ca2c4f99a5c785/neo4j_rust_ext-5.28.2.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.77 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": null,
    "summary": "Rust Extensions for a Faster Neo4j Bolt Driver for Python",
    "version": "5.28.2.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": null,
            "digests": {
                "blake2b_256": "3a6aa713eba6bbed5f2aa508f7a2d133e43025c1c1f5bc7588b5996c33fa4be3",
                "md5": "c79ac01296a723ef0d74f0b1c9aa7556",
                "sha256": "2ce40a0b48d1d9564e79bc71645183b8cc306a0f5a966ce0e27c17a1a352c214"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c79ac01296a723ef0d74f0b1c9aa7556",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 698363,
            "upload_time": "2025-07-30T09:49:49",
            "upload_time_iso_8601": "2025-07-30T09:49:49.681311Z",
            "url": "https://files.pythonhosted.org/packages/3a/6a/a713eba6bbed5f2aa508f7a2d133e43025c1c1f5bc7588b5996c33fa4be3/neo4j_rust_ext-5.28.2.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "609ac41afb306b77d074b8cb26c9ba200f060b468031bccf4819a757e6cdfadd",
                "md5": "149b88aaf68bbc99a1cf2671eb4307e1",
                "sha256": "e60bf3382c592c9260d8caaccfb78d1aa312898c17dd8c8acbfe9d62c43c7a8e"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "149b88aaf68bbc99a1cf2671eb4307e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 697203,
            "upload_time": "2025-07-30T09:49:51",
            "upload_time_iso_8601": "2025-07-30T09:49:51.785641Z",
            "url": "https://files.pythonhosted.org/packages/60/9a/c41afb306b77d074b8cb26c9ba200f060b468031bccf4819a757e6cdfadd/neo4j_rust_ext-5.28.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e847e42492827b2bf760a449982c436ea14d24d14c33df71486e6b079577c352",
                "md5": "6404e08286fd910ad8535044f6a58b05",
                "sha256": "569aff406e79434dd98f110eb3b8b69f94f9cf00100b9fe2ccd2057d89a2c232"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6404e08286fd910ad8535044f6a58b05",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 297901,
            "upload_time": "2025-07-30T09:49:53",
            "upload_time_iso_8601": "2025-07-30T09:49:53.338370Z",
            "url": "https://files.pythonhosted.org/packages/e8/47/e42492827b2bf760a449982c436ea14d24d14c33df71486e6b079577c352/neo4j_rust_ext-5.28.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a8b5af024ce3d20a0343da00e47c97315759be851dee44df0e7b9fee99ac589f",
                "md5": "e92c1a4781669c6141a49b08e6c63c07",
                "sha256": "689808d30361b0bb9243e873e8ffd7f38568dd0b3cef11c360ba2795e72890ca"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e92c1a4781669c6141a49b08e6c63c07",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 310540,
            "upload_time": "2025-07-30T09:49:54",
            "upload_time_iso_8601": "2025-07-30T09:49:54.754308Z",
            "url": "https://files.pythonhosted.org/packages/a8/b5/af024ce3d20a0343da00e47c97315759be851dee44df0e7b9fee99ac589f/neo4j_rust_ext-5.28.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bde59897b1b917ec43e876cce6d57ff340758d54f5bfdc85407768eeccd1ce4c",
                "md5": "01188e1dafe4dc813e7b0870e4f6fd37",
                "sha256": "70522c12357f3e1bf3ae222010c71ebe2c66f30a9bd5023e6b7a49ea2a68e461"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "01188e1dafe4dc813e7b0870e4f6fd37",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 299498,
            "upload_time": "2025-07-30T09:49:55",
            "upload_time_iso_8601": "2025-07-30T09:49:55.995975Z",
            "url": "https://files.pythonhosted.org/packages/bd/e5/9897b1b917ec43e876cce6d57ff340758d54f5bfdc85407768eeccd1ce4c/neo4j_rust_ext-5.28.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30c9db7d00d096988e894aa26409e87ebde6b443ab0aa57d765a71669e20a864",
                "md5": "e7d5189614fed7c55602611b59439ed3",
                "sha256": "b53322a7f3c180a74193a94ada6310f2d082ee857529c0666d1e33306a454821"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e7d5189614fed7c55602611b59439ed3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 469183,
            "upload_time": "2025-07-30T09:49:57",
            "upload_time_iso_8601": "2025-07-30T09:49:57.208463Z",
            "url": "https://files.pythonhosted.org/packages/30/c9/db7d00d096988e894aa26409e87ebde6b443ab0aa57d765a71669e20a864/neo4j_rust_ext-5.28.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9ccd26f8d626db86043ace77b496978cb2e5892999636438ce61172d754c4eb",
                "md5": "26c4740c4c9d5c48519471b3c0a7be98",
                "sha256": "593626ca539cefe51a9018d7a12cc9edee4289131575c926a3a4910393eed2ee"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "26c4740c4c9d5c48519471b3c0a7be98",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 703966,
            "upload_time": "2025-07-30T09:49:58",
            "upload_time_iso_8601": "2025-07-30T09:49:58.540929Z",
            "url": "https://files.pythonhosted.org/packages/d9/cc/d26f8d626db86043ace77b496978cb2e5892999636438ce61172d754c4eb/neo4j_rust_ext-5.28.2.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9666b5cd5dd7cfd1fb5480226b013b3c5bd07e5ac7fc354eca0ea964031873c",
                "md5": "13ca1f89ec89a3405d4a2f5eb24b3088",
                "sha256": "c40ea7cccbd3ea20107603b961ec5b97a39091cbc357cd96e9c3d5a416118f44"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "13ca1f89ec89a3405d4a2f5eb24b3088",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 658542,
            "upload_time": "2025-07-30T09:49:59",
            "upload_time_iso_8601": "2025-07-30T09:49:59.651070Z",
            "url": "https://files.pythonhosted.org/packages/a9/66/6b5cd5dd7cfd1fb5480226b013b3c5bd07e5ac7fc354eca0ea964031873c/neo4j_rust_ext-5.28.2.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8503a99e6a0fbd4ccf75bc6a7d20fc6184a26b6dda0abde59256c5b8ec40b47c",
                "md5": "c8ccf9639d8b2d63798de3f8fcc99396",
                "sha256": "aed752465c2a0cbf5a0eba973c9eb30cddde26b215bb240387a3de72abf764c3"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "c8ccf9639d8b2d63798de3f8fcc99396",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 155390,
            "upload_time": "2025-07-30T09:50:01",
            "upload_time_iso_8601": "2025-07-30T09:50:01.558141Z",
            "url": "https://files.pythonhosted.org/packages/85/03/a99e6a0fbd4ccf75bc6a7d20fc6184a26b6dda0abde59256c5b8ec40b47c/neo4j_rust_ext-5.28.2.0-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8202c37acc6498743df4b5502f33b38a7dc7e737730818159633183fad3fe4e6",
                "md5": "87ccf3dbe84a1cb622c13303feccb98e",
                "sha256": "28b4c3da0cc9abdf9293d7292c24618404c8ea9aafc5c254b2475d7f8430ec9c"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87ccf3dbe84a1cb622c13303feccb98e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 698826,
            "upload_time": "2025-07-30T09:50:02",
            "upload_time_iso_8601": "2025-07-30T09:50:02.768822Z",
            "url": "https://files.pythonhosted.org/packages/82/02/c37acc6498743df4b5502f33b38a7dc7e737730818159633183fad3fe4e6/neo4j_rust_ext-5.28.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "633aea4e1ab4d94f8716b783dec60e9ca22cbfab642c32b07b4196a8ecd626a7",
                "md5": "abdcab018c6f7bce3144060978852550",
                "sha256": "34089a060afd261cee17172d71b73865f22163cd581cb6b9c1df315ef1cf6747"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "abdcab018c6f7bce3144060978852550",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 697701,
            "upload_time": "2025-07-30T09:50:07",
            "upload_time_iso_8601": "2025-07-30T09:50:07.114300Z",
            "url": "https://files.pythonhosted.org/packages/63/3a/ea4e1ab4d94f8716b783dec60e9ca22cbfab642c32b07b4196a8ecd626a7/neo4j_rust_ext-5.28.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0612920401ac45fa3706810787891071508537d78cb0db91ef38f132fe33d765",
                "md5": "6f84b229ada134b3e81df88bd43c9da5",
                "sha256": "39b316da62392d53556b1f40d75eda12f03f421e03d8957bff1583321670efd5"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6f84b229ada134b3e81df88bd43c9da5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 297872,
            "upload_time": "2025-07-30T09:50:08",
            "upload_time_iso_8601": "2025-07-30T09:50:08.390788Z",
            "url": "https://files.pythonhosted.org/packages/06/12/920401ac45fa3706810787891071508537d78cb0db91ef38f132fe33d765/neo4j_rust_ext-5.28.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e9a9fdd3a9cee5d1d5ac741526484442eb3b86a7a115cfd97383b68203a7e7d",
                "md5": "cfb99bc4a461143081639207a2c138ff",
                "sha256": "58ce2939dddc8e1186ab783d5b7c9c18cc61a39545669bcc0145372f21a781aa"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cfb99bc4a461143081639207a2c138ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 310368,
            "upload_time": "2025-07-30T09:50:09",
            "upload_time_iso_8601": "2025-07-30T09:50:09.589091Z",
            "url": "https://files.pythonhosted.org/packages/5e/9a/9fdd3a9cee5d1d5ac741526484442eb3b86a7a115cfd97383b68203a7e7d/neo4j_rust_ext-5.28.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b9ce48bd1e87a12cf92f8f2a3d9089a4c503c8f27429eb768f56bae07e79130",
                "md5": "d5bb6e65b541c3f157d509765b6a3214",
                "sha256": "48ca8a623dd74f26f60021910b8a15b9e1ba7293e22e4257682be71c6cea0290"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5bb6e65b541c3f157d509765b6a3214",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 299545,
            "upload_time": "2025-07-30T09:50:11",
            "upload_time_iso_8601": "2025-07-30T09:50:11.486004Z",
            "url": "https://files.pythonhosted.org/packages/5b/9c/e48bd1e87a12cf92f8f2a3d9089a4c503c8f27429eb768f56bae07e79130/neo4j_rust_ext-5.28.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d9c9afe37a4d152a7fbaa976b1b24dff02ba01cd0658b7a689a8b7f4655f315",
                "md5": "81b6d593fc4f12ca19e300e9733be82c",
                "sha256": "bc259e9db39bc716fccf670b4300a268de4b764bff31053f47b420fada0e1feb"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "81b6d593fc4f12ca19e300e9733be82c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 469287,
            "upload_time": "2025-07-30T09:50:12",
            "upload_time_iso_8601": "2025-07-30T09:50:12.596189Z",
            "url": "https://files.pythonhosted.org/packages/5d/9c/9afe37a4d152a7fbaa976b1b24dff02ba01cd0658b7a689a8b7f4655f315/neo4j_rust_ext-5.28.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08320b6e7c68802d338807f32ef99d7c4aaadaac2d6f85cb1436dd1d52317ca8",
                "md5": "d8da45cf2416f0374c4a400b11ec4e40",
                "sha256": "6cdcbe6785de87d71d8c1eaee9b371c974c1c94624f23f9624f35fee1d3f9f95"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "d8da45cf2416f0374c4a400b11ec4e40",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 704539,
            "upload_time": "2025-07-30T09:50:13",
            "upload_time_iso_8601": "2025-07-30T09:50:13.855267Z",
            "url": "https://files.pythonhosted.org/packages/08/32/0b6e7c68802d338807f32ef99d7c4aaadaac2d6f85cb1436dd1d52317ca8/neo4j_rust_ext-5.28.2.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2dd23b6c72a141c0c7d40c82fe0e5da097527544eaa01758921666323982d2b",
                "md5": "de8bfe79bf6ced3c484607ada3af3549",
                "sha256": "d300a5f8a52240fd839cc3c58d95ec27be0f9f7a88e717e86b1cf65737a4f80d"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "de8bfe79bf6ced3c484607ada3af3549",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 659172,
            "upload_time": "2025-07-30T09:50:15",
            "upload_time_iso_8601": "2025-07-30T09:50:15.021841Z",
            "url": "https://files.pythonhosted.org/packages/e2/dd/23b6c72a141c0c7d40c82fe0e5da097527544eaa01758921666323982d2b/neo4j_rust_ext-5.28.2.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90bc361ca0f9c8898ce71cc442fe1c0bd028cb525db73d22d7dd4aafd6dcce4f",
                "md5": "ecafbd32e724e9801587113255c4bb7a",
                "sha256": "6c93b4e2fa54863a5843258fae91b7b71792896d4b30ca2111fa0f49b0381f01"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "ecafbd32e724e9801587113255c4bb7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 155727,
            "upload_time": "2025-07-30T09:50:16",
            "upload_time_iso_8601": "2025-07-30T09:50:16.107794Z",
            "url": "https://files.pythonhosted.org/packages/90/bc/361ca0f9c8898ce71cc442fe1c0bd028cb525db73d22d7dd4aafd6dcce4f/neo4j_rust_ext-5.28.2.0-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "604c056b7f4de62436005a079fc7750b5a2cbff55e6f96e3e2b1078aa272438a",
                "md5": "c688e3ade368e3a877749427aa7cabf2",
                "sha256": "8d86e25732184cdb69faa0f894cfce066a55cbac3de5834a50730459849c4b3a"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c688e3ade368e3a877749427aa7cabf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 695449,
            "upload_time": "2025-07-30T09:50:17",
            "upload_time_iso_8601": "2025-07-30T09:50:17.197917Z",
            "url": "https://files.pythonhosted.org/packages/60/4c/056b7f4de62436005a079fc7750b5a2cbff55e6f96e3e2b1078aa272438a/neo4j_rust_ext-5.28.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "359ed9124bc891dfbffe4c666fd228c194e399a4bbcc62d7e7f4b7860d7cb030",
                "md5": "8b73a5f52ad7da79c83869a53d1d631e",
                "sha256": "335c7a04f8444e70f9d6e3c4478b01a1c93ca4c73d77fe71b8573e6c129569b0"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8b73a5f52ad7da79c83869a53d1d631e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 693800,
            "upload_time": "2025-07-30T09:50:18",
            "upload_time_iso_8601": "2025-07-30T09:50:18.377711Z",
            "url": "https://files.pythonhosted.org/packages/35/9e/d9124bc891dfbffe4c666fd228c194e399a4bbcc62d7e7f4b7860d7cb030/neo4j_rust_ext-5.28.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1ada133608064d683b84c3b166000e2548931d0bfd9328d80debb503eaa3090d",
                "md5": "a0cf66cf161c9bd867b8e5e4c78ac369",
                "sha256": "895c3730e5794c8775b8f7518a867b0768b126c8be330af5f228aa7d574284b4"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a0cf66cf161c9bd867b8e5e4c78ac369",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 297409,
            "upload_time": "2025-07-30T09:50:19",
            "upload_time_iso_8601": "2025-07-30T09:50:19.871653Z",
            "url": "https://files.pythonhosted.org/packages/1a/da/133608064d683b84c3b166000e2548931d0bfd9328d80debb503eaa3090d/neo4j_rust_ext-5.28.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "769344cc22e24b1e4657a41a79386a4809ba40d0f2b6ef91278a8f6a27c744d6",
                "md5": "026f5d856f7ec2dfc8e690d31df44f07",
                "sha256": "c63c759b78c0e0c0474ab6ae61b6099e53b9cbb830744e1c657af4f4ab6a6692"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "026f5d856f7ec2dfc8e690d31df44f07",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 309740,
            "upload_time": "2025-07-30T09:50:21",
            "upload_time_iso_8601": "2025-07-30T09:50:21.446092Z",
            "url": "https://files.pythonhosted.org/packages/76/93/44cc22e24b1e4657a41a79386a4809ba40d0f2b6ef91278a8f6a27c744d6/neo4j_rust_ext-5.28.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2323b6a44599c49c20bc1cb64f4f9e3b05e4c3f460f72732043c339ae5ee2af",
                "md5": "ea722d3db130c0204ce475564409c7d8",
                "sha256": "de3682e832f32a4725ca69a4ba6925b5a031b8138a73eea282164b83cd8ad967"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea722d3db130c0204ce475564409c7d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 299110,
            "upload_time": "2025-07-30T09:50:22",
            "upload_time_iso_8601": "2025-07-30T09:50:22.868796Z",
            "url": "https://files.pythonhosted.org/packages/c2/32/3b6a44599c49c20bc1cb64f4f9e3b05e4c3f460f72732043c339ae5ee2af/neo4j_rust_ext-5.28.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "47a0581eb1dcdc028e03ad3a9cce484d675c71b9dbf69aeba6f11940e7885f43",
                "md5": "56d048ec7ac0e181f15ef12cbbc0a3a9",
                "sha256": "dc600847b7c91cb0df7eb8605d7d1875fd392b6bc9d962782281988e4c4e87d1"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "56d048ec7ac0e181f15ef12cbbc0a3a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 468812,
            "upload_time": "2025-07-30T09:50:24",
            "upload_time_iso_8601": "2025-07-30T09:50:24.775404Z",
            "url": "https://files.pythonhosted.org/packages/47/a0/581eb1dcdc028e03ad3a9cce484d675c71b9dbf69aeba6f11940e7885f43/neo4j_rust_ext-5.28.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7a102f7e914030a54d1f67dba1fee00fd85767519373e4305412f555a88bb14",
                "md5": "84bacce43ba64605c7e31864a94741bc",
                "sha256": "f99485f10cdb761b9888bd34dd4edbe82c09798aa2f6e39815c93b164faadcae"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "84bacce43ba64605c7e31864a94741bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 703215,
            "upload_time": "2025-07-30T09:50:26",
            "upload_time_iso_8601": "2025-07-30T09:50:26.111993Z",
            "url": "https://files.pythonhosted.org/packages/f7/a1/02f7e914030a54d1f67dba1fee00fd85767519373e4305412f555a88bb14/neo4j_rust_ext-5.28.2.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30e4273e24fe1a53b52190c5df5ec310881cb4d09b4705bb0b6f75eea22bdbee",
                "md5": "04f5e9861fbd3f5eac5f809e55a5abf7",
                "sha256": "fde5b83f35b77a647ecc0cd572064436c24ce4abac66b1abdb7d6d810619ac9c"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "04f5e9861fbd3f5eac5f809e55a5abf7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 655644,
            "upload_time": "2025-07-30T09:50:28",
            "upload_time_iso_8601": "2025-07-30T09:50:28.998914Z",
            "url": "https://files.pythonhosted.org/packages/30/e4/273e24fe1a53b52190c5df5ec310881cb4d09b4705bb0b6f75eea22bdbee/neo4j_rust_ext-5.28.2.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "739b03ca2c4c99bb5619b3757760866a81682e53cc22419def1862c20fca9403",
                "md5": "5607c1e1eba2166b975ca20687eda4d5",
                "sha256": "0a9b1c188dd8a28a22689b424cbf3f6483de8cebbb68c8190e12b676e0ed3954"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "5607c1e1eba2166b975ca20687eda4d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 154494,
            "upload_time": "2025-07-30T09:50:30",
            "upload_time_iso_8601": "2025-07-30T09:50:30.079185Z",
            "url": "https://files.pythonhosted.org/packages/73/9b/03ca2c4c99bb5619b3757760866a81682e53cc22419def1862c20fca9403/neo4j_rust_ext-5.28.2.0-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "858ea913e7e2c6b504633faab06d185febca54de1a4940342654bfc7cf3b47e0",
                "md5": "8778618ff0ca99e4bd2d24cb4a5763e1",
                "sha256": "5062a7f81b9e97b1cdca634dce9c207396fa225efedcbe3dd15a357161489a50"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8778618ff0ca99e4bd2d24cb4a5763e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 694448,
            "upload_time": "2025-07-30T09:50:31",
            "upload_time_iso_8601": "2025-07-30T09:50:31.295052Z",
            "url": "https://files.pythonhosted.org/packages/85/8e/a913e7e2c6b504633faab06d185febca54de1a4940342654bfc7cf3b47e0/neo4j_rust_ext-5.28.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "036f383a3491d9fa189c236e15dab945cea2721fabff241d60234789a64aec38",
                "md5": "5efb3c4b8fc91a9904e870910d436af3",
                "sha256": "ffa4f05f1907d966f0694f7158e8f817d89c7dfda8ff1d7fd2a0f3541224897f"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5efb3c4b8fc91a9904e870910d436af3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 692781,
            "upload_time": "2025-07-30T09:50:32",
            "upload_time_iso_8601": "2025-07-30T09:50:32.555361Z",
            "url": "https://files.pythonhosted.org/packages/03/6f/383a3491d9fa189c236e15dab945cea2721fabff241d60234789a64aec38/neo4j_rust_ext-5.28.2.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce13bb9dfcc36676509688964a8618802551f906d7a053db7747c89641eaec77",
                "md5": "229ac308f386f44a180d2c3e9eebdfee",
                "sha256": "86fe37d7fac128d36a829122e29a91a5e0440e46d5849e61fca6eb15b206266b"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "229ac308f386f44a180d2c3e9eebdfee",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 297204,
            "upload_time": "2025-07-30T09:50:33",
            "upload_time_iso_8601": "2025-07-30T09:50:33.910042Z",
            "url": "https://files.pythonhosted.org/packages/ce/13/bb9dfcc36676509688964a8618802551f906d7a053db7747c89641eaec77/neo4j_rust_ext-5.28.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e19ec9cb818f0740998e144edd9b97e4b26bb26f2406872e0a4d3a5bd4eb0bb6",
                "md5": "bf1f1a94d5f46b6b5cc39e951ff8035d",
                "sha256": "40c79069a58e9708df7d6a3cb4865857fefa6986aeda47db6f9ae5298837bb75"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bf1f1a94d5f46b6b5cc39e951ff8035d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 309789,
            "upload_time": "2025-07-30T09:50:35",
            "upload_time_iso_8601": "2025-07-30T09:50:35.707391Z",
            "url": "https://files.pythonhosted.org/packages/e1/9e/c9cb818f0740998e144edd9b97e4b26bb26f2406872e0a4d3a5bd4eb0bb6/neo4j_rust_ext-5.28.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "668d8e4197f1cea2ced3e9ee6fe3f7894f7ac3e77b420ddfa86cc69060f2154a",
                "md5": "55fc20ce763e6f04772c51b0f9044cec",
                "sha256": "299408c032a157f4fba6db92fcc939271693531ef848e80e4f20172096c6ce59"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "55fc20ce763e6f04772c51b0f9044cec",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 298763,
            "upload_time": "2025-07-30T09:50:36",
            "upload_time_iso_8601": "2025-07-30T09:50:36.910500Z",
            "url": "https://files.pythonhosted.org/packages/66/8d/8e4197f1cea2ced3e9ee6fe3f7894f7ac3e77b420ddfa86cc69060f2154a/neo4j_rust_ext-5.28.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0de7b6f6b79c8460e38883a291c79b9239e7b94b37a139c519209c435b89d1d",
                "md5": "87083b0d2b701111e6f750eb1e0d53fa",
                "sha256": "57f00a30f2d43c1a4d2f0861e66498ada030f67b043e41a2fdf369f0f8a73afa"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87083b0d2b701111e6f750eb1e0d53fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 468501,
            "upload_time": "2025-07-30T09:50:38",
            "upload_time_iso_8601": "2025-07-30T09:50:38.483449Z",
            "url": "https://files.pythonhosted.org/packages/b0/de/7b6f6b79c8460e38883a291c79b9239e7b94b37a139c519209c435b89d1d/neo4j_rust_ext-5.28.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13c67c0c4bea99a43b06c948f619aefdc18cb1133ec111d938dea4274e5a1b75",
                "md5": "153ba4bac22af25801fec1e6e5355ded",
                "sha256": "264bcc67e16aadda9b1dfca16618bb012a3882a2797bf2cd7be06ed6e1afa511"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "153ba4bac22af25801fec1e6e5355ded",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 701754,
            "upload_time": "2025-07-30T09:50:39",
            "upload_time_iso_8601": "2025-07-30T09:50:39.707075Z",
            "url": "https://files.pythonhosted.org/packages/13/c6/7c0c4bea99a43b06c948f619aefdc18cb1133ec111d938dea4274e5a1b75/neo4j_rust_ext-5.28.2.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0496e0310810d3d6c09463752d25dbbfa115d6dce8cfaf131210b49aca7386a2",
                "md5": "2e0dbd00767bbfd54e66b61e55d6f4d1",
                "sha256": "efd84ead7e133c61abd20cb2c9b28bdd783cdb3a738641a33f706eb41dc8d634"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2e0dbd00767bbfd54e66b61e55d6f4d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 654057,
            "upload_time": "2025-07-30T09:50:40",
            "upload_time_iso_8601": "2025-07-30T09:50:40.915317Z",
            "url": "https://files.pythonhosted.org/packages/04/96/e0310810d3d6c09463752d25dbbfa115d6dce8cfaf131210b49aca7386a2/neo4j_rust_ext-5.28.2.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8359a8025d1e98e98fc81c7c8307c32e04d95952c54bc4707833db0e677bf878",
                "md5": "678641cbdba9027f659cbb336b101a66",
                "sha256": "89ea9cb82013ae07b3e6dbc1e3f7b924928a06d2585afa4b60c137aa1960babf"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "678641cbdba9027f659cbb336b101a66",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 154356,
            "upload_time": "2025-07-30T09:50:42",
            "upload_time_iso_8601": "2025-07-30T09:50:42.458719Z",
            "url": "https://files.pythonhosted.org/packages/83/59/a8025d1e98e98fc81c7c8307c32e04d95952c54bc4707833db0e677bf878/neo4j_rust_ext-5.28.2.0-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38418f1f0457983a36b727ff9a65d65089e7f9dd6a6967273318600eae0ddfaa",
                "md5": "f0d1da1c8ad9209eb8e442c091c98766",
                "sha256": "3f324f757100d1c4971976ec9a8de4cd32afcaf9f8a6be2afbe5fa11ba10f7f1"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f0d1da1c8ad9209eb8e442c091c98766",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 698932,
            "upload_time": "2025-07-30T09:50:44",
            "upload_time_iso_8601": "2025-07-30T09:50:44.067483Z",
            "url": "https://files.pythonhosted.org/packages/38/41/8f1f0457983a36b727ff9a65d65089e7f9dd6a6967273318600eae0ddfaa/neo4j_rust_ext-5.28.2.0-cp37-cp37m-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5502c288b7ccc47373a1c2354ce943e1c0270d12b5c040583fec5b865c236ba",
                "md5": "24c05d9b9d0bc9d7e654d6db459cd838",
                "sha256": "366e64f6743660b391a90eea906d92162e47314b49489f9bf46d42dceb23c289"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "24c05d9b9d0bc9d7e654d6db459cd838",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 697441,
            "upload_time": "2025-07-30T09:50:45",
            "upload_time_iso_8601": "2025-07-30T09:50:45.956220Z",
            "url": "https://files.pythonhosted.org/packages/b5/50/2c288b7ccc47373a1c2354ce943e1c0270d12b5c040583fec5b865c236ba/neo4j_rust_ext-5.28.2.0-cp37-cp37m-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d7d9a8fdc1cee0ebff2382fcfdb35c1691924b87e983db2ac608e2142fa7b00",
                "md5": "4b6d79746ad500c8eb183d658a56f248",
                "sha256": "06ea3f943b9ffa9f8983d8a4788c6a5dab9d66c555abd6cb2b7a2bab5de0b66e"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4b6d79746ad500c8eb183d658a56f248",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 299240,
            "upload_time": "2025-07-30T09:50:48",
            "upload_time_iso_8601": "2025-07-30T09:50:48.093390Z",
            "url": "https://files.pythonhosted.org/packages/6d/7d/9a8fdc1cee0ebff2382fcfdb35c1691924b87e983db2ac608e2142fa7b00/neo4j_rust_ext-5.28.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "551612128a5a370949d478235ba92f72890d15c544a928cba40212e07e94a3fa",
                "md5": "ea29de0a11c3f17c13fc1e731ce8878b",
                "sha256": "0c74a33cba9c4534e912ee8440832ff4edd07c6fc83c34d288b1fd2fdc9dcfc6"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ea29de0a11c3f17c13fc1e731ce8878b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 311129,
            "upload_time": "2025-07-30T09:50:49",
            "upload_time_iso_8601": "2025-07-30T09:50:49.359044Z",
            "url": "https://files.pythonhosted.org/packages/55/16/12128a5a370949d478235ba92f72890d15c544a928cba40212e07e94a3fa/neo4j_rust_ext-5.28.2.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0ee204dad8051b68e3d90d9a51366487e7baeb5daf693bb66f28c8627faa000",
                "md5": "f14676a05e8582431aad24e784b93a5f",
                "sha256": "857fe5382b88dcba0a0f91b04426e3886907a9e5bdb56293ae2e74859d1c0abe"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f14676a05e8582431aad24e784b93a5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 300749,
            "upload_time": "2025-07-30T09:50:50",
            "upload_time_iso_8601": "2025-07-30T09:50:50.519658Z",
            "url": "https://files.pythonhosted.org/packages/d0/ee/204dad8051b68e3d90d9a51366487e7baeb5daf693bb66f28c8627faa000/neo4j_rust_ext-5.28.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b00bfb4d17c23d1f9d4233aedce73f9c0ef7fa0d43cbe2b446bad16d914c9cbe",
                "md5": "70db06c2c3d45062f0f41403b82ce39b",
                "sha256": "f31ec7dc99f8147af9a9b88f7ed95a2867120b7a146e3a9d72ac5d1013e51001"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "70db06c2c3d45062f0f41403b82ce39b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 470473,
            "upload_time": "2025-07-30T09:50:51",
            "upload_time_iso_8601": "2025-07-30T09:50:51.740056Z",
            "url": "https://files.pythonhosted.org/packages/b0/0b/fb4d17c23d1f9d4233aedce73f9c0ef7fa0d43cbe2b446bad16d914c9cbe/neo4j_rust_ext-5.28.2.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2174794af7898859cd88891fe7e3f7c0ae009dff3b52057f9679f43d5459491a",
                "md5": "e4962a2d6ecde0a3238cb04851b93883",
                "sha256": "40d85304d132d604cdf795209c76c901f2303cf4436d9a5c5837005c37350054"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "e4962a2d6ecde0a3238cb04851b93883",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 707517,
            "upload_time": "2025-07-30T09:50:52",
            "upload_time_iso_8601": "2025-07-30T09:50:52.986202Z",
            "url": "https://files.pythonhosted.org/packages/21/74/794af7898859cd88891fe7e3f7c0ae009dff3b52057f9679f43d5459491a/neo4j_rust_ext-5.28.2.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b13eec654c51152cc6157300f4e2603a857815f1c4a13f81bd0a583f279ae33",
                "md5": "3f48295f1f2ca25161835af7dfefb2fc",
                "sha256": "1564568da5f8a215121c59d2bccf13cb2b63614d7602caed0d869f66ac026564"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3f48295f1f2ca25161835af7dfefb2fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 658841,
            "upload_time": "2025-07-30T09:50:54",
            "upload_time_iso_8601": "2025-07-30T09:50:54.164877Z",
            "url": "https://files.pythonhosted.org/packages/9b/13/eec654c51152cc6157300f4e2603a857815f1c4a13f81bd0a583f279ae33/neo4j_rust_ext-5.28.2.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf1894fcf2fc58bf1c3af848f6982bfb82c7ff9c79b498e4b0b33162a4bf98d2",
                "md5": "d779e0c3cd1ba85998ca125f343cedc2",
                "sha256": "258fd75e7ad5d8a44f1aa1cf049581b84ab71d98090e1837bf7cc1aa98fa17d8"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp37-cp37m-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "d779e0c3cd1ba85998ca125f343cedc2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 155569,
            "upload_time": "2025-07-30T09:50:55",
            "upload_time_iso_8601": "2025-07-30T09:50:55.502293Z",
            "url": "https://files.pythonhosted.org/packages/bf/18/94fcf2fc58bf1c3af848f6982bfb82c7ff9c79b498e4b0b33162a4bf98d2/neo4j_rust_ext-5.28.2.0-cp37-cp37m-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c3d826d78fbee794e42cf0610e2446e271742eb1b34e22c8aa322a40a4418c3",
                "md5": "8dc01a452a99aff393123fc15efde03c",
                "sha256": "d769f65ed3c537aac3f8db0c3f7a910f2a79341022c2ac2cdd58a842a6e42494"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8dc01a452a99aff393123fc15efde03c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 698337,
            "upload_time": "2025-07-30T09:50:57",
            "upload_time_iso_8601": "2025-07-30T09:50:57.152670Z",
            "url": "https://files.pythonhosted.org/packages/3c/3d/826d78fbee794e42cf0610e2446e271742eb1b34e22c8aa322a40a4418c3/neo4j_rust_ext-5.28.2.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07f32c21e2395cbc9ea27c2b20eb2ecf7040254eac4f6fd6641cb23f5aad7261",
                "md5": "6210acf6f9e5077772db07494349a02a",
                "sha256": "0963005626792aff380ff2ff9b0f4918670b1b15af20663261fa42cd00846874"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6210acf6f9e5077772db07494349a02a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 696662,
            "upload_time": "2025-07-30T09:50:58",
            "upload_time_iso_8601": "2025-07-30T09:50:58.691222Z",
            "url": "https://files.pythonhosted.org/packages/07/f3/2c21e2395cbc9ea27c2b20eb2ecf7040254eac4f6fd6641cb23f5aad7261/neo4j_rust_ext-5.28.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4bdc688da064c7e9d8f474d2df3498e6fb916ccbbd9c221906f148bc43e3b613",
                "md5": "15f9869d2e56777db46a0d6a88c5b299",
                "sha256": "1b993f77cf2217165dfd5a7193fefbd971ba76f0f247154dd0a4273f777be775"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "15f9869d2e56777db46a0d6a88c5b299",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 298870,
            "upload_time": "2025-07-30T09:51:00",
            "upload_time_iso_8601": "2025-07-30T09:51:00.161451Z",
            "url": "https://files.pythonhosted.org/packages/4b/dc/688da064c7e9d8f474d2df3498e6fb916ccbbd9c221906f148bc43e3b613/neo4j_rust_ext-5.28.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7263e5828e4bc472c1c590cbdfa91af963b762c278fc603cea6fc51287dfe6ee",
                "md5": "400a23adf7c251ff806b756ee7f42c26",
                "sha256": "5f4462b5385d38df01666eaad8c141cd09c53cde630aa1c7b6e576a5c9915271"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "400a23adf7c251ff806b756ee7f42c26",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 310728,
            "upload_time": "2025-07-30T09:51:02",
            "upload_time_iso_8601": "2025-07-30T09:51:02.674640Z",
            "url": "https://files.pythonhosted.org/packages/72/63/e5828e4bc472c1c590cbdfa91af963b762c278fc603cea6fc51287dfe6ee/neo4j_rust_ext-5.28.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55b6ffe97359970ddfa10cece5fd2648fa8edf1bc4e966515ff12674139d95a2",
                "md5": "bf3114a257993904bb32bc9b4a0681cb",
                "sha256": "acabb22e5a7bd39f5780b2e533cc0d0a9a1106cc6c199eb7d8bcab556cd6c595"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bf3114a257993904bb32bc9b4a0681cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 300339,
            "upload_time": "2025-07-30T09:51:03",
            "upload_time_iso_8601": "2025-07-30T09:51:03.832559Z",
            "url": "https://files.pythonhosted.org/packages/55/b6/ffe97359970ddfa10cece5fd2648fa8edf1bc4e966515ff12674139d95a2/neo4j_rust_ext-5.28.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "20faa79ba86e28fec79a80fb8972f54e4e8229d541fe46cc02bc4823b63fdce2",
                "md5": "aa65e83aaa87224da98e89315fa0c4d4",
                "sha256": "04728586f4996cba3f1841c8a33dba954810a2e8bc2fa94499f93233d6c98eb4"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa65e83aaa87224da98e89315fa0c4d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 470017,
            "upload_time": "2025-07-30T09:51:05",
            "upload_time_iso_8601": "2025-07-30T09:51:05.014754Z",
            "url": "https://files.pythonhosted.org/packages/20/fa/a79ba86e28fec79a80fb8972f54e4e8229d541fe46cc02bc4823b63fdce2/neo4j_rust_ext-5.28.2.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b51230aa3111e50d8dfc731e34efe851efdf787b3981dce9ae691e2369c3023e",
                "md5": "8b43f6091bc641bbc0396fc3a697e52f",
                "sha256": "baec0a2a47bfadffad9c25d12cc4300ce45a88e218ecc06dbd99fe582b5e6a6c"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "8b43f6091bc641bbc0396fc3a697e52f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 706890,
            "upload_time": "2025-07-30T09:51:06",
            "upload_time_iso_8601": "2025-07-30T09:51:06.659680Z",
            "url": "https://files.pythonhosted.org/packages/b5/12/30aa3111e50d8dfc731e34efe851efdf787b3981dce9ae691e2369c3023e/neo4j_rust_ext-5.28.2.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9699d59a4f3702786f80fc55c05118dac4e46ffbfb9b5201b1acef87beb13ee",
                "md5": "9d3c26dd4967bb52d78eb539714e88bd",
                "sha256": "458b7256cbe28cd863c2408d3a7ab87f406acba9e0b26be87879d9ca841fe856"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9d3c26dd4967bb52d78eb539714e88bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 657527,
            "upload_time": "2025-07-30T09:51:08",
            "upload_time_iso_8601": "2025-07-30T09:51:08.219271Z",
            "url": "https://files.pythonhosted.org/packages/b9/69/9d59a4f3702786f80fc55c05118dac4e46ffbfb9b5201b1acef87beb13ee/neo4j_rust_ext-5.28.2.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3744ff3620f24b7df6b4feefeca9fddb3c6a36c5410d5399567c7507c91e8178",
                "md5": "5c526b3718f99f11666006fc886eec33",
                "sha256": "85483222f2bfb087fcd7a646bb38ae4a87e749459c1e1269b8a8a1054e46219c"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp38-cp38-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "5c526b3718f99f11666006fc886eec33",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 155679,
            "upload_time": "2025-07-30T09:51:09",
            "upload_time_iso_8601": "2025-07-30T09:51:09.350040Z",
            "url": "https://files.pythonhosted.org/packages/37/44/ff3620f24b7df6b4feefeca9fddb3c6a36c5410d5399567c7507c91e8178/neo4j_rust_ext-5.28.2.0-cp38-cp38-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab5e3c0f194e1d3e69c1f56cd2d88c474891904abd821484f4c7553f973fd07b",
                "md5": "5839b11e44762a4419d0e39e628d58ee",
                "sha256": "0ad56564ec595d8c4b561fbdd8d8e748b3c457ca2ed1086189409eac5b8e1c22"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5839b11e44762a4419d0e39e628d58ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 699462,
            "upload_time": "2025-07-30T09:51:10",
            "upload_time_iso_8601": "2025-07-30T09:51:10.597158Z",
            "url": "https://files.pythonhosted.org/packages/ab/5e/3c0f194e1d3e69c1f56cd2d88c474891904abd821484f4c7553f973fd07b/neo4j_rust_ext-5.28.2.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90df04efdb11dd44c514c5eee5cd11709720e7f2da73346cc0d8189f9186b8ca",
                "md5": "0f44b5f9883f2cfffd41985952c5decd",
                "sha256": "8e6228f27618f6944fad80d022255d1174c17e78b8547216c021205a52677105"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0f44b5f9883f2cfffd41985952c5decd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 697336,
            "upload_time": "2025-07-30T09:51:12",
            "upload_time_iso_8601": "2025-07-30T09:51:12.395010Z",
            "url": "https://files.pythonhosted.org/packages/90/df/04efdb11dd44c514c5eee5cd11709720e7f2da73346cc0d8189f9186b8ca/neo4j_rust_ext-5.28.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6cd9338cb51ebe5c6ee5f31c2c3fb9dca058166e05488f609b70951a8c4fa62",
                "md5": "76e82200c05fe2fd2e08cfb240f0b253",
                "sha256": "69ebb11870633e09cbc74fd532c35bd57f15eef1d60600f530014a049ed13b17"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "76e82200c05fe2fd2e08cfb240f0b253",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 298745,
            "upload_time": "2025-07-30T09:51:13",
            "upload_time_iso_8601": "2025-07-30T09:51:13.610201Z",
            "url": "https://files.pythonhosted.org/packages/d6/cd/9338cb51ebe5c6ee5f31c2c3fb9dca058166e05488f609b70951a8c4fa62/neo4j_rust_ext-5.28.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d5226cf0381781637cfb54ca69068f3964a1af7c3ca7f161d1f991f3461cae2",
                "md5": "d9ce99ecd6477c5a3248cc4ba5617165",
                "sha256": "46ea30ad328d56f1dc13ecbd8352972670b5d74dac17e3ab07d56623ca143ec9"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d9ce99ecd6477c5a3248cc4ba5617165",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 310961,
            "upload_time": "2025-07-30T09:51:14",
            "upload_time_iso_8601": "2025-07-30T09:51:14.739141Z",
            "url": "https://files.pythonhosted.org/packages/1d/52/26cf0381781637cfb54ca69068f3964a1af7c3ca7f161d1f991f3461cae2/neo4j_rust_ext-5.28.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02dfba5ca719885688a7714b6d11bfd927fa1ead043e8fd94d59f60db098e184",
                "md5": "fbedb154a0f426927dde23db5820b227",
                "sha256": "617fa90596c64fb0c8c863fdae3e305e6d4129c6e3f313d06b3bf33afa8545d3"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fbedb154a0f426927dde23db5820b227",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 300553,
            "upload_time": "2025-07-30T09:51:15",
            "upload_time_iso_8601": "2025-07-30T09:51:15.830335Z",
            "url": "https://files.pythonhosted.org/packages/02/df/ba5ca719885688a7714b6d11bfd927fa1ead043e8fd94d59f60db098e184/neo4j_rust_ext-5.28.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "250426bbe3b43cd883b17effcb65734c5ef433660cb8abf631fe23b41805c487",
                "md5": "480fa30016027a6cb268c1d9a7afeaad",
                "sha256": "67013974596e54f49601635f711d50cd8230c4cf99f32a94fd6957a21d38f255"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "480fa30016027a6cb268c1d9a7afeaad",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 470181,
            "upload_time": "2025-07-30T09:51:17",
            "upload_time_iso_8601": "2025-07-30T09:51:17.034056Z",
            "url": "https://files.pythonhosted.org/packages/25/04/26bbe3b43cd883b17effcb65734c5ef433660cb8abf631fe23b41805c487/neo4j_rust_ext-5.28.2.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6492faeb884531f768306d2ba7efc6408e27b1e341612d05c7ae5ca97ffcb52",
                "md5": "cd5f6526e91406c03c1c8d2dec5ab7e2",
                "sha256": "70303b9385e0d659e2070679ddfcec87577764d5e3847d3003d0e60cde134036"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "cd5f6526e91406c03c1c8d2dec5ab7e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 706082,
            "upload_time": "2025-07-30T09:51:18",
            "upload_time_iso_8601": "2025-07-30T09:51:18.705898Z",
            "url": "https://files.pythonhosted.org/packages/f6/49/2faeb884531f768306d2ba7efc6408e27b1e341612d05c7ae5ca97ffcb52/neo4j_rust_ext-5.28.2.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94011e1b6932fc32d363534443e2bd77f6d282c7428bdff95212942fc469a974",
                "md5": "08e448e5d3227890962dbdb3e9dd49a4",
                "sha256": "8fe140473eb5bcaa20bc46e4353a3808123ce6084c22e81c6c15cba0e9cde372"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "08e448e5d3227890962dbdb3e9dd49a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 658644,
            "upload_time": "2025-07-30T09:51:19",
            "upload_time_iso_8601": "2025-07-30T09:51:19.987125Z",
            "url": "https://files.pythonhosted.org/packages/94/01/1e1b6932fc32d363534443e2bd77f6d282c7428bdff95212942fc469a974/neo4j_rust_ext-5.28.2.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fef8da40240fe62e569fa03d02e7f26a122399345cc13f59f215439bbb9b591",
                "md5": "f4b2cfe636d96ae80a71811296803793",
                "sha256": "64cce2090f931a9f84a8885ea7b70414fe720cc7af9345ec68ac6adb8c6d8484"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "f4b2cfe636d96ae80a71811296803793",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 155528,
            "upload_time": "2025-07-30T09:51:21",
            "upload_time_iso_8601": "2025-07-30T09:51:21.328627Z",
            "url": "https://files.pythonhosted.org/packages/7f/ef/8da40240fe62e569fa03d02e7f26a122399345cc13f59f215439bbb9b591/neo4j_rust_ext-5.28.2.0-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e44264ab03b624a793f6748164f35f975ec781109f3c37a469ca2c4f99a5c785",
                "md5": "94c1ec5e5c26b101db71e3c0d6ddc8ff",
                "sha256": "b73e9ccf3c6f939e03ad1f3aaccbd1306148234440a5d3b2503fb24118ed668a"
            },
            "downloads": -1,
            "filename": "neo4j_rust_ext-5.28.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "94c1ec5e5c26b101db71e3c0d6ddc8ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20446,
            "upload_time": "2025-07-30T09:51:22",
            "upload_time_iso_8601": "2025-07-30T09:51:22.356319Z",
            "url": "https://files.pythonhosted.org/packages/e4/42/64ab03b624a793f6748164f35f975ec781109f3c37a469ca2c4f99a5c785/neo4j_rust_ext-5.28.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 09:51:22",
    "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: 2.12933s