Skip to main content

ry == rust | python

Project description

ry

PyPI PyPI - Python Version PyPI - Wheel PyPI - Downloads PyPI - Status PyPI - License

python bindings for rust crates ~ ry == rust | python

DOCS: ryo3.dev (WIP)

API: ryo3.dev/api

This is a work in progress ~ feedback and PRs are welcome.

Highlights

  • Async/Blocking http-clients: Built on reqwest, with a fetch-like API. Supports streaming, zero-copy IO (via the buffer protocol), timeouts, redirect-following, and native JSON (de)serialization.
  • WebSocket client: Built on tokio-websockets and styled after jawascript's WebSocket API.
  • jiff based datetime library: comprehensive datetime library based on jiff (pydantic-compatible).
  • Async file I/O: AsyncFile API similar to aiofiles and anyio's async-file api.
  • (de)compression: (de)compression support for zstd, brotli, gzip, and bzip2.
  • hashing: aws-lc-rs, fnv, and twox-hash (aka xxhash)
  • Ergonomic: APIs designed to be ergonomic and pythonic and familiar to both python and rust users.
  • Type Annotated: All public APIs are (painstakingly) type annotated and checked.
  • Performant: Speed without the words "blazingly fast." [^1]
  • Pydantic Integration: ry data types (mostly) work good w/ pydantic.
  • Not slop: Artisanal, hand-crafted, grassfed, fair-trade, small-batch software.
  • No emojis
  • MANY crate bindings see below.

Install

pip install ry
uv add ry
uv pip install ry

# check install
python -m ry
# run & check install w/ uv
uv run --with ry python -m ry

Quickstart

Bop around the ./examples to see some of what ry can do.

Or to play with ry in a repl, run the following:

# repl w/ ipython
uv run --with ry,ipython python -m ry.dev
# repl w/o ipython
uv run --with ry python -m ry.dev

What?

  • ry -- the python package
  • ryo3-* -- the rust crates that are used by ry and possibly your own pyo3-based python package

Who?

FAQ

(aka: questions that I have been asking myself)

  • Q: Why?
    • A: I (jesse) needed several hashing functions for python and then kept adding things as I needed them
  • Q: Does this have anything to do with the (excellent) package manager rye?
    • A: short answer: no. long answer: no, it does not.
  • Q: Why is the repo split into ry and ryo3?
    • A: ry is the python package, ryo3 is a rust crate setup to let you "register" functions you may want if you were writing your own pyo3-python bindings library; maybe someday the ryo3::libs module will be split up into separate packages

Crate bindings

crate ryo3-crate
std ryo3-std
bytes ryo3-bytes
bzip2 ryo3-bzip2
dirs ryo3-dirs
fspath ryo3-fspath
glob ryo3-glob
heck ryo3-heck
http ryo3-http
jiter ryo3-jiter
json ryo3-json
pydantic ryo3-pydantic
reqwest ryo3-reqwest
serde ryo3-serde
shlex ryo3-shlex
size ryo3-size
sqlformat ryo3-sqlformat
tokio ryo3-tokio
tokio-websockets ryo3-tokio-websockets
ulid ryo3-ulid
unindent ryo3-unindent
url ryo3-url
uuid ryo3-uuid
which ryo3-which
Compression ~
brotli ryo3-brotli
flate2 ryo3-flate2
zstd ryo3-zstd
Hashing ~
aws-lc-rs ryo3-aws-lc
fnv ryo3-fnv
twox-hash ryo3-twox-hash
@BurntSushi ~
globset ryo3-globset
jiff ryo3-jiff
memchr ryo3-memchr
regex ryo3-regex
same-file ryo3-same-file
walkdir ryo3-walkdir

DEV

  • just is used to run tasks
  • Do not use the phrase blazing fast or any emojis in any PRs or issues or docs
  • type annotations are required
  • ruff used for formatting and linting

SEE ALSO

[^1]: Release‑version benchmarks of ry (via pytest-benchmark) showed no real performance variance, regardless of whether "blazingly fast" appeared in the README or docs.

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

ry-0.0.88.tar.gz (670.3 kB view details)

Uploaded Source

