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 between 3x and 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.

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.20.0.0.tar.gz (14.7 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.20.0.0-cp312-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86-64

neo4j_rust_ext-5.20.0.0-cp312-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.20.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.20.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.20.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.20.0.0-cp312-cp312-macosx_11_0_arm64.whl (727.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

neo4j_rust_ext-5.20.0.0-cp312-cp312-macosx_10_12_x86_64.whl (767.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

neo4j_rust_ext-5.20.0.0-cp311-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.11Windows x86-64

neo4j_rust_ext-5.20.0.0-cp311-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86

neo4j_rust_ext-5.20.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.20.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.20.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.20.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.20.0.0-cp311-cp311-macosx_11_0_arm64.whl (722.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

neo4j_rust_ext-5.20.0.0-cp311-cp311-macosx_10_12_x86_64.whl (762.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

neo4j_rust_ext-5.20.0.0-cp310-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86-64

neo4j_rust_ext-5.20.0.0-cp310-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86

neo4j_rust_ext-5.20.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.20.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.20.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.20.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.20.0.0-cp310-cp310-macosx_11_0_arm64.whl (724.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

neo4j_rust_ext-5.20.0.0-cp310-cp310-macosx_10_12_x86_64.whl (762.0 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

neo4j_rust_ext-5.20.0.0-cp39-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86-64

neo4j_rust_ext-5.20.0.0-cp39-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86

neo4j_rust_ext-5.20.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.20.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.20.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.20.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.20.0.0-cp39-cp39-macosx_11_0_arm64.whl (722.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

neo4j_rust_ext-5.20.0.0-cp39-cp39-macosx_10_12_x86_64.whl (762.4 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

neo4j_rust_ext-5.20.0.0-cp38-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.8Windows x86-64

neo4j_rust_ext-5.20.0.0-cp38-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86

neo4j_rust_ext-5.20.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.20.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.20.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.20.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.20.0.0-cp38-cp38-macosx_11_0_arm64.whl (725.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

neo4j_rust_ext-5.20.0.0-cp38-cp38-macosx_10_12_x86_64.whl (764.2 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

neo4j_rust_ext-5.20.0.0-cp37-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.7Windows x86-64

neo4j_rust_ext-5.20.0.0-cp37-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.7Windows x86

neo4j_rust_ext-5.20.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

neo4j_rust_ext-5.20.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

neo4j_rust_ext-5.20.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

neo4j_rust_ext-5.20.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

neo4j_rust_ext-5.20.0.0-cp37-cp37m-macosx_11_0_arm64.whl (723.5 kB view details)

Uploaded CPython 3.7mmacOS 11.0+ ARM64

neo4j_rust_ext-5.20.0.0-cp37-cp37m-macosx_10_12_x86_64.whl (764.5 kB view details)

Uploaded CPython 3.7mmacOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: neo4j_rust_ext-5.20.0.0.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.0

File hashes

Hashes for neo4j_rust_ext-5.20.0.0.tar.gz
Algorithm Hash digest
SHA256 c26065d6f3255d17c43f5a9cf50b4abeed0f47481c59c0fbd5ab5c08c28d043b
MD5 963c6527844a0db54aeb6e9bcd47b0f4
BLAKE2b-256 fb5fd72ffc8921a1ce95f751a3eee76bea8027d5bdc6046a443193b9f15356c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 ccbc25626a40bf9f92c10cc40107c40b36fc66c44318126c8e3bf547ef6129f9
MD5 f6e44aa186809ed0ac561e647f3da721
BLAKE2b-256 9fbae23f7e79ed114158bdd657a2a8f92542be188cd77659aad97bb77e1a7fa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 4695598e487f67e4cc8877ea068ef0cd40cfd37dfbc4b1d08f945b94e7c3aa39
MD5 2a30da15cc916611e8c11b9b44a023c8
BLAKE2b-256 cd2b51e1a5da79823c528a22581b125a8be0899392d30466811ed1e33e92ba9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48c339205c48b9a005e35d97bb40a58256d252870fbd1cdb702ab4e9db48c2a9
MD5 d1e4239f0426ad6e83baed208b6b319e
BLAKE2b-256 86fcfae1da776473f36f74d6d61f546b217f74b7a34314d0e5d300b6f0d004d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4244d828e66795ea8c2e693790a1ed9d7685450ed5d8269ac361b59a6bbd3ae
MD5 3020c2df691d985564b05ceb03f0d137
BLAKE2b-256 715cc5a40cd93c25bcb6e1e2a8f0011abf8c3521ad9e19204e793968b88630ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1038e7a7eabe0bca5df103fefaa963c5ede0b57553ad32044706b6a579707c6f
MD5 f33213ffae0f6276b32f1801f1a78b37
BLAKE2b-256 2a72f137b39531ea55ed7f21a98a0f6f4ac8113cc5363cbdf28fb8cb794b08a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e84a614c62ad32a27de530051c1910ce83ff6268e21b355e1239b57c52f959e4
MD5 6958c9b2b1884ffb8336cf25da5a3e6b
BLAKE2b-256 8a70121c537d1c81954b0ee94f1a9ad01fc40b50974ae2c1133985dae5d227be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f7e992d4017f5e439e0434ffd34a0a01d9044944345ee14876b4b75dbb757c2
MD5 b2561eadb32b23fa090344e0209cb219
BLAKE2b-256 bd99aa33b8509ce42706507c3399ebcf3223962d328a25529c8aa1a8937b8c76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e9e4cc93c552c6a39fa022063853c5f3c23d72b6f3ebb509a6ac18173ecf699e
MD5 8496ce3b0da8cdbc220349cd05908a98
BLAKE2b-256 90208e3dbcfcb0b80b0d68e7a149797f6b008ee530a89d3018ef045fb77041d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 c505dfc6285c5140a10bae683f0fe63343bb5ea3c8b9668c934287d747402d1f
MD5 ee31706728384184c02c7ee84f5bd9b5
BLAKE2b-256 241fcc06272f98407fc79f9c1373125177f1fceab991a94d4302f23540f1016d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d589253e4909df35c293a53f72181f695a74e3f04408b77038f0319548a9e8fe
MD5 be5f479d1915e01ed8103407523b3f27
BLAKE2b-256 8370ca4ec6cd14d1c4b5ee17a88ccf3b75731f29c33a5b020d6b842d66a6f6d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81cc0c89b210bcde0ce3a9fec4e56911b189e481857117392a8ee9f8a499eeaa
MD5 c82df8d69f7f4e33c698991ada52f1fa
BLAKE2b-256 070d9ed6659698af90c878ceaaefa0815343f4b9ed1e5e1f2cfefb472d22b122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31dbfc099fced3b8446d6b54441e3d104a1e32fc73217ee200f78f66ff75b395
MD5 d00295bd3c30b8567380ffa2005802af
BLAKE2b-256 33755e3a45d6a77eeea1bb7b7e926ae086cc3c4b7b1b10103f0ead2bfa407d53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 41b10de036c1ec54574288f6ae0785a83bf65d0b76e4c712852774a6907b56c9
MD5 325b8aeaa3ac25aead3210f1366e61e5
BLAKE2b-256 d3f006ffce771d93c2d2871d92bcfc12990f30e4b13fbddf2339c68670f371d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30ade0e4717a6e920e7d00a0a8a6318e349a29d152d30d9824f88212dc3a0cb2
MD5 ddeda0033bb13dd431c57e4218f9ebe3
BLAKE2b-256 97806e9d6f84382a098961267ca7fc90c76480ced5877b5d6e0e6ed7147771aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34c2f7c8a3b6a3bb8cbddb2a59474419c8da3ab783256e6b31bd18e88c2ab67b
MD5 47c0b2cb96c6797e128541fb59bd8972
BLAKE2b-256 36f21656c8d4e9e09fcc08bbe5f38f09c8be94992bee5297084b021d62425d84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b01c7162db371de596583f87b443166bca805cb19e3643b5841be77a4caea79a
MD5 41553dba905fbf03b8d4cda3989b8b7e
BLAKE2b-256 5856d53ebec09a45f5f2d421bc17b2dfcef367646398b883a1dec8e371dd9d83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 c47096015867abcb1c3e2dac09e70652777f963855e6d7f75f144bfd692280b5
MD5 59c25d04cffa47653daa4176e7296420
BLAKE2b-256 6cc16066e882acaf75923e64beee0294ac3951338fc208dcfc42ebf84c5cf9fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 7cb3739f29e36de8d796b6754556417555458b662b45250c4730cd200a2791b8
MD5 6a70beea5cf5b073561403e3644a9e76
BLAKE2b-256 0f1c3261bc5af6453e0679cc540f6fc9425bf4bde4508fc56c7ba3a203d32fae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d51e6dc6f26a9219184d317276e8dd0098ca278f977eaf8ef6497937486c09b
MD5 7030b704217c1fc3918f7b358ca95e3b
BLAKE2b-256 f0d237a41101aabaead526e61d02eda86a6dd45aec9dd17ccf37f5e3ad6e40a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bae3a489c519e706cd784ad40356d528dbb8dee3c87b18dcd4467a3ac38bee4b
MD5 6f0c07524739fe5af1febb587a17750d
BLAKE2b-256 e40ba0214b53d368adde6bb2b2567ba849c544d4ac088604e044e249c19e9d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 934646dd607ded164912cb246d848c174dc752cc1a0191c13b466b10e669ad86
MD5 1f8ca0b4bd9ae812b596e895a71af5c8
BLAKE2b-256 8b51c5fe00adf5351c0bd7c301194a20c1dd6c62e7fac6693a745b149e9b39ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a84973f1fc7fe8efb487fa0ed6198199eb2054e96aa00a032d2abfa69abf8db2
MD5 bf24f5a9269a15d5be2588894984a5ef
BLAKE2b-256 c85bfdb5a8152f46b7cdc8c487644cc62f0ed66cef73a69fdc85880751320436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fad226a4fbd940031a18158bb774ffa6fffd023b45b53b61434b5cecf9863db
MD5 b4a09219deb55cf93f79750dd7f9c06b
BLAKE2b-256 4586af67ca6db7c02bd8f295e687d255f00b3803865209c54d9a6735da9d9978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54c2c1a8d81c813562be53d851889421f9b2a30b40694911d54f19d170a69f72
MD5 2679bc2d01ac033cca74178d45441c3b
BLAKE2b-256 5f230921e637413d2296941849404f5834b9591b18797da4285bc0cd6a1302de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 fc4e7a12253db1ea573831cbff967999b70c9b8552000606e52b4247e75be1ca
MD5 6dc378a25a50f76a0b6961c3a3502f8a
BLAKE2b-256 59ed43dede69a3f6d375dc009b52ec8377dbb841dc4ab7240d61525292494f50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 2c2b71b7af97ae8cc3a5e79e93e322e0b3204e1b51f6c6c823caa8f4d70c6a23
MD5 fee097f2f308ae4e816a5b11eadfa157
BLAKE2b-256 629b6e51ffa54b402d08d914c68be90fa503569cca53fb7a9100ed8b3ea89a11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d02d2d4822f1fd49ec9c37bb25b437844af3d45f928e57255c1c7637725da7e
MD5 f8975e9e9010fc3bd1a37d59c0453e27
BLAKE2b-256 97e723e5cac3d9e32ba1aea73757361634cb6accd288140376ca73e726110eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0dd6123372a13e116cb2ff919b12bf763e3baceed6e008db8a1797adf7a7d8a9
MD5 ef8e30164ebcb04268e2cb6d6003d803
BLAKE2b-256 ecd66ab95c871df81155bc23e01b3c95c152aded481dfa1436c4a01a51bd6edf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8062e2d0fe41465eca91af4c77ede4db74a1c9bd82957556103e415549d428fe
MD5 087d611a2809bba60087234c9ad32369
BLAKE2b-256 bed6aecb4c10a6dd9a156806814e37dc51ecad68a9b30112570386b7566be6f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f907424fe207fa7d7a77585174a9a1d544c72c6b909212a8f595ebb4fc5388d
MD5 e3f075a1f53c6121d2123e03d5e5cf6b
BLAKE2b-256 47d600ef699ff15e6a5a9d9391132fe8663719f7a0310f7d677a9662263028cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58f8521cb38441ac3e8b44dbacfd0c288bba1e19cb65f0abe02ab4833b0f5bbb
MD5 4619591051cb4af882a10be858f3e1a9
BLAKE2b-256 a181df15a94638b9608730cbb140b79a6e9d71ad745eb723f3e0a1efec77b07c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 707ccaa43a11f9f5d31a17a7c41d363b660127140323b776b8e6dfbb80dbb583
MD5 98d9b75484ca0e37caf0eb06aaf03441
BLAKE2b-256 0d63ab68ab3e2312888442b7cd0b5445f7c779c6610a8ffa27230b69da41a0fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 de2a3adf176819a6b39135fa4f98e849279ad48ffda224385f47479f90a3101c
MD5 5fb52b9f484880d2212e05765a0dca6d
BLAKE2b-256 59e5287a238c523fee799ae6e501e624b91226e96044e2e41f285cb37e374b77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 1ae9514f1b556ad7e8b0f76157f428acdad56165c8199827f3128dbdf1bfe6dc
MD5 1fb90fd06b57beda73f19929c403f453
BLAKE2b-256 2afac602e301f1fb62c828f87c93419e7bfb8924efa6ef93621ce43ebc524c20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 529022f5fa2265844beebb04ddec24707a0ce5c68471964fe1f9cf23fc43feb8
MD5 379dd6bd6d2180e259cb13defa29f7e7
BLAKE2b-256 0e3faeab499081d0e61c28fc9db705b55586f9911db4be3538203f9a5c6c9bbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b661907f28f6b3ad5006f70513c537ca42342906521b33fa55fc6c623247b73
MD5 1e540355fd9fa39e8574393c9e7a4e59
BLAKE2b-256 eebd57410e51dd62631bc6db977e0257ad0b669a433d939046e62fb4280925d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c96782684e7774eba1432784b3d66e02bac99f066d9804765f68c35c83a27e2e
MD5 64da15f62e2808682b0bce657d90c3e6
BLAKE2b-256 21d381b3cf0b8e3728b6cc65c0ec9291b04282089e53842c2e57ad0d7ac3cb99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13e4f93bacde1ba8dad845c98c5d1548f0c3853197e2048a889bf11026d02ba0
MD5 9940ae275e23738bb83f7fb1cc4ace64
BLAKE2b-256 48e627f8cb93fc7b4bee4dbad48371814b81f0860cf15dafe84bfed11633247b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 474f616f779d56323ac27dba2d4303f8e774240470d94ca144943fa0361ae63b
MD5 a1b6acf330ff47e55bd6cf4fd7c3f77e
BLAKE2b-256 c2297d39dd1a8eacd91a01cb4512b9a73165743683b0240d160cd838e83f480c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d84122a245419b126fd74fc66261d063d2a2800c2ce8b0f4a834003b63639c8a
MD5 7a1773794bdfe89765ba329fbfb4f5fb
BLAKE2b-256 f9c10c2d78ba6a48acaf19e471946e552c9893cef97d761ef8c5d96712e19752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 221c411fef942358dd06c7ca11f092a5d9279cadd4fb2a6024548ea96395f4a7
MD5 9e7dc95142f7c57a909a2e272a103b58
BLAKE2b-256 1c4f0ef06f3395ca6a12ddd294ae5d094d40616cf9af3b0cb4848482653b4b0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 8e415bd41df52d8be98335da53b8007cd89eb07c7d50f91f1cedca8eb323bdbf
MD5 3eb95df7e91b6f6b0220f4d3d98af975
BLAKE2b-256 62a8df05cb2ef96523eb6682de30b89ecabd0a4ec937d219d486e228b6df45ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18576ecf7d870fd08ff7b1e51fd16d79a693f0242ace95d15f30c7c59ab08ba2
MD5 1a43921bc3a1b2412734e2e414d96c57
BLAKE2b-256 ced4ac937dfbeb5d81cc7f265380651b51d1c39394fd8ca79265fbac07f09e23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d5f8ae8332fca6ee6d22dc313b9e9b434eb37656ded53b4d3e1c14cc8aeb108
MD5 d431773d5761a68f5514287b77a7effe
BLAKE2b-256 7a9b17c564c7f4fc036e014945c2b27185a7db2fb75c4e1a6174f3c0fc9ddad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 df1fcb9d401c39be2dea118236d19e014b28055eff8fb9291c4b5df59e078cce
MD5 a81ee0c33805b818f5907b1aaf243169
BLAKE2b-256 6ec9d6e290697fd1287c00441b7e12993a32acbf53e63db42101470eebd8f928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd63db067b777d446c7efe5c1581547215502fcc0542b20d0a3a36b1ca3c8e55
MD5 5c868a9fd1287d8d33012fa07bc1b076
BLAKE2b-256 75fcec83b936d54608686986cdb250f52fbf89a4dd07bf5b8946271c40434d6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8550c15b2bcc78f6551582f8227d2794a46e6209b68e2f589dbcfd4a66db707
MD5 2457d9b80a49596fab1e676f20ede467
BLAKE2b-256 43fca8b8810ef847ff64c8ed1da25b5d083683eba671ad800c8810e7d5e3a51b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neo4j_rust_ext-5.20.0.0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47b960ebc7caa34da3b0db994ad9a8d612136f853a3db7cb4bdab2d12c2922a9
MD5 f82690f47ee1d886179e53e50e696ea8
BLAKE2b-256 f6a47b9b6051e52451403c88153903b260360f933c24d6adff51e09da40f65e9

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