Skip to main content

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

Project description

Ryu

Ryu, a fork of Kuzu, is an embedded graph database built for query speed and scalability. Ryu 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

Ryu was initially developed by Kuzu Inc. Now it's maintained by Predictable Labs under the name of Ryu. It is available under a permissible license.

Docs and Blog

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

Getting Started

Refer to our Getting Started page for your first example.

Extensions

Ryu 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 Ryu's functionality.

Ryu requires you to install the extension before loading and using it. Note that Ryu 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, Ryu has pre-installed four commonly used extensions (algo, fts, json, vector) for you. You do not need to manually INSTALL these extensions.

For Ryu 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. You can pull the Docker image and run it in your environment:

docker pull ghcr.io/ryugraph/extension-repo:latest
docker run -d -p 8080:80 ghcr.io/ryugraph/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

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

ryugraph-25.9.0-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.0-cp312-cp312-manylinux_2_39_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.39+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8macOS 11.0+ x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.7mWindows x86-64

ryugraph-25.9.0-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.0.tar.gz.

File metadata

  • Download URL: ryugraph-25.9.0.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.0.tar.gz
Algorithm Hash digest
SHA256 6120845a845578f8f81860d5f39545309dfbb834333315f3d046acff9f313f71
MD5 5fe39f58ae8c5e2eb2cfc469a9ee5672
BLAKE2b-256 23556967eb45b88e06b16383e2fa6d381faea8b76038b2a68ea08b3e7f9fd6f5

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 95f837a4285839a1514d91ad97d5406e341c129d5c52120905cde50248f742d5
MD5 c095fc3b3e326cef8a79acb9697f83ec
BLAKE2b-256 7ee89e59e3caf3663f4b6d62ad03ebcc7778b4c30c355c2b8ce524d5d57754c9

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 576c147075be09ce42a9560ffee8dd80ea4a2b36de79ae0b68e80d3ec9529cdc
MD5 47dd7c4fb4dff3ccb97f75b596a82af5
BLAKE2b-256 da978c862f62694530fe198e69d13720feccf7ef148d909e2653016c860f1566

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c7260cba346663c0f3130c65f068386a8fbb6ab5788815fc89ecf3bac209d72
MD5 b9462616621426fc5578684c87fb1aaa
BLAKE2b-256 eeb8326426222d8a88ee8ca492de427ab8d34ccaa23399a4c0ef26924aa1a692

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ecd7d72b9a3d68dbe1f1259033e21830eb826ed7b99139880f4570454854bf14
MD5 f1acf9bcc360d2d272fa364583a0925b
BLAKE2b-256 b576359c681fde6e5969249a4eafcea80ce324625a509412916848a4eb0b66ee

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp312-cp312-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp312-cp312-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 797fc37af7db88a1d7f02161be0c5db34068499c4cf93f064e71ca0c701776e9
MD5 ef31027271527b81110fc429445cfce9
BLAKE2b-256 20907af433f5e3e09b13efbdb11a129557e8fba41ffc8fe9e5d107f0a2f530fd

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp312-cp312-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp312-cp312-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 6ff522ef12907ce31f0db73b18592b509881056eaa76e88ca6b0c79438ae7116
MD5 f07bc7846026dd8685c0ca57e425b320
BLAKE2b-256 d650ebaae1361df990a73e0e4bee971d752f0f04bd3d4b612faea6e97c782a39

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 78ab9c331b741d17c0b542c84d52ccb5719bb35265a605ccc6c19dd496dbf4c1
MD5 1bf62148300d044bcbdbf1cbf322a222
BLAKE2b-256 e99f7513240506b7804d014f27c45284a7031443ab1c80e699d5f929e1f92b6f

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 651d6a577be59355879d48747b2b5bd07f27fcfd70f070b8924b26d975f7821d
MD5 bae25dcbf2e4cc15e776dd4586e3ec67
BLAKE2b-256 2fbc37bf8d4343aa365a2baca48f83997d2a1908ae94840e15cebf09e0215f2b

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 739e9820b01fd698bb64d15d6119209bb1589af4af4bfef8511efd834419a024
MD5 87d91ca1d79c65d3ef7538afe0908a8c
BLAKE2b-256 a421857bf9005e0a51002ccfb0c0a9ca3fc053bfa7e2fd356702b7a8756baaf4

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 df6bc329867ded65c0c0f9f2d7725e5c2c5234eeea3dd6ee3e369c7532d51e90
MD5 e86c52143e6809cf2748cbfcff9b0379
BLAKE2b-256 8aea57ee5a70344b28630c99898bb1c15bfe7820fb166c8de533a90b215737c3

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 023274e449713a025e629187f08a7e8153ba24670950297e81f7736ce33a5903
MD5 423d40d00f0b34b909ca581d7ff49c7d
BLAKE2b-256 26a29fa17fee11bce34bf1dca8c7f9efba54c493dffffdcf5cb29ab5f93026ab

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d29db0223185d850718c225b2ceb6b50dc14da89a9d7df23bd22044e906b0b4a
MD5 a17197d2c062d175960c269c6575dfcd
BLAKE2b-256 86c536085d2413d843ea00e2aec898e481fab89697b5e45441b35cfd8a2d5b9c

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8283232bb1588cb34a131e653b6de77b0a3070949ca15bb5321710fa013111ef
MD5 3bfc23a9b490aff83eb3efac82b56cee
BLAKE2b-256 2055df71819e49c9ac0131eed1042e977ca44b778e7225b594729b59d2a50cba

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e15d9111dfe20fa2a59bedba1c7045c986d109c67e254903c3461374957381a
MD5 714f6a7e98d6630c449e102fc308ad99
BLAKE2b-256 c2cb938df2206b312538547740f7c72a85979d21afd09819fa45d112f1c2a975

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 58fa0b690e17bc8937c9fbfeec340184a31646724c51708e43d602c586b807c4
MD5 5554ddf22f8a9bdd505a531d5674e5f3
BLAKE2b-256 44e60d81710615b07ac46e59b7fa56cdb43945e514cfd7105b3afbdd5bf84181

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 584a5d2b8ae5c505453ff18ae077bfd91272f1bc0f672c79af362f56b8a87483
MD5 31c3587f81968309212b4f9b6f4cb573
BLAKE2b-256 9563ca32f57b14a2bc7afb6bb07024a16d886db6419a7fc59b8ef1a25c2c8b92

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3113a6822ebba9245a0573be98ba22f576676150ddd12fbbc28bbf593e06fc9
MD5 9baa49d82157883806ceb9c946d6be61
BLAKE2b-256 37d8c495b6f80f3c2bae5c49f2075a92b4418647cf0a0c93001a0377f933a4e6

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5b4a5a73f6a1209884777cb6a49787b47bbf15dbd91d08b2589b6babc782d535
MD5 563e9e5f53ab2adc3784f05277e846a7
BLAKE2b-256 2faeb5cd7d80b7c799df3ebd7bd685ca5c5323e998ac02956b84a3ef724ea28b

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cbde00cb4f317d743ffdd933dafc1fab80b6ce36036c822c106e31cf2a573dfc
MD5 34092b8272f0563c3faa19ec7eb50ead
BLAKE2b-256 d5d9227dfc3e41f2539d5fdcfc2442d6f6a295478daea5d83abc9a81b22565a4

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19da4859455657113fec578e884ffda4c9ede7a2879a033a14b5611cdf30f8a3
MD5 d0bd3a52c4a3b018d604eb5c44dc8e67
BLAKE2b-256 d92385b7a62770eba2ef873f52f8d59449e4af60003d0ddb17b734f645a6ad5f

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ryugraph-25.9.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b67cd9fae4589ef8395736a9e3a488af5db9266430245937e3b92e698c1f2ac5
MD5 b1b5f994c200592e389164614a08b13e
BLAKE2b-256 a5cfa40f9f0f357c78100c32c147f64312d50e8d78319bac099aea8afbb9f485

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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.0-cp37-cp37m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ryugraph-25.9.0-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 250bf93c33bf0dc92f6538138e596c36b991ca431556acb1699eb1325a6c9f54
MD5 cd495d8b1c4c2773b27d37ec0cc26f58
BLAKE2b-256 d07d93f46874e383bd1a9188f4e6af46da6633eb37c6058c188ed757f7c85795

See more details on using hashes here.

Provenance

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

Publisher: build-and-deploy.yml on predictable-labs/ryu

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