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.2.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.2-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

ryugraph-25.9.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ryugraph-25.9.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

ryugraph-25.9.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ryugraph-25.9.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

ryugraph-25.9.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ryugraph-25.9.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

ryugraph-25.9.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ryugraph-25.9.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

ryugraph-25.9.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

ryugraph-25.9.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.7mWindows x86-64

ryugraph-25.9.2-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.2.tar.gz.

File metadata

  • Download URL: ryugraph-25.9.2.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.2.tar.gz
Algorithm Hash digest
SHA256 7d472f95b59f64f6002448db5cacc6cdeae8b5dd01e7c410a5c73a114466dddc
MD5 5861e06da7a59111dd5825b82e3f2bfc
BLAKE2b-256 621a60b0124e2a1429c9db097d6a05a25d8d24540d407f714ab8d1cde0c3e14a

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 811a34e026807914ac73970e757df81061e3d258e6f1b105e6f2700b637ddfeb
MD5 fac109eb3e70932d5d206b5895204e32
BLAKE2b-256 e0ad7349210902c6c497b79f8d5493482c66cf02f8ec04920c2c8eed1b71c28b

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b5bd91778f2d52111fd62c5572af4d26a15353b7ee85fe9f327c8acd40146b0c
MD5 4a80a161007afc5ad43b4a8be87d08cd
BLAKE2b-256 6cb473f61ca6f27dd353a2969adeb158f25a366d88d93b226e11852de47dc366

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 078594a7c48cfd6c2a868466b266160b7b3ac9415503ce8403c1260d1ebacf31
MD5 1fa44d47783084e9ab4a23d3f91389f9
BLAKE2b-256 547d6001ac9b5999f806e279477f5c9de19774951fac399635b5ebd72a45e295

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 25e72aef2104b7b66d55ec684c46e3b329b6a1c6ef73cd20db0969ea619292c2
MD5 b9c8e0eb3e24f324cd7012ded2c8a18d
BLAKE2b-256 52651d09cc5828adb7323e74d4b26d41388360c6bcdd67d97b15b48faeb18dab

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c410c844f6d5c32c9d2d6f57ce6d3382a578810573607774d7f4f95ef59d3893
MD5 2488ebbeba8fc5ec2c79b4a21c9cb83d
BLAKE2b-256 af447ea1448937a844ec6d58265dacb0a7562038cc6c28fe1647f550263be5b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.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.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed5669042391b18fe129efefaf03eef2a8332210f3c260d01cc09549c00714b3
MD5 e844da31afda75dcce8dd90e025c66cf
BLAKE2b-256 d006915174a1dd069f577fe14e199f9346138665ce321974f9686911f7be83f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.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.2-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7b61087fb62e72891fbac14792a752aba317eb192637530edaaeb75c88797191
MD5 d7141734e2c65f5a2acd78c8e89d01b0
BLAKE2b-256 3a3b38d9056276c640094f4d128092ded70c5252dc31e0e337cb8149b704d822

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b19a5034cd34a6233108f8599dfa00aa3a134126a2ef31f63ea2acac837c78fb
MD5 9bec335bf73c6475081b2be7add8e1d2
BLAKE2b-256 ec12297913545bd2ae590ac5fd23af09266bdb4813d9308d2b7511da1395b964

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f0bcfff9b7ace95163b10964205ee3c054d56531236e24ef5948e48a135559fe
MD5 f21d85de3925b800ff3632b67155afcd
BLAKE2b-256 37c350969bafc9d08389009b395dbdcecb33df5c56ce3ac8abbd2bdff4653103

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0caa6413f520e4f93b244792174ce3b4d893a43e5469ac4562041f47f1b8a273
MD5 f7b3e84c927e9d2c302cbcf041ed27c5
BLAKE2b-256 f6fef0820a57e36e9d2b1c2e2cf2dc947ff45f4d3ca60d822705d1ed8c07a507

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.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.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81e4a391fcf5add282fae3cac896acdd0499ffed7c260673cee73cca9224214e
MD5 ae2fad3753e0ced012406cb463e76da3
BLAKE2b-256 9226f1494e466aaac87321fcde1730c10d37d96c75b1f2f86113c43132b90f2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.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.2-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5f11abd04e55464b412d29bf36b1821e228078979b5489075dff4c8940a691aa
MD5 3bfd72345cc528a080b4ddb623411127
BLAKE2b-256 ec57e71a6cd5a166746ca7835787c81a3b5495269baa407a807a55d466da229c

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bffd4ea6fcd757ae86112cc21891395baf2b1aef94e316184d11cc99bce8bce6
MD5 fc2298b5ff51cb9a3409afe50dc10155
BLAKE2b-256 1a8d2cd37c84c9d87a691fb576483f0b5658d2d6b5d3e4f6fe8ac9f076c9dd84

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bf4f5085241bdb795716fd40833736a778cb81b2745f7342f2af556728e72b9f
MD5 1dda35650accc3f55c67afa0f229db35
BLAKE2b-256 0a305e4ab684a4381bbb2a5d82e188fd5d5a56511cba58ec03a8c7610d9513c9

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d05f976614ef62bd8bf91416020fb2bdd5009a4c82ed3bde5aacdfac93899651
MD5 0260786a187b3033a0a5da27dcf539e3
BLAKE2b-256 4dcf5ffefe37cbd820ff844ad6b63511ed5f40d95018b2545a6c66a88c14ce36

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.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.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 370223cda2c22f11606dbf7742aa14a44e4b0c8c63a78a32eaa30b73bbd7b62e
MD5 d49da4bd14830f2af879e907fdb34a78
BLAKE2b-256 02051ceb9cc7a1dacbe0743656cd22026f12571c8b74e33edcf680d4bf1c52bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.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.2-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1b341c50e6f34321d74c51b0c21e11ba4bbd3393f7170548df438b45c9a25d08
MD5 3a116f5a2a4852518f79061ceafbb20c
BLAKE2b-256 8001e00c4a122b75c79c374e00ad07ee0aa8a5512bddf97ecea5760fc20f17c4

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0273b3f461ed2315e7cf8ab49f8ccb7cb09a77bf330b38326d742296fa4b70fe
MD5 0c89bb10fa6c1423093b9aaf213502a5
BLAKE2b-256 be5f67769672cb795eaf883b3dc7ee72f7b0eccb53c0818abe313d336a667e1f

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1612bb37343ab7bbcc345bd50558d18d5e29ccf318ff1b85a4b76135ad5baa84
MD5 aac9d138d21e3c6d267b21eafc9c4b45
BLAKE2b-256 914e5b0f71276193054f4996b832e33fe62bc8b8e6c5ec21cb64597941167a69

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24dcf8d69ab332f04ebf394328fcc484d15b7671259d1cc1d2f7e10ba70d1b71
MD5 afdc7b4bc06639b5ce7ef7e046cbc773
BLAKE2b-256 d2d237ff257f3c5034b9aca75b6d8b0b890f218c7c315272fc8f7642e654cfe1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.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.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 74b1da159eb43c7bab56bf58b894b5c38722680f06d15b03aae684e672715e71
MD5 26c77e8966f27abb12f3cd4cfda4e3ac
BLAKE2b-256 014a4e065b7ea94ba9cae8d312c0a2cb3e6d39d40b19ca2124c5b7812d5bd323

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.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.2-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6294d46b49e32625b2fbe85060bfd4e5f5f1ded8e3d2d715d2a25d1820bf4007
MD5 e473c099627859d2ce1029e120690cc4
BLAKE2b-256 dc228663251be9c6634f74dc1b5db5b37db7a0e4adec128e91c2edb59c117418

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb0b0cd8fbdc1eb0cdec5a21160b471b6b2b966711263e6abda80d4351d24f58
MD5 1cb3a98addce91c48ab3fb41b03ddd96
BLAKE2b-256 a8d96befcbb3a3507ca9b94b19a69f7f95598e0496c63ebc2cbdce2de6531ed2

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e205bad83574850ee711a0871e48e67462ba0345992b0fb8236a113ccd8e952b
MD5 596a30c0c6ed08adb8be19e150f2fc0b
BLAKE2b-256 18342177f6a3371a3690573707c1f0c9db67c04e9aa6031540b8312330db5c65

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 854f91b717525ce9860bfa29b661c509ca7e86fe2518efc95f6487e9cb6d825e
MD5 5b257f514ba3d34b027089ace29a2a5e
BLAKE2b-256 35db92f81be17521fbf534dde60d4bd03f3e8e68fc55b5c06ea290b141bd3343

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-deploy.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.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd701e506085f5f9ac1a7d378d9489dba5f74ff34045a2df9677c27137eea290
MD5 ccb99a4c8481eb4ba8c911a956ae8eb7
BLAKE2b-256 2991820d22b1a9484d91c5244fe46bf6b60988bd519a50620c0ac8ae8863c135

