Skip to main content

Highly scalable, extremely fast, easy-to-use embeddable graph database

Project description

RyuGraph

RyuGraph, a fork of Kuzu, is an embedded graph database built for query speed and scalability. RyuGraph is optimized for handling complex analytical workloads on very large databases and provides a set of retrieval features, such as a full text search and vector indices. Our core feature set includes:

  • Flexible Property Graph Data Model and Cypher query language
  • Embeddable, serverless integration into applications
  • Native full text search and vector index
  • Columnar disk-based storage
  • Columnar sparse row-based (CSR) adjacency list/join indices
  • Vectorized and factorized query processor
  • Novel and very fast join algorithms
  • Multi-core query parallelism
  • Serializable ACID transactions
  • Wasm (WebAssembly) bindings for fast, secure execution in the browser

RyuGraph is a fork of Kuzu, which was originally developed by Kuzu Inc. Following Kuzu's archival in October 2025, RyuGraph continues the development and evolution of this embedded graph database technology. RyuGraph is maintained by Predictable Labs, Inc. and is available under a permissible license, ensuring the continued advancement of this innovative graph database solution.

Docs and Blog

To learn more about RyuGraph, see our Documentation and Blog page.

Getting Started

Refer to our Getting Started page for your first example.

Extensions

RyuGraph has an extension framework that users can dynamically load the functionality you need at runtime. We've developed a list of official extensions that you can use to extend RyuGraph's functionality.

RyuGraph requires you to install the extension before loading and using it. Note that RyuGraph no longer provides the official extension server, where you can directly install any official extensions.

If you've upgraded to the latest version v0.11.3, RyuGraph has pre-installed four commonly used extensions (algo, fts, json, vector) for you. You do not need to manually INSTALL these extensions.

For RyuGraph versions before v0.11.3, or to install extensions that haven't been pre-installed, you have to set up a local extension server. The instructions of setting up a local extension server can be found below.

Host your own extension server

The extension server is based on NGINX and is hosted on GitHub Container Registry. You can pull the Docker image and run it in your environment:

docker pull ghcr.io/predictable-labs/extension-repo:latest
docker run -d -p 8080:80 ghcr.io/predictable-labs/extension-repo:latest

In this example, the extension server will be available at http://localhost:8080. You can then install extensions from your server by appending the FROM clause to the INSTALL command:

INSTALL <EXTENSION_NAME> FROM 'http://localhost:8080/';

Build from Source

You can build from source using the instructions provided in the developer guide.

License

RyuGraph is licensed under the MIT License.

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

ryugraph-25.9.1.tar.gz (9.9 MB view details)

Uploaded Source

Built Distributions

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

ryugraph-25.9.1-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13Windows x86-64

ryugraph-25.9.1-cp313-cp313-macosx_11_0_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

ryugraph-25.9.1-cp313-cp313-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ryugraph-25.9.1-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12Windows x86-64

ryugraph-25.9.1-cp312-cp312-manylinux_2_39_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.39+ x86-64

ryugraph-25.9.1-cp312-cp312-manylinux_2_39_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.39+ ARM64

ryugraph-25.9.1-cp312-cp312-macosx_11_0_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

ryugraph-25.9.1-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ryugraph-25.9.1-cp311-cp311-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.11Windows x86-64

ryugraph-25.9.1-cp311-cp311-macosx_11_0_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

ryugraph-25.9.1-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ryugraph-25.9.1-cp310-cp310-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.10Windows x86-64

ryugraph-25.9.1-cp310-cp310-macosx_11_0_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

ryugraph-25.9.1-cp310-cp310-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ryugraph-25.9.1-cp39-cp39-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.9Windows x86-64

ryugraph-25.9.1-cp39-cp39-macosx_11_0_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

ryugraph-25.9.1-cp39-cp39-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ryugraph-25.9.1-cp38-cp38-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.8Windows x86-64

ryugraph-25.9.1-cp38-cp38-macosx_11_0_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

ryugraph-25.9.1-cp38-cp38-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ryugraph-25.9.1-cp37-cp37m-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.7mWindows x86-64

ryugraph-25.9.1-cp37-cp37m-macosx_11_0_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.7mmacOS 11.0+ x86-64

