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

Uploaded Source

Built Distributions

neo4j_rust_ext-5.26.0.0-cp312-none-win_amd64.whl (644.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

neo4j_rust_ext-5.26.0.0-cp312-none-win32.whl (692.6 kB view details)

Uploaded CPython 3.12 Windows x86

neo4j_rust_ext-5.26.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.26.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.26.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (290.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.26.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (283.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.26.0.0-cp312-cp312-macosx_11_0_arm64.whl (685.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

neo4j_rust_ext-5.26.0.0-cp312-cp312-macosx_10_12_x86_64.whl (685.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

neo4j_rust_ext-5.26.0.0-cp311-none-win_amd64.whl (645.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

neo4j_rust_ext-5.26.0.0-cp311-none-win32.whl (691.6 kB view details)

Uploaded CPython 3.11 Windows x86

neo4j_rust_ext-5.26.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.26.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.26.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (290.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.26.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (283.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.26.0.0-cp311-cp311-macosx_11_0_arm64.whl (685.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

neo4j_rust_ext-5.26.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.26.0.0-cp310-none-win_amd64.whl (645.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

neo4j_rust_ext-5.26.0.0-cp310-none-win32.whl (691.3 kB view details)

Uploaded CPython 3.10 Windows x86

neo4j_rust_ext-5.26.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.26.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.26.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (290.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.26.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (283.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.26.0.0-cp310-cp310-macosx_11_0_arm64.whl (685.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

neo4j_rust_ext-5.26.0.0-cp310-cp310-macosx_10_12_x86_64.whl (684.7 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

neo4j_rust_ext-5.26.0.0-cp39-none-win_amd64.whl (646.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

neo4j_rust_ext-5.26.0.0-cp39-none-win32.whl (693.4 kB view details)

Uploaded CPython 3.9 Windows x86

neo4j_rust_ext-5.26.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.26.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.26.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (290.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.26.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (284.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.26.0.0-cp39-cp39-macosx_11_0_arm64.whl (686.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

neo4j_rust_ext-5.26.0.0-cp39-cp39-macosx_10_12_x86_64.whl (685.4 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

neo4j_rust_ext-5.26.0.0-cp38-none-win_amd64.whl (645.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

neo4j_rust_ext-5.26.0.0-cp38-none-win32.whl (692.6 kB view details)

Uploaded CPython 3.8 Windows x86

neo4j_rust_ext-5.26.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.26.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.26.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (291.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.26.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (284.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.26.0.0-cp38-cp38-macosx_11_0_arm64.whl (686.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

neo4j_rust_ext-5.26.0.0-cp38-cp38-macosx_10_12_x86_64.whl (685.3 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

neo4j_rust_ext-5.26.0.0-cp37-none-win_amd64.whl (646.1 kB view details)

Uploaded CPython 3.7 Windows x86-64

neo4j_rust_ext-5.26.0.0-cp37-none-win32.whl (694.0 kB view details)

Uploaded CPython 3.7 Windows x86

neo4j_rust_ext-5.26.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.26.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.6 kB view details)

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

neo4j_rust_ext-5.26.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (291.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.26.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (284.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.26.0.0-cp37-cp37m-macosx_11_0_arm64.whl (687.1 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

neo4j_rust_ext-5.26.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.26.0.0.tar.gz.

File metadata

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

File hashes

Hashes for neo4j_rust_ext-5.26.0.0.tar.gz
Algorithm Hash digest
SHA256 4fb612d6b24cb9417f404189b4cd76f232271a3b34dc1973fde9f18e8e84bee5
MD5 7b03ad34af23f2547edf646d36ff6798
BLAKE2b-256 160d09539cf3947885d0ea5bc7890037c9decddf02f400c5bf888910120587ba

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 71eb7e47e30c76bb626ec12de1b6676ece0a57d9b820644881a72f51588b3b38
MD5 e863683a1d8a11b8fe45f47462a645c1
BLAKE2b-256 2ec6a8372eefeab0edcaab3a9e4f3b8068150f0b021d7e2f48e9c663ef3992cd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 489dba355953284a3f92588733135b23472468a4d84b2385f9be211ad39c64ae
MD5 dfcbfaa569ee2778e4208c1df63ed0a4
BLAKE2b-256 07f69eb1ed35351e7c19bf601898b7055675230b40d589ac7c8b8a06b9b32f4a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a2fbc61fc217e6abae5ac66b3fb9269d46ef80f0b707ad8245e3323aa1846ce
MD5 dab619f3740b2837f4b47b45b75e4647
BLAKE2b-256 934de428f851f8cbfdf1a43bf4fe29ffc895c881a2fca7a2b131c45179899182

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bada9e22804ed1fb1f0a52cbce3434a8a0b51600cb95aad3a02442833ea815e
MD5 02b8b889a5abcb67638ead8f203e06f9
BLAKE2b-256 740df9e21da6ced0dbe5806253f26a2370824a9e8ba5f771753f4ac14f2eeac0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0ebef195bb313fbf49caa7caaa42f1bda7cb9466d453164501c8c1925a916c87
MD5 79e4d71d30dcfaf8a276f7fa47c571cd
BLAKE2b-256 abe5c38ee045589d91622ecc68ec1f32bc5b7664e7c282ad093b51d9a44b5e98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd61cc179364c0bf89e19926b155c61187abf6b9a26c69dc70175627efbfc027
MD5 38a7842de7e7de8e3a8bc116739d142f
BLAKE2b-256 f36f7b242245920120147afb9da539950573cd10786cdeb0dd2b3d56b26dadc9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40c958a93022880edb26a187aae0ab368f0230cd2f3498a149a275bcd74e93a0
MD5 365ded706adb81b48accdba48fc1eb05
BLAKE2b-256 34345de047ac504e9cc9c3fe25707c9d584b318b220816bf113bbc7ee795f040

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2b7a872d58242775fc90a299a04b2f2568436004657ef42607eed868361e102
MD5 cb3a8e0e6a8170a8b18a1c6cedb0d0cb
BLAKE2b-256 4bdeed7eef70e799384dd63278ea43438631365a186a787d7e381ae89a568120

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 b337ef26c99ed3e6b404ade5ad2316404aecc8eca8ce99cf1020433445aa7c50
MD5 f350ffb6145a028f4ba334b44ada9e83
BLAKE2b-256 d47f550afe9771cea46a7b27f4ce92083fad95272417aa42ceccfec44e698b41

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 fed860f067bc4fe0ea6602c6f57403eb4756254c9a1871e4c099766012b67c6a
MD5 47ea7ca337853db3a121be4cc1c0fac5
BLAKE2b-256 36351b232e658c7da77ca26000f104e1a2fd2ad899b98b07e6e4bacb5e802597

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8941f535c1d13061b7e0914269c3e01d2e06d4391029b8fc30b53f7e2fef5d3b
MD5 a32b458138aae5060ab4f26475dbbe40
BLAKE2b-256 8b5651556b0b0dccbbb0d2307ee82e78d0e7b785c7cd8053eec373de6f689a36

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 025deef5dcb9a7586b456e7fef8aa08f2ffbc51fe62350c1c97f58a2c6567895
MD5 5eba616f01fb51127cd3cfd21409bf42
BLAKE2b-256 ba067d1b630caebb7d473f7e98b86dd679b0eea10da94888f9f915b6e8504f8f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7cca3aa63cdbcfc5195b6e4bc69467b2eb40fa234d91fefabd2fbf18f67034bd
MD5 c68aa94f3e7bbef941d1a471dcf57224
BLAKE2b-256 474a56828fd5c518fa0310b44692dc9fe32422d808ca24c8246ec0321b9acae1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef6336203979c152ab5e899d55e8b769731117fbc0731bdc35ccb42d632bf6b3
MD5 7b50d03634e568417f1bbe74a53837fb
BLAKE2b-256 769e6864e6b8c004a453d9599273b765f72533a56791254414dcaef20c73fe3b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2241702efacc01f7405f0ff7af0c4e95e45b5e96454f727656bc3c54a70a93b9
MD5 5b752abb4d34bb129805257fe530811f
BLAKE2b-256 4f4d08e8bf84709f39e2091843f748b4b7648661dc4599891c59098938081d9c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e463023ac66cd0ecf640f2df66cb7c81a05cc816e7062c0a5fc735ae810a7096
MD5 2e0a522d31e37a2aeba3a7cdf846603f
BLAKE2b-256 065c0c6acb7392fa409d361b47e0b362bf55b0a5ce271b2725c0a68c4ebc1ff8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 d6e96c8e59aec8b5122b482631ecbcaa396abd4b9cae063ed5171f642a3689c7
MD5 12d5d55370c76f2f84990b2254f3fc2b
BLAKE2b-256 6b097303e4050424bd5398b5ae6af62aea556b8b2fc251c72843bc014f911a24

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 ea7808a3bc7a5af14a5816642dd1907180f03b68e1a1bfcb35a8386d75bf7adb
MD5 d0cdc899d2261a9ea77b65951cc2bd1b
BLAKE2b-256 4a1b179ebaa89c2a960cb89095ac5445ad27fa08bb1b62928feccac57cc32997

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97f1b97546889e18a419e2264c5cdf50b41ff0505755389db9cb43c3a5edbf16
MD5 505cbcf4978c46f577d89da157279b4c
BLAKE2b-256 5a9ba27ef8bd422a05f4f6f3ad459359c8f96caacbf4b43781af2a807fbd966d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 324ce0203bb597a4315c7b563eb4c9c4b38dcc9d9edf526ab50030fe38ab0652
MD5 94e61e6b329ab88f125064571b8cd4e4
BLAKE2b-256 7d727cfbfd322c3cb9cdd80706a4eee64f1e28b1c1db827808a7cefbf765e83f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a155a2b42ad08b4977d5006e337dcb09e45e14a800b8d1a14df236c9a18a369d
MD5 518b41a98017140b2a4b125bad70dce6
BLAKE2b-256 a33e51ba58838ce37160b24fcb5b50af17c083b5a30860c7d363ed260fbc2099

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e8a4c1c190137c5290a82e005cf6777c1532ccc3bbf6e87165845ffec5ecc3c
MD5 a6b34d3c9e3cdac3067bfa6ead8c3882
BLAKE2b-256 7fe56ab750fb6ad5a39646b7843e334f210ded1b0fbea7f8afd0cbfa00e9cad5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b598930aae333ef0fe2708792c65f5520199aa124c3440b5327cd833c037a7b
MD5 5c1b70b4d1826e51f9e12224cf3b6251
BLAKE2b-256 295d1691337689424933f92c0e74a9b38518b2684c578ccb7c0ab19247b2f79b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 01a204eef613b2a641bef62d3298e34436e15ff2b2071e36c101809e2ef35a9d
MD5 efd12cda91f51f0ed64c7ccaba3ebf0b
BLAKE2b-256 a98a9347cf7cc4cf910560da4f78b89a0e1119506d707a614391869553703156

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 5e7aad837b45957644c20bae89928b49afd405db6afa4c66bbe838c955fe1123
MD5 2fc8e24b1d752a7da61c0fe1d4784cbb
BLAKE2b-256 e9afba434395e5e61417a0beecaa415dd27b7199ffd32254bf2dc666e2fc8f97

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 4088b30951aebd0020b707cbe554aec891fc94364e71e048334417fc4b1a646c
MD5 0e00eb7e7388370ded6c261c23ab5c1d
BLAKE2b-256 08b42fc3b7fa10a59e2b8b5dd5998e27d34efeb41b57df26125fb06cc8d6f1c8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0a1da31afa6e3f0e0ebdafed82b682545f9ed7b0ba18c5a77dc5666ad2333ae
MD5 0c3dc36c5f273a8e49fddb4f50c5a27a
BLAKE2b-256 fb7a3531a144a473284ba122c893afcca0cf7b0761f2bf271a4c0b9379cccf96

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0812358714933543165ca2c1580f0524cf1784a7b6d4bbd90638b3cd80d099ff
MD5 7acf1738c0f11b634e90c021444b6559
BLAKE2b-256 2572ef5d458eb734fb39d5d1bcf3e85d6b05da3199670d9b70bef14b26387539

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3eda57671e8d2966e6750b36431e9836d97f03fd82c77c7bd9ea2d00b1f9a4d
MD5 668575032686b7a66ee4b556d75fb5b1
BLAKE2b-256 60e05dbfdeafc3e6ecd318e68bf6cc07aebc1c146d92d204f4df8deaa7bc368b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02a78844081333d1bf3d3bd77d84fabab8e25c0bc07906b561670d0be33ade14
MD5 b337a943b1dd2023d8609dafdf043b43
BLAKE2b-256 f01dd7cf4c62c7de6e4997468688ba7c5bbf669dce7e206f06af31c297112451

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 012c3f31214e5b2690bf8470302139ff603669ff8be03fdcc1990d90775b76d4
MD5 93b624f7cb6f1744e5598b78dd9419ac
BLAKE2b-256 762e227e89ebb5a7044df9bf9c2599314aba665d21b95ae3c3e5be21d286f729

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fe3ae0b508353429c0a1d0b1dea18f3dff0587eea693a30efa1781ea6eed81ee
MD5 b8e9a06879f0f099b2d507fd96ac997d
BLAKE2b-256 24e4f5481f3e8bc52e8a324d5aede00ed9a8c5652397224f5307fb88abbc1505

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 deaad22d21787a45b80bf1cef6ff329f384929fe7e8b5b1ba5ed119eca6f5e24
MD5 91a68a28ba287271387d26baf8f5183b
BLAKE2b-256 c2b5c99bbdb838704240c6842585a543e4bf894f43c5b6e727ed8b3f8f90f632

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 5275270b28d717c7147bc1b7584981d1f08d1c35418e8c91bfd64ce76b1d8c83
MD5 ea98eee45360343446832b10aef5b664
BLAKE2b-256 cdb3375c9d22dfc246a1006987a93af1c98c5d3aab5439fc2702d94273a4ed95

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9d4c15d97349ca90ed671f3225db4b73cc33856b1842729e808225acfa967a0
MD5 0ebc9ed9cb9a214c279800d7c91831f3
BLAKE2b-256 40c8db699738158479e4044eb76c596a510335a25d0317716e1f4cc6f5279c17

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc3d6d2876c2fb1724c39d7c85026352a83d7db28bcacd13f086faa92451e01e
MD5 00b4ab2aa9885749e770fde7d798a165
BLAKE2b-256 60d4c5aff2a754e20fa58ac65cf84e251fc18eb0878b335b3ea80c66aa37d470

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1dd5115c0554e905f03f88ceb20b0c269759b8d6a2b1437611dba82d42379675
MD5 f48cad85fd3d82609c43e152a5faea62
BLAKE2b-256 9e40886d1c3249ed877c83f0f40e4a2e1b1eeaf2bb892bd3ebd037b4edc0e10d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41e2df22531ba449f60552466b238e4c80a184deeb6286fec16a6c94b68ae928
MD5 a654d08202594c97e3c6b0aec87a8f07
BLAKE2b-256 e39f986c49655497500c0a0da9dc40bc1c5fdb7d287a3943beac010813b66130

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4813b26a0e1639ea43fc7d6aa279b011cc1eb662f07a284f7bf2737cbe4222ca
MD5 87b3be4c89fc102560019e87b6bac67b
BLAKE2b-256 b10a201e154fdfa98d1f53951602204b04a73f19e1f18c415601aef4baaa98b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 81894c9d27f83224e10a2bd45535db1e6bc237b4dfd254f98f4b61311093d782
MD5 a0418a3a34bc00b513f7b2ce80cfd577
BLAKE2b-256 17fab69da171ed91c266f6b779ba1bcd30875fab7a525825d63412fde0c160cc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 53bb24f63fcc004d5c33ce5c50a5101291e4e5757837669c536ae8e40200ba49
MD5 6e0f8e87ef8632735b34a078f00c7a01
BLAKE2b-256 a643e531f5a2a2b0abfac0fa07fd2e124a35d024161a4f84b7631a3d6e63aa67

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 191ad0e049a693bae716909aad63fc9bc63c79bd37c9d0192148b23f1f101272
MD5 30c4c03ddebb2bc4fdfe0a1c496e82fd
BLAKE2b-256 febcbb32ad00d90ae742865df61ebb9273e83dcb0db391c0975fe44f0d605cd1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffd1623edf68bd9d96f78bf7e57816bce11264b35016eb3d393933df8a70a04a
MD5 73acd8f52c4a36cd75717ce07882d2d8
BLAKE2b-256 817266485d3d2dde042f6aa8dbf22312643f3cc576e33571703a7665675112dd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a81e9daeb082cd437caa5069f2a0aeea611d02cde3d1e2283d14b24d496e4b3a
MD5 5bb2dd4ac905f91b95796065e0a5b0bb
BLAKE2b-256 4049cb98e703145d50569ad426148714aa04078fa0f5fe650b81a9004795d8ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5fcf2f807846706ab3dc099044f2455e56f21d19b6bb76ca7f8c168b6d9bd817
MD5 3bc64a9b420dcd080d8e720b79879238
BLAKE2b-256 199cb94fdc59299afea131da73a76324696345aaa24f240f6a3cd7b75a374414

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fff4bdc02c615bf098062a5d2fefa5dc1c1cfdf71dc581609d644b1404bc5b44
MD5 8d2f2c44a40e9593363ec2aa0ce5dfff
BLAKE2b-256 6312846d5465f3326cf6cd97fccd5997b0c4443799452211b1e8d5b4d293b945

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79fcc55c48de87104eb922ee325a199ebbed1a7df991f16baeb6cb73e4ac2318
MD5 19a0046f80e80eadf6193424c08ea1b8
BLAKE2b-256 5bf9364b4db6d7ccb8a4da04626ceb64ed7ececa23fb8a60472532a9e6153684

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.26.0.0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ab1f65bc3eeef71cb4cec647bca19dc893fa1a68a98fc73c028d74f4b828b2e4
MD5 eee157cc279bf73ca1b0b6996d50f22b
BLAKE2b-256 ad6328f4a129ffdbf104fc01e6fa75afb06fb5518f81096051e2b75aa54d5e48

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