See more details on using hashes here.

Provenance

The following attestation bundles were made for ryugraph-25.9.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-and-deploy.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.2-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 086c71e18f9d05134d88f04bd5d3c352184d317853ba3031023abf9ad71cecf8
MD5 efceeb72d8949490b53fe3359dacece4
BLAKE2b-256 22e4faaae820c6ca1b7eba41837de753cfbceb0f846b70a17f10354ff4c2dbcb

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f31b18031bd4398a158ced2c87df78013f05caab2600624dcafaebba69468b9c
MD5 e13979953c2da1374902ccd65b93ef4b
BLAKE2b-256 f95f604f547d51c27b30f9764807dab1ee87beb4b3b8a7350906d3ef0076c96d

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.2-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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6bf9b4f5e22f49496ef0357da63ebf8624593b398f3c85f3dd8feefc3d3fc7b5
MD5 18ee36df095424ea6a9fb699dc0df6fa
BLAKE2b-256 fdbf271911cb1ecf3bfb50261ff8eef968633414f68f4cbafb0d7efa568e46b3

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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.2-cp37-cp37m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.2-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 622a27ab017f4a548f278e202bc4322076173783b80fc071cb0e319113f0213a
MD5 2d1ee5998263958083b8c61a8a35e2e7
BLAKE2b-256 285bde8d72c277888678f5153e9556a03b04d85a615df44c7040014a746fbe9b

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.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