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.

[!NOTE] For pre-release versions of the driver (alpha, beta, etc.), the version scheme is slightly different:
neo4j == X.Y.ZaA (for alpha - a is not a variable number but a literal) needs to be replaced with neo4j-rust-ext == X.Y.Z.NaA where N needs to be explicitly specified and cannot be *. This is a limitation of allowed version identifiers in the Python packaging ecosystem.

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-6.1.0.0.tar.gz (23.3 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-6.1.0.0-cp314-cp314-win_arm64.whl (162.8 kB view details)

Uploaded CPython 3.14Windows ARM64

neo4j_rust_ext-6.1.0.0-cp314-cp314-win_amd64.whl (694.4 kB view details)

Uploaded CPython 3.14Windows x86-64

neo4j_rust_ext-6.1.0.0-cp314-cp314-win32.whl (737.1 kB view details)

Uploaded CPython 3.14Windows x86

neo4j_rust_ext-6.1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (484.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (309.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (318.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.1.0.0-cp314-cp314-macosx_11_0_arm64.whl (726.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

neo4j_rust_ext-6.1.0.0-cp314-cp314-macosx_10_12_x86_64.whl (723.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

neo4j_rust_ext-6.1.0.0-cp313-cp313-win_arm64.whl (163.0 kB view details)

Uploaded CPython 3.13Windows ARM64

neo4j_rust_ext-6.1.0.0-cp313-cp313-win_amd64.whl (693.4 kB view details)

Uploaded CPython 3.13Windows x86-64

neo4j_rust_ext-6.1.0.0-cp313-cp313-win32.whl (737.0 kB view details)

Uploaded CPython 3.13Windows x86

neo4j_rust_ext-6.1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (485.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (318.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.1.0.0-cp313-cp313-macosx_11_0_arm64.whl (725.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

neo4j_rust_ext-6.1.0.0-cp313-cp313-macosx_10_12_x86_64.whl (722.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

neo4j_rust_ext-6.1.0.0-cp312-cp312-win_arm64.whl (162.9 kB view details)

Uploaded CPython 3.12Windows ARM64

neo4j_rust_ext-6.1.0.0-cp312-cp312-win_amd64.whl (693.3 kB view details)

Uploaded CPython 3.12Windows x86-64

neo4j_rust_ext-6.1.0.0-cp312-cp312-win32.whl (736.2 kB view details)

Uploaded CPython 3.12Windows x86

neo4j_rust_ext-6.1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (485.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (309.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (318.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.1.0.0-cp312-cp312-macosx_11_0_arm64.whl (726.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

neo4j_rust_ext-6.1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (723.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

neo4j_rust_ext-6.1.0.0-cp311-cp311-win_arm64.whl (166.1 kB view details)

Uploaded CPython 3.11Windows ARM64

neo4j_rust_ext-6.1.0.0-cp311-cp311-win_amd64.whl (696.9 kB view details)

Uploaded CPython 3.11Windows x86-64

neo4j_rust_ext-6.1.0.0-cp311-cp311-win32.whl (742.1 kB view details)

Uploaded CPython 3.11Windows x86

neo4j_rust_ext-6.1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (488.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (312.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (313.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.1.0.0-cp311-cp311-macosx_11_0_arm64.whl (730.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

neo4j_rust_ext-6.1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (725.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

neo4j_rust_ext-6.1.0.0-cp310-cp310-win_arm64.whl (166.1 kB view details)

Uploaded CPython 3.10Windows ARM64

neo4j_rust_ext-6.1.0.0-cp310-cp310-win_amd64.whl (696.8 kB view details)

Uploaded CPython 3.10Windows x86-64

neo4j_rust_ext-6.1.0.0-cp310-cp310-win32.whl (742.6 kB view details)

Uploaded CPython 3.10Windows x86

neo4j_rust_ext-6.1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (488.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

neo4j_rust_ext-6.1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (312.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-6.1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-6.1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-6.1.0.0-cp310-cp310-macosx_11_0_arm64.whl (730.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

neo4j_rust_ext-6.1.0.0-cp310-cp310-macosx_10_12_x86_64.whl (727.1 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for neo4j_rust_ext-6.1.0.0.tar.gz
Algorithm Hash digest
SHA256 ebee1d20077f73f482766a1b7ba0ebcb93e693263eeea9c25492f2d19f21d2ff
MD5 8315f06918d20b5d13f1f8c5c7963e0b
BLAKE2b-256 df99e73e8aba33ed2459e57dae07a4a5b5866223d8665eec1f383033d0798a4c

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e9344dbfef2a4d0b4590ac23d29c6470270dada9438c27ab462a9675bdfb6b9e
MD5 d84056f0310fd4e25fa02dbfe6d7ad10
BLAKE2b-256 65f823bd1e1c5094ef43a4ad224767a29d09bb925a30fab4908023acd9f72ff0

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c5c0c3f6525eb4dd3cf48c662a2d7d7c9f34619f9bcdae4d4b57addef430be6c
MD5 3f63182970458018422f5df2bf480077
BLAKE2b-256 b1a94dee266cbe0116d9e2d5b9fc7e5651124438abbf2deb52dfc22bd7b8f71d

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 01936426927b785fa6b7dabbdf097da189045bda6b3085f465ed407d8642a396
MD5 c8fc679ced3eeb17b784a45b55535b6c
BLAKE2b-256 2e757e7c4b02db9017be31a0e4e2ccac476bbd30da06572c078fb7f61acbb887

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67c7d73b9172ac5b144b6f5b584ff87a418e5bc2399ffc62bcbe00ab378442a8
MD5 6a3e1011843d0340ac46cffbc4030fb6
BLAKE2b-256 6d073a77d7e9508309e9d06f47e457f083fbf89ea4cbf64f90927211fe387ae6

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d93efaebe5b1ef0ef3b56a542ca154c77e7a3dde076641ce7d587b3197f87c19
MD5 c2f28f5953829102c64cc0e16f492a6a
BLAKE2b-256 c439fd6ab927232e62828c21a6d0dadd427d58902fa167b5bb39c0b2c605c619

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1647b50cfffcef8b1ab9a35627a7fc9c69af014722d7e7fe9458ff42042af5b5
MD5 25bd6c21664855e5b23a0c3c22b385eb
BLAKE2b-256 717fb805688eeab45440ef7f95f89413c7c102a5008b37820925c11e610c6d69

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6245e3fb10e9da2ed333669a8ad18a5878a1638b59fa575a98e2a156ae7085c8
MD5 17704dfbd7091a2bad438497025b941a
BLAKE2b-256 1d1ae496b168bd881955e45ded00e8ed0b70c3f7326885ba8420eda3f7567fcb

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 283807c537b2e51b06c49620f0550f855ad733e8e62a6d125e900571e67d8995
MD5 f336d1ddb6da1e6857174b05b0f955f5
BLAKE2b-256 564c294d54bafa7b45caf95d84fa3a8670d29dfdb740e3531086b5f5095ed8d0

See more details on using hashes here.

File details

Details for the file neo4j_rust_ext-6.1.0.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 881ddb2b92d7c57bff0137cb71f50c6ee336f14ae3075b62d78c6ed5f5ac40d7
MD5 89fdac43060bc49b884bb0fd6c88ef7c
BLAKE2b-256 9918ecaaeb9d3dc1738a4548251fd1808bc2e66cbbea1acd1af36753ca7a4e67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 eb2830ed78b3f6b284a751e104470034645455aa9feb7526522c002be48abaf5
MD5 bbd05465aebe7ba35d3defb74b461c79
BLAKE2b-256 e846bd5fb418afe7134be9952a366dc5b27705caf8bb1fb6062defffeda72407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8385986961dab44ccf55374e32bad714b21f6cacd172d5b53815bb983dee4f6c
MD5 c4c6aec40a5ff5f48b8ae1afdb137c22
BLAKE2b-256 3a718f2b67a7737aebb6cd7f64cf7020c7a6a2f8fc3a849437d4737f4add344b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e80a63e3c760ef506979ce97a9301d88473bb2b426e4f84750478698dc182ab2
MD5 78b5d0e2e29e2025fe01d1e242378041
BLAKE2b-256 c4317c0d9bada929653af4965521cb58cea73d33f7f9fa380329ae26480db184

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9924794b854b94dcbac0aed87f516f95f95f1da6e2d696c1ef89b4081ea143e
MD5 affd90470e969f5182dc190c20319ef9
BLAKE2b-256 a329e747680f864744974db700d99fd3fd847d70b949b067933f3dcbf48aeab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d2907ef7d61e894bcace09406fe545bbbeee8a40bc955561afad45b4c0e5e28
MD5 bde945e71d0e4142668eb927ed6380e7
BLAKE2b-256 8d9bf55114c103ca35c626f80f8ba09c60aeb4a2f525af282e563fbc10f36e09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 691ee9ab5023936ed9ec3e06a36051399a190cdbb8cf7acafea0fe667b3a5974
MD5 5289d2fc38adc492887fe30becbba7b2
BLAKE2b-256 3dc0350431dd3436a8d87ba2934610646b5560457f87388736619f1a64fdb4c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a3b76dff835a2534f567e41b2cd87d4883fe07fba1fba31b38e912c2d29a86db
MD5 13e5f02a3e86aa4d5c397e80f10d9e31
BLAKE2b-256 2281776538bf845fddc5a10e761a1a1010adca16222e38dfb14769b1c225691e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60c5856cd9bb1cd38f8a3b7c397e7e39812f9d7af09b311b4240d57ee1cc72c4
MD5 1bb882d88d804adc3c24f792d262d12e
BLAKE2b-256 9df3373c71a137a12033220f59b36989f306d3b1254249b185801302c01f75dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d99296f86174db542fc29525471d3eb8d0ff683e99388f8bbac08c5fba45a0fe
MD5 32c0f475cdbe771789d0f722fd798737
BLAKE2b-256 8c17e86e99ec6c0928d33226ab4725bc126a7ac0c1d443e823ebf7d08d6c66b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e7a2726198f6324e4ef23f2be0b1172abc7b8e59392ae362615b997003902730
MD5 fb34302ec23f5581470529efa40d5dac
BLAKE2b-256 78bce4fe7a801049d788c010e6cb8c043639db24bc12d06da08a91da9fa86c37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 99e6a0136192b4cbf78eac09f8937bc78d90220dda5c3faee8b661fbe7edf4cc
MD5 a99b3f7524751e78d3ed45489b4bd309
BLAKE2b-256 bd695549d94643b80cb49bb526cf6fb49da6c0ee97c4a7223388a4d9efa85dfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0728ba284d0824971d6f781b23d8a056c7923e617e8256b99236a6f35f1e52b3
MD5 4cca92f625be59d0ae9243bec7dee8bb
BLAKE2b-256 e33a463a570f350efd021e7ed2187f049df38e3faac81b9757416725ddb26e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4353bf1ed00411a9db0999705d08755334c90b31c846ce4e125dedeb60a6a2f3
MD5 0ae9bfe076efdfb4022bd4b44c2ac178
BLAKE2b-256 0d3484e3701a80ce66e485ffc8b926bc9a125fc0e49efce60f55fd80efa27226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa203d174617922ff35de24b0a19dda491cb3e5bf7d7d2abd3741e384f5faf9c
MD5 fc07d2ab3b78963f253c958e1ed0021e
BLAKE2b-256 cdafd6aafb9a99ebf7a00120cb63f2c26729bd27c7dca5c68572efa2089f44f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 39ad9fdcc46ae7c74e123964749a6da51b712cf20687a8bf61116060f0ea0189
MD5 b55d8cb6ce87de7c1886fd5006032cce
BLAKE2b-256 57272762552e4482c969ede5f4364631f898f2eb6a6869fca4b5b944313c302c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b074bb5e9898c848cc07917e49afac63a004c1a672cf63b1913b780ae688d27
MD5 ee8ac79cddff7786da921314228f0d6e
BLAKE2b-256 35259dedaef757e45f621140b22154c83e71a58ac169fe93a89d3bc0c1802bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86614073b09a4d154fdd3e5056e52ad6174925a030e5efdbf25f630322309c3b
MD5 c6108c5adf6588cd37fa42d165ab35d5
BLAKE2b-256 8a2d0c7d9e0c610aed23043788fafb84402cf3f3dfb2e838c2f997b0f471fee1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0002dae779cc631d6f818dfb9cc4301d7967d539829df65092c0a55abd3b9170
MD5 9d00f3fde09f90e605e8a791f8db7b8b
BLAKE2b-256 cd403b6563a10266ccfa568c18e11746054f427d946e99cd0d78ef37ebd901ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 265359640011c4766740935662cbc068bbdd359c4d6179b1e7f82e19b6999ce2
MD5 cc5f5d1f653debe274e95993a1783469
BLAKE2b-256 035c5099d614f8b9488bf7ab06f67b8037458be8a174bc981b74348c9bf372ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7bff2f5da15ccb933011750f1bbf891aeabc64b78e7350a24734010f26d613d0
MD5 17958fb23cfb144d53d2ef8ef92b3097
BLAKE2b-256 b97b060c00456b584e7929d97b43477f97aee3dd961925fd5d3b5f42ade0e39e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0accc3f8c04c0f79674a2a3e93d404b2e71b1f5f2adf7d4549235d3c0b584a7c
MD5 a327a5630e3f92cb3c0fb054d57b13c9
BLAKE2b-256 a8df3a06ccc3026d64003f2600c9ed78109ba2398cdfd00253d6a66d0f3ec613

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b883da8352f6dd17cc777acf21dba414eb30ecf63ec0ba0dabd86b55782e79f
MD5 135c666b9b3462d6ff9aa5e1d46c1726
BLAKE2b-256 61a57e257d442e714600587780d2c140f5f034bf48b84dacdd3e15b0f2c6356f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 715f562c10d2dcab3f4bb3c4d3734b0920523c5691cd9a4490ef5daf60ceed66
MD5 1425c439d9822fb320d49023cc59babf
BLAKE2b-256 399ed4cba4313eeb296c95bb93378d9ea2ad2d6f78911cee6cfeee64afb5e185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 54cda7864cebf4a0995cf5cf22242b436b0caf866a6a1f4d868e6da87eb9151a
MD5 e89f26bd374390a599d0ffc017e14e86
BLAKE2b-256 e2100bf0850a865c63b53abe5b563a5e6b6275a54f96ef34674a45663fad2356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13eb3a46eeae2503747997827e262dd678734192166fdf96478c1d066312f10e
MD5 541429dc4b1feb199fbe6242a69c2ff4
BLAKE2b-256 de8f34ad2686b6d103604885cae83ce19e7f96beb46a00fca0ef5e971caaef2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17cb36dcdaf2bc8d988c877779e3c4b139a2e84157d994e35d961b80fc45c506
MD5 07f44c01543369fd823204ce14f494ba
BLAKE2b-256 9aa34f48a5584c0c0093ece4b65a91f1364cef0faefef60c5c502de7d75ee489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 22f677120e822ba2c8a9926e21c72f7da074f57c73daa849c6d9cc26320b04fe
MD5 e920bd54a21c8978493f643b76102dc9
BLAKE2b-256 4d19d642e8cb14cc68a76a636e6952ffd06930593ccb977aca8e5a7ba8b035fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9c0af0034ef524bcf547cfdae19ab1d92656b92082a9158a83c2c958d8bf39db
MD5 bf2fc80796406f22cef1aa44a4033d27
BLAKE2b-256 07979878ba1c229cd98be829da45849b40d027f1730f4ed3c3fdd341ea84f6de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54cbae761666f677798a94812eac6b900c8840cbd1d95679a107d3ab2d10dff1
MD5 bf6828ead12a966fa206654c7cf5f2cd
BLAKE2b-256 082290a645f7c684c11c031851af50b8a21e87811036b0492107404f9cebbfa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 efe0ba3eaa849765a8d30c62195f0ec2c18480f88f7d4b061e46c9aa08d19743
MD5 fb2cc42610f6cacf78cd6df281884ca2
BLAKE2b-256 155b8f0ace3c892b593a18a02ea51bee7d849c56dfdc6c8b9321f32eb397720a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e94806756905ef4363e20bad6975e53f9f052f16b9fc7c66ae72b021802de14b
MD5 e5e8b8912280d80a5614167fd2e5a9d8
BLAKE2b-256 afc1ffc2e6272d5d442bfe970b1e2d0b1d156dcacedd074983687cae16dd703b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8ced44a8ce086d61cbc9e5f5bcd77a9ab02eb90e59c0cd155b2f3b528979f26
MD5 c68be1328af14a9fa9b6977e48bdbcb6
BLAKE2b-256 c0f5f917fa61e0cb4eff028f7048a719d655a5dc02ade06dad0952f4987b1ecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fda48cf342f22c5c0b7124225360d09ef87482cca9cdee26a5891b0a47d9cfc9
MD5 e0dedea4a97599e36c89957f3ddcdaff
BLAKE2b-256 133a04c6f31a320d0a3b57857e50549a679a7e3be352cd5d3804d0830fe07f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c9e9d3c926496cc72c3d587d637274dafdfa715c1929e6419501bd72f72bab3
MD5 f369ca46f6469ffbd866263e0b790f37
BLAKE2b-256 f418dd6609338ddfe51bae6d1a00a8557ab6b0235ef2b9f32caad8b85a9fc039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5696c1f83303629cd365bce53430e65b223fb60498fdf3fd8287e57113dc853
MD5 28ee85266f128d58588be01471b8605c
BLAKE2b-256 8666dfc84df633a42286c84208a1ecdd87dba2b9c9ff2ffe61acd6a810f19fba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-6.1.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ec3bb4f36a1551aa90e7d61a679429d8acd43159126cc13bbf645b147b9547dc
MD5 0d5b41364941cd90036f0c8c8dbf1a68
BLAKE2b-256 47bda8e265b928b4c2b2dc6b0c78395249cf803fda703514659801ebbc2a9c12

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