| Name | neo4j-rust-ext JSON |
| Version |
5.28.2.1
JSON |
| download |
| home_page | None |
| Summary | Rust Extensions for a Faster Neo4j Bolt Driver for Python |
| upload_time | 2025-08-15 09:23:32 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.7 |
| license | None |
| 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/9e/54/b734360a6a0eaefa2d95cef4f6b770fecd0c8cbef3ee7359c5530301674e/neo4j_rust_ext-5.28.2.1.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.1",
"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": "6b92cdf9960e009399ac4fc63f69b33f2f35ce5808117e473406ca3f74bb34c7",
"md5": "3d4e79bfc4e37c2c1ffa382ff5038c32",
"sha256": "26fccce081bf75f590aaa670a2d6885513876f551246d361f27fdbd3acf3bd32"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "3d4e79bfc4e37c2c1ffa382ff5038c32",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 698407,
"upload_time": "2025-08-15T09:22:06",
"upload_time_iso_8601": "2025-08-15T09:22:06.875927Z",
"url": "https://files.pythonhosted.org/packages/6b/92/cdf9960e009399ac4fc63f69b33f2f35ce5808117e473406ca3f74bb34c7/neo4j_rust_ext-5.28.2.1-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "071208bf7afe8429edd0a575da342c8927870648fe8e80730ca54f5f14180fe5",
"md5": "023a5e4e3cea42ff1139338e0774513b",
"sha256": "ac22c85ea5cc10e4431f39205173e400d1dd3bfe4d0b70d5f5692a3933689dba"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "023a5e4e3cea42ff1139338e0774513b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 697121,
"upload_time": "2025-08-15T09:22:08",
"upload_time_iso_8601": "2025-08-15T09:22:08.585517Z",
"url": "https://files.pythonhosted.org/packages/07/12/08bf7afe8429edd0a575da342c8927870648fe8e80730ca54f5f14180fe5/neo4j_rust_ext-5.28.2.1-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e70ff0f56a1759630721d28a8c3fcb4cb228db9d3f07deedecec4f3ecf3cecbe",
"md5": "6feaa85e7d3b273d955dd0cd74c05770",
"sha256": "6856e3ba16afc1b6693a4470b40fdc9969eb44276050bbd17c218ff6f563d67b"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6feaa85e7d3b273d955dd0cd74c05770",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 299168,
"upload_time": "2025-08-15T09:22:09",
"upload_time_iso_8601": "2025-08-15T09:22:09.672204Z",
"url": "https://files.pythonhosted.org/packages/e7/0f/f0f56a1759630721d28a8c3fcb4cb228db9d3f07deedecec4f3ecf3cecbe/neo4j_rust_ext-5.28.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fd40e9d083f1bd58822fdd6c467d4a29a73f50ff6fb1fcd49b85d9598efd5782",
"md5": "23c8f93fafb632dfca8ceca316896772",
"sha256": "1315f4e3b8fd500c558d055ab2ac49f8ee90200c9577f815979ffd7b1f486529"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "23c8f93fafb632dfca8ceca316896772",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 309890,
"upload_time": "2025-08-15T09:22:10",
"upload_time_iso_8601": "2025-08-15T09:22:10.943059Z",
"url": "https://files.pythonhosted.org/packages/fd/40/e9d083f1bd58822fdd6c467d4a29a73f50ff6fb1fcd49b85d9598efd5782/neo4j_rust_ext-5.28.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2978b9263e3548df086b9b8c74cc7017883cfa9ff0d845526b922623cef84eb2",
"md5": "3196e3b6e38171fdb68a3cfc7231ff69",
"sha256": "472a59991e3c19fc0640c024b1b1c62b812e5ab9c9194b20769e400193d1ab7e"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3196e3b6e38171fdb68a3cfc7231ff69",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 300964,
"upload_time": "2025-08-15T09:22:11",
"upload_time_iso_8601": "2025-08-15T09:22:11.981221Z",
"url": "https://files.pythonhosted.org/packages/29/78/b9263e3548df086b9b8c74cc7017883cfa9ff0d845526b922623cef84eb2/neo4j_rust_ext-5.28.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b94f26515ab968448a6d76e64ec1b1b1c6a7bcf91ef938eb387e5b90c72f5a3a",
"md5": "93a123e47210ea75474428d517b93ca9",
"sha256": "b6f74a0f32b6214bf4992f555e8ca70ecba6c7a8b4f88d73427cfcf06ce9e94a"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "93a123e47210ea75474428d517b93ca9",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 469323,
"upload_time": "2025-08-15T09:22:13",
"upload_time_iso_8601": "2025-08-15T09:22:13.229976Z",
"url": "https://files.pythonhosted.org/packages/b9/4f/26515ab968448a6d76e64ec1b1b1c6a7bcf91ef938eb387e5b90c72f5a3a/neo4j_rust_ext-5.28.2.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "833cbe90fc9d0f08f60729b8f5f0b5d6c25a817f0a84987c44605d7a8ebaf566",
"md5": "f6f44408b558094f88264d8748972d99",
"sha256": "2f99adc61c4530ab033cf34603abe1b97d82541b691882116993793aa32782b6"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "f6f44408b558094f88264d8748972d99",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 704067,
"upload_time": "2025-08-15T09:22:14",
"upload_time_iso_8601": "2025-08-15T09:22:14.424628Z",
"url": "https://files.pythonhosted.org/packages/83/3c/be90fc9d0f08f60729b8f5f0b5d6c25a817f0a84987c44605d7a8ebaf566/neo4j_rust_ext-5.28.2.1-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab29df0a67824f655297c1ad449b7ddeb1d39aa671d328f6d02a6d7fa3574106",
"md5": "9938cddb31f01a1144884535063b5896",
"sha256": "547a551ee61136eebb199c4891e4519a8f6b1d3e3aad99e03294580e3e2f1309"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "9938cddb31f01a1144884535063b5896",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 658653,
"upload_time": "2025-08-15T09:22:15",
"upload_time_iso_8601": "2025-08-15T09:22:15.573072Z",
"url": "https://files.pythonhosted.org/packages/ab/29/df0a67824f655297c1ad449b7ddeb1d39aa671d328f6d02a6d7fa3574106/neo4j_rust_ext-5.28.2.1-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b22242fc7fa3263b001ce33f2b19f1c35a0507c4c853d0181a125efa4075d581",
"md5": "99fbfe8160f3a0f869e2e274d0aa2007",
"sha256": "1f49c5a2b785eddf7d4f296d881cca223f3fb7f716a2ddab13ad84eba8f79f73"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp310-cp310-win_arm64.whl",
"has_sig": false,
"md5_digest": "99fbfe8160f3a0f869e2e274d0aa2007",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 155649,
"upload_time": "2025-08-15T09:22:16",
"upload_time_iso_8601": "2025-08-15T09:22:16.542235Z",
"url": "https://files.pythonhosted.org/packages/b2/22/42fc7fa3263b001ce33f2b19f1c35a0507c4c853d0181a125efa4075d581/neo4j_rust_ext-5.28.2.1-cp310-cp310-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9202a0b049d44f56ce83102039675ffa330fa1613871cd5d389c2efd1cde286",
"md5": "d0da7e4fccd122d638bb8d5a58644b02",
"sha256": "e5a44159f5d09a9aed1eec4671cc9b97f0e812c1cc607f849f59e6419647f655"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "d0da7e4fccd122d638bb8d5a58644b02",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 698835,
"upload_time": "2025-08-15T09:22:17",
"upload_time_iso_8601": "2025-08-15T09:22:17.777170Z",
"url": "https://files.pythonhosted.org/packages/d9/20/2a0b049d44f56ce83102039675ffa330fa1613871cd5d389c2efd1cde286/neo4j_rust_ext-5.28.2.1-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1d83fb0c044703dcae7a4a62f2ed7df9de95c292bd2a700ae55e1705c8ef6950",
"md5": "b93795e8deb93b92fe151b8703be7815",
"sha256": "fae99eaf111de3486f70d6f242b336de67004eac1fbcceb9c35262ced2f94e99"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b93795e8deb93b92fe151b8703be7815",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 697673,
"upload_time": "2025-08-15T09:22:18",
"upload_time_iso_8601": "2025-08-15T09:22:18.998990Z",
"url": "https://files.pythonhosted.org/packages/1d/83/fb0c044703dcae7a4a62f2ed7df9de95c292bd2a700ae55e1705c8ef6950/neo4j_rust_ext-5.28.2.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d5f807438f06cf995b57b6bff41d3f9c6dc9663135c7755f1c6ed2bdd4e0832b",
"md5": "022772ea61a6fec590ee0822f88af4a6",
"sha256": "b1e0afc2b4f3e88da96c162c9d86790c7c2a6f6c0415e3ec4f681def3d548ed4"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "022772ea61a6fec590ee0822f88af4a6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 299150,
"upload_time": "2025-08-15T09:22:20",
"upload_time_iso_8601": "2025-08-15T09:22:20.173742Z",
"url": "https://files.pythonhosted.org/packages/d5/f8/07438f06cf995b57b6bff41d3f9c6dc9663135c7755f1c6ed2bdd4e0832b/neo4j_rust_ext-5.28.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6a30fc03e34224eb9fe976ed0eaef1b9d94e553d6548c4168396d928b46d3de2",
"md5": "6f98380d101436b00c0dff1057d9ed72",
"sha256": "d1fecafeb228dab3196a8d11ca0d4ca97aa75a4ca6b8bfc488b90d38a8baaa92"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "6f98380d101436b00c0dff1057d9ed72",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 309817,
"upload_time": "2025-08-15T09:22:21",
"upload_time_iso_8601": "2025-08-15T09:22:21.569391Z",
"url": "https://files.pythonhosted.org/packages/6a/30/fc03e34224eb9fe976ed0eaef1b9d94e553d6548c4168396d928b46d3de2/neo4j_rust_ext-5.28.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "69a72079daa41a8d88872d309040d2d8c9cc9324c5929b75c95bcf96253fce1c",
"md5": "cf54ad9d20f6d543baa61c1b4958b29d",
"sha256": "a1513a8d1c022e6aab75de8ced6720cd5584a27b96f5c7181514ad7a04ec4f39"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "cf54ad9d20f6d543baa61c1b4958b29d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 300896,
"upload_time": "2025-08-15T09:22:22",
"upload_time_iso_8601": "2025-08-15T09:22:22.712669Z",
"url": "https://files.pythonhosted.org/packages/69/a7/2079daa41a8d88872d309040d2d8c9cc9324c5929b75c95bcf96253fce1c/neo4j_rust_ext-5.28.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c8c4b3c5ab991d61918f8cbd44ed9f36e509218b602eedd6641dd84496be8b1d",
"md5": "79d27a47c14e1d4a760b91b0486b940e",
"sha256": "e8a2bc6cc5188e2234d94ccba873e72119b4e849c7ce34b241f984204a1904e1"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "79d27a47c14e1d4a760b91b0486b940e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 469342,
"upload_time": "2025-08-15T09:22:23",
"upload_time_iso_8601": "2025-08-15T09:22:23.844194Z",
"url": "https://files.pythonhosted.org/packages/c8/c4/b3c5ab991d61918f8cbd44ed9f36e509218b602eedd6641dd84496be8b1d/neo4j_rust_ext-5.28.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "03543c5b0d06cc12cc5467cafac64de214ba65c7e71d56b594e5aea07fdfe114",
"md5": "ddf2ccd5aaf1d901c2da3a818090c108",
"sha256": "8417b3160ccd8b63b48402bb7f6b914a8ce85ac4a3c9e9250d20f9ac3ceea667"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "ddf2ccd5aaf1d901c2da3a818090c108",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 704719,
"upload_time": "2025-08-15T09:22:25",
"upload_time_iso_8601": "2025-08-15T09:22:25.105566Z",
"url": "https://files.pythonhosted.org/packages/03/54/3c5b0d06cc12cc5467cafac64de214ba65c7e71d56b594e5aea07fdfe114/neo4j_rust_ext-5.28.2.1-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "98723b72c458471ea1e6944202c3dbb765a2615c67360f629c64b7c19f9ea4b1",
"md5": "5d954564f46cedf6e7ed78389b568dc2",
"sha256": "7e18ce7da07fae13967ce5da0dbd0502aaedf083c0aca2c700fcb7f982e3b7a0"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "5d954564f46cedf6e7ed78389b568dc2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 659221,
"upload_time": "2025-08-15T09:22:26",
"upload_time_iso_8601": "2025-08-15T09:22:26.344299Z",
"url": "https://files.pythonhosted.org/packages/98/72/3b72c458471ea1e6944202c3dbb765a2615c67360f629c64b7c19f9ea4b1/neo4j_rust_ext-5.28.2.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e7622507be670071ea8d9bbf76223e0bbdc9f2028d3c0aea36389b6fb45fafff",
"md5": "c70cb88240d7071e80506b837fbd1357",
"sha256": "269ff6a3c741d16d2f3482bdfb7cab5bb4fbd98aee7af9d80133d62898e619ac"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "c70cb88240d7071e80506b837fbd1357",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 155961,
"upload_time": "2025-08-15T09:22:27",
"upload_time_iso_8601": "2025-08-15T09:22:27.399233Z",
"url": "https://files.pythonhosted.org/packages/e7/62/2507be670071ea8d9bbf76223e0bbdc9f2028d3c0aea36389b6fb45fafff/neo4j_rust_ext-5.28.2.1-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9d8be49e01739fda966a24985bea27c431a187d7f61fc3c3420c1912a80013b9",
"md5": "3675f46bb1278e9ca848f6d60925540c",
"sha256": "f187bdd40a63b1c0d97680269591a857ab902747cd005eab054da72b130505da"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "3675f46bb1278e9ca848f6d60925540c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 695522,
"upload_time": "2025-08-15T09:22:28",
"upload_time_iso_8601": "2025-08-15T09:22:28.962903Z",
"url": "https://files.pythonhosted.org/packages/9d/8b/e49e01739fda966a24985bea27c431a187d7f61fc3c3420c1912a80013b9/neo4j_rust_ext-5.28.2.1-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1ffda332211878d4d1d04a889f0d60f5891632f6eedeabe1a07be06a70b3a1e4",
"md5": "37a3aa44943735bc58766773ae5fda64",
"sha256": "7ec9e36eda7acbe454800f09de5cef5aa8d7c7a2a291f308ff1df4b93d7e98e5"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "37a3aa44943735bc58766773ae5fda64",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 693779,
"upload_time": "2025-08-15T09:22:30",
"upload_time_iso_8601": "2025-08-15T09:22:30.191307Z",
"url": "https://files.pythonhosted.org/packages/1f/fd/a332211878d4d1d04a889f0d60f5891632f6eedeabe1a07be06a70b3a1e4/neo4j_rust_ext-5.28.2.1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4891d7f90c4928b56c3e144c3613e1988989efa57fa469e37d2a06beb740edf",
"md5": "982f633fdafa722991e4ee6f8189ef75",
"sha256": "36dfc60b2f4f389c487238840c3c51be9afe74aa9e6aff5ec359ca4ff4f09370"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "982f633fdafa722991e4ee6f8189ef75",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 298244,
"upload_time": "2025-08-15T09:22:31",
"upload_time_iso_8601": "2025-08-15T09:22:31.538284Z",
"url": "https://files.pythonhosted.org/packages/c4/89/1d7f90c4928b56c3e144c3613e1988989efa57fa469e37d2a06beb740edf/neo4j_rust_ext-5.28.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9178b53197b5801d387c864bac4b98a561100d44a3834d668e8592e8f70e2cd",
"md5": "4c319469c8f3b17d0ab96f6c65c650e9",
"sha256": "b2a5a76d88ee001a854749cde2e06469bf693b443a1174f6a30ba24da66748d7"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "4c319469c8f3b17d0ab96f6c65c650e9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 309248,
"upload_time": "2025-08-15T09:22:33",
"upload_time_iso_8601": "2025-08-15T09:22:33.008928Z",
"url": "https://files.pythonhosted.org/packages/d9/17/8b53197b5801d387c864bac4b98a561100d44a3834d668e8592e8f70e2cd/neo4j_rust_ext-5.28.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b44cbb030fa6c4e5c9172f0de7d421af1c74bd7816a8172f9df78c6822107765",
"md5": "66d553e60aaa8d8e617106b00e295b6f",
"sha256": "3acbb1a7b42206e8c0ecd0053bdc0019012292696f6c76c278a4aa79e3b7148a"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "66d553e60aaa8d8e617106b00e295b6f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 300401,
"upload_time": "2025-08-15T09:22:34",
"upload_time_iso_8601": "2025-08-15T09:22:34.176807Z",
"url": "https://files.pythonhosted.org/packages/b4/4c/bb030fa6c4e5c9172f0de7d421af1c74bd7816a8172f9df78c6822107765/neo4j_rust_ext-5.28.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6619936aaa18ebb9592b9d4f65d116456ecf075952613639bcfe6c05e66a1c33",
"md5": "74aa725127b249224607215c122dd300",
"sha256": "586b2d6fddd17513a4f6a616f434bb4d7644b05bee714cef24384960e37a33cd"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "74aa725127b249224607215c122dd300",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 468911,
"upload_time": "2025-08-15T09:22:35",
"upload_time_iso_8601": "2025-08-15T09:22:35.735956Z",
"url": "https://files.pythonhosted.org/packages/66/19/936aaa18ebb9592b9d4f65d116456ecf075952613639bcfe6c05e66a1c33/neo4j_rust_ext-5.28.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d5a068fbdd02b7eb1f61a6db6c7b20cf602ed1b13d634e6c790f281d94812680",
"md5": "e75f73831589e6f99634acfad0ebf1af",
"sha256": "97e6a6e6ff599c64cf0b0135755eb4968de3618de2ace79784cd81935d41ec53"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "e75f73831589e6f99634acfad0ebf1af",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 703316,
"upload_time": "2025-08-15T09:22:37",
"upload_time_iso_8601": "2025-08-15T09:22:37.050847Z",
"url": "https://files.pythonhosted.org/packages/d5/a0/68fbdd02b7eb1f61a6db6c7b20cf602ed1b13d634e6c790f281d94812680/neo4j_rust_ext-5.28.2.1-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91c306516577486b376d4f4dc3b08414e3d1c6cbe77dbb10849f19066e04a84c",
"md5": "88ef34d4600fc5de825828add2ab2038",
"sha256": "29399f3ae0aef524de7a84dfa4bd6bd2e5444b3b0b0e4478d11f246404ddffde"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "88ef34d4600fc5de825828add2ab2038",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 655766,
"upload_time": "2025-08-15T09:22:38",
"upload_time_iso_8601": "2025-08-15T09:22:38.202387Z",
"url": "https://files.pythonhosted.org/packages/91/c3/06516577486b376d4f4dc3b08414e3d1c6cbe77dbb10849f19066e04a84c/neo4j_rust_ext-5.28.2.1-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eded3b901348c7bfb5745cf0de797d4c1c2f44cd84b3d16a74737113b0aed1c3",
"md5": "ccc9b52509ebe651a09507f4209bbf5b",
"sha256": "6563a4878a3c2dfda2fbee3e9e24a2980ce565449648aec33339f3a206b41168"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "ccc9b52509ebe651a09507f4209bbf5b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 154551,
"upload_time": "2025-08-15T09:22:39",
"upload_time_iso_8601": "2025-08-15T09:22:39.541009Z",
"url": "https://files.pythonhosted.org/packages/ed/ed/3b901348c7bfb5745cf0de797d4c1c2f44cd84b3d16a74737113b0aed1c3/neo4j_rust_ext-5.28.2.1-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e089ab70e5e7a9905efac100f49184b8821d8535f007e77054d29086c5ca8906",
"md5": "5eaee3b93ecf19ed701b34ac5854c30f",
"sha256": "cabaff0b19fc23f93e8f3c9827573f2d732f4ca4162bc62065cde192ee469b81"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "5eaee3b93ecf19ed701b34ac5854c30f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 694567,
"upload_time": "2025-08-15T09:22:41",
"upload_time_iso_8601": "2025-08-15T09:22:41.117021Z",
"url": "https://files.pythonhosted.org/packages/e0/89/ab70e5e7a9905efac100f49184b8821d8535f007e77054d29086c5ca8906/neo4j_rust_ext-5.28.2.1-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "86eefa0bc12aecb41e5f989a0e5688eed147846792e4b3791be507e7dbbd9698",
"md5": "7c276c14934def6b2c256da03904fbb6",
"sha256": "3529f697e417ef8562082db456cf95772869f92bfa180bb7cecd82d856f20c7f"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7c276c14934def6b2c256da03904fbb6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 692749,
"upload_time": "2025-08-15T09:22:43",
"upload_time_iso_8601": "2025-08-15T09:22:43.234892Z",
"url": "https://files.pythonhosted.org/packages/86/ee/fa0bc12aecb41e5f989a0e5688eed147846792e4b3791be507e7dbbd9698/neo4j_rust_ext-5.28.2.1-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a075e99323898484bbdf5bb61aa94c4fdd655ef7fe35d0ac3911e4d40c19dc1c",
"md5": "a7ee6f5eb63fecbbd6f3431f61078b20",
"sha256": "e93368f0b877e92c736ebf59c9306fa8534499544184b9cb9840a668377ea4d6"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a7ee6f5eb63fecbbd6f3431f61078b20",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 298720,
"upload_time": "2025-08-15T09:22:44",
"upload_time_iso_8601": "2025-08-15T09:22:44.444468Z",
"url": "https://files.pythonhosted.org/packages/a0/75/e99323898484bbdf5bb61aa94c4fdd655ef7fe35d0ac3911e4d40c19dc1c/neo4j_rust_ext-5.28.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f41a8ea66bb9fc721162ae563eac38d4d703285f80413ef2ad8c1accd0ca01ae",
"md5": "27f2ac570da9911563648b6d353cbce2",
"sha256": "d28103acc7e4e77a5d66091285e5618cef30814a643b1bef234c397bd39d9a80"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "27f2ac570da9911563648b6d353cbce2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 308885,
"upload_time": "2025-08-15T09:22:46",
"upload_time_iso_8601": "2025-08-15T09:22:46.185197Z",
"url": "https://files.pythonhosted.org/packages/f4/1a/8ea66bb9fc721162ae563eac38d4d703285f80413ef2ad8c1accd0ca01ae/neo4j_rust_ext-5.28.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "50b0f35b84240cc337f80adc91020c8b9f2c8ab47edcd7f5cadf760bfe4b1d3c",
"md5": "d88188f65a22c16a8a35ef6f9089257a",
"sha256": "93a2b845e5b634c09e385ba6ff808e3fb150cb497373c7ea2d14ee79cd21a549"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d88188f65a22c16a8a35ef6f9089257a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 300633,
"upload_time": "2025-08-15T09:22:47",
"upload_time_iso_8601": "2025-08-15T09:22:47.403620Z",
"url": "https://files.pythonhosted.org/packages/50/b0/f35b84240cc337f80adc91020c8b9f2c8ab47edcd7f5cadf760bfe4b1d3c/neo4j_rust_ext-5.28.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d7d9e15941398e3f60c4b8b39c5b97400c743c18a22a92ffa7f756bc37c3b36e",
"md5": "bf460acc4e1c58cec6ed7e41c99036f2",
"sha256": "26fb73b599aaee12fc7130ad88abc1f37b309f7d8b082977ea3ed311d6ba0f3f"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "bf460acc4e1c58cec6ed7e41c99036f2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 468643,
"upload_time": "2025-08-15T09:22:48",
"upload_time_iso_8601": "2025-08-15T09:22:48.990315Z",
"url": "https://files.pythonhosted.org/packages/d7/d9/e15941398e3f60c4b8b39c5b97400c743c18a22a92ffa7f756bc37c3b36e/neo4j_rust_ext-5.28.2.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6a1c5fe55544ba3a5d14fac72029840ca668d08533d03bb540c0bbecb94b51ae",
"md5": "cfae802d8de9ae6db2c100ad7aa53c00",
"sha256": "fc0787332c14e1f8cc9464e112dc3455053c73b4f7a865c2e4fc52e5af7e8cc7"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "cfae802d8de9ae6db2c100ad7aa53c00",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 701874,
"upload_time": "2025-08-15T09:22:50",
"upload_time_iso_8601": "2025-08-15T09:22:50.148568Z",
"url": "https://files.pythonhosted.org/packages/6a/1c/5fe55544ba3a5d14fac72029840ca668d08533d03bb540c0bbecb94b51ae/neo4j_rust_ext-5.28.2.1-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "58417d722ba9aea765cce75b1ccde1441b54abfc602de484a791c3ed92795f6f",
"md5": "af6399f769e69da63b6e11ea63c1dcaa",
"sha256": "8cd3c5f22c69eb90ee475f22eab6f7973b93cfbb929c15fc06de598b7aff3438"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "af6399f769e69da63b6e11ea63c1dcaa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 654361,
"upload_time": "2025-08-15T09:22:51",
"upload_time_iso_8601": "2025-08-15T09:22:51.657898Z",
"url": "https://files.pythonhosted.org/packages/58/41/7d722ba9aea765cce75b1ccde1441b54abfc602de484a791c3ed92795f6f/neo4j_rust_ext-5.28.2.1-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6562b253df7769ec739b4a2e2bcc63fddf9b422d132d1dd2c280026dd914f4c9",
"md5": "1c8bf1bbab89fa3c116c0bc84f19499b",
"sha256": "ed66fcc373f8ed8a43a3052f73b50aa7bef50db4c232baeeac12f3a826e95440"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp313-cp313-win_arm64.whl",
"has_sig": false,
"md5_digest": "1c8bf1bbab89fa3c116c0bc84f19499b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 154341,
"upload_time": "2025-08-15T09:22:52",
"upload_time_iso_8601": "2025-08-15T09:22:52.808396Z",
"url": "https://files.pythonhosted.org/packages/65/62/b253df7769ec739b4a2e2bcc63fddf9b422d132d1dd2c280026dd914f4c9/neo4j_rust_ext-5.28.2.1-cp313-cp313-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0dc4fc401b4cd1366e9b7b476b101cc20b475c623521801e7d09af89a740aab1",
"md5": "b46f21e59bc92c0b50e9bccaacb270bc",
"sha256": "15e15c65080630b7d10e7446325225becfdc049a84a4f3571f030819560dc698"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "b46f21e59bc92c0b50e9bccaacb270bc",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 698983,
"upload_time": "2025-08-15T09:22:54",
"upload_time_iso_8601": "2025-08-15T09:22:54.079286Z",
"url": "https://files.pythonhosted.org/packages/0d/c4/fc401b4cd1366e9b7b476b101cc20b475c623521801e7d09af89a740aab1/neo4j_rust_ext-5.28.2.1-cp37-cp37m-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "93856aa15621b98ec0854627d252b8e674061af4bc10ba26f87337bc1d66a9bc",
"md5": "acb16c5aa693ff0050c990b534531856",
"sha256": "7757712691999e584181a441a391d1a1c85b5ef7fce7b9ec83bc606b1d6602a1"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "acb16c5aa693ff0050c990b534531856",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 697435,
"upload_time": "2025-08-15T09:22:55",
"upload_time_iso_8601": "2025-08-15T09:22:55.393078Z",
"url": "https://files.pythonhosted.org/packages/93/85/6aa15621b98ec0854627d252b8e674061af4bc10ba26f87337bc1d66a9bc/neo4j_rust_ext-5.28.2.1-cp37-cp37m-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d2cc7f8638255adb81cb5a7abc52152bebf68ad2fff273de868f19ba2ba738b6",
"md5": "5f1c5a86de9e1bf1b6def891727a3c39",
"sha256": "56a63f6db5af033e34bd46743a09290e0c66eeef15ccc576dd7551731cfdf1d8"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "5f1c5a86de9e1bf1b6def891727a3c39",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 300082,
"upload_time": "2025-08-15T09:22:56",
"upload_time_iso_8601": "2025-08-15T09:22:56.650324Z",
"url": "https://files.pythonhosted.org/packages/d2/cc/7f8638255adb81cb5a7abc52152bebf68ad2fff273de868f19ba2ba738b6/neo4j_rust_ext-5.28.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "608bc2051463e1425334ec67b69faed83e35b0d19212c42c7f2b540400d297a7",
"md5": "791d9c9d7aa6a585dc71e2fff5ad158a",
"sha256": "66a187725d88f1037a60655cfb822ea76418561ee8506d45725cc4e3174ae95c"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "791d9c9d7aa6a585dc71e2fff5ad158a",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 310120,
"upload_time": "2025-08-15T09:22:58",
"upload_time_iso_8601": "2025-08-15T09:22:58.109356Z",
"url": "https://files.pythonhosted.org/packages/60/8b/c2051463e1425334ec67b69faed83e35b0d19212c42c7f2b540400d297a7/neo4j_rust_ext-5.28.2.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "20a9fd067161f34f80d2d1ee1f4c7d14ca075592b8f7710a025dd599b1cbe34c",
"md5": "e8bec4555961674ab56677650e5a3d96",
"sha256": "0b076d7fc459d448d51c43be67b85801ac6255c987dd32b3cfbace65c4bc5244"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e8bec4555961674ab56677650e5a3d96",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 301836,
"upload_time": "2025-08-15T09:22:59",
"upload_time_iso_8601": "2025-08-15T09:22:59.260639Z",
"url": "https://files.pythonhosted.org/packages/20/a9/fd067161f34f80d2d1ee1f4c7d14ca075592b8f7710a025dd599b1cbe34c/neo4j_rust_ext-5.28.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f52f2b67f99b5b461a26e5e267e75c7fc14c761de8014a1acad2f4bc3e2f8e9",
"md5": "a9802dd5bf8a7efb37093116377111da",
"sha256": "ea09474bbbe91770875a71a6d1a6527f760c745af821fe41dd575c034caae519"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "a9802dd5bf8a7efb37093116377111da",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 470612,
"upload_time": "2025-08-15T09:23:00",
"upload_time_iso_8601": "2025-08-15T09:23:00.429094Z",
"url": "https://files.pythonhosted.org/packages/5f/52/f2b67f99b5b461a26e5e267e75c7fc14c761de8014a1acad2f4bc3e2f8e9/neo4j_rust_ext-5.28.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "531854fdab04c91a35232236e9aa176830b9bffdc889ebbed29b42ac2926ace3",
"md5": "7ada66720deafd1bee303f73d10f2ead",
"sha256": "f4e81f480356ebcfa4b6a6431b5ff074d5cf69f5bbd57f2b7c54e7fc25215a7a"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-win32.whl",
"has_sig": false,
"md5_digest": "7ada66720deafd1bee303f73d10f2ead",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 707700,
"upload_time": "2025-08-15T09:23:02",
"upload_time_iso_8601": "2025-08-15T09:23:02.066458Z",
"url": "https://files.pythonhosted.org/packages/53/18/54fdab04c91a35232236e9aa176830b9bffdc889ebbed29b42ac2926ace3/neo4j_rust_ext-5.28.2.1-cp37-cp37m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73adc1ff124359364495a498818fe8124581f2a6d98c598db3814837f6bc803a",
"md5": "37cca70a2c2eb3f99115e644e57e1853",
"sha256": "2b82c3166ac1d6cfce612bc76cea93a3eef0e3007ea7ccb5e317cac5b6479d1c"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-win_amd64.whl",
"has_sig": false,
"md5_digest": "37cca70a2c2eb3f99115e644e57e1853",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 658821,
"upload_time": "2025-08-15T09:23:03",
"upload_time_iso_8601": "2025-08-15T09:23:03.413529Z",
"url": "https://files.pythonhosted.org/packages/73/ad/c1ff124359364495a498818fe8124581f2a6d98c598db3814837f6bc803a/neo4j_rust_ext-5.28.2.1-cp37-cp37m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "076e674fcaa785a13d6f2fb7bc0edbabbe5731d5e6af275df1adbee34df17678",
"md5": "cad88263a84cb51f6051b8f878dc3227",
"sha256": "4dcadb4660d2a7c712c412e44550ee6f41d80ee7ce412ec3e847b5845ec33c6e"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp37-cp37m-win_arm64.whl",
"has_sig": false,
"md5_digest": "cad88263a84cb51f6051b8f878dc3227",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 155748,
"upload_time": "2025-08-15T09:23:04",
"upload_time_iso_8601": "2025-08-15T09:23:04.490036Z",
"url": "https://files.pythonhosted.org/packages/07/6e/674fcaa785a13d6f2fb7bc0edbabbe5731d5e6af275df1adbee34df17678/neo4j_rust_ext-5.28.2.1-cp37-cp37m-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9e420c45c1f3453cfdea8f2020d168d9f3974391d48bc261ccb249da08538b54",
"md5": "f7f61662a9fd95adf8ac68e9de663af5",
"sha256": "b1377a38e2284fadb0b5281881a7b15a7b163f80bc55bb784069a045489c430e"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "f7f61662a9fd95adf8ac68e9de663af5",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 698381,
"upload_time": "2025-08-15T09:23:05",
"upload_time_iso_8601": "2025-08-15T09:23:05.799767Z",
"url": "https://files.pythonhosted.org/packages/9e/42/0c45c1f3453cfdea8f2020d168d9f3974391d48bc261ccb249da08538b54/neo4j_rust_ext-5.28.2.1-cp38-cp38-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9ee9e8366ef649b3ed7fcfa9ba6c4cce46cbaa66337018115b20802431b34e69",
"md5": "fa35286b41e91cd2a2e2eabbdbbe4905",
"sha256": "19e9c708d36317d51df2ca61ec6b4c0468ecdaec8981ad4b821c601672670a13"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "fa35286b41e91cd2a2e2eabbdbbe4905",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 696748,
"upload_time": "2025-08-15T09:23:07",
"upload_time_iso_8601": "2025-08-15T09:23:07.079914Z",
"url": "https://files.pythonhosted.org/packages/9e/e9/e8366ef649b3ed7fcfa9ba6c4cce46cbaa66337018115b20802431b34e69/neo4j_rust_ext-5.28.2.1-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c2ec8bf2d33e18e141bd057c9d3aeac8b41cfb1781772d79d096f25975e08cb9",
"md5": "59d715a57e055accbc81bdc9166c3329",
"sha256": "8cbacc309f0044b9dfe3d071339bdad3303fd56f5b29ad47e78d64623144179b"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "59d715a57e055accbc81bdc9166c3329",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 299934,
"upload_time": "2025-08-15T09:23:08",
"upload_time_iso_8601": "2025-08-15T09:23:08.344553Z",
"url": "https://files.pythonhosted.org/packages/c2/ec/8bf2d33e18e141bd057c9d3aeac8b41cfb1781772d79d096f25975e08cb9/neo4j_rust_ext-5.28.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "35e768b3b69ebb08ed072f244136d76155241a738f3aa531e5b6be4975b77212",
"md5": "5c143f46cc838a25f838a6c0ba79e06a",
"sha256": "4ff04a021402c6656711ddceb3d499d49a8a9b6cd4e3e4e75a81842dcd42595d"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5c143f46cc838a25f838a6c0ba79e06a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 309856,
"upload_time": "2025-08-15T09:23:09",
"upload_time_iso_8601": "2025-08-15T09:23:09.930052Z",
"url": "https://files.pythonhosted.org/packages/35/e7/68b3b69ebb08ed072f244136d76155241a738f3aa531e5b6be4975b77212/neo4j_rust_ext-5.28.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6cd971f6eebbfd140ef721741e85ec9af7adc28400586166f2faa91c3289b222",
"md5": "49426de2e77d67ef1a8b7e7f353e0ba5",
"sha256": "298db240d08b6f11078f9fee55868be69b353f29ca6d65159b085756438db8bc"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "49426de2e77d67ef1a8b7e7f353e0ba5",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 301971,
"upload_time": "2025-08-15T09:23:11",
"upload_time_iso_8601": "2025-08-15T09:23:11.540713Z",
"url": "https://files.pythonhosted.org/packages/6c/d9/71f6eebbfd140ef721741e85ec9af7adc28400586166f2faa91c3289b222/neo4j_rust_ext-5.28.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4e6fa0ec51d75969142ace64475fb6bc262fc71a5d9cc67a26f656dec6ef85e7",
"md5": "fb53a65a47bfc60105f5e83b94af9434",
"sha256": "e74d9540d59c9dd7f04a104c27e28825fefad5be753ba0394b8e83b350c21827"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "fb53a65a47bfc60105f5e83b94af9434",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 470076,
"upload_time": "2025-08-15T09:23:12",
"upload_time_iso_8601": "2025-08-15T09:23:12.791705Z",
"url": "https://files.pythonhosted.org/packages/4e/6f/a0ec51d75969142ace64475fb6bc262fc71a5d9cc67a26f656dec6ef85e7/neo4j_rust_ext-5.28.2.1-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2defdf35ce76eb10687bc6e46f73c728c3ad160fd7a334b236c2a7e439d101e1",
"md5": "9e3ac9302b3c113c135d2fba93c9e865",
"sha256": "6c8f2fa57853c095d12872ab934bb1a1da15dc8a9176f0a5eb3833a7039a9e0b"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "9e3ac9302b3c113c135d2fba93c9e865",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 707060,
"upload_time": "2025-08-15T09:23:14",
"upload_time_iso_8601": "2025-08-15T09:23:14.239080Z",
"url": "https://files.pythonhosted.org/packages/2d/ef/df35ce76eb10687bc6e46f73c728c3ad160fd7a334b236c2a7e439d101e1/neo4j_rust_ext-5.28.2.1-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8c1412f3bb67a4f50c6c3ac032f20127b80f15f30739bdf9d2f36e6746077e0a",
"md5": "daf7fc8f41e39e92ce36983709db553d",
"sha256": "28048a81f67631740cebdf8bfd5164589db4f72d7cbc8e1954dfa8fe32086487"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "daf7fc8f41e39e92ce36983709db553d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 657667,
"upload_time": "2025-08-15T09:23:15",
"upload_time_iso_8601": "2025-08-15T09:23:15.776196Z",
"url": "https://files.pythonhosted.org/packages/8c/14/12f3bb67a4f50c6c3ac032f20127b80f15f30739bdf9d2f36e6746077e0a/neo4j_rust_ext-5.28.2.1-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b6a8e7ea4458bf0ec2c936946868be29b230c3550c9c1565eb53788bc4f5e077",
"md5": "056fd2d2d608110ad94730d8313aedb6",
"sha256": "1d0b6c76a7bc66d1fbcea46ce605dd2989f2bf4d9d3269311bcb3a086161835e"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp38-cp38-win_arm64.whl",
"has_sig": false,
"md5_digest": "056fd2d2d608110ad94730d8313aedb6",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 155923,
"upload_time": "2025-08-15T09:23:19",
"upload_time_iso_8601": "2025-08-15T09:23:19.807515Z",
"url": "https://files.pythonhosted.org/packages/b6/a8/e7ea4458bf0ec2c936946868be29b230c3550c9c1565eb53788bc4f5e077/neo4j_rust_ext-5.28.2.1-cp38-cp38-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "001c721908ecc3225a214d91add9bc807619ec59eb895cc0495f10ebf1579fa4",
"md5": "febc418a28177594cded6cdd30517809",
"sha256": "dea369a8ea4e082295f5e1d2f8427d0bc0d9c52bcae4b835ae9891a3c2bd6c61"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "febc418a28177594cded6cdd30517809",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 699525,
"upload_time": "2025-08-15T09:23:21",
"upload_time_iso_8601": "2025-08-15T09:23:21.063371Z",
"url": "https://files.pythonhosted.org/packages/00/1c/721908ecc3225a214d91add9bc807619ec59eb895cc0495f10ebf1579fa4/neo4j_rust_ext-5.28.2.1-cp39-cp39-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9670bf1334a097f428a53c1c8b303c4e4bb4c95735fae273a551de606b7c4d86",
"md5": "ca6f80f5750cb0b7b1802ec0d1d7666b",
"sha256": "2fef4a2f1229deac007f8d52b76a1dc9c97739f5acd1f2e43cf6a21043119148"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "ca6f80f5750cb0b7b1802ec0d1d7666b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 697389,
"upload_time": "2025-08-15T09:23:22",
"upload_time_iso_8601": "2025-08-15T09:23:22.328285Z",
"url": "https://files.pythonhosted.org/packages/96/70/bf1334a097f428a53c1c8b303c4e4bb4c95735fae273a551de606b7c4d86/neo4j_rust_ext-5.28.2.1-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3e62aa24a726114b2e78c4e783acaf577d28f70e4c6ce7c2c9a8dafb5124a28a",
"md5": "c4e0970861219e7ff690bdcd4de98fbe",
"sha256": "e3d21a4f08247bf97b97222888a4381039327b3f594b715fbab4247c9ddbd7b7"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c4e0970861219e7ff690bdcd4de98fbe",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 300187,
"upload_time": "2025-08-15T09:23:23",
"upload_time_iso_8601": "2025-08-15T09:23:23.592832Z",
"url": "https://files.pythonhosted.org/packages/3e/62/aa24a726114b2e78c4e783acaf577d28f70e4c6ce7c2c9a8dafb5124a28a/neo4j_rust_ext-5.28.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "186b0716fea9a4301a69415975dc86140add1a5f8cd5fc07693cebe7620dbf59",
"md5": "be99558cfe70884cd168084ab1e389fa",
"sha256": "7ddc18ec4d2e855d8e518bfcd49559f00a9b0324eb4d840a23881820e3b26aa1"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "be99558cfe70884cd168084ab1e389fa",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 309953,
"upload_time": "2025-08-15T09:23:24",
"upload_time_iso_8601": "2025-08-15T09:23:24.701256Z",
"url": "https://files.pythonhosted.org/packages/18/6b/0716fea9a4301a69415975dc86140add1a5f8cd5fc07693cebe7620dbf59/neo4j_rust_ext-5.28.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5151c3a365472a6def8fa070e2b687bdbdb433338b84df9115ac9712c86123de",
"md5": "d820278f81da826679b59d7fef90f0ae",
"sha256": "cbd86e4cdc250579f64ae55711443577609b0b566c6fb97a00eeec70885d79b0"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d820278f81da826679b59d7fef90f0ae",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 301840,
"upload_time": "2025-08-15T09:23:25",
"upload_time_iso_8601": "2025-08-15T09:23:25.941352Z",
"url": "https://files.pythonhosted.org/packages/51/51/c3a365472a6def8fa070e2b687bdbdb433338b84df9115ac9712c86123de/neo4j_rust_ext-5.28.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "534f8b9e748d05a9d9aaed9b8af6165b575971f6f7bb6db7b7666d9632d6ff56",
"md5": "1f764d4de975ad3fbd7d695e65596df9",
"sha256": "e0ff8e73a6eb86ec4ce14e557f741d97103f466e3c2583b33e4ef7dfeb412925"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "1f764d4de975ad3fbd7d695e65596df9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 470231,
"upload_time": "2025-08-15T09:23:27",
"upload_time_iso_8601": "2025-08-15T09:23:27.155298Z",
"url": "https://files.pythonhosted.org/packages/53/4f/8b9e748d05a9d9aaed9b8af6165b575971f6f7bb6db7b7666d9632d6ff56/neo4j_rust_ext-5.28.2.1-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e39737e0ee1e88d45fbad2421320e0c66271c655ef2f30ccf5adeefbd3353c34",
"md5": "0bc48460609f92f507c59632fb8dca3a",
"sha256": "6a00d47d8aabd39f57617f10c00d5b73a223d4b2ffbfc57b9af082a7429ea8c7"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "0bc48460609f92f507c59632fb8dca3a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 706171,
"upload_time": "2025-08-15T09:23:28",
"upload_time_iso_8601": "2025-08-15T09:23:28.725300Z",
"url": "https://files.pythonhosted.org/packages/e3/97/37e0ee1e88d45fbad2421320e0c66271c655ef2f30ccf5adeefbd3353c34/neo4j_rust_ext-5.28.2.1-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "43d202ec3647455be0d3c1217b03543656325beb4b2a90edd7e8f07a84b0c1b0",
"md5": "6cc89fbc52827d9f1025819e6ca64d7f",
"sha256": "26ed6e2e901214474ad67312cf7444186f8b5c27fd97f73634374bc529aff628"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "6cc89fbc52827d9f1025819e6ca64d7f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 658708,
"upload_time": "2025-08-15T09:23:29",
"upload_time_iso_8601": "2025-08-15T09:23:29.969392Z",
"url": "https://files.pythonhosted.org/packages/43/d2/02ec3647455be0d3c1217b03543656325beb4b2a90edd7e8f07a84b0c1b0/neo4j_rust_ext-5.28.2.1-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a54bf298761d971964edcc616f95ff3361f078bf084957649c8a5721fae7c060",
"md5": "63019f6a72ee15ba9a993620e6a58710",
"sha256": "06cd8e190c9272230496b4c5fb7b3c42e2f32f1fe7653614c1847947d88e9b1b"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1-cp39-cp39-win_arm64.whl",
"has_sig": false,
"md5_digest": "63019f6a72ee15ba9a993620e6a58710",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 155807,
"upload_time": "2025-08-15T09:23:31",
"upload_time_iso_8601": "2025-08-15T09:23:31.465028Z",
"url": "https://files.pythonhosted.org/packages/a5/4b/f298761d971964edcc616f95ff3361f078bf084957649c8a5721fae7c060/neo4j_rust_ext-5.28.2.1-cp39-cp39-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9e54b734360a6a0eaefa2d95cef4f6b770fecd0c8cbef3ee7359c5530301674e",
"md5": "09c76fe056d305fbfc23473b36557ed4",
"sha256": "f4b7dfa47443b50c0a8ea21abc26b1877ebc6a584a23e2b9f06ce2672bb1df1f"
},
"downloads": -1,
"filename": "neo4j_rust_ext-5.28.2.1.tar.gz",
"has_sig": false,
"md5_digest": "09c76fe056d305fbfc23473b36557ed4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 20538,
"upload_time": "2025-08-15T09:23:32",
"upload_time_iso_8601": "2025-08-15T09:23:32.525856Z",
"url": "https://files.pythonhosted.org/packages/9e/54/b734360a6a0eaefa2d95cef4f6b770fecd0c8cbef3ee7359c5530301674e/neo4j_rust_ext-5.28.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-15 09:23:32",
"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"
}