Skip to main content

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:

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

Uploaded Source

Built Distributions

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

neo4j_rust_ext-5.28.5.0-cp313-cp313-win_arm64.whl (152.9 kB view details)

Uploaded CPython 3.13Windows ARM64

neo4j_rust_ext-5.28.5.0-cp313-cp313-win_amd64.whl (669.4 kB view details)

Uploaded CPython 3.13Windows x86-64

neo4j_rust_ext-5.28.5.0-cp313-cp313-win32.whl (734.8 kB view details)

Uploaded CPython 3.13Windows x86

neo4j_rust_ext-5.28.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (504.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (298.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (302.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (299.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.5.0-cp313-cp313-macosx_11_0_arm64.whl (700.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

neo4j_rust_ext-5.28.5.0-cp313-cp313-macosx_10_12_x86_64.whl (700.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

neo4j_rust_ext-5.28.5.0-cp312-cp312-win_arm64.whl (152.9 kB view details)

Uploaded CPython 3.12Windows ARM64

neo4j_rust_ext-5.28.5.0-cp312-cp312-win_amd64.whl (669.3 kB view details)

Uploaded CPython 3.12Windows x86-64

neo4j_rust_ext-5.28.5.0-cp312-cp312-win32.whl (733.3 kB view details)

Uploaded CPython 3.12Windows x86

neo4j_rust_ext-5.28.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (504.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (297.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (301.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (298.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.5.0-cp312-cp312-macosx_11_0_arm64.whl (702.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

neo4j_rust_ext-5.28.5.0-cp312-cp312-macosx_10_12_x86_64.whl (703.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

neo4j_rust_ext-5.28.5.0-cp311-cp311-win_arm64.whl (156.6 kB view details)

Uploaded CPython 3.11Windows ARM64

neo4j_rust_ext-5.28.5.0-cp311-cp311-win_amd64.whl (677.6 kB view details)

Uploaded CPython 3.11Windows x86-64

neo4j_rust_ext-5.28.5.0-cp311-cp311-win32.whl (740.7 kB view details)

Uploaded CPython 3.11Windows x86

neo4j_rust_ext-5.28.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (509.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (304.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (301.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.5.0-cp311-cp311-macosx_11_0_arm64.whl (711.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

neo4j_rust_ext-5.28.5.0-cp311-cp311-macosx_10_12_x86_64.whl (698.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

neo4j_rust_ext-5.28.5.0-cp310-cp310-win_arm64.whl (156.7 kB view details)

Uploaded CPython 3.10Windows ARM64

neo4j_rust_ext-5.28.5.0-cp310-cp310-win_amd64.whl (677.6 kB view details)

Uploaded CPython 3.10Windows x86-64

neo4j_rust_ext-5.28.5.0-cp310-cp310-win32.whl (741.8 kB view details)

Uploaded CPython 3.10Windows x86

neo4j_rust_ext-5.28.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (509.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (305.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (301.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.5.0-cp310-cp310-macosx_11_0_arm64.whl (710.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

neo4j_rust_ext-5.28.5.0-cp310-cp310-macosx_10_12_x86_64.whl (698.1 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

neo4j_rust_ext-5.28.5.0-cp39-cp39-win_arm64.whl (159.9 kB view details)

Uploaded CPython 3.9Windows ARM64

neo4j_rust_ext-5.28.5.0-cp39-cp39-win_amd64.whl (681.9 kB view details)

Uploaded CPython 3.9Windows x86-64

neo4j_rust_ext-5.28.5.0-cp39-cp39-win32.whl (744.3 kB view details)

Uploaded CPython 3.9Windows x86

neo4j_rust_ext-5.28.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (513.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (304.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (307.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.5.0-cp39-cp39-macosx_11_0_arm64.whl (713.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

neo4j_rust_ext-5.28.5.0-cp39-cp39-macosx_10_12_x86_64.whl (702.4 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

neo4j_rust_ext-5.28.5.0-cp38-cp38-win_arm64.whl (160.1 kB view details)

Uploaded CPython 3.8Windows ARM64

neo4j_rust_ext-5.28.5.0-cp38-cp38-win_amd64.whl (679.9 kB view details)

Uploaded CPython 3.8Windows x86-64

neo4j_rust_ext-5.28.5.0-cp38-cp38-win32.whl (743.2 kB view details)

Uploaded CPython 3.8Windows x86

neo4j_rust_ext-5.28.5.0-cp38-cp38-musllinux_1_2_x86_64.whl (513.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (304.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (307.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (306.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.5.0-cp38-cp38-macosx_11_0_arm64.whl (712.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

neo4j_rust_ext-5.28.5.0-cp38-cp38-macosx_10_12_x86_64.whl (700.8 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

neo4j_rust_ext-5.28.5.0-cp37-cp37m-win_arm64.whl (158.3 kB view details)

Uploaded CPython 3.7mWindows ARM64

neo4j_rust_ext-5.28.5.0-cp37-cp37m-win_amd64.whl (673.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

neo4j_rust_ext-5.28.5.0-cp37-cp37m-win32.whl (739.7 kB view details)

Uploaded CPython 3.7mWindows x86

neo4j_rust_ext-5.28.5.0-cp37-cp37m-musllinux_1_2_x86_64.whl (512.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (303.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.5.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (306.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (304.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.5.0-cp37-cp37m-macosx_11_0_arm64.whl (704.1 kB view details)

Uploaded CPython 3.7mmacOS 11.0+ ARM64

neo4j_rust_ext-5.28.5.0-cp37-cp37m-macosx_10_12_x86_64.whl (706.6 kB view details)

Uploaded CPython 3.7mmacOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: neo4j_rust_ext-5.28.5.0.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.15

File hashes

Hashes for neo4j_rust_ext-5.28.5.0.tar.gz
Algorithm Hash digest
SHA256 0828be4fa16bc814d074a9c79530bac480aeae7b06db370dec200bfc644473f6
MD5 d00c808d1b88e6346630eb9f65442f2e
BLAKE2b-256 84047da19cf5c9d02c444fac5a5e268535f55404b36ef02fc5d5c0f4dca69e77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 15219550965bd2fe11b5660d41f578e770afa0974081d5ccd4e54833905e23dd
MD5 06204a773079643878efe64942bcd02a
BLAKE2b-256 3d16195981719d0359591d0f4821b81779c1c82c3caee93dbe68da277f133d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a16372ae6628d0261d0c79fe5e9f3c97548daf3a57343d83df5c0fd9708e1f6a
MD5 12c687875434ac0ce9f48ec3d815324f
BLAKE2b-256 7cfbf7799a0154a6828dd96849e4c4c7fcaddd5968c4ee1dbd1b00dbd6466a50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e4fe473821365fb437e534e2a1247041af37df6ed9165d12247531ba66fa22af
MD5 e228c9163990f2d32580dcc8f6eca5d8
BLAKE2b-256 840d4a1aa611811c8e7480ac3aee30074dab5a516d39a137c288be47d3eda47d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18d118a72c9c1e3e05231b473aa1cbacd3b21f77a9f4d6cf83092d675c91cf9a
MD5 cb7159b36d0da86e2097d4efb612c8cf
BLAKE2b-256 217f35aa6df1f52f2fa7005451cc9c9f19af16ac7b48909bd0468d71c29f76fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b63952e7106d8dd52967fd75828fb0b05aa425ae13c3ddcfc49c185031be62a
MD5 f28b6d5ea6e15580c34373262b913843
BLAKE2b-256 a9c21bd560b0621f9c024cd18c72ecf6d94d5a55aac13b1d72e18ba3637c5693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 58eb44ab46e18e9fe5973bbf63536a9c732bfabbff55f10436092df9eff47796
MD5 49961e1a0066da2571545c8485d226f5
BLAKE2b-256 8c9f28d103eea3dacaf8106725dc284425a21d351b97432118c5e0ca159c39da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 465b0893cf8b96c1aeeecfbbf7f4f3895631ff96d058f2beb548ecd4aabf9b35
MD5 5405d279c2d0b2cb962c085a1b8ee87a
BLAKE2b-256 6e5eb6a765b1f23c1bba213ce93cdc99834f8744cadadc0a873aa315129c0602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 349f5d595b67b8dab2f28df29a5b7f004f1221bfb55e373449d4428056cf0355
MD5 5f468127d63c2a4555620b4a11c303c2
BLAKE2b-256 679f8cfdd2490206d65c5af5e3760a6671ddff405acd80bff277c1538a560e2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 73e942c0ab2e406ba14da2096f2b1e087b9686fd5aad86c66b2bc54c6d8cd36e
MD5 a366d76aca6f6bfaec2f484d40785c58
BLAKE2b-256 7c80236233b4341b039d672f8c6f30bfb20f6a68fd54f56f04a6a0f581223378

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 408411ad4981287df56abf0ed8b8e624e7c06f994c1a3cb1aabc3ea380327794
MD5 1cfef7107ca619fd320f8b97e74eaaae
BLAKE2b-256 4d94defdbb2a5aa16ca17ff8e7dae7dc65fea01b2c4738a6407b55a257e7e9b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0151df77fe73bc2495d2815c534cdd7825399dfa0d8864b07256a5abd61a0cda
MD5 54d0b73905cd78377196b388c7908b5a
BLAKE2b-256 ff34fb02d1ba1f8fdaac3b54894737c93ae0ff077f3ca9f52d93c701b321d141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 95c0bb6041f67e7aaa5802539bed32da5156c69b7749fddbccb768bfd3ce30f6
MD5 f98d5e1a8ad419379bbac21e74639f58
BLAKE2b-256 6df506bdae0749cc2fb57aca23402f86d4dc717317f938b2a43099e9dba58175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e684d66b07a3331829b3f426fbe10b791fbb196d3e97e78e3529d81c6f66080b
MD5 ab9b2d86f1ca43ca2ada4ad40d377374
BLAKE2b-256 a7129f892809bdbe8f0ef2bf67282bb18a2117e40e2faca471493e51a23bb2e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f30c7a24fc6029923f1bd3cd70ef0f352671c0176b54ecaa24b91ae60329f585
MD5 5926b8962ce471ec4bfefdcc5bb1c5ab
BLAKE2b-256 8bfa89757b381913717fd49f26f73c19f92be9b5cc13360c85257f4854d64c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e01aabaa8857f1d50f5fd22f6f8334aae8c5e2ac5c8e9207269a8a246fd68ece
MD5 bf73b82946918a81e4849e9dcb5455b4
BLAKE2b-256 64d95d34f5f779bb235929cd701fc7b3340ef926848ae49df11b55ca1ef689f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4bfc488c1ef82089dfe1da75c9616b0c8efc0fed14cf0b40f545c98b8385f3e
MD5 224e2f41d61ab3bf0949577217a0cdde
BLAKE2b-256 acf119e29207d8287e9715a64a0dfec1f3394fe5284561700a9daf1ce4a1ce22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b27585806e44b3379dd4133aa30167e78d76665d0644d3616a1b8962959cf73
MD5 052304f04208877e70b37ded1ebf8f06
BLAKE2b-256 b3ce62d91a06303ac066df6ba2f72a7061ca86c001f5c4b28babd6c97577e15f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c238615d190cee8e36c272e17e4574be8f9fba0434e7ba6b7e76bc27bc3cbddb
MD5 0110033e7991335c6bdd4d62ffdc6caa
BLAKE2b-256 e303b9d6fec5ea4c7045e4fb69a27acc1829a301b38256c2df855fabbc7fca66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cc76d1fd3d4f9bb111f8936e922e1b83a7f32d29f5cb2943d0f9092fa8860c02
MD5 3061f4eb013f43620b445cc937b459a9
BLAKE2b-256 5c00f7e3a786b275f834e4df22de6969029b5f9ccac5232b3ed94b3a9e1dec51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 86bcf305818cc4887960ed8e67d6108d38f05e68e773ad38467864856ea5e5be
MD5 bde21b67154c7fad4cb72767e5e3b7a1
BLAKE2b-256 e77d851fd02b43ffee696df7f4fa79238e33c69ad76f449caf4a8cd2a6b3ef28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 53dc8be04bcea92cf08468519ca8e2214ffc3efc7b74558d940631caceea0d89
MD5 c89f6701421454f913e47e40d99abfbd
BLAKE2b-256 eb0903f53ff7547b2c1eb558e8557a585fcda9cfd8918c1e9e90da40652a74fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 921fe198503e70b990293b93b6434245a0b7cef71e17dc3d856aee912c426d2f
MD5 323690f53df188ce68c0e3d211729b15
BLAKE2b-256 a53a401279fa28903bab5f0a910819f6113e1c44160e6377efce7236249db70d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f337571fff82b9df6eccb54e751a06464268bf08bbd2329d8617a2adde4cb819
MD5 d8148e378140c68a13130d3beafa8304
BLAKE2b-256 28edfb29288fd04e4ed7ce5424720c72ad2014b2e26bc833b5871e183a0749d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b4edc5e5ea0ae8d9491f4b63c0886b1a5d78834e73ca6b14cf1a9c0da7135b2f
MD5 99b35eb4f86835f4f6ea85fae3ee9f82
BLAKE2b-256 cbf575467c905f0b0852f56b420e7f0ba3ba050e336540ad628d53493a820de9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5fbe2e0493d75fad2bf513e90e11624d145c8d732c260084a1e32f2a18d9393d
MD5 bead09fbde726b06d3a95114eb774447
BLAKE2b-256 5297ccdfab1a731ea05d12eb735121e03202167ba034a1cfbb966a8ee9344f03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d27a5da4b11a44f8062014dcac7ca99df664ed4908ba55a606e69b5c32935d8b
MD5 de7fc1b9d731b1e97047b117f761a6fc
BLAKE2b-256 0b2bb641950b5ce1a782ada9980e7e4408696592ff1bc09c1c3fb48720e9fdd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67e5376b6c35b4f4be5cb1c3ba64a2b9d61a816c6fa59805caac9c343f26d0e7
MD5 4ed18755e529e247a560c227d4f82d69
BLAKE2b-256 5c25303bd15850fbc98f4b1573f5ef11d284a1896c05e80a47892744c7e4e355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 0673a990028a81f21a4051570b8426bc4689b56ef9b8a35867dc1ed045638d62
MD5 2fcc1777aee0eff0519ea038356b53b8
BLAKE2b-256 514afe362e3b8a51eb1e031a494fe4e039768df54ec14d013122377fa2351634

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a3876de95c81ac41b4fe0bcf7f4bbe5aa41d636fc072794b26a9fd49437c47e7
MD5 ab1339bf73d1a870324845d47551f40b
BLAKE2b-256 3785cb6168649c4cd390d45b5d1ad73d7fc7d06c9b591b24a2a59a9cf6505928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3685152277340deba029f1c80cf5ad262849ad827d586d9fc88514c0d0d3000d
MD5 c07310aff51e1a1b86a401edce83eb66
BLAKE2b-256 c05c9f039bdfe2587c657f534f953ab5b03daa4c4ae81364613fc6a5db807871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b34cb40f3c0bfea59410e402a08b9aec03f74590937213ee5312506766c5105e
MD5 28b74b4ba38026cc10aa78c98e40168f
BLAKE2b-256 ae4e4a0979a854f23ea961f3a92711a6ece519b3bcc911e932eca2896bef1b2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 711c6bedf52fc3c94456ad8a8645475bf596e4e34fdf465d8cf3db02f45313c8
MD5 398e2a6761de523a3e9db7ca34ea5723
BLAKE2b-256 0fbcfac99683ff75aab6a794b3be7198ca3f904615b4308d957c9a497f82bce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a0f5cb0dab0a18cce58fba0dad875915e4e0b342b721f08777788767ab00e7b0
MD5 ae878e0a3bc7d695728f110d121377f6
BLAKE2b-256 28d7942545a34d90d624c488543cb1db156f2496c3ca24c34ba3b51a4958ca91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53ef724327ebec7952130aca4f2cc0d60cbebef1e69a7a67386109c084ae38e9
MD5 fc20c74dd0e548491ccf327da65cc773
BLAKE2b-256 cfe18bf2b7d181a2d365988c767561dfbc35e1325ff3bf347b80f0e606408f30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8317cd0ca99382a51f87acac9d770feb831ad5de31b46567bb3cee30014a0814
MD5 b1d01c76d41332b63994a206c63240f0
BLAKE2b-256 33bfd1953223bfb92953e01c10cbef91eec49339d6a1640c6a05e0e687afe217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ab9b5de6c3f1ab30b16ec233532a55e769adcd0731652376802f98d273e0b314
MD5 67c54e77926d5f8d1229c5d30d54ed23
BLAKE2b-256 0e2a7e2939873bce1d7e24f92a1a5ca283e28099bf103965e2940f97f2297e7e

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 57e0d2f402050ace323f66ace3aaec3be57d32f344635a249192c97534d176f9
MD5 b3edb9cabfe41b65da7931f0e1ed8907
BLAKE2b-256 52f70e321e235cc80f022314359584666b9a85b358273ce5e38960dd7825c550

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 086633c1e04ce1472f81eeb9b52e055d4f32ac91aef0cf903c8e4b01ea51b0b1
MD5 424faee0b625a5ea73a593d54dbdcaff
BLAKE2b-256 721363289d7214531823b8bbe79ecc2bde26beedbe73a1b7e54f0430428c02ae

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7389bb10a32bc3f8e8df1e83fbb6f3dd0aa3f6e1fce6efc95eecc0a111f3f7d6
MD5 3b1956e3a7b2e2ede7c5ee2ea96653cc
BLAKE2b-256 02d4976a8ecd2fedef2061d1da9cc322523401a6dc25927bbcdb60113d5c8c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18127c12bd1ed2afa80039063d314ec62a77bf7cc8fb786aab9534e2eb30c345
MD5 c5522210c69070b8ce5e9fb32371e55b
BLAKE2b-256 238f33a19abb9bf87066cba27f5aa051804d09b7246d46aa33a3b3365fe157e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b53f709f72fef0cb14e37ca179cd71893ee48d00e27d14f00cbc5b4aec3c0c38
MD5 48da8d1df1847b7f9e9d2f00f02e56c0
BLAKE2b-256 c600dbb2796b67f61c67fecbc7a9638cde07e4793ef8b1268861a13d625d3df4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 83e6569f2cfb192bce8be772146b12e1d7676b787ef917910ddf3c7463ce1bf6
MD5 c0f0791efd6cefb55f60464efcfb8cdf
BLAKE2b-256 6eb4ea808413b3aafe4416434a248aa28f97da4800430330e4180bb63163f80b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e13f5b0ec45cd32350e05c9eef1b006141cdd12ccb2c5ab9d7b3f6c2c5324227
MD5 6f2fc2809db72835218f1b77453b88b2
BLAKE2b-256 8d609d6837ed85521dbd9fd2f0b05f74ab35d38ed56e958b7be2962982975e8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa2b755bc914837f17cca67e068ec7140813e1687ca0038c13caee53a6206b57
MD5 84795466d1e26493f79a88c54d10e3d0
BLAKE2b-256 9fd0b86f2b684f43c328fb3d0eddd6748fade4887d981ccc0cbdc54be6d8bd25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 95a6a9696aa964c67feed4bb216943b77ee26c134846a49ef80f21603f8b2f30
MD5 d8b7db4a7f4c895020bc6cad48bbc0ec
BLAKE2b-256 50b7d54570f951b15fb7c6db780c10c0fe03a3fb7ff3b6e424f5e39463766984

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp38-cp38-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-win_arm64.whl
Algorithm Hash digest
SHA256 3de13fae8fbd2323b4fd714b251886cc6a7d159583bcd4417b05cd5e38d2b728
MD5 68a35638623a8168fbd88132062d66ad
BLAKE2b-256 cc2cad6d0fdbe7766c99931f5327bae029ebcf917cf56db4490c60c781b3f0d4

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 63300736d6556cdb78ca121f9d3ba5d89f5e5bd3cfc5b936c68cb368cf16b21c
MD5 e5b0c8efcbb520170c64333cf6e15450
BLAKE2b-256 e0315036902ba0df94c71200bd0cca06fb484d07adcd921c0fbdc9abcaec5137

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 48013c62bc02ec577a7e369360f28baab1ed0c2f47a8a2791f5b48e362472f8e
MD5 d42c261abd0d32bb8b8efa310f6eed29
BLAKE2b-256 199bf9a633ec61e33b244d52c3213a125e67828fba0876b332d26cf76c7296a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 918a098f4244e3683487a0f49506f8ec223d94e133bf4e2ad17ebbf6513cf0a5
MD5 2bbe91574776eed3fd6fed460d7af4ad
BLAKE2b-256 4b39594f5e44151200d5ed5eb21d19929b5319b66cb5c1611304249e94796fbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6503ad2f5ae8fa762268349655bce125c4b7b3e42ad1423fdb45857979fe1829
MD5 faebbb80b255f9208a8d1d998bc097ac
BLAKE2b-256 83ca3278ee7cbf1a7cba097fa0976e18086f4e3b8539dc43cb86f338545eec52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 63841b70be1c22f903166218fdf8e11511dc0040f41b4a0bb886e7c23898c228
MD5 8f0d9a8f13d6240a91ea8af54dad10bf
BLAKE2b-256 2924c9b653ca70f39dbefc57e19a48f4dfa98e2ee847df9fce8f07a4dc7120b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd09e8470921d913337b649c3519c9a6de4e61f00cb4fe255a8b96094f97bfc5
MD5 85752af58cd97c3c1a75dc0825023b59
BLAKE2b-256 dae31c5b58f93775641181776b99e54fdfa52e72949ab0c397c7c35f50685b3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f52a82174455dbe0649178f7f11c5644e87b1af012f1b4fe25eabeff2421f230
MD5 e15c52c8c7e58e4da085bf169850c248
BLAKE2b-256 bf3e9cc651c4526cdb0c3b560df5665eb8d70af9c4e0260e0550c512cac76610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47cc6b74695973c0b609c6886d0396f1f4123b35b644ab4ddb830e47cbe763b0
MD5 08bf68944b14240a6940ee87273e32a7
BLAKE2b-256 31dcfa12cab686cba45b91e448564d35e509b59671ba17fe5718cf4d1e6a46a2

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp37-cp37m-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-win_arm64.whl
Algorithm Hash digest
SHA256 da2d551691bc766eb6a9cbee41db80e5f16ab38cc0fbc1f983117365febad331
MD5 c0536570fe9ae9673c54ebfb6e6e25c7
BLAKE2b-256 edf11f5e42998012cfff31687e6d647fe5e938157d5d3b22b492ba8d293825d4

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 467992603e4587d030d627672df03242873301089638546eaa6f4785aa91b5e5
MD5 0068ab4dd30c4139bee7b357ed2a88da
BLAKE2b-256 343a8c90ba70a8326b8664b376926c199662353f162dcba04df757124991ccb5

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-5.28.5.0-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a00fc46cef0eef2643c7a306271b3220e87df5825a4c7c90cdd78343e01949cf
MD5 51ee66b23f3081566d02016bbfb0e24d
BLAKE2b-256 e50f7a31824c8f028c55879088eda2ce72096ec76a6a2ede66f3debc5f749880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42e53b00172b877217807f9e1ccbe7edfeb2bb61eba5e2b4695fa25efa11b1b3
MD5 df54b9c0da9020b81c1a7478a62d84ba
BLAKE2b-256 04b1aec1f618e58172df5de54df73797b3991da665c02974b4d8f1ee6d54ddbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33ca461bfd8845fb0b32ae662bd9238c030025a86ffbfd77837114a5646d9e43
MD5 251f85805cb62b279de3bf4e6473f072
BLAKE2b-256 f68bf2db613e288131fe726a7a59236031e212af874cf7ae23c6039cb8885b4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5879f997124b92d1e4d75cb7063ebf59e68112b902305c3d2f13e2bb8dd20b3c
MD5 5c9b49b90c988c3d191e05f7706dfb77
BLAKE2b-256 f37b0debc82dfe6eb480bbf531dfc2cfcbbd7fa336888885ab5e762c4d612685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a80b89c687119fb015e905a0c44feb29711a12dcd60aa36c93f2c98607eb1013
MD5 27774e6dca954f54293d0f55c8716cdf
BLAKE2b-256 44862de5670c6d79c8f923374f2c054cbf6417d42a6c9ba2c2bee15e70177632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38fbde7c986f90c465213b05f8b8da58c3eea4a2810668d4adadc9eaf8993d70
MD5 a5d4d51dba9443568573d1fcaaa5fa4b
BLAKE2b-256 48a150e2ba157acd5c26caadfc277242dea8233f15592f0823afcc147923723c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.5.0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4028cb6a96497688f46311f5dda9f5bba4bbdecd1c3087a383e9b336c624a93d
MD5 9da318dab97792e0be7f4bc38a83511d
BLAKE2b-256 07942e4004cd7603deda4779bad0f2d64acb5307bc398ff8d45772eb4f852774

See more details on using hashes here.

Release history Release notifications | RSS feed

6.3.0.0

46 files

6.2.0.0

46 files

6.1.0.0

46 files

6.0.3.0

37 files

6.0.2.0

37 files

6.0.1.0

37 files

6.0.0.0

37 files

This release

5.28.5.0 This release

64 files

5.28.4.0

64 files

5.28.3.0

64 files

5.28.2.1

64 files

5.28.2.0

64 files

5.28.1.0

64 files

5.28.0.0

64 files

5.27.0.0

64 files

5.26.0.0

49 files

5.25.0.0

49 files

5.24.0.0

49 files

5.23.1.0

49 files

5.23.0.0

49 files

5.22.0.0

49 files

5.21.0.0

49 files

5.20.0.0

49 files

5.19.0.0

49 files

5.18.0.0

49 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page