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 between 3x and 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.

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:

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-5.23.0.0.tar.gz (14.2 kB view details)

Uploaded Source

Built Distributions

neo4j_rust_ext-5.23.0.0-cp312-none-win_amd64.whl (641.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

neo4j_rust_ext-5.23.0.0-cp312-none-win32.whl (691.2 kB view details)

Uploaded CPython 3.12 Windows x86

neo4j_rust_ext-5.23.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.23.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.23.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (286.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.23.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (288.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.23.0.0-cp312-cp312-macosx_11_0_arm64.whl (754.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

neo4j_rust_ext-5.23.0.0-cp312-cp312-macosx_10_12_x86_64.whl (685.0 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

neo4j_rust_ext-5.23.0.0-cp311-none-win_amd64.whl (641.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

neo4j_rust_ext-5.23.0.0-cp311-none-win32.whl (689.3 kB view details)

Uploaded CPython 3.11 Windows x86

neo4j_rust_ext-5.23.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.23.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.23.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (288.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.23.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.23.0.0-cp311-cp311-macosx_11_0_arm64.whl (754.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

neo4j_rust_ext-5.23.0.0-cp311-cp311-macosx_10_12_x86_64.whl (684.5 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

neo4j_rust_ext-5.23.0.0-cp310-none-win_amd64.whl (640.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

neo4j_rust_ext-5.23.0.0-cp310-none-win32.whl (689.2 kB view details)

Uploaded CPython 3.10 Windows x86

neo4j_rust_ext-5.23.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.23.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.23.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (288.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.23.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (288.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.23.0.0-cp310-cp310-macosx_11_0_arm64.whl (753.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

neo4j_rust_ext-5.23.0.0-cp310-cp310-macosx_10_12_x86_64.whl (684.1 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

neo4j_rust_ext-5.23.0.0-cp39-none-win_amd64.whl (641.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

neo4j_rust_ext-5.23.0.0-cp39-none-win32.whl (690.7 kB view details)

Uploaded CPython 3.9 Windows x86

neo4j_rust_ext-5.23.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (289.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.23.0.0-cp39-cp39-macosx_11_0_arm64.whl (754.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

neo4j_rust_ext-5.23.0.0-cp39-cp39-macosx_10_12_x86_64.whl (685.3 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

neo4j_rust_ext-5.23.0.0-cp38-none-win_amd64.whl (642.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

neo4j_rust_ext-5.23.0.0-cp38-none-win32.whl (690.3 kB view details)

Uploaded CPython 3.8 Windows x86

neo4j_rust_ext-5.23.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (288.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (288.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.23.0.0-cp38-cp38-macosx_11_0_arm64.whl (754.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

neo4j_rust_ext-5.23.0.0-cp38-cp38-macosx_10_12_x86_64.whl (685.2 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

neo4j_rust_ext-5.23.0.0-cp37-none-win_amd64.whl (642.4 kB view details)

Uploaded CPython 3.7 Windows x86-64

neo4j_rust_ext-5.23.0.0-cp37-none-win32.whl (690.9 kB view details)

Uploaded CPython 3.7 Windows x86

neo4j_rust_ext-5.23.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (289.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.23.0.0-cp37-cp37m-macosx_11_0_arm64.whl (755.1 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

neo4j_rust_ext-5.23.0.0-cp37-cp37m-macosx_10_12_x86_64.whl (686.0 kB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: neo4j_rust_ext-5.23.0.0.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.0

File hashes

Hashes for neo4j_rust_ext-5.23.0.0.tar.gz
Algorithm Hash digest
SHA256 1d94fbcdc832884e36a84f7632fc1e6739be0f23ee63a757cbe6eeefd738e2d2
MD5 560fd6d199bec2425f8c30a59bc4952e
BLAKE2b-256 8f0e362d486f12505dc63039a21d647131f051fef15321016851a6371b997a4c

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 d02248617d2bea6acb97b29afe41ab7332d9b5d34d15145ff96d2d423bced6ba
MD5 fb2f00f268df3003a46e7321dd14514c
BLAKE2b-256 609b3694ef58fce2d8c82f26fbce22819ab107bf13e1c31aaa10db24d5009c27

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 510abeb698b039af2f88c8547050306e84699400cccd6c9758c70156f827315f
MD5 6994afcbee2adfffb231d00df5f33c9e
BLAKE2b-256 73caa7e1ab1cd00feeaafbf7b85440c7fe52389308b48d438b082d55748b8fd4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d50c8f2cf172414ce4c0f4391420d37ea0a7557171fcbd288399f76c92539297
MD5 f5bc5475878137afc340d5ef4f54da7d
BLAKE2b-256 0dfc4ce4bc0148cdfb2bceec65d988a16ea484a870cecae0c444806abc6cf441

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2bb0bed4e293c485bdec8ec57955731d902338dcd289d4d591783fa869b57b9
MD5 8780f01e72f8d992dbb5e499b959f7cd
BLAKE2b-256 bef4476b21ced0df6ca9610a7ff165c2ff6a13228fbd53d545566f63c625a7b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a7c8e4bf019b9e87bb30ce08af3e6419f249a25c055e5cdc806e2bc92ad5fe44
MD5 786b1a81e0f0c8dd6f20dcfe3ca47af4
BLAKE2b-256 b6dffe5ff8790e4b505b49d4b8788ebbc16d28abe9d0d50fe1fb03557f27e253

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ae0f7b8617da9a1b87cb0709bc2a4c86dc4f79ffb6a374ceea37cf0ac25903c
MD5 9e7ab009ab63a917b951387b9966398b
BLAKE2b-256 c6f4c09ff91f11f99cddffe64cf9926315994562b1924104f1de9d413a194532

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd23eac28baa91ab2471e7a54868be0b665304241704766cb7e64b1f7227a9da
MD5 51795928cabd5664c536c6282bd9dd81
BLAKE2b-256 378a34355116fccf99b6b499f33f72ab482e6184f61e1587a51126cff2536cae

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ace0bf05d648a86b170ee3832493503137d5a1db9259fee1f3a481a9c0f25f57
MD5 b5bf2bdc29f0b278cac9fff73ac87cb7
BLAKE2b-256 20b014bfbc19adcf351255eb17151a0bca17cf090f38222fa3e60e4230c7571b

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 7cc6624cdacf705a4803e8e428d9add1fb3b758f20e1331720b24d951d3433a1
MD5 33aded7273e0c6b3ca54bb39e3650fbe
BLAKE2b-256 d4dc3078aaf2c0bb694b4fb84a172f2564ce7508449eb8cf782137834cc5f3aa

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 f7ba2ff23a2e5321ae4725f66118d351d03ec4884d94736c58cf13395cd99ee8
MD5 c7c5ad1501043954ebb14a6870067ae1
BLAKE2b-256 4404ead87fcee39d304c28be9e42faddb0423fd89b9656fdde0ff5e98b222b66

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 820cab81650ec99d0617cad2523386fba8f010ae5a0bdc4b30ec1be36507554f
MD5 4149bf857f2b8f26de9b2f4586541ffd
BLAKE2b-256 de8b24fc32bfa2e05e2a983dfe48deaab49351c5e03035cdcf361bebdfd507df

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2bb3a6ed11458501a9fb3680988971d4fe83859473b35277c40d53c3749b05f
MD5 b54f0fb1b3ec720d4cad055f040834c9
BLAKE2b-256 8427517a2c366e6b6ef03b9aa1f7026c1a53d9c56888994d9c792b73c06cbe34

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4ab40a3d2d96ae652606b8e4ac03a27fcaad685479934cb17ebc819db09f9780
MD5 4eb40120c545b9263216ee31862bc119
BLAKE2b-256 ac056c63ad9a5114a654a2bc1a40c260aa8b24abccd5733a9acc708002fa43e6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 240260788c3a00f7407781a6e7640a50ee0bb4443154e7dde29cdec51bfd1fa0
MD5 4766bb7ab5855fa8b9e083f642b56977
BLAKE2b-256 ac80899fba3694041c514cc107c59999b93e50634cdac6cef80d437c2ef07984

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 550c768c88030d8183b3c3af7f4fab1f29a58f86977ca2a0f8195a317104ab58
MD5 0eeb43363f33d99f7bc8afdece7abb49
BLAKE2b-256 9649f15fc5c878386b4d94809cf1d033679aaaa28a07c978cf67b9e8d212ef7a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b4b73a6c4ca1ddcd8f6f35e22df1a9f3396e55abf27f832bd3dde67a601f3be4
MD5 e5f97ab330cd7ffd416e5f8d98cdd9ac
BLAKE2b-256 a60e4bb49256d36c55654369964155f8d21e5ba719c564ddc22382d1d3ae7464

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 a45e3e1d327a6036fecaa80931f00d54640ed94ee4928299d75d5f6648a3eb02
MD5 15bff5d5f5347ac2ce7823f6ff1ff219
BLAKE2b-256 03fffe5e47e8a3ed72f7e6f55e5076b5ee868d05856246224f260032302a68da

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 d0eae5be895da4bd1fd12de073548fa1c5e9432ea3553477daedde9dad820082
MD5 a63493128652ed45850477ed48daacae
BLAKE2b-256 4b9413919f94d435b720a4cbfc909f8cfa4eed2e491456a2d01c33f0edd65608

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f75e92c94b514c24d2deb3943eae0e1ab65162ceadb2552100bcb295575f9677
MD5 8b9ba7406746b427a35a5d6c706d6860
BLAKE2b-256 a15adf65b8cb1eaa527e5364e14c559e8b0b2cdc6c7aa064d41542fa689d24c8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d32dd784fe31777745cecb064213f880adcd3789abb40a0be09fd1fd44ad9d1
MD5 9fd51e6a08b5531c383ef7b414ceba30
BLAKE2b-256 55fd9fb773395a9fca76b650a15d8f79e15de7c380a6c078a2f2a190f86a4ede

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6a2a4428d0b341b84e82a5688c3dbf1c8eda7c5b305717810d1345a976cfc175
MD5 e58e22c93fcb6b87ef7c2906d38aa51c
BLAKE2b-256 af4bd6513b002d17a33efaace3a77c69d78f2b7cc9036fafab910a988876e3b8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd12b643667b7494111ce0cd53a2d4659bac5ba59a02bc8675df140f4e571b3e
MD5 7c9de8449aaedd6896beef48ac916671
BLAKE2b-256 af836cd005dc49f8d0cbc36fffed88c06b93110132439af317accdfb644d0cb5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de22a712e1fcdd963234c27cd969e57ac7d37a0f42f083ea64f830ee10f7d59f
MD5 e52497b6522bebe6eeaef9b04ebfa2a6
BLAKE2b-256 895c21b90651b6ead72042d8b3b4f7497d89cb21b325c57bf7e15f83631187ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a6fda916fdcae8d0aaf5d117d834d023f78986228408eb8eae2e1a208ebb084
MD5 5bd847e50672445ee44b25b9208d7628
BLAKE2b-256 a8fe1ebb10899d07094429208cb9c38a4bc2a057c96e7b5a17f729df26f8aca4

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 7b15e9cb6f2e90c0736eae58a7939c1e63df17b6562c00997821f69e0f56117c
MD5 18cda401d94067838ee30a5dbe884a25
BLAKE2b-256 bf0707846626a20c3b1e9971166ae16d0894ccceb9c55880926819f37b1eb035

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 7944c6eef47a71147864f72b2d45a852feae903d74ef991e19d2e2cc4bb76581
MD5 32462e02041e7ca87b675b680723b2da
BLAKE2b-256 9d1ece4f74b64b57a6d8fc28604e8e50fcdc66e2c01bc466b77260e36d52aa66

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 612a43888d3907302b6b92fe83c690ea0c72e4116d8376399424c7ba6bce924d
MD5 dd9bb141179029bd5c910e54ce2e4c61
BLAKE2b-256 0ab04d606ce2d66679277bb3270a3bdb017eba573e9c2a31af8a6877c554b963

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2d57429f64d81d734ea782599400172a2e780eb6c0fa783342612e8b9a63599
MD5 868bdb2937655df840719e9a7629724f
BLAKE2b-256 7f1ceab7e8d78e81d530615f51842ff46e0c158f73213013c24256861a2cace8

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4045fa0e53b4cd86eb4b25eb238967d4a2698f0cc2cd44bd7fc87279bc9e7281
MD5 cb3cea44a544aca074ad9dcd1c600d4c
BLAKE2b-256 d929e2a12a5c3d6348b47cc8b1512d49138eb8f0ea95d7ad429e4778bb029e76

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0735cf9bad19e9771705bb58f7cfd9f51139d70909bcee2ad1be5e107a285a4f
MD5 c7bbfcf43c2b230723bb6193602749f4
BLAKE2b-256 296f0cbd0b12157ce4fae8910d16150a016a72ad13b7681d20a54252e9e4dbd6

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7df19610a53b205c137561b15600f342ca97941df0939409ea8bd65153df7ab6
MD5 b34d23253f0a21aff58aced1515659ff
BLAKE2b-256 accdfce80d5014495c01a3609e76e253f75151e90c8cf6f1afa07f5b98a7ee71

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a380e902b2b93f417c5ebbdfb8d9f6e9d56fc50f86d55b7ba55925d528f9fb4b
MD5 9a0813d4d8a637a39c1b3b118da87e3c
BLAKE2b-256 b19c56669753f9df3b17b00d2736ceb2c1e22be36ba2076fa60b3a4e3c89fe0e

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 eacf6eeb63fabf8d450222e241c3837f4b02cad35900709ce1ebb26cafd749ae
MD5 79d09b74d62c166ca673fc002c8fb4d7
BLAKE2b-256 76446172dd3a5025489a50f7df2806f019bc84a129d521355d55e8680d78a8ea

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp38-none-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 2abdc52b2b61136df894dab43b7bdbc1768f371ba1a9a1053d7af2756309e3f0
MD5 2bc4ab478bf3d1cf51d68f3cf658b18f
BLAKE2b-256 7cccf6d31682e7ee99a14400ff7147eaac86ef5e68cc4a79c05f156ae644759e

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cfe40fdd77803336b14384d7bb6685b1e9654ad9f8caf73e67377dd69f1b20f
MD5 0a74efd6428e2754a0879efb47791463
BLAKE2b-256 69b07236665a2a53b9652d6b4f3ed4e7919c2e2a076a7743b76cb726c8ebc2fc

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74c4278a796c0a4ebf5f51da89a994418139c7c331abf4e128c093d455c95144
MD5 abc8eab4d8b6a1df61f84920deff577d
BLAKE2b-256 6a1fbb7c4f5b5e0aa44a1f85c57bb3ea3dd77cc0d17c6b88bf5e1f6227c9cf13

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b585eaa1f6750f77fe9d82d013d0f4e72007801cf9c98c8442473838d9f6fd9
MD5 c5a08ab9c15d82a9f2586ef0d8de2b9f
BLAKE2b-256 fc50876bee397cc16a2c367e82b7f12f10a6da4fccdb0b71362f5b416269b70a

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94eefff5eeb96d93df3685ef26c0284ae8b7d21ce1c64f52cc221fac25c63394
MD5 87852b627f71a946e19a117de5e94380
BLAKE2b-256 d06e81071ceffb253e514d592a80b8b2e335815bf5d9cff9cd716555d6281d0c

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63a144a543c3be0591a909067464e928f440cbb74426bdb665d9650bc0799af3
MD5 24ebe52effbf91e7da7307469fe7a634
BLAKE2b-256 6d4b1b79719dd2fbf263c027cd33b6a3c56669617442a1558637c99e17e0c7ea

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 34444952c8dff7a96d04821c9dc205864725cca2370fc76c42071b916e46e0c3
MD5 65b7a7f600383374b29d1001d61a3d9f
BLAKE2b-256 72cd63ed007548f452976edc6e4bf45bbf8093150f9ba4746406dd549f942a06

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 e6c50cf4aa25e7383e711c1ac6c4df014ec63609b857ba5cf4a377cb82ce2994
MD5 08d80ecd1e7ce6e7d62114c003e40a6e
BLAKE2b-256 e6be4158ffdce45061605fbf8992a633fb458b9adf80a144c6846fe579e89e6b

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp37-none-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 0a6d87ebe703ea39cb0f5707d761e9dee8fcfc138f2c6aa72cfafa52a7772b0d
MD5 40c29f9ca0f1ec034d4affeecead6d04
BLAKE2b-256 5e520931a7199a13cf316640b71d1c11245cf1dcee1f5cfd016b9d3ef1beaac7

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f27410ea15775226938e5d04d4cc201b3e18977711738e8c7a11206966548c9e
MD5 f72c1eac4708b4f262ef6ed43dc94d1c
BLAKE2b-256 b236997316213e75b104ea22b5288db1ed45ed738c096091598b7940e3c31b95

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee744a257c0c22b0e4308f96ed575bc460927dbb18499e17623e728dfebdf7bd
MD5 2112b099101e61d7fb0169d6eb567b3c
BLAKE2b-256 21e96bb7a5af4d0bd833db8702e3951415cd75a61c88188ddda211796ed24669

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f13ca7c2de55b2f08969d1ea8b4cbb48298fd74029102225153c1aa70523141f
MD5 795a9973e0d8f51849812e3134623dac
BLAKE2b-256 36c5e14aee5822a656a8fd269bd82f2fb7e8f47d6c8fb69b62172157b2284a45

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0feb06d34884624b1de5090908a760d5fcd45c94d293fa97da56df42c625de28
MD5 fd8b9c130e1909939bbb2ac889eef350
BLAKE2b-256 b157e99042e281c272e5f4ca9b4860a9a12d79214b8cd79bddf7c2e8eb34ab7f

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ef46a9cd5c774d4651df15c22ed65688bb1f411431535282e222215cb7a82ea
MD5 06a05e485ca6867d85af176a5c26fa37
BLAKE2b-256 375c25e971337281d295f3de22da9662fd838ca65fd404a213fd6d219e516ae1

See more details on using hashes here.

Provenance

File details

Details for the file neo4j_rust_ext-5.23.0.0-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.23.0.0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fd7222d81870dbd6e44c2719c6d65d8e870cacf5f10fe3e56030076995358df4
MD5 e7baaa7eb489c8ea7d5da145940a6878
BLAKE2b-256 fb6945ca84b1ee7260be650391125f154cde29b82d79ae01a8ad97372406ea09

See more details on using hashes here.

Provenance

Supported by

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