File details

Details for the file ryugraph-25.9.1.tar.gz.

File metadata

  • Download URL: ryugraph-25.9.1.tar.gz
  • Upload date:
  • Size: 9.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ryugraph-25.9.1.tar.gz
Algorithm Hash digest
SHA256 63ef65d0652db5cb6da85e8e947395f5045a786a03477524b40afb01a25a9451
MD5 fb8880a839c2c76696cfd37980e8be4d
BLAKE2b-256 9e91aed05dd314a21699d79591d5a9a445dc14adb8ce509f30c2563618f7ea43

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1.tar.gz:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ryugraph-25.9.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dcb5aaaf452b695f52f7bfff9fe7b78dae292e32db71398f8d44cf4b3db1bef0
MD5 cde35b19d13adc933b200e2c3779a07f
BLAKE2b-256 f780f3c50a99fff21bf4f64114dd7678be316546642df88d818f011a34cbd885

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp313-cp313-win_amd64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ff0c15c8567ff63c1161538b5ebec3d829de82a63033c604edf5e8e05e0f7ab9
MD5 66a0a3dd648a3a5e235e7452b1389226
BLAKE2b-256 3ad75ded03ac8ded313a58c58ad03d70f90b0fa0a4b47b6a1e4d4af3e27e0885

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40def0a67f74bbd50c2baf6a55ee6de67b4d348e8c40fbdbcd3db67101151f5e
MD5 ca5cb5d9092ab8dcdbe166b1c9aaf6c5
BLAKE2b-256 de3783b26cb7f72d1370b44809d1d9fdb75bdffb8d4f6879901980c0df3193b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ryugraph-25.9.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b0fe42d2b54e16223fcea3ce73becca265e55a82f0e5cfb6f0542e33e54fc8a6
MD5 5928878b438e6ac7ed3cd5802cccc7d8
BLAKE2b-256 b66da6b69163fe174441ea869e51115e33749b50616a37dbce7ad785363102bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp312-cp312-win_amd64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp312-cp312-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp312-cp312-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 70d787f9058aba974ac3c0320219b8741d9da54802abe21ef71ba750f0e8942d
MD5 bc67c8964de3b4489f14d0f5578c45e5
BLAKE2b-256 059c0b119400c645867e0b6577a55155a566e5a649c3281e82778f29c375300b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp312-cp312-manylinux_2_39_x86_64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp312-cp312-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp312-cp312-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 040d561c2aea077fa845b150db5cc7972777594e12d5963951a53e9f07a9dbe5
MD5 4abba71ae3d3c910107d3bb5d63dd31d
BLAKE2b-256 94e1f30f5edc300177b68e6610742f2c605831ea916d7f3ad57015e27002c4bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp312-cp312-manylinux_2_39_aarch64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 39accc49707787c1e5d496a1683a389f073d72ee7e17decd83034d4155282dff
MD5 4377dc058689e42ce75a7ba15708cf8f
BLAKE2b-256 fbc83afb4327643ed8d32a2620ba74ddac08075ee161426db70e9ef9b70b1e92

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d92aee235d92c0cce17249c5ef3658f9690e925de86cd1b9a49fa2b4434bda8b
MD5 0eebad316469c53a0e34f5fe97e17cdd
BLAKE2b-256 8edf25b185fc082e3fbcb559b916c52a19abdaeb4b062b4514f1f942d40033c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ryugraph-25.9.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9b5676c5e83457346e4e859c677dbe8052943c36b7302fa087684a0ad8e0e8ca
MD5 2fb8a9103ca1df45112125c2455d34f9
BLAKE2b-256 a9caf5d84afeb5d7f598106812ba40c615979ce8f5c2be7d1e00ba6270c7fcf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp311-cp311-win_amd64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c038b106c5da8991ef14f95cc7a1b06f1237ad21e8433ea22d4e9660bc09857f
MD5 eaae4f694511a3c9310ba81c27780286
BLAKE2b-256 81e6d3ba33adbbf28adb6ddeddfb4091f6e91fb239c990bdd860e4a91d7eb8b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15107b3ec149aaa4bd05e0450643dc5be6a625dc4bc53a81257f0b678a999800
MD5 931833cbcee629a60020eda2f9c32dc5
BLAKE2b-256 a865dd81b7af121dea56e27fd0c86c786bf1b060517edd820127d1d5815b695c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ryugraph-25.9.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 136cb92aff6c9f512dd7182e668862edb324a3917f6ea86df4d79ac1319741c0
MD5 504513ebf5fae8f945c9643c3417eda5
BLAKE2b-256 7ae0f099ea05aa7a03ea2453a50d25114650625f1d9b878f639326092f9357f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp310-cp310-win_amd64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8fb25b3a6b8520cc26fd90743b60ae9354d18c2a3f6f0d432e3759ec91d94b05
MD5 0e9409e238449b7ab76a6b2775676f98
BLAKE2b-256 c8b00a4836ebe2a2ba547f4554f134045b7ba292efcb3a7dcd9a403361322892

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9de91b826ff3c2a7c234b1cbe9726b103bb95cf02a6b9c2c6d06fc6c577e0c2
MD5 7da5bc04f88b44fbfaa9a4e6a25040d9
BLAKE2b-256 6db95bb05198cf9ccd9d198239e792b0d0ed98f23b8823e6e54ac07d2ac8f595

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ryugraph-25.9.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c63f8fb4b1f3eb8f6d8fc314aee581f983cabf5de4dc79b062a53bcace70187c
MD5 ac95fa5f7743cb4248a181dc8c617d89
BLAKE2b-256 142c517647f9429ae53349d0db9705f7fb291600fa62d9fd2a369270e86c3fb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp39-cp39-win_amd64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ecf57a790699b091161a81d570e055ef30096fa22ae2e48e93b49f47bdc8666d
MD5 69097eb2ee40050408abe2054ea4e0a6
BLAKE2b-256 56b890ce44cbf999e5306dd089c6a01beb5fa56cfe0aa1ffd345053c9182d8d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e8fdad2e10b1659e6c23b890f3be793d77d96dd31f2c0f99272f0bf5d4aefde
MD5 8174154518def8e612b943f96c6866a5
BLAKE2b-256 6b6ad11ff8a59b98c4dbbc545de2eeda0a6c7acb970a8c8d157633eb7fdd10ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ryugraph-25.9.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9fb1a3b19e2927b02d2cb1cfa70274d6993c92d760e4c50dcd47151f41e92c20
MD5 d9bf8491b3d5428f27d1b56f8ee737e7
BLAKE2b-256 4a2fa20199b03f12791a6c2478f408812b64df0ff42ff59aa5f8c2d2c1c07091

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp38-cp38-win_amd64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 063d9b9fb8542324156a0495fee6e0faca1e2119aec256fc8d6201107af2a2b8
MD5 61328eb7ae0f2548ffd5d75b8a179ba5
BLAKE2b-256 14a0630fb1a9ee6b31c0c750c5ebb9b045bf07498e9a1d6223e81df68ffbbafe

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp38-cp38-macosx_11_0_x86_64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa8685e94652a40717a46ee94063ee7ed5a684ed11dcec30c39d8689d78cabfe
MD5 6d0c63f010e1966c6a6d0ada97cd6e77
BLAKE2b-256 0dff7523f740c96200bb994e052309303a7e112153941ed6faf9480c1555f165

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ryugraph-25.9.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d715e5fe4d2b2478d3ba122173231b9159c849a579f70223174e2b70dab7c2de
MD5 2d6734299db43920044418b90b32a27d
BLAKE2b-256 f69c05e4a6df19ecaddff8ed3e6de3b1f8b836fef203622b9861f5ec2fea469b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp37-cp37m-win_amd64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ryugraph-25.9.1-cp37-cp37m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.1-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 867b3ef6241cd3d81778132dbe4321b023ccb2325c14a34427be84243a5e1b1a
MD5 f3e65f533b3e64003bc0278eb09c2936
BLAKE2b-256 d9045b6aaa9dc0be0ff333ec5846fb1b1bd1aafa8b201653afdeecd855301d13

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.1-cp37-cp37m-macosx_11_0_x86_64.whl:

Publisher: deploy-extension.yml on predictable-labs/ryugraph

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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