Built Distributions

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

ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_s390x.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ s390x

ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl (7.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl (6.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ry-0.0.88-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ry-0.0.88-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ry-0.0.88-pp311-pypy311_pp73-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

ry-0.0.88-cp314-cp314t-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ry-0.0.88-cp314-cp314t-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

ry-0.0.88-cp314-cp314t-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

ry-0.0.88-cp314-cp314t-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ry-0.0.88-cp314-cp314t-manylinux_2_28_s390x.whl (7.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

ry-0.0.88-cp314-cp314t-manylinux_2_28_ppc64le.whl (7.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

ry-0.0.88-cp314-cp314t-manylinux_2_28_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

ry-0.0.88-cp314-cp314t-manylinux_2_28_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

ry-0.0.88-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

ry-0.0.88-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

ry-0.0.88-cp314-cp314t-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ry-0.0.88-cp314-cp314-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.14Windows ARM64

ry-0.0.88-cp314-cp314-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.14Windows x86-64

ry-0.0.88-cp314-cp314-win32.whl (6.1 MB view details)

Uploaded CPython 3.14Windows x86

ry-0.0.88-cp314-cp314-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ry-0.0.88-cp314-cp314-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

ry-0.0.88-cp314-cp314-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

ry-0.0.88-cp314-cp314-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ry-0.0.88-cp314-cp314-manylinux_2_28_s390x.whl (7.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

ry-0.0.88-cp314-cp314-manylinux_2_28_ppc64le.whl (7.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

ry-0.0.88-cp314-cp314-manylinux_2_28_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

ry-0.0.88-cp314-cp314-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

ry-0.0.88-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ry-0.0.88-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

ry-0.0.88-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ry-0.0.88-cp313-cp313t-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ry-0.0.88-cp313-cp313t-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

ry-0.0.88-cp313-cp313t-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

ry-0.0.88-cp313-cp313t-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

ry-0.0.88-cp313-cp313t-manylinux_2_28_s390x.whl (7.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ s390x

ry-0.0.88-cp313-cp313t-manylinux_2_28_ppc64le.whl (7.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

ry-0.0.88-cp313-cp313t-manylinux_2_28_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

ry-0.0.88-cp313-cp313t-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

ry-0.0.88-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

ry-0.0.88-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

ry-0.0.88-cp313-cp313t-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

ry-0.0.88-cp313-cp313-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.13Windows ARM64

ry-0.0.88-cp313-cp313-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.13Windows x86-64

ry-0.0.88-cp313-cp313-win32.whl (6.1 MB view details)

Uploaded CPython 3.13Windows x86

ry-0.0.88-cp313-cp313-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ry-0.0.88-cp313-cp313-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

ry-0.0.88-cp313-cp313-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

ry-0.0.88-cp313-cp313-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ry-0.0.88-cp313-cp313-manylinux_2_28_s390x.whl (7.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

ry-0.0.88-cp313-cp313-manylinux_2_28_ppc64le.whl (7.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

ry-0.0.88-cp313-cp313-manylinux_2_28_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

ry-0.0.88-cp313-cp313-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

ry-0.0.88-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ry-0.0.88-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

ry-0.0.88-cp313-cp313-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ry-0.0.88-cp312-cp312-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.12Windows ARM64

ry-0.0.88-cp312-cp312-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.12Windows x86-64

ry-0.0.88-cp312-cp312-win32.whl (6.1 MB view details)

Uploaded CPython 3.12Windows x86

ry-0.0.88-cp312-cp312-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ry-0.0.88-cp312-cp312-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

ry-0.0.88-cp312-cp312-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

ry-0.0.88-cp312-cp312-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ry-0.0.88-cp312-cp312-manylinux_2_28_s390x.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

ry-0.0.88-cp312-cp312-manylinux_2_28_ppc64le.whl (7.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

ry-0.0.88-cp312-cp312-manylinux_2_28_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

ry-0.0.88-cp312-cp312-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

ry-0.0.88-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ry-0.0.88-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ry-0.0.88-cp312-cp312-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ry-0.0.88-cp311-cp311-win_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11Windows ARM64

ry-0.0.88-cp311-cp311-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.11Windows x86-64

ry-0.0.88-cp311-cp311-win32.whl (6.1 MB view details)

Uploaded CPython 3.11Windows x86

ry-0.0.88-cp311-cp311-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ry-0.0.88-cp311-cp311-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

ry-0.0.88-cp311-cp311-musllinux_1_2_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

ry-0.0.88-cp311-cp311-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ry-0.0.88-cp311-cp311-manylinux_2_28_s390x.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

ry-0.0.88-cp311-cp311-manylinux_2_28_ppc64le.whl (7.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

ry-0.0.88-cp311-cp311-manylinux_2_28_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

ry-0.0.88-cp311-cp311-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.88-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ry-0.0.88-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ry-0.0.88-cp311-cp311-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file ry-0.0.88.tar.gz.

File metadata

  • Download URL: ry-0.0.88.tar.gz
  • Upload date:
  • Size: 670.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88.tar.gz
Algorithm Hash digest
SHA256 92d990c9f55dfee1ab0f6d59c78560e74924b4574385c4d37534205871c16066
MD5 e458a6f2a69031f5f4ab88e7f7287c0b
BLAKE2b-256 34f2c83082ce3c78ae5a570c297ecb4bc4cc7ca1d3dd3a0313c615fbc57bd83d

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: PyPy, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da40a37cd0b03048b11d33a114ffa83bd45abe58f7e2cf3eca36eabc56b78f03
MD5 eca1de1006b358e38735cfc0e06ac8d6
BLAKE2b-256 e154189e1b74984d3a6c8c5be7e9c9594523d2857677f0cbc5c3851dde49151b

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: PyPy, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 546a888fa584614d92dad2d00483867c303f0666da969d01a6a3d002d17f98b6
MD5 2eb417f2b0b2448ea7e8ba2a78157276
BLAKE2b-256 f11364c827ea45743a84025f4ff7f3a549d98b8cb50757aa5fdc92c4aa3da7f7

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: PyPy, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5dc26b4b780d6672f21a477ff1a5105e201d9f1b5b797c8930ff758efef4d444
MD5 bad7d894ab8c0dba2dd117011e607e6e
BLAKE2b-256 5099917b293e7bb5047aa2eaa735b9c1d935bc90a7476e6899da3364ab6bd938

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: PyPy, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 299fd2917423e2d183079c57621c2f301a68995b6cf794574383f79a6059efbe
MD5 54c8ca05678775e53fe6450b220ab5ea
BLAKE2b-256 fbc2b6acf611ace23228bed2230f1100f086f91b7429aab7c0fbe191e3351d7d

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: PyPy, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 373d8cbbbdfa76cb99e80616170300e6b0277eeae62be803f2a267b39cd775db
MD5 7ea05c992fd8baf22eb5bbf1fa9e79f8
BLAKE2b-256 3c5af4263e05190aa03c22b4e67630562501a976dec9c5b871c1c84896767472

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 1d0c053754f2305bfb71bad501b4b53e20b6a3455eb9400e77ed87c9a90b69fb
MD5 d358d49c8d65a3f7157d877101aa8d4f
BLAKE2b-256 27fc8e4c9fbb05871928430c59a21255f0689ed1d83e0176d0d1e18312efac66

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a503d59de38dbf8a97dfb20ff9dadd5cc3263b993b1f11e04358eb7830496052
MD5 0f481f723afd9c6fdaa878ae0a8460f5
BLAKE2b-256 f852a480a6fe33611d05c7dc3e046cdb0500095d2f5be637b87de2fd854df562

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8074180e7e876f7bd8be1e87841d82b7542dfa2d8a20ff9eb3387661ee547ddf
MD5 33f029a1d7a203caa019cc270592038a
BLAKE2b-256 48d8ce596520dbdb7c4b2ee2dee1507a62f7e19f6221a94da157d6cc700ed24f

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c931b170eb66c723f91e3d5062fbdf7fc67313d62e72ec8c1c6abeba012a72d0
MD5 6264bda207cb3be69bea224d474de7ff
BLAKE2b-256 68da87b2e8be898a2b409e85f88c16c84608d4d1f0bfc46f70b0d064f08c51e7

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: PyPy, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 788e8911349a82d27055604cc3ea4dd7d098e969dfb0e068b3b711a8a6923940
MD5 cff6c69c536ac162e33757672f04cece
BLAKE2b-256 b4400cc506a977c5fed3ae3dd2a35f206e8be999e8fb18dc1141d32117e01009

See more details on using hashes here.

File details

Details for the file ry-0.0.88-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-pp311-pypy311_pp73-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: PyPy, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c506387a5005952a5702834c24bbd062e18ad01655a20579a26c0dd21cb1bc6
MD5 64f8e4ff1f71bc8547acd97f375e7a9a
BLAKE2b-256 3ea7e959f93f9a8644d2158b42098b7f564fb76ab5d8ba0bdae322ea3a2db315

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e771ded9e8c5516fc995660434910f0a6302009fb93b87f313e0e3bb70250deb
MD5 54db243e0b161f7a966654db9d026075
BLAKE2b-256 1d02cfd2c04f3c9734eaf890b99e000d5944bb464be2c61b2b475b48ef853e44

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f302dde061fd81472d0518f358a33edf1020ff8a4167200b583c269b78638587
MD5 c4947bbaab509a00a7b0033b298f4b2c
BLAKE2b-256 a405bea24bc82ebdaa3e8520b7e5f4d77422ccc110c65157745e86664f279107

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a6c220f5304b1ab4336c1cc431cef41632b088f91d0ab8a7ea7576f1dd5b3216
MD5 2a0ac8f371f09ef517c4fc4542fcdecf
BLAKE2b-256 2edc1fb254d4c41edd4ef37c2a40df267fdbaf2347f6406b4158f0fe5a5b6811

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20b6e287f529e0e7503f7eadc734251976b1fe31d2bafaac843b4a90a0adb97c
MD5 a56ca3817aa341d1688ab1bb7b770a12
BLAKE2b-256 d349e99097c367e3ccab8de2b4f961c27b6cc7138906405fc0c1337a905eea3e

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 454e0b84a814027f3a6543e1741892fd2f5b6d569fe8ab89966c6f6d18ab3d54
MD5 dbd50dd40e63d964508b59a90e2c2838
BLAKE2b-256 e32ce9fbfc9fc5c9d55a45122f359bee07dabcf0f45e1837f94c825e77880e11

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0846c68817fa548e0f84ba75f765eef15f029f6c5883eeeed945e4f176ac4514
MD5 ba3cf2e41229f7390fcaf3c2de66e688
BLAKE2b-256 c760596e19d2cdcd03721497f83559f6cd4e844fd1414d02e5303e01347fa8e6

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 8845aadc1ad8605a2c678dd7c57eff1b099d99df3aa6a05f1746d0a6dfd4a85e
MD5 416970930167eb0c14ca67a2951ea416
BLAKE2b-256 c6345b2be73f1942920c565e58033ba3a02a3f045ce9582c9f3e46c0f3132bef

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cd8e197362993e58faeb08b1a8527a183badbb004a4824b6ce52a1a20779720
MD5 766e6eb9470a5d7087b9bb74410555df
BLAKE2b-256 b25c17fe984e4dd37dfb9d92d15470e60ae2663881f0adca083a599f42295d80

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6417efc92d48ed41cba245f77fd9c85263df2ef5841535371c41146c49724a9
MD5 478de5c4377fa171fa149835bb7ccd31
BLAKE2b-256 452712ca224652c8b45ba27f7b59645916905c16809a1a0b33aa46b4c8b81b75

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 03ce55ea037b56274d4a781614a5587d47fe05e4329919780cacedaa67d8b4df
MD5 2cc83118bf71072f579e025c9958cb14
BLAKE2b-256 30f0462584572a96c2ac1c10cbee399588a901a5481888707ba9e0d78d387407

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 778d9a5dbdc9cd0a8dfc7e134be6ba4b0b03fee293976047e2ebd00e3fbf277f
MD5 d4cc7d6da01752f1a48dc621658d1874
BLAKE2b-256 fb7c776f34f7e2ff5c76ebb37e97d792b99067452110c937469e12d130b41443

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0345397b54e8a50e99589aab0faed1bcc0df22be64d20c6edb0bae088bc635de
MD5 2154d7c9740d954bb3964c7e5cec0f85
BLAKE2b-256 4eedbaafe8ca111043584b8561c98033490c11a9611f9405ee33db3f037945c8

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 72bd9d77a93c5f231f8946cf1da7b4109f9db5a7700e6dc6a66623ae8dd1d246
MD5 5b724243be2aa849e746faae5aa0afac
BLAKE2b-256 d4960e92eabfbeeb5e4b0a3b9fcb7d701d1bf2ebb711cb53a09ad743ff606350

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-win32.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-win32.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ae0e5fa16116bd94f90d13840d50fcf2277c3e953e8b4714f787009e52467e3f
MD5 2a33454235f2ef9a999ebc7b8c64f6ab
BLAKE2b-256 a0ac0d5b821206db7ca2c698260f8268be5eba48db09c800b4ae5a56709ebe32

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5320bde2f1ac84a90c495c4e945012e966d46e56167787e94177ff1bc7c03607
MD5 ff6c03ddf16657b096a451da72e011d7
BLAKE2b-256 1d37d93c9d9b999af3f4313a3b3cefa35ef9a6c6e1186fb0ad3e141e3a079e41

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa20279a615916929d050b037ab85ed05ed35a3704ff54ba0972411158137dad
MD5 6dd8e560c0191468e8ec8654ce47f4dd
BLAKE2b-256 d4b5e84fc9c017dab8518879e508272c03e720fa949e64dec3bb00b98bdec332

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 114fff98faa9b57939e7c4a8987a20a2f9e1ae29185153d8bb94ffca84ed62b7
MD5 b99c44f112ef32d45a6573fb03dfb128
BLAKE2b-256 ddaa1eed82400c2b2d55ffbeb2b7444a7f7e7d10e97e8ceef3b4a3e95d9b2a03

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 699a1ff1672d3905d9786d3ffb115f851414d4db0e7553a0c5b2c4d42dc8bb53
MD5 ca2ff43a97a476c7b860dea57045ac90
BLAKE2b-256 ee95e0e086a7e8609bf3db891be6c9e45659be46c570e9583193972d7f4dc007

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 1ec82171ff5186c9d4e71fc1c9d9629a21edeaa9906e32e252aa003627c87f08
MD5 48d8c2ed0561d3c50db3507a02207e3c
BLAKE2b-256 ff8a3b6cd2ce62c6aae6ec7b04bae74ceda56350b3fb3e1ff84ec3a639a97b15

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 97a25a537d12cc062e188fd388564a337c272b6489a9b40019d78253ca221f9b
MD5 d2f3f91dcba15a18426bb6cc7d4d2982
BLAKE2b-256 9014fbcf6129c16083df240c57073cbdea686abd87deb346344ae1252e0968c4

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 b08264dab53ef1fd5772afbf465412893c0d5a539d2a2dcbe60bb870bcc14a01
MD5 9985e80f44dd25e432de0c73afffba50
BLAKE2b-256 6701b279ef8bcbe7fdd721b60b94f94e21b22fb46506fae44bd5a0ce339e8f7c

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0cafe446e3906250bc09ec5d1127316038a35702da404656c034ae4ddb101288
MD5 11edb6483e349cfdb32bf2e506481e1a
BLAKE2b-256 16e9aae5dba24d87342c87205e572fbd3eb2d413e0dc774c2bd74c786818836b

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f8d117d692cfcc6821e414f4f4bc5d63db60b352ab59ba394d1384e4803317d
MD5 111a78228155a69f06dc063e77b17a6a
BLAKE2b-256 30cd05cdfb032d579bf37b0b58bd2c410358cad86593c8cc492b19b19bca034f

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81c702931ca574c91c9c7edde9f24090f640ef84179a887e5f98e597a1857ae4
MD5 f8a936839f7423637c2ccb18407a0d71
BLAKE2b-256 6053561c6386e424b097306cdd138c324dec6174df2c8a387632e987bf22e804

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2caad8ad3572d8004fc87905bbf900df4cf8b13c68585838b9223d5b91ba144d
MD5 94fd0b84743535456252d6d4d4d0e565
BLAKE2b-256 6cf6a32de56ff3bf2fd0659cce50a72d3d102428551c9feca3f483481cd7d387

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f7a5c4c7f74d208d30b6b7001e3f977a07f8fc96287959c0c55f041c66283bd
MD5 66167dfe4e7c28e8169b38ef2e276aed
BLAKE2b-256 155c548d5fceb1c262254dd97103985f28d78ae8555b8bbcd5196d4c093bfea1

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 905b4b0b1dd287afab601a746b29519ecb1c9d6565d46cf9f673dddfb1721d89
MD5 c2e8c594caea522cb31bb0e30c0a79a4
BLAKE2b-256 3136454a1da10ef2c78fcae3fcf7f8d5e0f21388fedaf59588791e4a848e3073

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 abd161b478169b359ad54808ddca89ce5ceced25561ebce81728b97cf13b3b96
MD5 b83ae4efa62fd6be975798cf1892a8f6
BLAKE2b-256 473edb9ad554de0dfd047e63e8cdb525ae27622fa56e2f1833ccb2fa47f3274a

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dd7c719c707119a695cdc8d60609ce01203653730955a2680dee7bcc0bcb47d
MD5 7a94fe3cd56fc19af45378869913504e
BLAKE2b-256 6bf86f7a5d03ad079160d929973e15b7b70b4fe6251269067e0d7a597595eeb3

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 798bbb135c9384eba26c345aedc28efc1335a9359674751e006857e9f408a87c
MD5 1c7c1d97ee90781b1eb51e69acdd68a1
BLAKE2b-256 2fc1b59cb31338b1e6fb349b8d164433ec2a12d1d8c7e4ef4d435016fb18c68d

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 cd85597220bab51c5fa49b3bbf754b2ca4826cab8e7750b4554c43f48841cc0d
MD5 ae2d6803c60e8e611a520575261201bb
BLAKE2b-256 917d738cdd20d7a98fc2a0e53557ae081b600b232f060838f2234dd23263e66e

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 95bfe475ce7f2c74d945f49f5290d486036573e35baa1b64fbebfb73ccdc21e8
MD5 ac54d2c1561a5116644b655eba6604f4
BLAKE2b-256 673e9e5235fcf2eb1dd8552f6753b04c5453a9447db13b11354ab8a3952ec7dd

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fe2e25db5b51fd048b727842dbc64c7221679a7ff3929da554509ce81dcf15b
MD5 100adbd7e2a8af52b670e6e48e2696d9
BLAKE2b-256 b0b5862a5461e9aa06db4df5a330293bc1a27c58875dfbcb0014ab691cde14c4

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b69311f611f85968b92c445864c945a04f1fd8b776dd8f670dd4cee491f00e61
MD5 71ece04d22b3f85f97d4a03457bb8f93
BLAKE2b-256 20c05edf3ad2e3b6a5e7495982dcda50e1df99045389e945cd1a155643237749

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7709ebe039fd5baed9baa92241827507a0d44b2e7e9fa0424646155cec6ad8e4
MD5 2c7baf868b93aeb03a886219e17c3434
BLAKE2b-256 17c9b034a27d16f1a4f71c2f258cfcc30c051abcc58e770cbb9ba577682b32a5

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.13t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64df238d4b48f31f98699c6ccb43c09bb9639e22aed5c9ab2e6b86cbe0d2823e
MD5 857f430557965033fea1d563d0c415ef
BLAKE2b-256 48103c0a51e488aa55b0f7f3f28de951c3bbb56027bdf8a8099cd65fb4103726

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2cbb46e0596d0fcabb846e619459d5fb7606bd6c4fad76a915cfcedb4a608864
MD5 090da3d88290ff25ec5ed066effc090a
BLAKE2b-256 c352f9d9dda92260b2d0dd0df73952a06ac05b2e30fbad3880715f2121bbeafd

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f57c3d237ce2deafe6f450125b41d8e845ff05644df3dd238a2e98ab82ba1fa3
MD5 1f098564ccfe85773f79d374a5f306cf
BLAKE2b-256 e5cf1f3be66b94d2302904452613b1e5335081b2ab7ab056089faad306596916

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-win32.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-win32.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b8f920508558fac9090ecc765cef97ee148cf88632964d776f363e9002f86ab3
MD5 9a5f382ac99ae2b60174011677029ac5
BLAKE2b-256 04b7409b3fdd995ace9bca08353bae5fa55d7b8e33c16f3cf539c2e1fc9b18cb

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 462221b9c2bff6605bf56f8ea51af85901bcf2e8e228d1de95d3b520ea8ba2d4
MD5 e6a0e339cdb2e853787ea6b6015122c7
BLAKE2b-256 ccb66f22c3d5f17f7657866f89f1536ac4df2333aba6e322051f0a9b1da7e8da

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c1d0228a958b8b307f5ae0d58e788896f6e69b70333bf5e07b8496890e8e9942
MD5 a17cba05bc20f5f5fd3b0e9ae40ff713
BLAKE2b-256 198c68478dfa48e6b98602f67fc14dcf115d02d604ac5f58f044dcef9cdeb2d0

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 da2d255972399cae2b99e5059553bf2c7ebf22dc8b20748160ab91bc36a11c6d
MD5 218efebe12814f17efb85bb6c65120aa
BLAKE2b-256 ce41e0ecb282fb164a769d846df1d500b07832b75bc8ecf5f09326a0f008906a

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25c614e8e8cbd49b4a84c5e0a97c63aeedcee1c2f0ce15850abd185b5bfc9a91
MD5 87f1ada9bed09f5ffed04b6b11050b4d
BLAKE2b-256 72c6417742155a74e36adeb522f6ec735f062ca411a5a93a3dcd2a477a8ec137

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3cf7974f8bfc9f9bc07d600ed1ffd4a8e13169f72bdde3b0f3f41861a169f29d
MD5 b7871d068f51eabf460d4beedc0e541a
BLAKE2b-256 01896fa9a17b17f5cbeb6e5fd44637f827bc957a23f2bc8925e5f10fc206287d

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 4a8afa3b59fde3b325e1a17c243142235304832b79fd304542bb62f87979ad3f
MD5 1ac02c66166fa05b7810d391e50e11e7
BLAKE2b-256 0e9c24f4dd773599c5a4cd8f1f1c6d98fcffbfac9f9afc1e9e53e7db96503bdd

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 208314f3885ac197a1e106498b573bf3718a51b921b885daeaff0984feedd396
MD5 f0812dae8e114650370fefa23477b91d
BLAKE2b-256 21923e3c36ea64ec5738a3775497b0f88f4dc0e41da90b7109ca6548b93fe3b9

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 773b5552f1a0ec97b8f82ff9fe39b5d8a0bb5997fcdc530d778e537334d3d777
MD5 23bb3805e06fcad58c5e4846b551bb8e
BLAKE2b-256 0509913e124430b8ae0f2211559688d0f59a358b0a95bb024fdcd30fcead94d4

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c3b5231a7b9944ecc2d067110aa6ecba0e6877f8acadddef9dac2a06fa306d8
MD5 5eee17644f1aa6c7cecf671c87713fa5
BLAKE2b-256 2f351a8c9be9e31bea62f5a74008c37a32770b6b3229fd4840acfa5521ed997d

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c085198af511488628b9ee6bdcd9dfa0c2eecd513850d8463834d7deb083224f
MD5 69e2ba98ef73d17a919ca294219bad9b
BLAKE2b-256 b3603366fdbc8fcd29f80a6b179e1d31b7849ad7c5375486ed8e217ceb06244c

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c42d2aea24190b01b5d2ebd15df6d6a3710c8046a888e585984ea0ca0b9fc60
MD5 e1a2aa97c32fb86759fa58eaddca28c8
BLAKE2b-256 1eacd07920c9ab4f241d67ce0a7b52b66459bb0ba05707e29b25491f81bc52da

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 73cda325281d498f12fdd1c397452231899164461e0dccdb733cb53b058bb7c6
MD5 059bc9f9948f31b7d00975ab248c6017
BLAKE2b-256 01b8b8fd248270142350fd1a8ed6fc74f8b32f3681ed533717ec939010fa22c9

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 581f497aff0bef802b4d20d629bb67b0c0bcf0cc540849648a51cc5bdcbe665f
MD5 d381159376ffb91ff1e23bd15607ea9c
BLAKE2b-256 3be01331b20edd0a246fe560f992ab75c45f2858878f68ada6876246b19ef737

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-win32.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-win32.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f9304bc69545a138689932545750c8b069a75c9fb5f4454b600443144e5c7168
MD5 fdee3aef88a00baa08adcbd8a81657da
BLAKE2b-256 0bea0048a28dc1f84de58271c2b4d9140cd65ac437c1ab1782a98241a80ad456

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5ae4f12f535888083a1d08b813bdfae8dd7b29e92c7779af220224af2d5e2d3
MD5 e8b1274ecfc541cefcb5b1140904371b
BLAKE2b-256 f6821e2395f005e9287363c2c47b093076cb323cc74d058deadc22e95d20fd7d

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5557e0d517e1e9fa1819d216701dfd4a8722289879fb5f68e99922de658ca0a5
MD5 6c54d5503df41acd8212152e10dc6910
BLAKE2b-256 535caf464bc42da9d0935e20ac16d94229a14d69bd619beaf1c1c4ff05d58bb3

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7e5b55ce689c9905b19c70dd5f92349fac6604cd3785c024c6cc465e2f131ff3
MD5 e656dd79407e7c4a30cd2b6d12f3476d
BLAKE2b-256 afc8ec31b4c04e6c32c5da8ec569a492d0771ab595be2d213c57865e78419273

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33bf72d4ea87c2d0dec960a2160c5127073d08242b8932daabba01b6cd67a3da
MD5 f0fc5a3a62efa29ca4cc12e44f336e56
BLAKE2b-256 eb4e5b9d529cd9044b6a899b6b5b355cf0c6ae0c1ac7368b52df856895cdb893

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 46419be639bb3c0f50e2d3ff5d5e64a34fe83758498eeab10b6954e28aebdc9d
MD5 6d96503944063a8deb9219bd49290b09
BLAKE2b-256 dae10a146498b2c826457bca1e3ed57f9e2c1291a03c4683e10161b7d783993d

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b5efe322fc1a1d56e0c8343b7e022df813a7ed9d755d1c8bd77c38cc67a6a4cd
MD5 ed2402ab2aa7fbb43674f780c7bfe388
BLAKE2b-256 6c8c0ee7e62fb885a752a5298b4cc2646e1690f6fec0df5224b35178bf2df4b4

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 78cdd6efab15d3af42690b893a117101d6f237adfca5a34123b1e8088d252392
MD5 cbd83f432d05cf6a471d54a597b2d05a
BLAKE2b-256 8db82e82aed27bd6b6e0718ab1fbac01546af7bff53c00d29505ec1eee4466ea

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b0a14972fc57cad9866f65e2e937bca6731356d97bf2d47765d6a33ab7aa45d
MD5 327e352f3cf057df4742774e6a3ddaca
BLAKE2b-256 a8c413092efdc94c6c0094935929a71c9ba326d6e65201207c6c42ed127ca1f5

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 167191ccfffcb81925615e717672908de805ee856ff36bda6fde2985de986cbc
MD5 9084088d9b8bbca089998a8bfd963080
BLAKE2b-256 b5903f86242e4b9a6a536583eae0841a76007ae49d58293a976dc5053a72303f

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d25bf4337f6e269afb868202ac085631b026714d080edc08c39df573e525c68
MD5 50fee126b69a63c6da6ba0b95bfb3a14
BLAKE2b-256 97fe2bacc22f7d0f36891000ac4876c2c97732b18bd0133bd25eb827551c1fc8

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e66bd3fbeb99377867033ab0ad38c80bb4746cf572848ae349bdc31c20d808b7
MD5 e154e7c927bb4882d52b3655a59d24be
BLAKE2b-256 f5cee2e82306a2921ba97b5047f31a4c96c55c233e7612a6e7a2dcfb02df51d7

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 833cbea3e000cf378b1d9ae5436b0d81a260cd8dbc9e415459c911d1ddbd54f4
MD5 18ec6c3e5f68293beeb627c430a08cba
BLAKE2b-256 69ede6c8cdd1323daf3b0f009ff6f1cb2d8a3608349e2287bf1e8afc30548bc9

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 06b062322ebe8269b91d34e255b3f12473dc04fae44329da032a447d462533cc
MD5 0a79610b6337368a39af00e43d2c3181
BLAKE2b-256 bbb2cc2c56558fd889cdacaa5d042425a5ebce1f9306d1b3e84b5a9d680e77af

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-win32.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-win32.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 01af953e5f999921f6d69a2492ef53c1285b501b5c61925a4118f430d003d2aa
MD5 a772dbead3762e611a7661a7ce3767f0
BLAKE2b-256 4c8ca15ccc47f385fe7e62b449fb687111689d08d8db7b692a502bc99cc84db4

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 849682177a533dc08a52c1e2f4d408e29ab37b4243c0a3a7a42995d89cddce64
MD5 baf846cbd43dc6fc3ad4913c61e28398
BLAKE2b-256 6a7783c62c308f40dbb593b9dfadc71c1bd6795dafe79f53c5fd15275f03f0f2

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 deb10d064e47a275f551f88fc59de423380770ed84336a5a6afd507c544c7e1b
MD5 09f7a8e47cc3773cdccb29779202a8f6
BLAKE2b-256 63b6beecf380d17ff827e2f8441e5b72b65c0ea46035dbf611f644cde32747e9

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b83592721585e22f686607c6250f58de5d830cb973f7d63175fb2ce4c4dab9fb
MD5 17f24f2cf5831090fd0c442c080fdacd
BLAKE2b-256 6adcde8973b7aec2263c8deb9ff5aa88f486635a2c7a5a6d3403777dd879766a

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a7e66dcd9f031adfcba92d547b63046d8c270c265051ece131c98bdc6448285
MD5 24676bca8aebae370ab6ff1f027b7ba7
BLAKE2b-256 aa4f8b7655e5e9cb3bfb7764c4006b82017c9251e0b36a6d5cd0ba732c378068

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 d110eb79b40bc8e2d6ee157ad02cb0016982a08d8f60944de23db02658739557
MD5 54e2fb87b4c3fb2587f0e463a6b10949
BLAKE2b-256 e5c975c0a899cab42a102ec96ee19ce7f9d0ebbdbe125d817bb11202e742d6ed

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 094839fb2a61543e147a561ede3a90d1cd8e142fd445622bc9e5f362562f8cb9
MD5 f328a299df0713617d20e7b5cda19d88
BLAKE2b-256 249b1a21c348e6b14941124e6a4788b170b5caf23ac17452ff692af569694ae2

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 edc4d0e3e65533e83a7be41a69787aceec9b1c165fae8781a018ddb629c8f992
MD5 18ddce63a4fa522b4c841f70977205a7
BLAKE2b-256 fdbf0efb871a959547e5333628157ce4517b6ee12dbcbed097746456363d5079

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e520eef8496c193082175c4943f02d9aa99960b7e40fd0ef3dd87d75dfb59110
MD5 c0f5f3236a3d3c38d13d42963c47de40
BLAKE2b-256 bf8151dabbadd6672f42991797339d19ed6827b852a29e08d7c7ae86b18d7dc6

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9847af6818dd3a1d69418527d51d68c327b0a0ebdb9610b9133625ad8a854e0
MD5 a119084e9ffecf040a109dbf98cf2b38
BLAKE2b-256 d4bfb0ec112962671d3d1d211b557fd25e067800bdf260af9e6e879e10cff501

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 adadfc3cdc623eb290050054c23e92883debee2f3c2f9a5397834b4dee8491ff
MD5 412a9608c7cf20d2785cdc7ecb86e625
BLAKE2b-256 0c48e0555b28aa885de006cb3e0446ffa40f9cf4d89013496126cbcc9bac8ec1

See more details on using hashes here.

File details

Details for the file ry-0.0.88-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ry-0.0.88-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.88-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0556a5c50a90e54e337bcc59d570e3330271b158126afe747a78e7d5db38a8d
MD5 8ca55deee2c2be92cd7cf8d13f647a40
BLAKE2b-256 2f18d0865c75085e2c0310302c1fb28488665769d28363d8e89fc86386e98fc9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page