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.89.tar.gz (677.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.89-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ s390x

ry-0.0.89-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ry-0.0.89-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.89-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

ry-0.0.89-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.89-cp314-cp314t-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

ry-0.0.89-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.89-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.89-cp314-cp314t-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ry-0.0.89-cp314-cp314-win_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

ry-0.0.89-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.89-cp314-cp314-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

ry-0.0.89-cp314-cp314-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ry-0.0.89-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.89-cp314-cp314-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ry-0.0.89-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.89-cp313-cp313t-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

ry-0.0.89-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.89-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.89-cp313-cp313t-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

ry-0.0.89-cp313-cp313-win_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

ry-0.0.89-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.89-cp313-cp313-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ry-0.0.89-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.89-cp313-cp313-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ry-0.0.89-cp312-cp312-win_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

ry-0.0.89-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.89-cp312-cp312-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

ry-0.0.89-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.89-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.89-cp312-cp312-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ry-0.0.89-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.89-cp311-cp311-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

ry-0.0.89-cp311-cp311-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.89-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.89-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.89-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.89.tar.gz.

File metadata

  • Download URL: ry-0.0.89.tar.gz
  • Upload date:
  • Size: 677.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89.tar.gz
Algorithm Hash digest
SHA256 b5a7eb1ab5fa66d0082e185c45bfd666ed76bf17b7b2e22241c49dac039f6ca1
MD5 e00b1c92018baf9579e9d2cfe14038be
BLAKE2b-256 62965e4740410852f829b570404a63659cfdb95e686412b785fb695cfc8367af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7878989556e3da2f10abbb85877b0c41a7e4aca4d395c76d3858d6b551df94f3
MD5 a4c908adb383d5116e97970e8961f32f
BLAKE2b-256 bbf5511c933e145e7c8f653bb20517a3a57c6d5c23e95cc9a8d038d08019965f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a920aa1a90c0ca770e3f27f9cc0a20d8ad2f5de891e063f85d7783a9298a4120
MD5 b1920f6078483fbf1042690fad02cebc
BLAKE2b-256 a4a39d2422d63fe73f5db7f88c34bb7f540089ff20c1a4dc2141912c1ac2bf08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3ec926328df4687496b20cb7fc60bf078ff57984c63738fc1b66a71799c22fb4
MD5 a8aedf8b2595bfe146a751d893d0f736
BLAKE2b-256 a2c418a84c49d1109a1407c0b3344a2dccdabd9fdc941697fdb04c8e50ce86cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e9a6b0f318f160de365066be775ec827634720119ece223078ba7663ff27bf97
MD5 11732808cfca46ad3cbee6ecd0208a10
BLAKE2b-256 80f788072741ed009244cc67891530b21c580bf3cf322e2fb056d3481614a090

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 d3e98da47a8b264ac0649a6a9107f2648323c7086484c8d106d066ba3e1442db
MD5 943f5e9ef385b00ded6a4b44e387f12e
BLAKE2b-256 fdd2cbeb0fb064334b9ca15a71eb2b40e4ad796dbb96baf4ff294133cba216e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 1b1978572f0547880ee06001ad9294f225111783819b5b4149d0420b1f209d07
MD5 83d93f25b15b011a702ecc99860af60b
BLAKE2b-256 92a55ba0b441534751391360252f373caedd2874193ce287efe20a4b3f6de955

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 2deaece403031a108520318a004514b0457d2dc8825e707d3120603456312ad5
MD5 6e7ffc5beb4090e13873e6b8c32e8de6
BLAKE2b-256 cbd7eabf15d51b18d5fe2d0a8b8a2325d0f5d8efc98d8da0916d95e5c8fff447

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 083e953e03e740f7aab66d864f3ed2c35d53b9e57a5172376baa39f1e7e0635e
MD5 44c4e563a06ddde4509337de29adfb7d
BLAKE2b-256 ffc0ae11846cc592b24be60892daa146141ccdc8fc443334afd021ec911a4f12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87d4ef8685d0234db93bee16ad66379fa810c31e0589bf029fbf50e1770a8091
MD5 2bb406a95642a156480abc647e2472e5
BLAKE2b-256 3fda4814608f9892b347dda6af2efe5624692759d233a4e855d1c0290b21b37d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 144d45ea8be443c72049926de401c959bc55afc7086612c376479317d22bfffb
MD5 c6e5ae9c4a0606f5a7e3b934ba5203d5
BLAKE2b-256 0febd17973753bf8efb3d4ed95799aeaf76f5b204d71b32fe52a54867f8ac3f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 439fa2c233a939f523ebc5885134e8e2a9c31e3d533bb0b22fb6654d374f81f6
MD5 48e974a2754257970802053c7995d59f
BLAKE2b-256 464c873858849d3418d3cda63da6b3b9eedcc36952b66356b44b9ddea5e42dc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9ee8d21f5d06bebb9a8a15c0fcf001d4dc0f7d530f91cd02bb9604869d03397
MD5 8cfb6c3c537960d561cda4454e637c8b
BLAKE2b-256 978d933a04c9a06c7f09a2dfce9390136ae15a51a983b0332d967b4e268de1ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 40fc683d5d2301700358f07fe7b68cb2c1d7f9db2f32fbc08803140e481609de
MD5 e648fca0a4db08dae035b7aa03a4638b
BLAKE2b-256 68ba354408d6a4340746e1ad5b54c0473c88ef095910335e23b0e004de95aa08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4f1fb17cf61d0b9c9e183e5f458f62435efdac3c0400029a9d81c14063a0b6f4
MD5 9f2a4ab19ffce3836b35dee3f62c2774
BLAKE2b-256 d2bbea1b3f0aa8addbf8a1f34343283e1f958b1d0c9463733216b39fd52af537

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58e533c85f18ba4460fd47b5b741958dc4a12e69a0ad0066e8f73a9bc78eaf90
MD5 d95eac54f15cd7f8441a84672c616cb0
BLAKE2b-256 05d14aea62d2fdbf074b8e19e4bc109d6a92cc1c9258b045d8e40c59cb0f9c35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 894855470d56bf59406d89ffa4a1f19fe0c450368f9c691b25e4985904591dea
MD5 bc31c8ca4a057fedbea0694799b0e53a
BLAKE2b-256 1c4af04df0ffb05818521bf605a6d72606c6db4f6bcd6ea8b7ead77d7de2f564

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ea23463b7774a36c67fb713d0c27b163e872a853545bf702ae3da49ad340d532
MD5 7fba62e6104fb6988ad99697fae8be45
BLAKE2b-256 9addcccf2182c0260a2f1c24948fc8cda60de34190be116c7bc2de0c1e2e7075

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a6febebf3016dadcd33ad7eb9228b8af8e2632c8fec6602e81c8000c5c757451
MD5 89ae18c4e406d7035227e25d81acb3d4
BLAKE2b-256 7a38c2f837a7eedec0d7fe90f2d3d89ab7a8235ec0c4821e05a2a84eccf23f6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp314-cp314t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e2da73df5448e45f3c4eb2a6be48cb99a342cd38975c0a886479f5e32067aea
MD5 8dd770b02049f0de40d2878a2972ea9e
BLAKE2b-256 def82dbeec3d3c57624b555b8985c2fac2960d3d43ea50c1b706b970023f69ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a356db80c3597be2390e9e97df3281b814e4d7de9a3617c0d0bd1d3a966b50c2
MD5 73c2b882b9c26385dede98c1423905da
BLAKE2b-256 865d1ab01a32f308a4c5d005f572b5e0d40bcc494afbe66328dd72024b90cb51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a28d826c46df35f779dd5691fc7c6ad0564334af0909e226983a95346648aad
MD5 b33cbb6e678b416033dfc40bea2c957a
BLAKE2b-256 ba4d1654bc05656e8d2ca225214c13975f42987bf17b0c104fd05408a9cf71bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64a81c318b1d0a8c7d37694df8e55d94d0d36f58a05bc1541408b6f21a709ff7
MD5 c9e60ee37a83bc0e7cc17fde4becdfa3
BLAKE2b-256 a9df786cdc901a4b70ca3dbab20cdb802a3dac628271396f84d8b2d1aa186f14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8ee0390fff26c71efa98a5728151b5d92f92b16392c5e621257aa900142ad7c2
MD5 85644e78ee083e35280f7bd948c71abe
BLAKE2b-256 fc34f1c600ab7582363f28fbe95315b7c363cff070c28588dda70696269fbe98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3dfaa88be5e2096d01cb6516357ee5fe1a37bf6b5151282b96f3b5c98378cfc3
MD5 21ebbac84a46229294191cca18df1d41
BLAKE2b-256 25edd891383a823f7f3c631db01ff6e459af9aafe9b197f7700559954242aa5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 faadd23258a6a8e18e7f1efa31c0fa3b4294e32a291ac420b48d7f0ef71d15e6
MD5 8170a97a29a544875f1e39a05073d92d
BLAKE2b-256 3ed243b71c184c4f5c7e2f3213fd7ccc4a56b14c68b74cb72303a3b2be71aaa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 410f1203fa0ef30a2d5eb93cb72f522da406adff3648b0e58403f3ebe9919f14
MD5 b7cf0277860a917bf82a7fad45c82fba
BLAKE2b-256 3f88fe29a52a38ae6cd41bbea5314d3fcf994b69413981f8b5cd2028e0d0ab3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b07c9ee915385a073cab78d2ec7c22b02387757acca4874bca533b3eb607c907
MD5 816f0b2946cec96818a4f8924098626e
BLAKE2b-256 2ccae854d8b40642c5c1c6e72371213e920844500b771b109cbd15dfdce06dfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 27300d893e723b489c65afce4df285adc45b203585eb9720d7ede66e5925bbb6
MD5 4845ab0031e2bf30636efd986c911cb3
BLAKE2b-256 a68faee7771eddba00742d970b2467d8f28811ef6c284551e7455a1fffc0aeb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2334d329c5892b9cd4ee1a6ae90058f56da1a2a445344ef4e9cb4269693f55c3
MD5 a7f6dd620ea2c8ed529df55dec50ec65
BLAKE2b-256 fa51e01bcd5723cb9b5fd0b82c8c63421b7c2a08175d211819b5571309526c04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3454e399a30ff2ebc41aa8bcc1fa04e51d0c2d0c4f8919a53a2cb976fa75759f
MD5 6e69e0ef13321ec0f33825dbd084ef58
BLAKE2b-256 69c983810d3430d190e6ee9410c423f5e662e097ed24dabfd0bdab0e6b2f6ed7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp314-cp314-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 db22e03e0f138fda58479dd330fc5ab318dffcf96a49ff61477f311dd376691e
MD5 290d28913611bd2cc5222b8eae111494
BLAKE2b-256 cddf7d9339704db962e1884c84093d31cdb2cb240315e688065a663d83cf9e0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 382f46799d4dc27065394302afde394ea47204617a8cb4f1864f2abf4f57c7f0
MD5 68eb0b5105ee309abeb7cd706c17de3d
BLAKE2b-256 d09cd933f15b8bb4b5713473ed2e2dec99b9441a389e31a1fc4c2fdd635fe3e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fee70ff4d34b665870fd886f9a77ac65f3fc1e21cf17524b4f425a0e1e08b6ad
MD5 c364f30325935a525b4a230440014a9b
BLAKE2b-256 c5914084c03189b322697dbaa493e39e0e947160313c1cd48c23effc23cb91fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82ba6c32fdef65a4a63211cf7d775a6c1f0584c4a0b646f60d8fd976c4e79619
MD5 81e6251a8b3c3b5056b29f3504f09d11
BLAKE2b-256 a509343d8e59566f06cf78bb1e76e4b8bb18ef828f4c04113abbed649ab53efd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fcc0fc51a1ce7a3215d692926bc848b51e00c1a6479e90c25022d1df6b99c92
MD5 a4753caaaa52ea0436ed1545521bd2fd
BLAKE2b-256 45c1973ef6dfc7ae1208c4f2f064a01ee7224185e3515905a5b43fd655775f80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7f67d3ff10efed964851b9ce4ea77d74bf80ff1e1dda03fd43873382c3a1523
MD5 f7fdae09fcbee7aecc76064db6e9f148
BLAKE2b-256 e68285e6e7692dc071e153d339f8ad3a73d2913711eb66d8c5cb54e477055b53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c412b593794b005ed77cd489f34b54ef126b56c4b921856fc047e716cacf41a
MD5 3612a6f16abadca12b008c0acbe2f6e6
BLAKE2b-256 086e3cc9aa603e92f5d2ecf35c4e041240ae08b7ba0b045a33ff8a2d0916fc82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb4b5504ba0a2d0ece3e9dc93f8ba3b1374e59a888cfa556d9c504364ea3e4f6
MD5 62d560cce9493034749123b0da982f58
BLAKE2b-256 f13f58443159ee8b3bc1f7c9cc031a268056f8c1e34b5d78f6c357bc95e91ff6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1c3f2c5a38cdcc46b67791a208e9a02617974c5504faf13c9e1ebe555dcca78d
MD5 8e4454e1cb7945194dafc602695e6d11
BLAKE2b-256 ba67ddf051fb3296aaa5313c4e8773d66f56bb5673c65ed322a98205ff2b8b29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d975716f4334a273907a73768a1b5aa3a9242bcdbde493cc5a8d8be7e12be30
MD5 ef8f8e9ad203f480b097dcd626a83e61
BLAKE2b-256 4564c385c043708ba81c28476d80ec7f747f06b7a5bfe3f4a03e4f61ae3e1e80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 564158e0c6328376ebccffe32ab62fc919e03b65fb72446a504e57cd543ef2b5
MD5 501379e3908c82b3e18e0f85838d1431
BLAKE2b-256 b595647415c103c57303ce316446f538ec053653e72eab09628335ede55b20b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 90a94d873bc6f5e57327d158d7912c65e66c13d942967b30eb9cb678fb5d5b91
MD5 be4561a2f4e3dcf2120a1d7b892209dc
BLAKE2b-256 1354de52641319db56d618bab13cf634e55adf28d54cff2b9f200bbd060f1efc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 ee1f0bf22e83425d573828211c4e3ee26268bfe07347ef5914730d9931ab07de
MD5 62450cc1b258d7f4fd50880315f5d1af
BLAKE2b-256 78f01c5c044db666e75faaebbfcd217bb76d8c76b26b714aa01316c09107cfdc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb6cf9c1e54420920498c87968c3aba30950bc663d38f051c279d3dc65f620b4
MD5 12d47d1149879d3cb0a983515e8ca7f6
BLAKE2b-256 8b73516f43b1aedbdc95fe7da1b4c55c8bcef713d3d61d006525cda094a24ed1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7890d87e82cfc144701d0c844a188a68bd8a8a2d06c24c229d1d494fbca1233e
MD5 dc75b61b2c03cb252160e83b441e6b09
BLAKE2b-256 52d2c613e339e03bd780e093bdb8c004f6a524bc89696e0b7bd177fe99adefae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c6c83201a9e46a066a28f9295af0cce810329651cb868b74031b987ef6c7bbce
MD5 be2dd53a40b15ddd1bc12a926dad1cd1
BLAKE2b-256 0f76c8b87dbcd1c4890a6ebd44c3624d3ce9a020dd8821f90df02d5b8a387e9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 137a0c007fa9bddf2177e8e5d1e09ff3046dbdc84e1af8bd982b9a79bffc57f7
MD5 730ea1b1e073141df2349be226616fae
BLAKE2b-256 b8c8300caf44fde5544c7005608020b74c9d6576ad9b523c8b0c9b22c15e4da0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 6e451c91fabeee3e4f2d1af123857aef817862937b548ac268cc987715925343
MD5 dcb9d4a0d6fef218e220dcda14dd217a
BLAKE2b-256 1a610a8c58c65b7ddf1913ede6a2f27597971a56fe8ece310e6f1736669ea4bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dcb6b4e990a906eff1b1789eb5a400d11e9c64f3262d04c26ca7e77378a03da5
MD5 c0fe5abd72b457dbfcde761aa41fa4ee
BLAKE2b-256 9f09702b5e901e19374148a61c23a30c35574563a29a66c14c4c68cc1c2c5f41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8204a7d76420d4e934dc425ee2cbb1eda9d4db525a90654b55544b95d2b833d6
MD5 5089c3f956d60da75a2a905848267522
BLAKE2b-256 4fd2d0cfe1f7c446be1eaed9e59082b6aa5c041b46a0e6566872fd5f78ca2ddf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53c7552dd80dd736df38b29e70494bf508d1decf91cf815fa295de0f5a4bdff6
MD5 5bc7aea1e035291cc79324b22d0dd25d
BLAKE2b-256 4cff7901820f5012aca6771f7f80b4d2e1c218c9199d3c3eef899442db8e17ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff4a17b0733b8b8ca56a6a08900af6d0a46afc8b06d4c6d51526890ea4f5cb21
MD5 4647491407092fbc7297ce45c0b1b3f5
BLAKE2b-256 64db34a20b42439503ba815abf94915f5f295a9a993af8f50939f38e44ab52a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 881d487ffc1cf5a7abb74dd5c391790684bdf36169ce0fdaeea6fab85e2d424f
MD5 ac7864e5a22e05f79ee95417ee9ae50a
BLAKE2b-256 045e96ec62486523d58b6cf004f8cd1720a443804cb932da9eab03d72933ed34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c10034910837623df66dd47ebbb7d20436b0d08b90d7c565a4a74a318b587a76
MD5 34b07dff536a9757c4a84ebfee90f197
BLAKE2b-256 00b9b2877874914bc3bcb12a30cb2faa677def601da29d068e977530b6ec24c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3412f9f69718e3408bf16c87ece5c7b5b9f2c790baf5892dfd5f427d76032a20
MD5 1248b6145876f4694d472c6fdc9a5e78
BLAKE2b-256 90819c8ef5709bd3ee999151e45b1f90162ffb2bde72149f4864c5aec164b030

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b57b02889c9e64bf1c33d4537c96a5de64e2c3efdd4107d283384d52d287f72e
MD5 0781fe13b09b8d7f2a016a45cdb5d304
BLAKE2b-256 d2400faf94722769fbdff3cf98682eaaa7066078a6e489ab8ee780eb1345a838

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a575d0e3c2189d93a637d23fbcc48e1ea6d0cb6b842e38ddcb4a156a0958c6db
MD5 14add2334da937221679aa696be10140
BLAKE2b-256 829cb5af9c2cc7d96f3842f9cee02bfd61ac8faea98c30d7ef091ffb9454d671

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6876a0f363d7401c511d418a638bd8ba874ee9fa05e91bd54caa5d50156fa34b
MD5 c270693948119756a7ae42a4e2347e69
BLAKE2b-256 c07e748ed7f25cfa369d52b39c242cee358984b9db47cf9f456f235a98e72fe1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a962f5a038e732e97f142850c94ce8c373a23f0d176c880b6e4443db0a2c6a6c
MD5 3c1d86d04c14ba34f278a5a59b046a4f
BLAKE2b-256 17147b26af52f1d26365747311c0a003e3ebc9a07f74e4dc2ce3c818c640515c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b261d16187a0bb8fb77a6c225fa0d8718e3e820f7bc4c2e64a2e60f2b41af627
MD5 e134ea64559e1dac7d9f0b467378232f
BLAKE2b-256 0d7cf7cd9356f8148552ee50c2a5f9a99fabaa65ca8b76925069586fa860e49c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ce729400c83068c874bbcc7714b8d1641632a022278c083da82ac55919e1c3b
MD5 55f3b6330329eeec574feacc12b3b80a
BLAKE2b-256 c0c3a78aee93ca371c8a81daf5e87a051cfe58d34f230497da2ed3be1cfb4cc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5baee951c6542546e1be8702b3fb927f07dc9599d0a9a7d7e045c3cf43b7041e
MD5 76a28e2f95351954dc6ab7256234c487
BLAKE2b-256 c9462a92bda514fcdb758fbb9cd92fd3ba8983544fce1c57f16524e88533f538

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 27c19bb835a858933bc4202d5e084874b9b6794963df368a2bfe1484a3203f53
MD5 3d1589673e31eb534d8cf34a92e2c180
BLAKE2b-256 8a3e88340c2afca434ffd79061b5a008900e71587ab0777b25f815e1758714b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e9c87ba5ebef7d2a26e0285366c01155ca6e9ccb3f62e5a40e59d38898d617c2
MD5 63c49e2799d0fd8740219068e52b73c1
BLAKE2b-256 2e3666ebd6800cc85e733164f9a8942f1dfa4af6f8e425af26899458b1b1ba94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70f28d54e0600b440e90463184c043fe3b5f477d2e7dfa1c062615b8d4a2e07b
MD5 5eaef3076207a3c0abbea11d4ed953cf
BLAKE2b-256 55123e1eaa238dce91291b2d55de8311a5727d6e5459357cb5d931def254cbbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cc08732585733a320685ed6d8b19c78f8581c49b300681568a1c99ae18c22875
MD5 d94560cedfdd857ed25739e5840e6947
BLAKE2b-256 d41d72236dd88e2914ce3067f0193f4c56bc8527be79e0968f2d3dc249f71ac7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 04fddb5d6f86d07b82ca14c5b55dd4c0ddf4c50c852240f90a3ac9eabd157f64
MD5 f0aee433f0a47565e8d6c5fdd64099f1
BLAKE2b-256 0ba24ca15658292574f046e1841a551fd307f71b7370a2f14f5fe566f63bb331

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4736e8494974fdeaa7e9a0e266f08a1721991ebdca86c2857014636daaeb49dd
MD5 81d28a072ad386e6bc2c28bb5e98510c
BLAKE2b-256 57a6fdb1750c2b8a84857619057c84e023a32430ae1994a950fb38c332fc5b12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 602d0839631d9f8866bb2aa2003e241ead159fd14cf5b9dcbb771646dbd0a002
MD5 90bdbcb0ac05a8719f710cdf96c7de31
BLAKE2b-256 37e0caad3bd58723a5eec11800cb5bcfe98c8b24035192f923c3ede1c8ea1a29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f0bf285b5567ed8bd164d1acd3c1fb563c498560ebcb5165396b202666d7a41e
MD5 8c8d924eca53438e467a1daca59dc8a4
BLAKE2b-256 e17642aa1373df70b2d7d3808532996263d5834c49b2b826df86dfc261aec91b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 716ff5d83312c010f711391d7b891511fa2d3fa5faad72341a0eb4d538712cb0
MD5 e17ba262d77566d0d873d395799a3739
BLAKE2b-256 01f9abe19e3f203d0b6092458a4b11eb491c74be8dcfece53db17c7119ab3894

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7c45b9ab9bfa7151b5ca4a1aedeadbeab80d6c29ee076166d7ce593fe6ae2d1
MD5 6568a9462516620915932d03b834aa8b
BLAKE2b-256 3e366bfadb3e7678a6acf38d74a99b000316e06891672aa4d416d26b79824a26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f90ac78d747f83a3eec3d98e71ba5801fef766c2e4ca4699c2771263fa592f71
MD5 f766cb0ea1a8ad76305c3325028ebebe
BLAKE2b-256 ec4d5f68ca966bf928f7ed1fbed2b60ef90db61968a895defe57a7ab0274e179

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0d2d93b336dae1b24fb7e9ec7b0ce15f5a7a6f4ff1f57fd7d115ceda13321d3
MD5 4da3dc48561a73d57275851bd2f68364
BLAKE2b-256 2a0ac9b909ae811d63adf1eba08aca5143c6ced6d548105f4c1018efabd8a4f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7aeff95686d838a04b198c42be2ec3a87fede69923e97e19730e17b0f775073a
MD5 e59f3a349cdaab9055b6755517429764
BLAKE2b-256 ed1a36a138abeb331c4c5e769880c41514fd85c44d0e5beb132b252eeda4cc52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e32008fb957ab96ddb27a7b581905813c71f6495626b974402e66276abde2782
MD5 e421b667b55897294b022a73e3568e89
BLAKE2b-256 0b60e74a3116a149b1af78b09a1d632e5662bb7e259351e9a4b936541aabb322

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5da435fb0b4caf47f8c52d8ae345adfcbd1be1c793702d667cc106afdc480ea1
MD5 544cda7440a1c283c041b510034a0523
BLAKE2b-256 5c860e2a176cab7312230d87ca03c1ce70dbb0232ca24a0b8bdb4f7113cbdcdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5d2dd4319d0847780fd74c3f2b96c550f256ee19108f2d0e5102e5e9ad551c0f
MD5 8c18035a8945fd49ed64bc297d23081c
BLAKE2b-256 85507aed7bb3c2d8e4791f037fb8a205974d2af43da717b2d8a260c31dfeaab8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1b876788d958f05cff02d81abb8a2534b29006df5f475ace6ba727031ad75c8
MD5 c870094be96923891156205e34e936da
BLAKE2b-256 ed19d7122abfdc0e66c818698b6a3a110dbbb9e8f1c609c3e957d83d7100793c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd391ee36cd05230a0a3ff17ec0168f93ad6b384e39924027a4ddadf99f6b4a5
MD5 dfaa28325086577042dea16d5ec918e9
BLAKE2b-256 5a2b6642599b1312b9530c474705723c0306c38057d7d663ca1e31d8ad22d8f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 29d20c52123741f5d98e11bebcfc47d583c739e1a1ea8a3cb4d269404f159b49
MD5 e38c82ebc96925810d2d979d7bdd43da
BLAKE2b-256 7a6cde0c2be78f228a7044893286196a076308a0193a07fe90fc72f807eb900e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d9ed1943517dd751c04e0147131cc72c32fb4f3bdd6ad8f1ba7628afbfcbe50
MD5 fb298ad8d5a3c25131dd82a7854f2b53
BLAKE2b-256 a372356c2f45350c80a6bb504a2def009af0baef8d6e516f1a1bb3291dc8e505

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3f5f8a56430bf460cdea4f938b1c28c6579e9df2eb84e50decea4741dad0e0a1
MD5 ea9cf136b918f639d854421880d2803b
BLAKE2b-256 23ea0586aa6066b5f4f9b36cf4883d58fbd10ceb1f5093c074a96d8442c190d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-cp311-cp311-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 cac64f35601b775cc6592621415bca455f35321514c5c1a29ea68a075a0094c3
MD5 1076813680a54b49654e8d789b7ae848
BLAKE2b-256 c1356d5085c0740eda6ab1d5595f33cc85839a51b7a449447571807b7194f3dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 4ac558047aa32367f95dbbb006f4330d4511fe4473ab007d04575e061752d7fd
MD5 67485cbfad4db58ceb912d45417f404f
BLAKE2b-256 50af18fb2cd01c8f9d61306b2ff853baacb52df9f9d23a11da632e4cd231fd19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1495080e29bf3ae37f65216456d65d91b084f2ad50b092a1e8735f4a96a1c7ca
MD5 6081a6eaafd2e2acff47a39be269b874
BLAKE2b-256 6b4be08a49356027c76c9873ffafb0e234189176bd1e35d05f5ab7043b29d561

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fd6ce99d52dbe5323975a18060d8d7bafd18f98ff62e0b046d5fc8358af5ab6
MD5 314999927f2fab37ab8070496abfe369
BLAKE2b-256 2ef3f709b51c88020537824e78bd2923b99338f6784ffb04da4da5ada40ced1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2976a946b8df0d13db90df3e95576685e44bc3d735c58758d4aaee4d9c0fefd5
MD5 a168db890c27d4cea71dbab22766191f
BLAKE2b-256 d1d35f31914ba6a833e96c0aa275b611ae996bbe3a9b921740c59be49dda8311

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.89-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.7 {"installer":{"name":"uv","version":"0.11.7","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.89-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66e8812a7aa6eccd4b40c7d2cbd4d07ebdc04148fd1d22f50f443c11c75356aa
MD5 65ce94070eacd6da0d1a0903f825556a
BLAKE2b-256 b48e285a66ab7ee5da80cb324b2f528770fc4405cd7950b057dd2c1eeaf986e8

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