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.28.4.0.tar.gz (19.5 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.4.0-cp313-cp313-win_arm64.whl (157.4 kB view details)

Uploaded CPython 3.13Windows ARM64

neo4j_rust_ext-5.28.4.0-cp313-cp313-win_amd64.whl (694.5 kB view details)

Uploaded CPython 3.13Windows x86-64

neo4j_rust_ext-5.28.4.0-cp313-cp313-win32.whl (755.0 kB view details)

Uploaded CPython 3.13Windows x86

neo4j_rust_ext-5.28.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (480.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (304.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (299.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.4.0-cp313-cp313-macosx_11_0_arm64.whl (745.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

neo4j_rust_ext-5.28.4.0-cp313-cp313-macosx_10_12_x86_64.whl (752.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

neo4j_rust_ext-5.28.4.0-cp312-cp312-win_arm64.whl (157.1 kB view details)

Uploaded CPython 3.12Windows ARM64

neo4j_rust_ext-5.28.4.0-cp312-cp312-win_amd64.whl (695.5 kB view details)

Uploaded CPython 3.12Windows x86-64

neo4j_rust_ext-5.28.4.0-cp312-cp312-win32.whl (756.0 kB view details)

Uploaded CPython 3.12Windows x86

neo4j_rust_ext-5.28.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (480.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (297.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (304.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (299.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.4.0-cp312-cp312-macosx_11_0_arm64.whl (747.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

neo4j_rust_ext-5.28.4.0-cp312-cp312-macosx_10_12_x86_64.whl (754.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

neo4j_rust_ext-5.28.4.0-cp311-cp311-win_arm64.whl (159.1 kB view details)

Uploaded CPython 3.11Windows ARM64

neo4j_rust_ext-5.28.4.0-cp311-cp311-win_amd64.whl (701.1 kB view details)

Uploaded CPython 3.11Windows x86-64

neo4j_rust_ext-5.28.4.0-cp311-cp311-win32.whl (763.0 kB view details)

Uploaded CPython 3.11Windows x86

neo4j_rust_ext-5.28.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (484.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (299.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (307.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (302.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.4.0-cp311-cp311-macosx_11_0_arm64.whl (749.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

neo4j_rust_ext-5.28.4.0-cp311-cp311-macosx_10_12_x86_64.whl (757.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

neo4j_rust_ext-5.28.4.0-cp310-cp310-win_arm64.whl (159.2 kB view details)

Uploaded CPython 3.10Windows ARM64

neo4j_rust_ext-5.28.4.0-cp310-cp310-win_amd64.whl (701.2 kB view details)

Uploaded CPython 3.10Windows x86-64

neo4j_rust_ext-5.28.4.0-cp310-cp310-win32.whl (761.5 kB view details)

Uploaded CPython 3.10Windows x86

neo4j_rust_ext-5.28.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (485.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (299.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (306.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (302.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.4.0-cp310-cp310-macosx_11_0_arm64.whl (749.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

neo4j_rust_ext-5.28.4.0-cp310-cp310-macosx_10_12_x86_64.whl (758.2 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

neo4j_rust_ext-5.28.4.0-cp39-cp39-win_arm64.whl (162.2 kB view details)

Uploaded CPython 3.9Windows ARM64

neo4j_rust_ext-5.28.4.0-cp39-cp39-win_amd64.whl (703.8 kB view details)

Uploaded CPython 3.9Windows x86-64

neo4j_rust_ext-5.28.4.0-cp39-cp39-win32.whl (764.5 kB view details)

Uploaded CPython 3.9Windows x86

neo4j_rust_ext-5.28.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (487.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (303.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (308.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.4.0-cp39-cp39-macosx_11_0_arm64.whl (751.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

neo4j_rust_ext-5.28.4.0-cp39-cp39-macosx_10_12_x86_64.whl (761.0 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

neo4j_rust_ext-5.28.4.0-cp38-cp38-win_arm64.whl (162.5 kB view details)

Uploaded CPython 3.8Windows ARM64

neo4j_rust_ext-5.28.4.0-cp38-cp38-win_amd64.whl (702.6 kB view details)

Uploaded CPython 3.8Windows x86-64

neo4j_rust_ext-5.28.4.0-cp38-cp38-win32.whl (763.9 kB view details)

Uploaded CPython 3.8Windows x86

neo4j_rust_ext-5.28.4.0-cp38-cp38-musllinux_1_2_x86_64.whl (487.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (303.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (308.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.4.0-cp38-cp38-macosx_11_0_arm64.whl (751.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

neo4j_rust_ext-5.28.4.0-cp38-cp38-macosx_10_12_x86_64.whl (760.2 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

neo4j_rust_ext-5.28.4.0-cp37-cp37m-win_arm64.whl (162.4 kB view details)

Uploaded CPython 3.7mWindows ARM64

neo4j_rust_ext-5.28.4.0-cp37-cp37m-win_amd64.whl (703.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

neo4j_rust_ext-5.28.4.0-cp37-cp37m-win32.whl (764.1 kB view details)

Uploaded CPython 3.7mWindows x86

neo4j_rust_ext-5.28.4.0-cp37-cp37m-musllinux_1_2_x86_64.whl (488.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.28.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (303.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.28.4.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (308.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.28.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.28.4.0-cp37-cp37m-macosx_11_0_arm64.whl (751.5 kB view details)

Uploaded CPython 3.7mmacOS 11.0+ ARM64

neo4j_rust_ext-5.28.4.0-cp37-cp37m-macosx_10_12_x86_64.whl (760.4 kB view details)

Uploaded CPython 3.7mmacOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for neo4j_rust_ext-5.28.4.0.tar.gz
Algorithm Hash digest
SHA256 885639569f81a7dc7761733a7678b4dee36886a5967df08b521a05af75c9d433
MD5 1ecbbce55af8e74792ca509cd70cd1af
BLAKE2b-256 7997f44e7a51d50f36109164f27ec8d7b7334615446444fe7bbf90d820ef2096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 97eeaa33b5387ab72aaf4a42af5c6df7915f6a4f52b3988d9a3d605b4809fc53
MD5 2aafbf7edfa49aa5ba0f0877643f3c8e
BLAKE2b-256 a1fcfccd90f37d9cf24287b88b2a473e050254dbfbf34a8671e398c7175b759b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 af4803490a2a642f3d44c83fecb16a8630bffe1900b3850f9331693e3ed8f344
MD5 cb1c5ae8b3681ba7acf5c39baeb5ae58
BLAKE2b-256 51bef8e8cabf15114c5449ed3330ecf076cde2226f218820426b6a042845fdbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 69db5c1d05c8cf96ff6078479e6a0f3cdbe6f7b3668fa3df806771c105bfd598
MD5 a9d579fea84e483e12d5f937d9082a9d
BLAKE2b-256 f87f543537fe6ae1053b49157305e5971dff88a4749832c8df60c91510eb382a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2152e87b01c3d0bff8f8f17e46e1a51733a6a7a7c08594cfde938f57531293cb
MD5 82c7f5359d979c00a528e192b766c697
BLAKE2b-256 4193db0775d3a8b73b92cf14742b3b3d6b23a651b64c44ce92f45d78c2bc0231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50c186e0dce680f6f3a8c2f2ed37a597448adbaa6a9f515d3141b8ca7231600c
MD5 63844a294cb0ce7d02eb20271d118e40
BLAKE2b-256 8673b0d561f7da8ae2d703c4c666bebcee973c581097dbc28c73994f9d554a94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ef4e77a733eddfa9e5c299c4e1524990ce1a934efe697593bc75392f776fdcb4
MD5 1a7f8e5c6757db472dbfdc505e913cbf
BLAKE2b-256 6b52ee06f9ed634e5bdc0318f101313a9f8232713c1ec0b2940b4ad32a07e491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adcfd7002f7f689a0c1afa1a05bc6dd5956e4cde689b0680e4e2407a630aaab4
MD5 604ee62e3b00bbdd011000e49047ab01
BLAKE2b-256 49670227154f7188e9191196cd22b1dd7bb50a6c39961d4bc185335806611570

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4340d32a793bedb154603326239b2e03321b2cc0721fc37da5ed77972d4e021f
MD5 d1e48bb4685839f7707654d398d70001
BLAKE2b-256 3bc3ccb5a61e07c38a933b8843d51dd32e6fb94a3707af58af63c45434baa02b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4604f2706de7c3f36a740382d04b74552c31f34db2a541de3f498997f90c9335
MD5 417d202cf1739f1c5e82d59a746a4fb7
BLAKE2b-256 0786a4544192d3b4b732956878725afce3b4745a4e11c3e22b6e405f4d3f771d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fb9dd88ee2038c3d3a316d7780823eaccb67d3316dd88d3fd4b0ad28a298b514
MD5 882a8bf58e8a36b331144c0b507abed7
BLAKE2b-256 473c5189a993ec0bf8df80854f973abd87f12d170e7a2b21a05ba256d74e3987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5e1f8321cad1548a02adcd9baf0995980408cbc250eab728cb0c3ec4892caed9
MD5 81f37e2ed2da062e676cc4b15d049570
BLAKE2b-256 93e59619e76620e8d601ec57a0b25fb15daf9b70b81bd3f2f13968ea47247ca8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 71661b2a54e82dd54758eb6c8d413fed69086e70ad84b1ea74e9078a5a1cd6b6
MD5 d346448cd05f0262f34af6a76f1366b8
BLAKE2b-256 e45ccf7ffaf157b2c248e073d5c99b400352826ba4bea8cf8554774439ee3cc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03db72fcce30963b47c56b115fc198ccde6003b04fa340baf102da2c40abbcd5
MD5 171310dbd7a98342634793ed06fc3bb6
BLAKE2b-256 73e2f1b858491c427906fe4267ca7deb3d8fb187a91a19597802e7810c1cbc6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65e0e2715f8144d5c69b9a02ac0a6c81de05cbf32b4446a0642e730aac60ff50
MD5 d779525bf86d862b935fa96086140784
BLAKE2b-256 0de0e65a33445974f22738fdda363cbde181898653d71ee88478ae279f0563a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a42bc9f0b919fb8ed45f055fa9c8ae0d64f512361a8e4e018add974969d0fde
MD5 818ae0f6d1b0b8b83b785775e4eb3047
BLAKE2b-256 79ea9afe13c03f964851f256c4653b7a80da4a19b494143fd26456cd79cf071a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b658ba3f01c11d73d4bc50881b9c92ad9e89f6fdfa40bc5e8fe48d2a64ef90d
MD5 d2099712ee73c788f41b171db9c03294
BLAKE2b-256 4b842c2f93866af7fb0adf55fae6b83a0ee8321ef8998449cd98150c53553687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6645afb26ebdda19a5e82af561a5b593d3b385888ed60ffbd7ec031f909e752
MD5 b66f1ea805421a4aa99d2b73661534bb
BLAKE2b-256 2dd42702dfa1ea4b33c812957e86b4a2e658d1fe95d5d0050eb9d98f4ec910d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1a73a80b8fc19414596050a43cdb1d229040e6b61be7263945464df0f239d30
MD5 53801ae0a9e8a4c8156a3aea24f6a6f3
BLAKE2b-256 a6e49da9bc604ff88b1aa5ac034dad8e798e1e49921f43a936c4509a6cbba85c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c1bc07f0e82a791801008135db5143cf415bde4283fd601b57b3d4ff223704c4
MD5 e8b58a43c60285cf4bb102e5cfcdcb41
BLAKE2b-256 ed7d5211a86e0f1c87197c88bde66f67f512cbdb27e7fef92cfa5bfe7335852d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 46730ef63e240b2e7daa27ae89bec3f463d52f5204e59c48af063d46a38ca446
MD5 305b7163d95a4d84a620e99600a2421c
BLAKE2b-256 972f85209761994c5d027895e5d88fa6ce6776e08cbe5d6c425794dcc13baeb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4cd6a4aac2e25884ff878f7fd3ab875ac28ee0e27943be18b38269a88740b69f
MD5 5ac06a5dd12d786a9bc0aa2ce2b4ea4a
BLAKE2b-256 f8183cfb92277a88ff15d1f6cb542d5c4f1d474bb5c515ed84f6d8c0cb48ff59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c3c28e0a5983d138157e52e37420eecead15587fc278b834f02f3f0444adeb9
MD5 3c49add72b33270510473649038e0e73
BLAKE2b-256 96832b0946ec4ab28b3d1eb9c4ab102cfcfb3635a45f95b76e94feaf6ef3004e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70afeda53fa8fee201c008033d915f8193a1abccd5171d61d5cd677e4f77f8fa
MD5 30cb2ddfd6ee43cd1ca9aecec319929e
BLAKE2b-256 d97b1f164cfa326aa36c436b1d742891d5c2eb5450b621e3d355d1ab5c0d6a1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6da86a0767017a07da026a8e71dcfaf5fba28683bbb83d527ed9e4ef6ba15974
MD5 813a2ecd139abb3920225a279cbc5546
BLAKE2b-256 40ab64aa85b73b61ed8d8a15c73b24779c8209b16705d8a36e90ec85e3df95a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87781e8ef40a3c62cc541b47fb68ed0dbc01ae00b10c618c28508dbebfd5570a
MD5 8c3ed0a3e8d5ce0a3c7a1d2695b94603
BLAKE2b-256 cd39ac53d01b11616de20a20400f5aa5f86e1caab34cacf81fe30b54bb78bd9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a88e3a966a591e52cfde30e0fc3e785cd7c48dd98c9afa18888e1d3e428091e
MD5 795fb408e605aed9aba2f930b425882e
BLAKE2b-256 a6197f4c8ac91051e351774f33fa60284ae7753dc0547db17285c814ea78731c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c7713a1d15be9e950744cb3d7dade2288d7ad360c11f01e460e0eb36297b7f61
MD5 dc533eda43bc04115c5fb93e6b75b203
BLAKE2b-256 ce753fd8fdf411367609fb8aab3c4caaecb9c6d3ddeed7383207f39a264b8dd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 5c7e446d47346368a2ff1afca5243a37762a2dbcb4ca2287fdc89b2bc7953d9f
MD5 fc88dc813ee684ac6d6593ca890ec195
BLAKE2b-256 a9cc2a07728869767314a95b74aeb6bf8b70e62ea8ecfb96096c16a53c4782c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 29204692c5fb058c331c600bc9689e210d0ebee6cce51157fde39ea28376a978
MD5 7ebe9e0de4490ff48322034d7d8756ec
BLAKE2b-256 92bc0bd513d9937f692313efba4c3ede3a25a3b6949069c525e41a4b93d691a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e233ba65c625862c293698a753ed3bb259585a31de221f47a877d351ee5886b5
MD5 84e5815d685f83e636947beb116929f7
BLAKE2b-256 014333a8d40a103985374c36b32e4e1ec22216e88312ca7d381180fc6d925a09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80a8397b9c5354dd2a115985d3f39fdd6bb58c597507409a88711deaf1d5c58f
MD5 4df35484f02e75f4a8a4f5c9e2dee08b
BLAKE2b-256 9f14c55ef7952c06ed5ba93c8e11c622417bd41922451a583107315cb67bec13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7963adca843d0fb386e158cc07af10cd73f8ad72cb9039db240e4ca09238ba99
MD5 8de217ba8935ccec3d0ac8fd032ec183
BLAKE2b-256 8d790a4632752bbd4573c16c231711a56ca8f4c320711d38729c46c4babda5a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5c25e628f3de68b1ad9fdc7cbe4db4528f6c82538a78fcaf3e286a011ed926c
MD5 b18603bc93f8d37b859604757d2ea3e8
BLAKE2b-256 96cb33979c84e4714988b91033a5372e09f67a6e31e9a4e80443d6770c2b3272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b767681611cda01736081e9339639892a5ab326b2dd5b155572fb5f4252bcccb
MD5 17eba2f01ca3fef2d77d822e5c0cb4d5
BLAKE2b-256 4d48a217fcafc014915429d7b551fe8c41a27ff417c9b4c7187ecf83b742628f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3987fab75674f5400d2853ed9948c7cbaf5089cc2ce5b2281adb16835a35f227
MD5 e561b3cadfc1ecf229f9c2b5401566dc
BLAKE2b-256 9ff73fc6f4a6c4fa48ac448056bc56a1a9cd3d166155344758eb6ecc2e0892b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0e9c67d98172afde2bb07f70722b76586a88d995eb34c3edb148d918107420b0
MD5 74906dd9953cdea9c5c0102ffd0908b2
BLAKE2b-256 7d1752dc3fb8b187ba645b7d306e790e4eda40f3432be8d9fca6a8e33332880a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 da9d55caf197879d4eb4d803c4f561ff804dc2b977b883f768802bcb0ade9517
MD5 126ba2b8f5fc17cf17191ae14817a9e2
BLAKE2b-256 0f0139b03f7ffc77d09aa4de9c389d26f95bbf600e1835dfa5eb24d6a3d1ef58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7048e5d6fd1ff0ecd3df9e72c6fbf7484f35b534c0b450bb42f5508ab4d5e61b
MD5 2284007ede6f591f708a537c88b3d268
BLAKE2b-256 31eb860771b182d03912f98d1fb9549bac249061a814ad75267ced055d477457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 73dada14eedcf0a21ef9c1230979585fcaece24a0969a84b1f63a2f19ad15a6e
MD5 682df61bd69ea04e684ff23ddf5e50f0
BLAKE2b-256 35e7534c71af852c0ed73332bb3db31fa5fdf5d7fc0a856e2167b69cc32c4b47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e152fa53e809b67c9810648080063bb2c6519d3ec802c41bf720baf713ddf737
MD5 cb596a58dcd37def395309523641d188
BLAKE2b-256 ca2a692610440d5325731496448bb914f14db0ddcabe5142827ef2290f4225c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b333566993b6311dfc048dcca9f4fff308ff0b41b4574291ebd7e55f82c64cab
MD5 55f2fc6c1bd6fb38308798aca3bb5bc7
BLAKE2b-256 4eff6326d1c6bc514f274269f16daf65460807748266dd97c9565a593d3ca2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 376d43b672158becf711071ffdb053a4446cec865bae2b9d0f8cd5f0ed9dd77e
MD5 6c26e7c8ffecf78c01415fe6b14cb707
BLAKE2b-256 a86c0a3e5322f3b5ffc26d1e67bd596db0e2995fa4c2c99aeedfd1e686c9828c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d32588196bfc427c7592720e88dadd7b864e09a0af6d21fbf921730f3800a39d
MD5 82e2dc1f982217a8f39eacdada24ff28
BLAKE2b-256 69a24c8fe3b84582df6fbe58a6e6905556e0d5fd88b8100c747d0eba849945c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fcbd03d62e6f4f6c792b641ddbdae9b27e925c053f60669c1ad21907fe027fc
MD5 c9a351502be528dbae7a7dec5ea9b666
BLAKE2b-256 5eddf651d7ef7d5d5366fc60f204c660721d10895d5b610f735cbc48e8d336b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6c0cd2e8ac95c7f87cbd5f8cfb6cceaf2be6c1e5e9ccffc2ead4f27a0be6e3e6
MD5 c50c1b93ee3c7ecb9b996c5b55d52202
BLAKE2b-256 e77d7f8aaa809fbeabc529c7efc8a0f92411e9da98e6a3fa04e737e3cee613e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-win_arm64.whl
Algorithm Hash digest
SHA256 0957f944b5a9da272ab95a223523476813843fc742db2fcb43466d072dd74dc8
MD5 8da2600bef3c688587a74945fb55971a
BLAKE2b-256 064a702ea3477238bcbfd706eb6f9363b4846f0d43dbbbf8720ea35920e563c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b0ca1f337a0ec972f49403a9852c2f292dddcc558043b675cd061868d5a7c28e
MD5 ad6db2e0ee2016852fd428bf86368ecd
BLAKE2b-256 e7b9181204d77d35a7f5f2cbd9a613aaea36145cd74f00a113de5c92a124476c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6b226f0c90462e7443bc79b7551548b242faec923bc5bab67178a48dafbd1824
MD5 093a68d0913ce7d06d3aad7e0584d39b
BLAKE2b-256 4b51bab07b5b2c09a7ab8094b724c183ee72573ad5e5730572965da302116bad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 403064219b4a7a8f6cb14654d54902f92c95af28497da826b25c461ee539a1b8
MD5 604658103578f41a69595897c7297610
BLAKE2b-256 007ffd5585f62580914163b60aad82c97c7df89e00010aa985ef566b6eea0d5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b900520e94cbe4283c2b67756ed9f5e3d6e84e7c42d993e1df03277175855cc3
MD5 5e86eb565e02c76eb6f007e1d69eac42
BLAKE2b-256 ce4ec45daf4f048f1475ed6d983fcef886a20501d2263e1e21cd7dc6fc5b7568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 09e2137c8ac6b80a08dbacb7ea0ac21b5238a332070e445b2cac36c18793dae4
MD5 dbc37510c2c33c6efc63332fc39a918c
BLAKE2b-256 7672fb917b214a81433c45af519e022ad76e5cd2a20515c1143b0b3218620990

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa4039f84980dda4268a93ade22fc08a4ea3f277e65ead5fa71f0011a1d23675
MD5 b53f914d84a7382243ec575abc09897e
BLAKE2b-256 f1bf01c52882b55a6dccf34e17e2b0d011c385731a6765a5a9c2a753c8a878df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49a31e1408fbdaffa830a1c1cceb218b23027b24152b482dac9a0248c619b4fa
MD5 062fdd13028bf43ba006247c9f9b62e6
BLAKE2b-256 224dff2c7808f1c7ed0ae8169dfb7af8cd8b3afeb1e2b2b90636a411b559dda8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f2ff6b03668823b5d93faef6eabb21d7dc4a447349c383242e1fbe87edfc0859
MD5 5c970e31ba8c801f7f1737d3eeaae77d
BLAKE2b-256 c28394025f41a4f00d5592309b5612df12f6eaaa21f381e8d49074429820b337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-win_arm64.whl
Algorithm Hash digest
SHA256 d8db6793ea264fd77caec1d8a83ed4ea63b94df5827f4ecbab27726febf05c69
MD5 1e696f4638e5e6a267967f23b8a44556
BLAKE2b-256 31410fec174e8498dd02b19b45034d67e531e218f2811ff8d941ceef47745ba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 98a8496f420b38e5454dc9eb2f9eebecb7fc6b9c5ffd42f5596352a1968457a6
MD5 945e03dccb3f02a9d47e74d83ac2163d
BLAKE2b-256 f5ac0bb441442cb7df223aa5eb9b356f7182ece82b827f2b4b5a2c0b0e71201d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 95e03efa61ae3db5bfe7c5705265eb29b20b6570232465b1bd5f006732456db2
MD5 28cbdc504cc3df59827e2db08bd16a90
BLAKE2b-256 bf772525a5a619e4e5250a8ccadff104bea3f7f202f869552c8ffdab5a7fdaf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3354fd74d35cbd3b7fe34c754d6fcc5cb6a615d90cbf37b9d14c0f5d1dec9302
MD5 933ae72ed9e994b02884fe8bde6732a4
BLAKE2b-256 96e7d5a04ee43a2b408d8b70252044d49f3bd2ac083cadd2ebdad55c75816e49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 102b8201a5f8c2955866ae06731da5250403249eba4751aab41aba49baa90962
MD5 6b7ce9845913c897982e56aaa1775401
BLAKE2b-256 af9cf400cc1d0b85949a30fdffaf0eeb2398c0743e6022026ad456a0e5afc6c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f25f1c93a96632e732338733981ecd575908ee847c6656662297743d481aeed
MD5 3301e6962c56215f6ea43d2f76d837dc
BLAKE2b-256 323bca8740ed8696f009218bb038ac06be2153cd3b5bbee214e0302b8cdbb822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f55565c3d7d0736fc1e2f322c1cd12a2a1b42a18833b87ae1c63599f15122e3
MD5 53f4414d1161afeb27fa67134dbad816
BLAKE2b-256 b164a97d1ec066d90eca45a3aa951501aa02f4c413414fadd591d5c2f1b39a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d64a8aa4ca3acd138c54cb6bad2246ac7ba2487e7bfa25371e082ba752073d64
MD5 0a9ea1226b623fa7a060c5cee5e0838c
BLAKE2b-256 79afaa28f8f5628e95d4b9dcfc708661586cf0a22902ba63bec8410782a033e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.28.4.0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37f9a7cc64181212f5170da71cb3f4f8041b8d7e98d30250a63e9ccd9e8c2aee
MD5 0dfba842e0ca200b2cc7e138cdee5167
BLAKE2b-256 0ef5a846234123674302d905a48d5652a2456ba2c41f1a724b01c6c71d4477f6

See more details on using hashes here.

Supported by

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