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. ry.ryo3 is the compiled extension that registers all the apis from the ryo3-* crates. the ryo3-* crates are designed to be usable outside of ry (that is how i use them).

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ s390x

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

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

ry-0.0.92-pp311-pypy311_pp73-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

ry-0.0.92-cp314-cp314t-manylinux_2_28_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

ry-0.0.92-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.92-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.92-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

ry-0.0.92-cp313-cp313t-manylinux_2_28_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

ry-0.0.92-cp313-cp313t-manylinux_2_28_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

ry-0.0.92-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.92-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.92-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

ry-0.0.92-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.92-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.92-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

ry-0.0.92-cp311-cp311-win32.whl (6.0 MB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.92-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.92-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.92-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: ry-0.0.92.tar.gz
  • Upload date:
  • Size: 688.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92.tar.gz
Algorithm Hash digest
SHA256 d0b99a840b93476c3b8d5f82ce2f0fc56ce17d6104c4655e8d3c4281119e59b5
MD5 9b7073b23ce8c0bfdfcb48ff86499892
BLAKE2b-256 118f0865eedfc3d86cfb82b168a2ffff2084d42a070b286d5f9f01e9d03454da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 847a4437df2f9bee5ce0a826d0489f5017eaaeabf5b631e37feadfdd5ca4f6c5
MD5 27499471f04eaee1b411a7dfd55331ce
BLAKE2b-256 d57157438969581db6413dd05d4455c87dfa82bdd0db89ff628f9dd1f8a8eb62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b42ade17dae65b2b64ee9706ee128237e0f6c1bb5aac84dbf50543217a8658d
MD5 af8af46b734aaf277ca97c3403acb4df
BLAKE2b-256 3cc3dadd5265f00e6af5eafc330203051a8a253fc1f3ffc7e6fd48cbec804fe8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1b1343980233b774b65c3e72cda336fb4039d155a27b9a341de78b6fd63aac77
MD5 bf43adad646b3c08a01cf2f64aa4761e
BLAKE2b-256 f6128b4b5ea425c25a0606361843e25b6f81dfb060c5771462eea9419fa32b63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 edc2302c0cf036c7bfbf2e806089d29f659dc2a9b2341cb00610f0d2c1499f51
MD5 bf4ce6d119c02b97024e033f17bb2031
BLAKE2b-256 92479b16b1a171d879e0810f22789c19d4cfec5d95e5b3eeeec295896dc787dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 b3d945b3d3f2e2567b581e1a476ac68d8683c615f10f91f53ed4cb393a86652f
MD5 a2e86735d3076b54447fa8e466852c55
BLAKE2b-256 6de7e154c589b221d0a6b112ddf1ae86d449e683a9fba3ff95b38f9ff4b6851c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a9d472fc2019013fea911ea0195a67aea11a8018a4486772726b550bbb2d47c6
MD5 8a55f697ddccaefd1aceea407f4fb132
BLAKE2b-256 94cb5f31f39f1d6834ab68898b0f9bef05ebc9c64a2e86a2856ffc223517bce9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 0ea2c2b5d28e36a0577af319157ad2b31594ab728de5939879db1448f1fc58f6
MD5 373a7b0f3d41761ae5cfbd11515aaefd
BLAKE2b-256 8b3c4e69bd72685d5bca25d831175c43bf8e6b6b76bcc886d2cf55e7e0cea1da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37a31e7f841194620d3e53914d75dcf39be025238eab52be40dbfd0bb6309ffe
MD5 4a1bf243e1568adf667dc784acac0fd5
BLAKE2b-256 e010eeca95a6b35b0ebc5746ec77a23eb8ffccdddc3b356301658b831c38685b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 592e8749d74f95fff75d8ef1d59789db38d5d6f8dcc4e8feb8a4166fdaf712b9
MD5 c84ae58d9a0757a6befeacf0ce78c70b
BLAKE2b-256 24973130c611162060d73b80c821240d6dd1bd4ff3ac194374d6ca12e26da393

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0261a2a6784085b9400cec5cf1eb108944a6b258269b506d779b0ef2d2f7becf
MD5 084accc697f6534bbae8d7251d0447cb
BLAKE2b-256 0888f0b1dd023698532363d4ef7b66d53f88a3bd1712b69a3db019bd8d96b536

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-pp311-pypy311_pp73-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: PyPy, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 607eb44716b0eb48410684aa7f73222ee3f1e39d97aca3bfeb48a51c50a3e8e9
MD5 a4d6b32fbaa357f8354684ba03776953
BLAKE2b-256 6b79aacb9ecb6b4d77c5340ac7072d306c44fd6482cb060de3eb90d98c39098d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7261628862534efbef05a9a2e2d2f871f48c499301de93fe3d8c85311791aebd
MD5 673ead48f4be681bd4a0aa8b9d285d3a
BLAKE2b-256 74e266d0ab6370f1ef7f96871420d2fee8259d40e872c38800c82a2464364a52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 291ad14999b4af713b35f098589c2b1ccb93a7e7f26b64466d1b475e12107091
MD5 57158f337e5b23a1e0aa21a3ad59dbf9
BLAKE2b-256 d8ed04be0e02a8cf007f29a0251d0016e52fb40d0ab9fda4dcbd75fb5694330a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6ad7c6d74bee158650d5d0c38444d99c04737e7af095d452f4ce8ee28ec19c4d
MD5 bfa2eb18f6bc69cde7c23a9de42d5cef
BLAKE2b-256 cf0a525821f66c29b4795a1f4f647837bd7c939b8d70246c16f14abb702e958f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3aa0c328248dfea1e18b1115c40a7222d8a8b3dbd41fbf3ce0c1e408adc37aa6
MD5 88f6bf2c9bd9948e13c9c9085fa81905
BLAKE2b-256 ec65874b7a7d12f80842c1e9befbca907b8b801ad88aeb64e153aa6991aadc58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c2044b11fb07d62927420de914e6ceee8796a416e7aa5febf9bf341d713e4e32
MD5 b95698b9827b892d6491403f204b8af1
BLAKE2b-256 2704297d3de73c3e7d6ebb804f022516a12fc24daac40d8a1544efdb27b9978a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 1a9911d238d7635fdd7eacf8bc309c397e50abeb693ed8b3b901f77364c65f92
MD5 6357451adee5a7f8dd0afc25fcc0424d
BLAKE2b-256 e7aa4a53b86547c218f61e72418518fb181b35937fc44c349e83e6cf8f427d0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp314-cp314t-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 170df789505987d0d63942fc7c0f71f599d17487e33e56807216502ee1e80df7
MD5 347f2c5508c42a4123feb2500458fb81
BLAKE2b-256 484062da4fd697f82a394e88e58d6c25272d54ff1cdf01ce56e0811fc620e852

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp314-cp314t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 898202234a154b953e5ba186094557aeabfe1f224029819506e2a64fd161698f
MD5 1d8bf48dd3273b80dd0d64a912eb7006
BLAKE2b-256 a08c4763ad70d5f6e0ff0a5632eda70dc1e867122fd4dca8339f0be678ca9790

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27bce21bc4e6d13d886d7bf998b2733db43b6e41632c17e6b6641338f61f4968
MD5 17d16f12819ae836e3bcae9d4094db04
BLAKE2b-256 1911ea5bc7c92ca2b1e9811d8a917e2874b00ff57ed90f5e06074173b2291e28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25fe84c23a0581869a7b2b4cb474b8b83203e789da7987d3dafded0630a29b29
MD5 b71b8f8984c322939a19252bc96dc45f
BLAKE2b-256 ea4c90c9e5fc1bd6b25b3416f0c4a0c17ca882003dbbd9bbe6d652ec8ca41ba6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fbc47e64a272b1b59d3eb28a29f2c3a24a20a7f8e6dd2b6cce15a7a41cc3e6b
MD5 666436cc08c53e65d81ebfeae744b846
BLAKE2b-256 ad43933905dc77bc9726373e9b56b76f9f2a52c273b599c142cce8469ff267ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8229f7593f7e49160acafb7811ca2988b56a917353d18a92c11b0b062ae71a9c
MD5 7608c5e1b83a6a6fa8cfe9d95e906367
BLAKE2b-256 c9f04721020d6083c71c243fdca1fcd2b07b738797560a01e2cc537680a0389f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 20a61e97a7f3a1d52dc3ae6b17aa60e14695173c59814dc1a37764923cb25627
MD5 490de23d61ac42fe6ed461f460b2240a
BLAKE2b-256 602737aeec8c031e14a25da0395fbfd4cc5d79b0d8403bb5ee6565f056945246

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 54dd136064dd0f4d9a8c1aa99c6d6a844b1437e03a6961cdb0266b2e9c7314f0
MD5 362ad095168d2aa63d679dd24f26f46e
BLAKE2b-256 0e54c9bbd34be7e7147cbdafbc66620d627be99fa0fac21d10f8fbd9e96c1a02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 083da983d079827aa9819deb5778112fd97efb10f384d12a558061ee7ff5def3
MD5 ab84a1eac6f1b9a1dbd3958a82e5e995
BLAKE2b-256 8d2306fcd116bc101abeac42fee90f147da4a8085c4687710402c0dceeaf300f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ecf0a613715a1773f135b76bf5871d1858a15483c9f0976e48497f610d9c5f73
MD5 a65e961fc102423f09de4ae2bff38912
BLAKE2b-256 5cde2d0bb94e4898298c416dacca0ee32f101a27621827ec9ee29c4b557002d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d14236fc677c23357af9d6a496c586c8a110341da1994dc85b747a8561c5c3d5
MD5 3053dadf4334117efe43e21ec867b676
BLAKE2b-256 1deca55767cf18518e160ad029967cae8dec77db064d61d0de8c8ebf5573040b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36daf6961f44e7b15e019163f6c8cedee3a38fea47d80370d7cd95f604c956eb
MD5 35f271e6b8d0809d6a6ee3d633c9ed67
BLAKE2b-256 eaffe2f155b5d8551c1abbf96770753fa045befdf5cc9d39b49485311e003a16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 06c6f733a0efa14e66b5a4fa349ba5eaf8ae43894810a3efd771cc3ac3851f3b
MD5 8e2f9d517611bb0025540615e35e3d1d
BLAKE2b-256 4323ad1da01f7e6c1e6cad0ac90a8c64310a7064c5aa7761c53de3cb29efa185

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp314-cp314-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 921bf3d1dfa67c24acd1115be708f695b83c0ae407abae39638424f0a76b3231
MD5 ad024622955fbe1f7093f678023da1f6
BLAKE2b-256 5bef9ba76b15b6d6b61cce051343c01ebb46a824a25a89fa366d53ff99cad00d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 71f54e3c23b9e757c40b78de2fd6983616e9e12ef2469a4053b34278465e4c91
MD5 ccb2f6915ed3f16dd158f9ab81c383cb
BLAKE2b-256 b9878edbd48b2100ba78595bac4a141c849892a88bd6525f349d0277e097331a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e419bae94e4ca36b140b75cc4cccc3cc1aaefaf174adef85c67e6d4c406c8eb
MD5 038ef12c57ddcd2cb1bdf015791eaa9b
BLAKE2b-256 a1460072fef3f375f69f87c0db0d3419074a315bca5f61dc150246d2d682d358

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92d0b88035c66a3235647e3f9d6c8f1c7c832346279cf29ba4ebea4e1930c103
MD5 4dcfda18423adb552e7f25f008d48e61
BLAKE2b-256 5afd56fd584fc6f5ac5ff7a6e7485cc577ef792a091b903c2be8a8977df86f43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3382477ba7e14f16caa3292a993c118228b608ac011cb33ffefde1877f763e07
MD5 c7071dbb1ef508db6768cd1bda8211f1
BLAKE2b-256 c378f29fa007ecd65d308ab85047e977db38ab27cd9ec5dc914d3fa1144269e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca8a38b9d054156411fcb83e305f281e12b637d48e29b003da8c59e0f3bc4716
MD5 4de96d7f42d644f519757a551707cf1f
BLAKE2b-256 a09178cc6a5d9824da0a1b20528d791bc7d49378456cd34d8f796f10ccedfe1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7efbc365b0f64cc690b4089db7ca601e2e38986feff280de4c8e684e0ff77d97
MD5 738ef84738d66ee251e80e85fe9cfd3f
BLAKE2b-256 437772a84fd0fc6ecc060b48d285ba2c233266a1db7d8cc03214efe93cedc8f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 383e232e6358db81f9607ce61f91414627625c30f4ae220c545459e6d0eefb6a
MD5 5bfe6d6fce6d6eae5a2532e809aa92f2
BLAKE2b-256 8d2f4f2528834b4e588763079b75416256d7d42e255a8bfdb2e00ac8f1f9d556

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 70580f718b167228c9ab45d5200533d1acb8e27ccdff5a3caf8ac16de27a11b5
MD5 ccb0d4b865d86b1e6dd4762df78ad338
BLAKE2b-256 8a32047b351ea4dcdeb24970390d60d450f11f4236a64ba5cfa0e9b83554f625

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97b84d6eece921b8434c2f9b9684cd21220bc9a98f1993d3480481dcf0e841bb
MD5 47d1f039412680fb5129f64c5fb0af24
BLAKE2b-256 b77ef4b41c32e0004de25ffbdc591bd41a94b7f35a56b4a2050c0dacf692e911

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 bc5a57a4dbf5dd7110e6f5d4355ee2c1f64b3ea9a50bd3ee194461c358d220b2
MD5 b5726397be151a4082a0e602dab5d3c4
BLAKE2b-256 45b57a5be50ec99c6f9c2266cb23076fc0e44f0ec2a2e1a4164f168843da1074

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 113269553e95878e19cbc9a8950fb123fa2c381403f605458f58838b914e8734
MD5 3f83d28ce7b1a3e1a18c90917c672716
BLAKE2b-256 86c2014d813d516a9dc239e3cf5063f41dd5169294dbaab839de27687f582444

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp313-cp313t-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 4a3a98ff2338a5072b4d5355739197373f0f84fdcd31c61abeacfcf57ce4e8fa
MD5 fb94460d623ee50803695d4ba7672ee8
BLAKE2b-256 20b16e0816bf25f86b1b82eb873c06eb37a649bcfec1e0911eab0a50d09b81a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp313-cp313t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 047d8453880fe569bb21cf0e1e5a9175a0f91c4bb0d885ea00e3a02a37e0a5a3
MD5 5cd5f8434d9be2347934944cb0d89a11
BLAKE2b-256 e68c9a8a0000ab952fe615efb818ecad83541e9a969a123f10c28b736744b8ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 596125f61d825a48c9bb70ee4622baf7955f9bb9108e529e7376a5a3360ebccd
MD5 76b3734886f13d40b23f110adc58511c
BLAKE2b-256 ab7c1c17279b0107d3796eb7dd83bbfa0e295a19202a5c827963baa8e9bacecd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e830bdfcc280d75fb987131a22228cee23f8504649dedbc591f97f03a4e7f93
MD5 aa471007fdc906d143008cf291575e55
BLAKE2b-256 7577fda688a93ea5fe884e257a3f2b9961f2bf8fd3418dae6ffaa96ec17ecd84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3972ceeef91af62b858e1dfe44e99f570b5ad70f849617c997e1ab7f9b235f1a
MD5 f955f35f40d86bc2ff8c233febf35d94
BLAKE2b-256 2b757d454bd55f538cd9ab664493fbd79511dd6def4225757d6e68eb28532a9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 132be69ceb59ea49bf1dd604bcb72e5aab4585da42f2fe0fbeb4229bad2c9b30
MD5 268d14cded3bbf821e190349b8402f3f
BLAKE2b-256 ea0262fe008c9ffdafc96cc524d5f36f8c60398c21bddfa0a3ecb693456d9eb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c17106424e60a12fae3623c5568d33602f222c07c33905b222f59b9ef7240db7
MD5 979296ef0fda2925ce3cbed7f4441a94
BLAKE2b-256 7298604c094371aceddeb52a53e84d39d605d6e3795780f16e899f6666c933ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f988c692f9e4365f2927649d2b12e28f4d015b73a3dedc11b64342ae8e532743
MD5 7cbefa421ffc8844d194031ea5c5b6cd
BLAKE2b-256 92b531eea350838fb80d83bc40ebeecef07e63c43b7886c0869485bdc630dc61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f09dfbf2c31ab443bb133116b2f88f750a6740b2da521c8935b16542ece9951
MD5 435fc2da27340c7416c7728091674d6b
BLAKE2b-256 c430b6380eb902e5d550d5f709d2c849b8ded2a2f2656700a0298cbe35cf2d83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c697798804709c7cb54ee6f54edfd76e031996ca5e1636eef925005ac601b0d9
MD5 2aa340a22846529cdd6da59c7b6ae3a0
BLAKE2b-256 a0378c082c648e788e3248f699426dae7564175cf03bea4ca27960fd5e133efe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 16f06fb9b324a2453948df509817bdf59d6d237886e78fb945ddefdf25ea8d0f
MD5 e5e6c76234df2c7b602e4410ac447354
BLAKE2b-256 ad14bb683592a10bb3f18ac3f913ae50d4112cdc02f59005ee855beacd31e686

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9402c3dcf1d857a5b6b391546a5fe904b6be94d346c44bc1996d50802140e3c6
MD5 fdd2dd622c5f5ac8925464cea6b8e3f0
BLAKE2b-256 93cffe90c461df710ba656e0fd50511816a136fca48271dfb3c7156a51bf32dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 8cb67e731251aa3f339ed3f6a866dacee0c8a5198d52a7220595df32a3c32fe1
MD5 8606d91485f0f2c8d9b61850fe41037b
BLAKE2b-256 4d99142bffcd3d9af10df823e1097b7d267df008bc5ac7f2406385ab088cb00c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 260898a61ae3f9e1d6aef821a2ddffc89c1ffc3adda457bbf40b7a0356e4609c
MD5 9a5714ab3679a4aec7e7f85ac21cccd6
BLAKE2b-256 b1980b8e7f1bd0fd4eff4ee31e1face7949b53a41600986fd8de9faad4bf15a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 da73b2c9ba436c23adda62e8f33108ab4cbbb953bcf6797274a30a39bcbe5401
MD5 27e11de5ffc7c1460011141d1cbae2f0
BLAKE2b-256 1fb0842661f31ee60361ce911832caedc831bb5828cba3fbe1bddc7e53d95433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4ea68d2773667d492d9e5fdc365cc90d7505a326b3210a9a27d0a7dd07bc3fe
MD5 a6589d93ab2106aa1930ec9e1a29706e
BLAKE2b-256 7ab3a70ddcddfda822074e35b0f2044a1e6517c4b2c4054bba2ceef98a3f00a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cb0f078b83441ded50e8ca4df8efeff510318aa205f51715293f220e63e99a9
MD5 a054b7fb388fdbc1b4a05c3b298019d0
BLAKE2b-256 903526e71e590eec2e82d49b203f11196b2fc8241591260d19e364998ab7933f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed24cce59becd87634087343e30f7e2db21a6d19e7670a5f28bb4c596e6ad87f
MD5 c3f89a27c33eb1d4361492b2585538ac
BLAKE2b-256 ceebd31dedda2dd7c8c1e9883b236acd979ef3548328e08b30a8631cdb01c362

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79ae1e6e7ef33f994936004d6ab0aa9c0cc5bc575fced485c09fb1bfecef5652
MD5 711e62c25226638d6eb8cbfc61bcbe75
BLAKE2b-256 d795d4fd20f567502a81167487aa07b9c7e25580abfc5ecee86dfa51b96ba451

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2614330d228a060c0bcdb2d5c8ac1c7f3eb9c9fb7f15372f05f61a8185a45f93
MD5 f096507b8a65419db7afbae87c7697b3
BLAKE2b-256 ba574fd29a2308b02d72243e207b541a77a222731a94437853382b23b682d78a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e6278eef938b991055d5120f5bc4b7d30ba3f5bbd05a17276fad605328270537
MD5 27ee23580abfc4b9e2ba421175e000ed
BLAKE2b-256 b2638d749f5d9e0caf3a473e3925eeaac2f0a49e05be6d3cbaff6ccd37f8dc98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2e89fe6473dd8b648f3989dd0d09e484da303869f7b5cce5d31ecaf3f62f7c44
MD5 aca7cd394a6723327f4cb030a81f94dd
BLAKE2b-256 efbe67d19e0a433d491dc656e4c15acf60693546a3adf5009cb4ec58cc114794

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c285ae216f14ddc87e1ec648f2ba600ab5a7b5cd82808ac6d8047f0ff2cd17af
MD5 56fdd0698ceab1b7f05e7294faa3d2f0
BLAKE2b-256 920504d31733cece2b90068c65dda68d4b2638df5a1e0c8a7afe22ec54c282e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1da6c6225322bc958b873e0d20d062546ecc3121796f6bbf0f9dc0bf8dabc47
MD5 80f55ffa53059962a945629435a9afdc
BLAKE2b-256 d1c84c64f951fc0ad13085c6122de02eb605c13d713e51e959c3f7cd6a7253f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a11fcb33c2008f8d2a5d721681a1ce82c78377ae965c09dafd0b8623c2aa06bb
MD5 c7a099208d7d165701f331611b98ff95
BLAKE2b-256 b6fe79b583a18cc937a42b11887f29e3b8269c699390655e9a0181f54397cde2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6eb46beedda8d95278a0f84dee2607de15033acb97b14b9b038f667657333a0e
MD5 572e7c9a535826ac445c2a07f24c84f4
BLAKE2b-256 58a56c26419a5d7f453cd335b30026dc60174b61c8fed5bae81bdd592b19cc1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 bb79092e812ee4c776d30c904a7f216b4f3ab19233bb1767905e68803d186138
MD5 9c94cc2fb5026bc323685bb67a9e1ab1
BLAKE2b-256 a5efb82f0beeb83af92f5f6224bc6c199eac6799f8d791638444ed0a5982f849

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 dc82ea15c91908e02eeed06bb797571d1d8722cc3c1aa7758a94a6492a87a692
MD5 aca159541f75eb6ebf893b810d42d2b0
BLAKE2b-256 7f99e97c7f21bfd0d935565211b3ca5d2fa14ebd4e7ffbc1001b2e69ce6fcd21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 be4b03df14fc83668b7df7198b2999e91add1382d0d3cb0f75bda433c0282670
MD5 a41e0787bb14b4d412742c646d6815a3
BLAKE2b-256 d47872c5ff42d4dd1a430ab6f89fd87e006aa1f7b7e8ea852b922bab18ef4494

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9edeec2fc81dc9d7894a2c9ae55562e13eee2c43e2adb4907d24ad839d3bfc11
MD5 d6a25823681f28c4d7aac81ad827a08b
BLAKE2b-256 a155a831ad812a033027ab1dbb66a99834fea951a9116910203114a9631d36bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc9911dee19237bb3ec2c81897d56180f57d7ec3d499f8f337bd3a163fab5563
MD5 2e85ac6765adc2a14fbe8ad3f58ebbd0
BLAKE2b-256 df429bfa4829aaba27c3f33cace5a503b04d769f09c3bb2f2f2dcb30d9a0cbe0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 980b4912adbf59652bb7a29c32b64ca330c694201037eaa3b219f8748435ddfc
MD5 d48f91a068a8ee1d6122e47aac09361f
BLAKE2b-256 90602ca58ec47bb276aac7bc173e03c4415274b1ddcc9d4fc57c443f207ed561

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f3ce387216af99b68bef89449bb0ad4a8d647bc2fab216c928c2e5c27718ee6
MD5 35b9e927cd89fe71a41bf23c2370228f
BLAKE2b-256 19a75848d57a62e52c3002b0f07a36210bd2e31cec5372a5896906ccfd82e04b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 76b1a4cd70042d85ceade3b2fea7d7775bc656f67b4d98398939c192e1668586
MD5 57f4d6831876c1330f81eed437023a35
BLAKE2b-256 a30551f567f9f89de336705f1e935daf387b8f75bf2eb3fa154c5acb3ed3cc9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 75887bef02aa559470ac9ae8090ea61c753aa36aa945ff762346981d18ee61f1
MD5 5c5b6a53726e0ffb80c175776ba60470
BLAKE2b-256 40aeadaa08b1a8dc372e2d1de8f96f739600a6e920b9f950645e788d6e1d11f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp311-cp311-win32.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 71e53c87a6907bc9852bd0eee85a9be42f9c17685b5810e722f94aded9723746
MD5 855113d8350efb669d94574759c7086b
BLAKE2b-256 bfb20978612ab08b8513d05c559353e4745a2d4c89fc85c5643f8da6f36391aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bfe060d92efa94fbba8e84b89c014bd9500ed7c1a3c44657ea0789aca1f747e
MD5 e79424d148d9d76acc5b8517e662d98f
BLAKE2b-256 4004ba6a265a57e3141cc9df290e625389d7693375d3fadd742621b9b159148e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 222dcc5e1057d1f23dd146a40dfcb34d4e8c1082b25238416bcab5ca5d5f12a0
MD5 b406b7de1b990a8a1ef1481a44f5e8ea
BLAKE2b-256 4f65aa7f708d8eaf88bc6ec87053492bc1a415cf0649b185703fe277535bb37a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ae60a67fce0733a2ef72a8d5e92f388b9c6cffd17d89df96944e0e0df99ec7f8
MD5 15dcbc620735de7f078dc8adaef5fda5
BLAKE2b-256 202a4efb95c48fca767bc27fd7f4ff909061de7497974f46fd8d9daf4860d572

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2319dd9f13b2a5c07a7d439c9a372eefb472334402bc2d19470be2eedad49e87
MD5 0110de9277bbf70f77277a445dfcc431
BLAKE2b-256 c86ed5a947b23e07ca2ba267df2ed2ac927573b9a601236bdb98f095137e64e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e9fd43ebbd458d7d180c8b2d6d058e01f8a01062d20ad8fb678091253d7ce336
MD5 7e7acdacb7a9dcbcb186c33e30a81ab1
BLAKE2b-256 01f972c6b79c28ce43f98e593ccb57c58a6b96b5d81ea4b60b2a2cf106ecf764

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp311-cp311-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 fc7258906251dd093b6792afbf699760a95192982350eb72966eb46ba8be985f
MD5 04cf37c4c2aa420b560d51cee9eaff1b
BLAKE2b-256 41ccf3f3be760e4e89c86faf56f532c0b5a2c8cdebe0390e1829686922fd12cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 f6a4cbe6da712f90970ac8015dc4926ccce97966b4d42d2a35535755c3b35ad7
MD5 97300aab223b5432f4dc734a9530ca06
BLAKE2b-256 c635ade899c894257f65b4b46434424024a4789220a01d8d5598edb9b83758de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c43e479447d74b9befe09e4da2508d64093f8f2e7e25fc1c4de5f0d1c4d1346b
MD5 c06d7e5ee8fd7f9a88088d9471a08924
BLAKE2b-256 db2d41ef3695f13c790c09df378cd92271383e7d5d9c716084eb047612055d41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 908fea0d817d2205997c9487478dd2f9d309d833ec12c5ac59fcf6c524aa24cc
MD5 5b5603a06fde6fabf341afdae0c45032
BLAKE2b-256 be6330fbab58b289a57f99518122d5f3041d5666ccb60e42845c82fc2a2fbe29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-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.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1e977849eda2c741ac5935d6655127240216285cfa43589333f27bd282d1b85
MD5 67d9c338801ca6a6022821a8fa93fbb9
BLAKE2b-256 082a2de9c486fbf8477705554c862badfb78a891c76f1d7c28b46be56b93cd28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.92-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","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.92-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1af620f9696bb32bf9b9f42207813c80eea5e59d626b47c3a4d6a0dad1d5348c
MD5 09b3311a7c2921c09bd9f6ae451df0a2
BLAKE2b-256 014a54db8d0bce4d2a341e5d1fb1ac2a9522e774d0e0f96f2c6a68f1867f7abe

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