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:
- Rust 1.67.0 or later:
https://www.rust-lang.org/tools/install - Further build tools (depending on the platform).
E.g.,gcc
on Ubuntu:sudo apt install gcc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file neo4j_rust_ext-5.23.1.0.tar.gz
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d35b9b37a26a233b2c2a966f40f47178888d468a9725fdf642d0596496190f59 |
|
MD5 | 2a6dc6802513a9bd916e5900c01a3fd0 |
|
BLAKE2b-256 | 2c453432b7d4945ccad0ad3c554fdf2bff949ff7c6f31dad42323be6e0d03d95 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp312-none-win_amd64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 642.0 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebc5372b09aae2cab41533a020a03b49141ae621e25df3b8e334372e9087ad3c |
|
MD5 | 0284a9a1330fb9c1329b5b61a12d6904 |
|
BLAKE2b-256 | 0e95a54b929a14bedc8ae284b0f15994fff4134f98902434782fa21e5a05aca2 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp312-none-win32.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp312-none-win32.whl
- Upload date:
- Size: 691.4 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 962ad295ec31f4a7d4004294eb33186d2268274e41aa527b072abff96d793a82 |
|
MD5 | f2020f24eadb2f551d3e82092e1c2438 |
|
BLAKE2b-256 | 302f32695e31e9af1c18021b74e5c24c9a88a4728e03248764dcadc5444ebf1f |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dc6ddb6181131bc6565327daf1b280544f261fde8d551eb812c5405bcd19f21 |
|
MD5 | 415e82dbffac8aa2722b0d663d4e10d5 |
|
BLAKE2b-256 | 2e423dc8e2691813e2b403300e7098fe67b9934c49a7d1eae8cad44269a9653a |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 280.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce1aac216236c46a24cfdcfc44c153bd9f0f65265ad2c0da2771a84bf0a56442 |
|
MD5 | 5c8fe6d87c4a4eb48d9ff03b8c6c064b |
|
BLAKE2b-256 | 44d951b84747ecfdaa83735862f68fab227394533abd1d3853ef27d6c17402a1 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 286.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bff90adeef6aad54d656aaf9f6fb91da670db292ff80eed079ab253074c8ba0 |
|
MD5 | ac18dbfaa86c9f82a4b5a9fff76f2dad |
|
BLAKE2b-256 | 9c364e2c6c106e9b49389eb22520fc3fce13cbe3b0fd36e07fa21d2abe683453 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 288.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbc1e19e946ed281277e0db41bf9b4b1907ec82b1131cc26252029d777cacf00 |
|
MD5 | ab073dba377b69bf60e40a2d56016f0d |
|
BLAKE2b-256 | 02071747b5f116c5bba73940192d1153308395117feb272e330091d15c856b65 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 754.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1fb798e84fc56bac5127ec91b66669d4546208879a6bbf9959e337915a2ed4c |
|
MD5 | 885c7051840de2d5000776ccbeaf9666 |
|
BLAKE2b-256 | a58578f3d2ed7951afca814a4dac1fbb4bdf2da76cf98a213aff6d9bd2aee195 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 685.2 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b64307ba8c3fe053ca359265dde5bbd1eb0dbd8b3e8d793898034949198f1b9 |
|
MD5 | ae93e439a69333b48d9d9cc5b5c08c9d |
|
BLAKE2b-256 | d96d5d8573c59670079a7bad48d185f13a80d7ce38dc5eb9c82d7befddb2f48a |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 641.2 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8660a24039838517546a91345ee48fd1285f455b1d4040e9b3ab96a7e12e41e1 |
|
MD5 | 222cf6a454ddae922ba999365b2afafb |
|
BLAKE2b-256 | 431b374b3f05bc3999d81a94c7aa5eedee0283e7347601a4530aa05682bd90f3 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp311-none-win32.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp311-none-win32.whl
- Upload date:
- Size: 689.5 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c1540c5ddabf652c0138c0bce73805a6e28d3cbf7aa687b9e14efa100b6c10a |
|
MD5 | 236654d2d35d20c7fb54c290d73d6cb0 |
|
BLAKE2b-256 | 0611cdff38be3c47261fd424a82c8c1b67a4399aa429b2e3ce77546cb7f7b3d1 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04af37408d4510cab4a9e215e245773066f6c9c9b1dca859d9966bb693cc8da9 |
|
MD5 | 060b1e1bfb584fc4ebb8d935d444eef0 |
|
BLAKE2b-256 | c83ad0dd2f1828197256cd974195c7cae4b147c2d71ee8a2b66a76584912cd82 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 280.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7790e639d4a8bc9700acae6d8180a1d2bf1780acd83caa8d27c0bc0c288b447d |
|
MD5 | 851a8dc728c7e5eae08f3fc95e3a0ca6 |
|
BLAKE2b-256 | 7176d5884a86aa5276d58b1d8f04a04eec75d4604ebce57cca0de5ca8fa18a35 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 288.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d987ffb92e255aa23d49bb4b29bc141e5b42fbfe6d22cc7ebed2238e457e6dc8 |
|
MD5 | 83df7991973c0e86e6194e7919d088f3 |
|
BLAKE2b-256 | 1f63a6babd73c7d5998309584ac2f3d0d7ae5c47572093dee5e82f3cc606d502 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 288.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8871345c64f03b9ad551e3bf186759567c32c536af1a873e0a93f0943c4053e |
|
MD5 | 8870728a9818348e49261c0821c336a1 |
|
BLAKE2b-256 | 5977948ff4526f4f6182e992d531d37f62458ddad43a8549ed5c076a27932fa5 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 754.1 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fd2e3959f1d05fb5678731b9c03c37ff9f4f9c8d60c0fb0baae51d6689aa114 |
|
MD5 | 82d0ffb956f4de58532b3fb2353d598d |
|
BLAKE2b-256 | 031ea7a003d41bf5133dc06215592bd72ca82aadc2d9b76825eb15df1a8e38be |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 684.7 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60d1eeda0d1a84ec090e4f06e795a77ea087c1e772171fe3df5da4890252a80f |
|
MD5 | be4cf4a78e51ebf6e39177aa155f1af0 |
|
BLAKE2b-256 | 4d043c835880c2de8805e40dbb8a2d8b8a7c93fb17f2cea98df19dd683155d07 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 640.9 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fdbccfef9d6b8e9cd55cb60a211a62e93483911f59f6c970c3f71392abe9d46 |
|
MD5 | cf28777a763313df677e4d3bb050cbcc |
|
BLAKE2b-256 | 9b4003e1460b37a930240060d8a4a01fb49849447753e7f3e733a48b153127bc |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp310-none-win32.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp310-none-win32.whl
- Upload date:
- Size: 689.4 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 610ad4e340d59122ca51d5469700f0fafcd0e31a7a76f4831d91f33bc8952cac |
|
MD5 | c397c793b50ec9294e6cdc4d7b7f9895 |
|
BLAKE2b-256 | 1303f116631e1929b1375dddd2a970d1db4ad374247f982b4f3518720b2815c7 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3353a98cbcc61d06e16a28fb6e3ad95330d2aba41842ce57b04d9b3a037e70ef |
|
MD5 | 51b01f5d4fd9c0dc0df07275e5c3909f |
|
BLAKE2b-256 | 9701242c46943298f3c7d54f6ec60462b197710dc377d9dfa2b387f6ee592eb0 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 280.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bab03a3b8fa7f87efb295e2803ce9fe78984a0278672c2c653e10cd28b23e07 |
|
MD5 | 98584b6f0ddfea57787f9f4711d85957 |
|
BLAKE2b-256 | 288a5aa93a13289a4bd52b392ab8125d31832bceae254b3afbaa647d31de09ec |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 289.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a02e5f19151f894b230c880ce0bd1dd978a562b2c6a3dcba915146061b2f88f2 |
|
MD5 | 676c9d09be4c33b001e5c2141e9b06c1 |
|
BLAKE2b-256 | 2a26f680e90e5438d317ce972e54c3d71401f3847b2583a9722bd79f2e6245be |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 288.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdb6fb71ccf487aa6c1ee0d61d552c61279bc77be728a3cd516f7d1e986f7ab9 |
|
MD5 | 42a226ec95f2923a04e9f8fda6fc3e82 |
|
BLAKE2b-256 | a3aa7ef22b07378e9c1e729272999d92bd3d9708a0ff91f3452d42dee6282363 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 754.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15c7c00e06a92aaa3ed0645f6c42d4666e177992e02c13e585104f58bd51c22d |
|
MD5 | 584e1d7a98d53242a612708b640ff2d2 |
|
BLAKE2b-256 | 767014bfba01039bec5b91511b32ac5e696f246eea07bd453fc8091e627f884a |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 684.3 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c70af122cdd3e3de0e349f7469a6f0df8a56e9ddbb50116b522fed0c0d15f01 |
|
MD5 | 739e1ca1290bb7c4f04f32046bb65389 |
|
BLAKE2b-256 | e3c7c5be51ff28d8c1d2d6ed270a117577583068ff1e927922720c7ee8837658 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 642.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58d3991e3119230a0577669efdbdfba983ea3bf19b370be68251e03026659f11 |
|
MD5 | f117f40c89f700854a7746d6d372819f |
|
BLAKE2b-256 | c47d992752ecb6025ce1870b92fb61c8bea2575b81fc051ab44ce12f5fd309cf |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp39-none-win32.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp39-none-win32.whl
- Upload date:
- Size: 690.9 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb5cbf903d6c1b75f0c918ff7a29673dd24cfc94055e10536ba0585a50d50e47 |
|
MD5 | d44691c3572902a3e3e483f83f1db4ab |
|
BLAKE2b-256 | f324937fab98323bba762c2699385a917716cdf90911d80993ff4355803dd460 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19b1bbee29945b12f8a1d76fe09774a7050e9e670de0a2dd682f15a9cbad0053 |
|
MD5 | bcadac318435e9acd7436bddf3d87fb2 |
|
BLAKE2b-256 | cf000ecfe16051a9580fab62a4fcc8e2e0e70c009f280884653997b209db49e4 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 281.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28a2f6cbadc659aa843b22125dd6137195f5ff23b608a370f1a7cbb270695061 |
|
MD5 | a66c6001016d7748e1dfe8045e4e55ba |
|
BLAKE2b-256 | e362533e5cb816967ba1e7fafa8957289925f3b35cec24b32457acef57997a09 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 289.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccc338ff70f2b98d57637b917d7444ebc0e8f619e07bc2d73d31146e19283f10 |
|
MD5 | dfa76728275b49fea6c81fded7663b88 |
|
BLAKE2b-256 | 40bd721f94d4c2430e095b3d4df902880354e0f7b79ca4be4791b7d276862ddf |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 289.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c823f364c725ad3bfd4b05eec4c84c73703acc021335765aa7dd416420c0f054 |
|
MD5 | 2978eb41222a21550fcc3704ebac860d |
|
BLAKE2b-256 | 8d7f66fa63724af7a02fcf8c669a435aeda2ae0b7a4fedcbb45bff6ce8a5ee36 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 755.0 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 850035e29a6f96910888d1bd79e44bcfe9a6ae63794532ab495f012dbb852f4c |
|
MD5 | 44a018c83dc3f7d73145f8e620b28ee2 |
|
BLAKE2b-256 | 3529f42814db5c39b134f8a4e5a502bee89faf789f4a2d6cb74dbaf7c6683905 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp39-cp39-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 685.5 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7a7abd619cb834e95686164dd1f82a743d9b4da621ddd47221ad4db1220e068 |
|
MD5 | 2719057fc64c6885e9d80b0a52a79b8a |
|
BLAKE2b-256 | 9b90f4f92cb4bbf185919cb93569d05db94a61c5a4e4d8402f8b07a9e362587b |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 642.2 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1736889d3fc8b0f1a68af970500fad3f665816e04a04b52636ee1d2f7b3936d8 |
|
MD5 | fc4fb3cf4c10971ba6a78296f618973a |
|
BLAKE2b-256 | 06ca6105ac936776e579434baf43a3d43a353e41a7d1d58e647b507979ec4ecf |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp38-none-win32.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp38-none-win32.whl
- Upload date:
- Size: 690.5 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46937d7ca46244da169d928d7f6fbb564d0e388566f14cef93ce95164fd75b38 |
|
MD5 | 7070954374874e3424893470b41f4eba |
|
BLAKE2b-256 | dd4726f026b262e883c5ad1059aaa117dec2bd0899df8d31edc07da05dd38452 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 258ebb2b048259500e2fb53c62e16323410392728c720f04f6d7438577360277 |
|
MD5 | 0e7b15524160ec495ee5fd6ff44f0af7 |
|
BLAKE2b-256 | 9eed55a8d3e726fd209dab19a54ca87cdf03de17a7e273fbf9d2af89008a8a9f |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 281.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a42b4c28915c95f3de586a44a1e43069d30a66e881beeedcb1a67e655837136 |
|
MD5 | a695accb7ada23db169fdaf40da86948 |
|
BLAKE2b-256 | 4d244c2434c16e8d878c1fbe724d2134bedbd90a13eca849e9ffd0654601587b |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 288.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bbfc823be15da90cadeb8af6765185ab51c8a29dae0bbc831be86d7d0536797 |
|
MD5 | 73d6f8912bae9f80e4fdf946bd5c8999 |
|
BLAKE2b-256 | 36d75c39d16d98c186d8e559335ce47ea5f6436ae0c727f43799bd039bfb9527 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 289.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cd2aebf0ad7088933797f133468880c681f7c794b79ffb7029ca5d6d26f0dc4 |
|
MD5 | e99cc9532f81fc1512990f9d7b2a6f29 |
|
BLAKE2b-256 | e3228422e82439a7582230f027a044545f776d930ac6582bdef98e11534decc7 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 754.8 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94e1d27acd6a4e141d932370f9ef9221e471bb8ea27cd34e2a778a68102ce971 |
|
MD5 | fb55fd6e06af5699414ecb88d783b4c4 |
|
BLAKE2b-256 | 4e12a57a60efe4f81806db876b600ef47181a48ca2251e136caf44d1e0c05026 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp38-cp38-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp38-cp38-macosx_10_12_x86_64.whl
- Upload date:
- Size: 685.4 kB
- Tags: CPython 3.8, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b93d425ad01f13aa2c77aed71c9e0aa6063467b341c7019908b2acf85671df5 |
|
MD5 | e6968e141ba45464fbb03e8d942c2cc7 |
|
BLAKE2b-256 | 24c83f3a48f62f49bdcd158f879742262757a14b2883a1f279387b5a6bbe6073 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp37-none-win_amd64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp37-none-win_amd64.whl
- Upload date:
- Size: 642.6 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5630c529954b18f40dab1aafe86f7f9a6ddde906d8373d54b7e0d3ebfe6cdf63 |
|
MD5 | 66f393c741ae64bf27b1540459444a39 |
|
BLAKE2b-256 | cbc3b35db169c1606c62ae8df2cd1a619f3cc822f98c1fc8044c1585271bce7e |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp37-none-win32.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp37-none-win32.whl
- Upload date:
- Size: 691.1 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b2d97c155a88655f6b72cdd4316fe0700913dd089ae1c7a658d22b55c615b27 |
|
MD5 | b569fb18c7f2f7264f6ff37fac5574ed |
|
BLAKE2b-256 | d7e86825bdcf841d33d307b61348f8ba98bc22a51b2e0d440674f29081a7babb |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f1c0135df8be1378c51eaf464d85d07569c5bb7b3ea495b88cb1ee914461632 |
|
MD5 | 4cf4c0f996d61ad0f6fdeadf8d6ddb8c |
|
BLAKE2b-256 | 0b2487770dc0a3d531872d6eea225e4b5735b30b376bfcc9a762dabb142d8a4a |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 281.6 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c911f2c1fdeb9cf91291c6c3953f3199552c9114d56a77950954ec2a4a9b9e2a |
|
MD5 | 748f8884d42dfdaad0b9fcddc17e0c5a |
|
BLAKE2b-256 | 9bf9a93b53dc249c2e883992dbc08f4e5ca5702b8b469f6b726feea270795a71 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 289.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b446eb7217fb49de66b7fff438a84aa0e3055141138f1c1cbea50bf80a895c6 |
|
MD5 | 445cd424d58715b37f093a8fd196e173 |
|
BLAKE2b-256 | 3352e223bbab0ceee0cbd61447e8c0a87a395cb3f15d4122bf616f6c9ffa2398 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 289.3 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bea00bec6e679b774d5bfead720f6bb44be08d6225c0193e14412932472962e0 |
|
MD5 | 9e65c41c6a67323c3d5ec976e149d0b7 |
|
BLAKE2b-256 | e9eff09ab4a3b84e28405f0ff4030c4af7deeb0421145ab8049e361559321cad |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp37-cp37m-macosx_11_0_arm64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp37-cp37m-macosx_11_0_arm64.whl
- Upload date:
- Size: 755.3 kB
- Tags: CPython 3.7m, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a09f9cf12d309ce1730882515fcac020263c53386c137bee63b9568abc7076c8 |
|
MD5 | e3af8f6175ebe1ed17f0cd398cbbd2e0 |
|
BLAKE2b-256 | 87179d71a389adefee92f10b8a9f77217b084044a8f900eb8e51e5681dc70df9 |
Provenance
File details
Details for the file neo4j_rust_ext-5.23.1.0-cp37-cp37m-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: neo4j_rust_ext-5.23.1.0-cp37-cp37m-macosx_10_12_x86_64.whl
- Upload date:
- Size: 686.2 kB
- Tags: CPython 3.7m, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f37cee55257687ac2f63d8034647c8b1dff284d7bb28128246bc649859497255 |
|
MD5 | 66169439eff96ad99a5784e2b8b7d35a |
|
BLAKE2b-256 | a85e467f2dd08c8c45a842808fff05e483ee110d55ca96ffd45511b97b7f9636 |