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.

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

Uploaded Source

Built Distributions

neo4j_rust_ext-5.24.0.0-cp312-none-win_amd64.whl (642.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

neo4j_rust_ext-5.24.0.0-cp312-none-win32.whl (691.1 kB view details)

Uploaded CPython 3.12 Windows x86

neo4j_rust_ext-5.24.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.24.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.24.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (288.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.24.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.24.0.0-cp312-cp312-macosx_11_0_arm64.whl (754.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

neo4j_rust_ext-5.24.0.0-cp312-cp312-macosx_10_12_x86_64.whl (685.3 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

neo4j_rust_ext-5.24.0.0-cp311-none-win32.whl (689.0 kB view details)

Uploaded CPython 3.11 Windows x86

neo4j_rust_ext-5.24.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.24.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.24.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (288.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.24.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (288.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.24.0.0-cp311-cp311-macosx_11_0_arm64.whl (754.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

neo4j_rust_ext-5.24.0.0-cp311-cp311-macosx_10_12_x86_64.whl (684.8 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

neo4j_rust_ext-5.24.0.0-cp310-none-win32.whl (689.1 kB view details)

Uploaded CPython 3.10 Windows x86

neo4j_rust_ext-5.24.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.24.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.24.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (289.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.24.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.24.0.0-cp310-cp310-macosx_11_0_arm64.whl (754.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

neo4j_rust_ext-5.24.0.0-cp310-cp310-macosx_10_12_x86_64.whl (684.3 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

neo4j_rust_ext-5.24.0.0-cp39-none-win_amd64.whl (642.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

neo4j_rust_ext-5.24.0.0-cp39-none-win32.whl (690.1 kB view details)

Uploaded CPython 3.9 Windows x86

neo4j_rust_ext-5.24.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.24.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.24.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (289.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.24.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.24.0.0-cp39-cp39-macosx_11_0_arm64.whl (755.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

neo4j_rust_ext-5.24.0.0-cp39-cp39-macosx_10_12_x86_64.whl (685.5 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

neo4j_rust_ext-5.24.0.0-cp38-none-win_amd64.whl (642.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

neo4j_rust_ext-5.24.0.0-cp38-none-win32.whl (690.0 kB view details)

Uploaded CPython 3.8 Windows x86

neo4j_rust_ext-5.24.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.24.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.24.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (288.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.24.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.24.0.0-cp38-cp38-macosx_11_0_arm64.whl (754.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

neo4j_rust_ext-5.24.0.0-cp38-cp38-macosx_10_12_x86_64.whl (685.4 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

neo4j_rust_ext-5.24.0.0-cp37-none-win_amd64.whl (642.5 kB view details)

Uploaded CPython 3.7 Windows x86-64

neo4j_rust_ext-5.24.0.0-cp37-none-win32.whl (691.0 kB view details)

Uploaded CPython 3.7 Windows x86

neo4j_rust_ext-5.24.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.24.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.7 kB view details)

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

neo4j_rust_ext-5.24.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (289.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.24.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (290.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.24.0.0-cp37-cp37m-macosx_11_0_arm64.whl (755.2 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

neo4j_rust_ext-5.24.0.0-cp37-cp37m-macosx_10_12_x86_64.whl (686.2 kB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for neo4j_rust_ext-5.24.0.0.tar.gz
Algorithm Hash digest
SHA256 61bde152d8c5e3404e421c1c14533d876dc9d7370de496ae1b760ff5bf508c15
MD5 01a5d04a3a28ff19d8dc5109b06f22a8
BLAKE2b-256 ba1f8914fa37557822ff3047d565601c79d92825ae6e520862306eda819bf4b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1a72d715eb9b0e99293f352841e085723c4ad0a49ad0f6dada68a900117bf571
MD5 0d001d84639e72ebf65b863f4d7ff5df
BLAKE2b-256 c2f5a6b65db4caa5cd6279d750bfff95a2e87d87514f376b5b8558b63d9fdeb4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 dd2543dddaf4cb83e91623677a907bd3799d5353d7cc91fcc9c63f136ef633a6
MD5 a4e9e6b832e1b4c4c2bee349d4b0f212
BLAKE2b-256 9a782b995adcd0f850670d8adf31161814cc0b382d2e80e1bae02520b96dc5e6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8f6017df830401348a3b4df82992af8c0e8d45cbc8bd494030cf0b7f0779cd4
MD5 a16f67933590b013ba30cf81da2b5c14
BLAKE2b-256 87ca987aa8d81785d7f3bd17a7dc937b380dfbe8b403beb8723622966a515c82

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94e58d3db18273d6f2a6e62c1b06d7457e748b3393368989a7b4d2c4e5611135
MD5 b04d2092fca7e2b866445bd3b0f47c84
BLAKE2b-256 941369677fcc730d4a4fb6fc0a7ffd4e01ab32df6d7edc4bf82ca932ce2dc44a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 365658ab2785cd3df3c018d79043fa7d881e41cefc4014c53aefa0b9402c4603
MD5 594043f8273eace0efd1e7905f1eae49
BLAKE2b-256 ecff99abad328ef7f655d30ca7a4dee66f72a795c57492f4d7a9f9dbc4ed8234

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c59b6195336b8dc940bea4f53a04474250e19c70d3b7dfdd3ca45abf806f097
MD5 1ba206a6f638da6655992b1822c94a04
BLAKE2b-256 7d926473eafc8da3f3f6c633cb3edf3e542abfc176aa68622992645b9999f78b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4f77721a1ea356a069a09802aaa0d3e99fcddb809765ca42efb4fe712c43ee3
MD5 956becc881a3094879b94ac0ee46f60a
BLAKE2b-256 f5244fde2af8064a246c83f52a822aa744e9dc0202dcda18c3e44121ded88fc7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2e0731187bc040ff18e9364b8aed1e8415a0570f37ad255096b31592d689090
MD5 98cac6832d48302c2be75b81f0f285ad
BLAKE2b-256 05e64a87fc4d768a702ca4e20148a8b17f6009a755907ec3a4404c6d87c85264

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 cb125bc9cf7cb208d87e3e370eb1f9ac7b436749573e3978b81d0b21552ab807
MD5 725ccc0a51ed5f74284f508d5642335f
BLAKE2b-256 d26b0b5ba8ac9dfec7683374deb10e5eb4085cfa7f077e675d36178c126cdd4f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 85ed1bba004cc42966d6b3062a766ece0e26d7aa106e3bb9db4197339f445767
MD5 15aa356ae318c2c5a89f25468c776ec4
BLAKE2b-256 2d00fd160332c986602ca123258dd7a6099b74b24444c89a2db9bf697947d23b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f1070e99be8e81eec32791d2886013c57fbd4b050f490951fa43a852f65a5eb
MD5 01e09b822a31a6cfe1e9bfe7305aef46
BLAKE2b-256 3f5ab995ca7820f2d11ffcd4a5fa0673e5f1408a2ae3c9c821e2d7e7d18005ed

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67da0a277d3b4f61db596a9d1f2650f1077fd648e645b5f8fc1ee876c125f017
MD5 382ed8457a9fe7198758c0dfa7790662
BLAKE2b-256 4afad40565454e202a0a05e693c40915d2c6135576d7a1483aa109842b73ac11

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a64f9bdc12956b7b25d6d2c640f60fa0c46a7144889240af0363de951ba1bf25
MD5 5d8dac1cfe5b5dcfb64135772baa7dcd
BLAKE2b-256 341a17a2dfb98b455282fcf7988a6d4fa94fd9df726d9bd489abcbe7f1b4aec0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa55544869595db940b81441d6f4ba8625b07bfe7fe7da418413c4633f86beca
MD5 9aad2d16ae11f0b22571b90cf57cf3aa
BLAKE2b-256 ee8af38dc741831392b18bb14d0ef83e861135015fe5368d19eacbe6f66f9e26

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e62841e0ff74a00908fd82ce4d2035a6f010c2150c659ef557af4582f754381
MD5 12735b7da4c505f5670805ca8dd8f62c
BLAKE2b-256 aa34aadbc6fdfb19de97da7489871c13455dc63d02967578073ffd487a7bdbac

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d21b4665f9f9b94b893e053f059626c462756f9d4cab4a81e24a2fca0e547a23
MD5 ab2ee66ccac325f0db463e392eeeb2b7
BLAKE2b-256 e1d1f95aa97c57b391d85f9561e1b0fc2d85ab2fa4db8355f5141adc7d05227b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 c6075f83ba927b61e7d08fac0ad4498b8521478dc60716bb6db2fdd581094684
MD5 ed83c34ecc36f852f78abed459773f2f
BLAKE2b-256 c57f31011b57b6b3637cdab643f8827d75441d4df8b8df39b5288f14590f0a21

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 04a31e2c1d1177c30d8c65998dc4725ba283bc94d1018909da7daf463f1cedff
MD5 6fbdeb9a96881d139e90cc0f336b7a7c
BLAKE2b-256 d5a0fdc4926b75370a6704ec34b079e0772faa56804323c39a526dafc76f84f3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c55f284dca53c5ec93a931aa60794cc4595a189e52f22017aae25ba3876e951d
MD5 290b8b32ff0462720659264c6e277a43
BLAKE2b-256 5cfbd445f11287242e403863feb5141cedaba1cccb7ea622e08d8986e51249b0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be852e5b18c54e07dd9e0cbc67348cdd769be6037aa7d31d55ea2b703cbe4703
MD5 d6bbe1666fb2064bf6a4e8b5c0eebfd5
BLAKE2b-256 107f46b3f20a08edd68c60689ee42d44b9fc25436cad572eedb3912cb5d92666

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b90dbfdded2f1c3368136f45cd09ed587a8335315c702c529305fbc27a1a7b66
MD5 67047d09df85079e5c0897137919b3e7
BLAKE2b-256 866581fdc4eb5631bd714982cd427b31f4848a80b9e4e239f0e1a65bfba06fe0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66f0f838e2a8e54c02bc6360693f1dba422dcbecd099e4137def1737f702182f
MD5 5c61bbf8ee32c06171f6d43f52024239
BLAKE2b-256 36f138cb4067af18e3b944dd692c5470d3f053e983de6e20f963049b53338c05

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 caf325aafb9822fecdd1928de14d689d95f220ec192b91bec54a7c6d8e111669
MD5 b5238bf252f6ba66d5f30b63e962aae4
BLAKE2b-256 ad7fe051b12772f0370a2ed48e3c605696d3ae6f560b6ec3b3570c5f11aa2d47

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 11633a94fac71ba7b4bb9f71c8d53e3329a78d67c4a291a69b11d52c2e97bc5a
MD5 962e92ea786b433e2ef3dd6232b60a74
BLAKE2b-256 f11a6e6d18afa5ae4d8b12c28d8791826ea60cd7c392efde51c46f8d1a8d0efa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 a7694430236be8610a721c85c0b8e02628b0d6f39662b84940def35039606697
MD5 0594458e1e1487e548afd38c60cee95d
BLAKE2b-256 49edc2e93005adcc5d48dff979b1af138a1340f9972c1d4890c7d26f6e7a8088

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 9f4e89e0ccbf59e37ed0c1c2a226a3988fdeead3462351d21f0a910d5842ef69
MD5 d6f50b8c376906fac00c698b93c61a8a
BLAKE2b-256 7ffc29cb760c92de8daecc244ae38c0e20f89d9746cff1ddaac69571fc226e58

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af9577ee251b88c306fbbca8258e6f7de634bd080cda140d602698b4a2a4a7a9
MD5 32f8ce9083a3984313dacad7a3310124
BLAKE2b-256 60e34434896f53efb56342f47a2fe265c3b69a416e639a3ab2972a354b518e40

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ec2802fc9f3ffd6f4450893b667ea833329230003e523d666e4b5ebeac4717a
MD5 059b151548f74f5363c78a5fbf912076
BLAKE2b-256 53f3a5829e350e239124d326fc9443ee34360c3bd3b7fc5a6c23350da4871794

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c022732de13d03f9a901145bbf58a2691bf848d8257cecd4c6c0dbf5c0866bab
MD5 2b20feb174d5fbbcec1f9293079656b1
BLAKE2b-256 4ddbd475938b2ddb00d816d265f85b36cc2b79811c852328e618c741cc84cbad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f58fc3497fa6ec2d4e11320752ee198056303ec070491b5cabde9f23e0915c6
MD5 ac7e9f55c843846f1c4bb76eb86fd651
BLAKE2b-256 9a8c8bb8166355d710482bcdbc8c6027c5dcdcb72cb34edbf4295a5b8cfe24d4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0f3be4f6f9c169d992a8db65dd041a40083f12e59bb0a98386755404ca9b191
MD5 8683776b551ee5ddb3ef68142b123d86
BLAKE2b-256 2688f799c6b707e5ec3cdaeac19af33ee5e724a9a2cfd33b295a606691fec878

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a3a9f0e96db522a851be94a1fa92cabc41f91585ae205887f3493bcefe5bab0e
MD5 efc9183a3735a68b36c22cfbc13ceb9a
BLAKE2b-256 c1f9143060a16750b696a4c5eadebe9804cb5019d518341ebd91199f0b8a6e98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 7ee3e13d1af37feadd5d663f3b9c22bf3c908ae56031cdefc62fc3f6c02da7ed
MD5 e859cf73c3886596bcde233d7b9a7d3b
BLAKE2b-256 357c807f76dae18513b25374fb5c4c26c887296668661fe25f2de301a4dd7356

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 70fdb3d3a5bed803bfd2f4d24cbc52af239d9935148ca7d6402afab025007c78
MD5 f31b52e52144734c1d02bb4be1ebb39a
BLAKE2b-256 81f0bd715a0e8f25215a5afc57cda97a3b8fa27312ea977daff651e8e793fde7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 689f6bd3e47a5e78bdac620f66cdbda15d72ee7336e6ae9f2a8757b068061f57
MD5 8cec4c0530725d202723787ca18e68f1
BLAKE2b-256 6811b54ea340c0e683280cf549d8e930547e9f637955d74b4209a13991a90b19

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fde37cfcdd5ad4ea837851d907f6344fce7ff209c0f361a55621fc69d2d6886
MD5 738e55b33243b122a14e6a62309680b5
BLAKE2b-256 8da351d886f99a045a6085ee4404034482f8467fe0edfebd68a808e35858127d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 958c14a70c286476b6a2165eeef8e3763046b921d809065105e97b5101bb1dd3
MD5 0b3fbf93bda0776d5e755ff44ec57d3a
BLAKE2b-256 ef53121644ebfd1819e1aec0fc9a06b35a3cd2ce449b41065344d8ca6f2e1f6a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81fac9dc6859ec0d84b1465ec3e7876c3290a76d60f78560c24cf08fc627c835
MD5 7faf7084522f48f7499a9b787be0a7b3
BLAKE2b-256 f7418db3a3cc893a46fc953fbc9b3e131a06fcfdb59c42ccecfb819467ce8603

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25f28872e0fc7f6aa81426f35ba65d99f78840b7a7109cbac3f32c62aeb3d916
MD5 c111097f891348e5c4ad44070c1b2c58
BLAKE2b-256 16810fea8fd706a82db0bec1dc72f7c67f6dd578c4c95c545807211826fc5b5a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 46a6e010287ad930d1126504a69d3906b0508cd2d1520e0b48fbd39eae50da2f
MD5 3cb2b63ca63f305146ee1cfb6b7a4780
BLAKE2b-256 c5c508aec552bc129ea03da628fca36531d39e9bc76d1b09dbc24e325c53d729

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 88d43738924b3463d98d9a1793161a1031e975f2736142a448f543e941d7ace5
MD5 58a360ce524c32e928db6bbf934fc237
BLAKE2b-256 a58d0807a7ef0bfc29709d22c175600581d873bd88999fdc2fe978a456f80d3f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 010318810e33ff27d1848a214e08fdbf5e591c8aea3b0067c8b1cfd7cd88c93e
MD5 ec7783e04c1e45c19f53f9d9596bc0a8
BLAKE2b-256 0d85a4a77559cac38b03edb8cda5d345bc1cfc872c106ca2e09a94f97c86d9c1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb8b18629b163bbec3811b292dc06542531f4075c73716f4b7822e7456dd54ff
MD5 27a65edcf8f48973682f662517dc6e3a
BLAKE2b-256 9ef39641b64ac293a902d158767d9fb51526e03bec66554438467ae34748e2e8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf151406fb84ebf1c92e0d3340999e56c3bb149b96b612dfd3d967f262c4174c
MD5 49b35b4c4b4f405fe053b35c91c86be4
BLAKE2b-256 bb9bd046f4902a06ce8189e7f814f0330568364588d75571a91b7d6d8081c26b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d1056dd8b98adc94200f7a8d699500310730a3d06aadf01715f4b08bf0918d1f
MD5 cd095fb5a4d648004a4dbe04f66615a5
BLAKE2b-256 78b197dd8e413cef3cc92d01f10cfe5455e3e55ccd69eebc87becfc556799ce4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b9e344b74dc5497482a48b1cb339d03868bd53c783429c5371d72f0d62a89e7
MD5 114dd3bd55953057138d6865c8707865
BLAKE2b-256 3fc5998993df1674cb2d3e412870c3be7021f722537a031e143b32605c09b84f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e4448e597f5ede18c319862e32f7db86090747b33c7049952b7f941a1343132
MD5 647e99b3c1c8d8724befe21d156f19f2
BLAKE2b-256 6d3f70395c5b96eeb868cfe86d55c2931f057f639e821a95e864d5316803ce96

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.24.0.0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dea530b2622fd09cb9cdc2515841a4bad8437bf3e1b42e9978636fc7bdd756f3
MD5 8ae22cad0323178f0b32de8c4d733dff
BLAKE2b-256 f39df7b125cd01b589a16f62be7140a01c45ddf8aba819da669dc9b171a06f02

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