Skip to main content

Rust Extensions for a Faster Neo4j Bolt Driver for Python

Project description

Rust Extensions for a Faster Neo4j Bolt Driver for Python

This project contains Rust extensions to speed up the official Python driver for Neo4j.

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.

[!NOTE] For pre-release versions of the driver (alpha, beta, etc.), the version scheme is slightly different:
neo4j == X.Y.ZaA (for alpha - a is not a variable number but a literal) needs to be replaced with neo4j-rust-ext == X.Y.Z.NaA where N needs to be explicitly specified and cannot be *. This is a limitation of allowed version identifiers in the Python packaging ecosystem.

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:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neo4j_rust_ext-6.2.0.0.tar.gz (23.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

neo4j_rust_ext-6.2.0.0-cp314-cp314-win_arm64.whl (164.4 kB view details)

Uploaded CPython 3.14Windows ARM64

neo4j_rust_ext-6.2.0.0-cp314-cp314-win_amd64.whl (702.6 kB view details)

Uploaded CPython 3.14Windows x86-64

neo4j_rust_ext-6.2.0.0-cp314-cp314-win32.whl (765.0 kB view details)

Uploaded CPython 3.14Windows x86

neo4j_rust_ext-6.2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (488.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (304.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (310.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (307.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.2.0.0-cp314-cp314-macosx_11_0_arm64.whl (751.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

neo4j_rust_ext-6.2.0.0-cp314-cp314-macosx_10_12_x86_64.whl (760.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

neo4j_rust_ext-6.2.0.0-cp313-cp313-win_arm64.whl (164.4 kB view details)

Uploaded CPython 3.13Windows ARM64

neo4j_rust_ext-6.2.0.0-cp313-cp313-win_amd64.whl (701.6 kB view details)

Uploaded CPython 3.13Windows x86-64

neo4j_rust_ext-6.2.0.0-cp313-cp313-win32.whl (763.5 kB view details)

Uploaded CPython 3.13Windows x86

neo4j_rust_ext-6.2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (488.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (304.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (310.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (307.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.2.0.0-cp313-cp313-macosx_11_0_arm64.whl (751.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

neo4j_rust_ext-6.2.0.0-cp313-cp313-macosx_10_12_x86_64.whl (759.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

neo4j_rust_ext-6.2.0.0-cp312-cp312-win_arm64.whl (164.0 kB view details)

Uploaded CPython 3.12Windows ARM64

neo4j_rust_ext-6.2.0.0-cp312-cp312-win_amd64.whl (702.6 kB view details)

Uploaded CPython 3.12Windows x86-64

neo4j_rust_ext-6.2.0.0-cp312-cp312-win32.whl (764.3 kB view details)

Uploaded CPython 3.12Windows x86

neo4j_rust_ext-6.2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (487.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (305.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (310.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (307.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.2.0.0-cp312-cp312-macosx_11_0_arm64.whl (752.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

neo4j_rust_ext-6.2.0.0-cp312-cp312-macosx_10_12_x86_64.whl (761.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

neo4j_rust_ext-6.2.0.0-cp311-cp311-win_arm64.whl (166.2 kB view details)

Uploaded CPython 3.11Windows ARM64

neo4j_rust_ext-6.2.0.0-cp311-cp311-win_amd64.whl (708.1 kB view details)

Uploaded CPython 3.11Windows x86-64

neo4j_rust_ext-6.2.0.0-cp311-cp311-win32.whl (770.1 kB view details)

Uploaded CPython 3.11Windows x86

neo4j_rust_ext-6.2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (491.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (306.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (313.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.2.0.0-cp311-cp311-macosx_11_0_arm64.whl (753.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

neo4j_rust_ext-6.2.0.0-cp311-cp311-macosx_10_12_x86_64.whl (763.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

neo4j_rust_ext-6.2.0.0-cp310-cp310-win_arm64.whl (166.4 kB view details)

Uploaded CPython 3.10Windows ARM64

neo4j_rust_ext-6.2.0.0-cp310-cp310-win_amd64.whl (708.4 kB view details)

Uploaded CPython 3.10Windows x86-64

neo4j_rust_ext-6.2.0.0-cp310-cp310-win32.whl (767.8 kB view details)

Uploaded CPython 3.10Windows x86

neo4j_rust_ext-6.2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (492.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (306.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (312.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.2.0.0-cp310-cp310-macosx_11_0_arm64.whl (754.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

neo4j_rust_ext-6.2.0.0-cp310-cp310-macosx_10_12_x86_64.whl (764.0 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file neo4j_rust_ext-6.2.0.0.tar.gz.

File metadata

  • Download URL: neo4j_rust_ext-6.2.0.0.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for neo4j_rust_ext-6.2.0.0.tar.gz
Algorithm Hash digest
SHA256 f30e27741729924a1466c9d91890174524851d0eb07616cd7ebe297af6ed786a
MD5 cb0910d4627168c5f960e76c947aecee
BLAKE2b-256 0901778451b5a839f51c6173549a0e26a49d2c61c83769046ebca27506b15d05

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 eda9e62323b84ddc4e7f960f97466ae4631a7ab0fbece004f01c9b1721da0290
MD5 3b29ee80d41419cdda2401e2ffc24e94
BLAKE2b-256 a0896d2ab7bc4cd2b85955df218d164436f33c4be4928075b1411ab00924d2b9

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8b378beb19d7c8db0c72ad3b129777ec2091019fa0e92204656d0aeb5621497e
MD5 93ff494087cbe65a424886f971c93720
BLAKE2b-256 295b0d8d2508f354f20c33337e10c02259a156726637df8a5de71583723ba6d1

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e22f4cb0ddaac8f962e9d322198481d65f647357cff009d25e79eba0f3310513
MD5 b55e0a5583f990b95369350bd6173cd9
BLAKE2b-256 59aa7fab3b96bbb10bf2c9d122115f9d9e14ab65f5019412f88f85d5ae52fb10

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7720406927633ddbb5c638c7b3e9581d7ea74d6b5dc3f4533d1542e1895f09e3
MD5 0ddc8f0fe310d15399dcbdc6486e2e37
BLAKE2b-256 693f3cf96fa2b171eec3959833a52f11a2856f63b2c61d4dca2a9ced9329a876

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4b65eadec591b923aae447c5c5ae2ac5502405cb89d2f16fa041779df0db30d
MD5 beec6f6ee9cd97580c9c7e1bd8a2ad73
BLAKE2b-256 295f8d3fcc9cd6c6b48d69c17c2f15553775c13fd351ab6de0669dd71d6e46bf

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91c8a73208226a111b65628c0bc85490d9e024c1111327ac59764a9b2c01b7a0
MD5 28c709fb06218ccd37fbb11032dfba21
BLAKE2b-256 0112ec038d9709fd5a7da1e20a10c522f2b23706bca4b66008e0b4f27d9256b5

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 368fbfd732b90a7dea39e17163d3ee2bdced23dfad81bea8ffac94ba6b831a92
MD5 0c442bee7eccab1d647067a2b1d4bc4c
BLAKE2b-256 e9d2e83df93596597f58e45633b851693c3ecf1a66fafa2eed679ffd1dfa1244

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbefdbb5874d8a3855b36186420147ae074b97994a7fb2dbfe4583c98e5bdb40
MD5 c8e836af0c51029c898eeb57d62510b2
BLAKE2b-256 2117b18f576ef4eb168e4f68f60dea4d7e75471408c6f7b1aeac2d629ac257a2

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b504cd0f9ec91e5c7d653d0cd8edcd307ca78359edc046c66e419b5f91b5a9b8
MD5 baa3e5aace2d74bf1c8a44ce18ac66c3
BLAKE2b-256 b9c985970e38bb48fd48accecfe6ce54b9d662e7e34407fea641d2b99648e8a3

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0539b99dbd882e9a6810ce25b3cbe9ee65e099355b70dc0ba70d693699e90c60
MD5 537006fd4c77795170c8612f570f552d
BLAKE2b-256 de42857457046f86cb9287b467d05904bd73d58c57b7a19f395c200a905f3415

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 39df398dc8382c36b6482bbe925d42e0d9445331d156545445b401057467ca8f
MD5 4a5722b1f33d81b57e67237dfb717f3f
BLAKE2b-256 97094c4d137271fffb704346085b1aad34fdf879a699fceb3328356591afe630

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ad76e588b1220f4a5c0ff448f7084e89715b065487b22b3fdc8c4f27c8e2e049
MD5 3582344de8beefdfe86751dd5c2dbf80
BLAKE2b-256 55e682206e6b10d6082c19da3c6252a8ff9fed7c14578a3329a8b8aed54128b7

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4e73169aea18932fb920651d80ff205b95c667d2f4c3cdddac210819ccd135e
MD5 e2f71c085390cb3dae66f57bd2b6e835
BLAKE2b-256 5541c6be357fe50af81f13b89eb0b911c5afab855b28ba46ce7b06865858a49b

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 372e7957be001d1f963c8973ef94bfa9f91949a461d1936b54e3181caaa65aa2
MD5 2b928b382a2cb32e4731c8c285509782
BLAKE2b-256 104e2dd2a9bf2a8f20f4e7d87aff5834486ffc3e1412a5f9d687bf0052d87ac9

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5a37f14e22a304d27ecae894d493c08c055a33c31184a22ee8f4e686c26ad9fe
MD5 daded2909dd575efa44732c9d6a658b3
BLAKE2b-256 9b65414702097be0109129b68ec3bd93f439d4430e03c836c59945e40992d4a4

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2106ae69cccac9b96d5785198ba961636f979d86652da90059d26c6a5349538
MD5 cd65415bdf856fb6424d5791366f41ba
BLAKE2b-256 1341e2aaa797097320d2e7a78ab0dd7813cefaaebce48e1c3a59ce3c5f439745

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 905222ac29eb538e74ac95de41fdf872a444562ce1ea169b4969a93294194505
MD5 5eb46062c499be730066b7e1283edafe
BLAKE2b-256 a30a268a89434df3eb6be9d41b5af1219a1a8e170b019e85b8d2cf69abe39b9f

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b531b0456dbca020bd480abc08b1d524734198d27f0aebdddbf2a51cf473ff7
MD5 1a90fbee9352d6d26f5f1aabfe550189
BLAKE2b-256 6142f9c5bb681776582b0ea024c1fcbbccfdde0d2d9824f263d96ce88a1ec198

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9f733126a019c6c58006d1585da517d45ece69350ecc55460772416eb4460abf
MD5 7fad06c813e16a07635b7c1a4e5668e1
BLAKE2b-256 4336a7510fd3009107d8fb185be5f993875b8041732fe35e95f3659cf428ce4d

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4daa3e83704c59ec2f2969a889df53f19c153d135fe38c4e0b904214050efa1e
MD5 415fa5f4727cfb8002962d6d68a85cce
BLAKE2b-256 c2f21c1719c13f1f01a86360d460afb78a8e8faf54f63c0ef9830ce7f5db8226

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e5f033fdb126b1dcfa91fedb16deca1719e13fb3909ed76d074f1e1d8f5dd4ca
MD5 3c1ede0d45af720dbbe1a692cba30550
BLAKE2b-256 f6da973095837957fa01bc5b3e08220754380d9c4c4461445b3c6f56ca51a444

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99bb23076cba555f16499b3cd31a3e1236052fad0f37d96ebd747fa6b59123aa
MD5 e4c06f5010f3a0a1f8cac29a9048f728
BLAKE2b-256 cc603d729d392fdeaf122e621b4d7230f609001543a9ef343df9ab7773ad0079

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c992699de771af7d7793d4f8e7afc48f63880507fc13c9afc8bb80613134d005
MD5 2d4423cb492df6a5b0cf296ce83d81a6
BLAKE2b-256 1983c5c875972212ee3c82c70060abcacd775a24d0bcdd3b267631414886abe7

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 31b472229b7240ea62eb76dac4d32959ab4f30364ad7bc5c02a3b9acc7d7ebf0
MD5 c087699806b56145bf2e404bfdf95a13
BLAKE2b-256 7469dafbdebb0354ae1d12ea3a3dc514d5cea9e2b04a33be3b782e825ac31bed

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 555df6923d137d7bbf256fd0fb7c653f516402ba3493b3458d305a9096fd13a9
MD5 e6c287ceb9256c0bfc68f1821ec7923d
BLAKE2b-256 5fbe4af780fc69bf6d8d3988f9d59cd34eac15fda85bb6f9c1bb2c132ef80010

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dde3ec34690adbef2278f7fb4681dfbad266013783195cf43303226e0f2724f9
MD5 a41d1d4262521309b3375504980242c1
BLAKE2b-256 aa0f48676b09eec22114a10e371b24b003b42ebd265aed9e40d63379f2fe3031

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c90c7a75f5783790e2d8adc96c34f19d2706107607565c4509bdee1cfb10e80c
MD5 e2a94bb0681c43013cab393bddfdf263
BLAKE2b-256 9d6c7994bcfc9dc0edce8c53f628105342cb5717aa9fbdaa765aa8a7989ba255

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 668ba2e2ac7c94bdcf86e6deaa39775952ec720bae0817d00d7bc93acc25e3b1
MD5 f3fefa40f92d0d00f59f64007ff247e1
BLAKE2b-256 75284d57ff5f3dcb2bbe1019f6e7dc6e41eb9825deba6484a6d6af3230f7ca75

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d1ccf9268c2f8b29622c2a0a203b3a252198ff8deaa8330e2872dcb0445d889c
MD5 cafce05cd545f2aa9c1409e03ad49a15
BLAKE2b-256 8ca9a3a4a8512da8e1878ef2358850e22c65c6af0f3e3867bf50bf01cef6ce0f

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 567b1d023e50f258c24d47b2ceef104c0460953efa4a952f5b1f30560d7c1610
MD5 1a8b01ce7697f6d4846e71368296aebc
BLAKE2b-256 f46181d4cbcdb157d40e51e86595f723e56d6b7eadf7e637e46b012f2c83a976

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f023bd7680f0dd28103ca6003990071d72f1934beed13208ade3faf1415e975
MD5 9fce620ede375ae711b5bda361d33b32
BLAKE2b-256 a6354067c595bf100af868cc77d6606c911e3671d893e28843ebf175c0ed9fc0

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5296570f52267dca5d82b277500dd2fac560e8f427ecaf38355ada17c62c2cd4
MD5 d0c49e8480e59072278eeb3ef2689f45
BLAKE2b-256 33134fa1638ecbe1e944db2a102720eb277711bc673c5fa6a34af7c98bc7dbd5

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 41fb3de4f93693cd1ae6e3d24b72881258d09355ab5be8cd7ecbba87033f2690
MD5 af1013ef83d05ae59f6706509d2970da
BLAKE2b-256 7d2256bf96afddd95cbcccaa391214688a81a65750b68b584bec60ee831153de

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bbab62dffabb20004b937ddb4d402363956c32b319f894a0b493e8e67feaea7b
MD5 31a605802eeda82817685e4f2aead450
BLAKE2b-256 8d0f626ce7f6a130d87cbc8641e0ff9658a4d5572125f0030e2e19b0ff04521a

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a180187a0e26be9cb5e1eed02b2e10b7f1ff59d38c43dce00255b76150e8637
MD5 6a775565b038c2c44bca21258d1ac976
BLAKE2b-256 2a59978d216dbb87ebf0c7a0ef041416356b942e0e477f6f5d659aa7213425ca

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ce05345771a035c64b4e9fd48fa27c9c793d71496925dcbb26b0f2fc6ea4760e
MD5 43fbd1f27075dc46a73c076715fad9e4
BLAKE2b-256 500e84747757d56c40708157e6c287dd0e4ef478caf95f7e3dbc7173061866fa

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e9de10779ac2b2a4e770827cdc40eea864076487d51c45f93ceed9d06852a1ae
MD5 941de615f333531e18aa9448f400a56c
BLAKE2b-256 920af67beaf137b78fc0dac30cbc92d34c91926cc56dc0882f6f56bceecf2be8

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f5de50ef0be1039af05b6d40604b3614d46b88cba29abdd53eb3dffc17e86730
MD5 908841f7351cc7004cd243892483660d
BLAKE2b-256 ad9342fe041927dc13630709f77c79aba8663ea791556a9c885d64f4f4b46246

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3a3c33cf3f7c65fb21b1a10794e9a74e2ff10cd23c7ffeab78a035da36a806dd
MD5 0bbabf4ecaa35f34735b4192aebe684a
BLAKE2b-256 20307d3835ee9e2be943d839ba13c174c4d3517566b0d3d049244982acbf620e

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54d7e6aaab37ad95114ede8bf41095c715812a4edcb7878ec0afff48009e3b16
MD5 2b2aa6b23c6b76f934492436bd0b066a
BLAKE2b-256 8fb5aec5a2bef1eb58c083de1629517845aaef7603c0107870380db6d4bcdae7

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70fa2b4ad1bac34e3e369d591ffe0439f5044be1240ef303b6b2048e3fe0cb76
MD5 d39db101473b4880f23e9433e3946413
BLAKE2b-256 0f5df9d6f27ac7a9feb663bbf537bd58dc393695ae9f380ed8eebe56fe3109b8

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5230af99eed31cfb71645099070d230d65257866aeb31ed8177bc35c8d626410
MD5 b37cc588851852ec86882f6738437f61
BLAKE2b-256 b94ec18d6ee8aa74557cc19b2b1e9db3f1b520da16e2dec7fa369339138ae874

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a05ddd89504bd4900c3995132aaa4134e93bc9a8acebcafd03de26ebe6678ce6
MD5 2895452431b6a07c2411040c65c824cf
BLAKE2b-256 122ba3c1bf05c3d862ea579bb807387ddf6df085668dfce25813e54bacccdec3

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e58086e9e0bcef3bafda9fe6ee222b3ba0605c32bd5965eaab155d50dd9efdea
MD5 890d775fb034712b6b9a8cbe291921be
BLAKE2b-256 020d7ad9644d92c58d2d8dc24e3aef0cc4af892bb5219ba8093a0e433c0ee70b

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.2.0.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.2.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ebadfa397d494eac8914720928d93bface02eaa431eae0555f8a58c53a614c5e
MD5 9719cbb35b9d5d4c0a62d1bc47fdb1d3
BLAKE2b-256 bb1e109e945b4fbc5e202ccd424d5b83bcae353084385ae23509ecc8644c67fe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page