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.93.tar.gz (690.1 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.93-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (7.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

ry-0.0.93-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ s390x

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

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

ry-0.0.93-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl (6.5 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

ry-0.0.93-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

ry-0.0.93-cp314-cp314t-musllinux_1_2_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ry-0.0.93-cp314-cp314t-musllinux_1_2_i686.whl (6.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

ry-0.0.93-cp314-cp314t-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

ry-0.0.93-cp314-cp314t-musllinux_1_2_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ry-0.0.93-cp314-cp314t-manylinux_2_28_s390x.whl (6.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

ry-0.0.93-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.93-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

ry-0.0.93-cp314-cp314-win32.whl (6.0 MB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

ry-0.0.93-cp313-cp313t-musllinux_1_2_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ry-0.0.93-cp313-cp313t-musllinux_1_2_i686.whl (6.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

ry-0.0.93-cp313-cp313t-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

ry-0.0.93-cp313-cp313t-musllinux_1_2_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

ry-0.0.93-cp313-cp313t-manylinux_2_28_s390x.whl (6.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ s390x

ry-0.0.93-cp313-cp313t-manylinux_2_28_ppc64le.whl (7.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

ry-0.0.93-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.93-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

ry-0.0.93-cp313-cp313-win32.whl (6.0 MB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

ry-0.0.93-cp312-cp312-win32.whl (6.0 MB view details)

Uploaded CPython 3.12Windows x86

ry-0.0.93-cp312-cp312-musllinux_1_2_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

ry-0.0.93-cp312-cp312-manylinux_2_28_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

ry-0.0.93-cp312-cp312-manylinux_2_28_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

ry-0.0.93-cp311-cp311-win_amd64.whl (6.3 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ry-0.0.93-cp311-cp311-musllinux_1_2_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

ry-0.0.93-cp311-cp311-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

ry-0.0.93-cp311-cp311-manylinux_2_28_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

ry-0.0.93-cp311-cp311-manylinux_2_28_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.93-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.93-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.93-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.93.tar.gz.

File metadata

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

File hashes

Hashes for ry-0.0.93.tar.gz
Algorithm Hash digest
SHA256 13fac94a4b6ba61d228be925b87eb43a09b2d67ace4695053f5234b94be80e06
MD5 e67dd8312ca60d588235a7e95ac44f0a
BLAKE2b-256 a9be400a0a4c603b6bb902c4478422f433565ced65b1f44ed2ed550bc9d3bf9a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c93e4fa86cce6814d4dfc29011db5d07dcc5634cb052137fcf907a1552849cc9
MD5 5041a27474692307660af0c42288a4d3
BLAKE2b-256 606d6f220ef54a4160885ba42b5f0d518cfe02d9f30e5f68a467c6c9b35201ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6e73e26e66ace768c1bc69c6687f13418c086eeb7f2b87bbfd25e6a63508d44e
MD5 04b23fd73f63d1684cde8b2f4dc38571
BLAKE2b-256 9299d293410916da5baa2a257a81fd294763d1f58ca46a2c09b006958a365d4b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bcc798f1b9d434e73a6f30729f49e188731b6fd723b3e39a759f5580c0309457
MD5 3b1a89b3e5780014af99c77e377e47b9
BLAKE2b-256 dc2181637eeb4a7e674de33b6ba8042d74b894b5fead152231cfa0ffe599bc0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ae3e7c4488700e5238d3b7024d3282d950e9811970e15a75fee58e30d7e03e8
MD5 20ef05ac82152012edb325667831f39e
BLAKE2b-256 f6f3b445c87ec41eef1b35a4232e812b25fde42fc2a69929247170e3763dee7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 508b22538561cb0eab6a5f1063ffdf40523e704b35e269f75c6e5433a95aaf18
MD5 45f2fc5204e955d84796368c03439067
BLAKE2b-256 9318025ae3746516093b0440466152161b6566d4d89601c60d2576039e0b8439

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3f8f3790f49730709e50dec8eec492f8cd9d785edc6d6ff736fc1814cf485edd
MD5 e1f8c7623b215ff2a1fed89903f098a2
BLAKE2b-256 4e775225502c838db01df4856acfdd96ff8c1eae626007a4dd9b8c392cbc53cd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 5c9a17b485dffabec302de6c7018ee5e35b6a6971dad8b025abda859155a41c9
MD5 3c646a1dd9f6240bcb02570deced33c3
BLAKE2b-256 64e23a9f288672017262d48b568e7da0b0f265339681bfc9f5b666188db3b2d8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0832ae32495fe572353a7a6d3223d91a5d301c8843347e2c3c4cb67c6ad7faf1
MD5 c40c80102056ca347a97dd25c544c624
BLAKE2b-256 2079548565c6716b2e0e22d72b924eacf07bb2c8bc01d01542dd4e393a017990

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a190e0966625a53f51bdbe18735c6e223f4a8566fe8baac6ce449d603a8cc8f6
MD5 a25be921c375745726934be3af216013
BLAKE2b-256 1a22078694471c3999415ac62811940417ffd1dd91630e741dd9ca405a1676a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 03d47b7d4ffd1509a85d262ace9cd4e9bcf4cb422f89e9e2d60933531d47e26f
MD5 5d40006f427a33cf73bb39db268d0332
BLAKE2b-256 f19081269b65895591560d7c8868ab28b60cdd153140d1a5e4248eff3d115ca9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5cbd837954f76be5b1ae37b1a826c0f6dee6ee0842bfdafa73a1a46b7b8d7da
MD5 179708e2527e4e23ae4614b0d33091e0
BLAKE2b-256 6264ed26ac3454d1b09f2c5c8e0b59e4f179e3f61106be712f3f37aa48b0b498

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f83fc24e41bb9e2442ebf868b3b5d2ac6082b86aa1f904ee174717cf6f19db43
MD5 5e3cee64d038b8e001ed39653cf75ed9
BLAKE2b-256 bd9bb27fc9d3b05813bff5505acef72cd328bc6d1329f6538823a61ee503312d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0c0b34f2c85dcd91af5f42a815004b85740d6e063174502451b183539f7127ff
MD5 6d48667d0a0dfa6be2cb2554e7e11a9a
BLAKE2b-256 0eca572fca0f2bd5f1bc77a1670c4d8dc39d64b9ed8c81e92ff4d8e50ca64da6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 30def42d15e3dd97b524b1a3f5c3f639e01cb4f33bd99899006cbd2bf791a3bb
MD5 affdf051f3d1aa8c7a69f59fba2c4520
BLAKE2b-256 9225cc10effbaaf303cfa129cb497311e57009809ee6fdbb3df611827fa7e7c9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3cf2d843ada0ef6eb8cc4be2c568a9f0eab670c1ee66c5c776662405573f383
MD5 ba20eccc0bf37691614764b55035ef4d
BLAKE2b-256 f151685627d4d8f631206ecad54341177f9ac0e2b231d6222c9badac90fb16b2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e59696c64bbe5c6bb8a20093345dcc7e328102fd30f06a5d3086b6bf05357d7a
MD5 d7103eb7b080298937ca2125a603f5ea
BLAKE2b-256 b673bd411ac775cb960be4aa06ab49f113bec2c92f7b2c2081ce720dba8bfcf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 7c932c3681771251f6be68119bbdd434515d0cddce5a8e9dedb49d254f0777e2
MD5 ead9222287277f7f24bdc81acdf38ada
BLAKE2b-256 e3518a4315a7b04239fe671f9523fe3f5694bb97d669c72f32541341c286208a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 220eca4158ddebcd78bf9a9f8a0df64cc38c12b419c757e338a66f5a6a43e6c3
MD5 35ea84eb412e085fb571b5a57a410a90
BLAKE2b-256 aeeeebd268a43278ff199682a01f744cf4b891fd9fb549bc6b4cd127ca709104

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14b5d9c58399cbc1b47e059a40c4ccbdbde89517dd648cb9d9a6a7be7ed5a916
MD5 20ebab4374e043def8f50dbad9ac8bde
BLAKE2b-256 37d8239ffc120f73c88f6dc2490b04e338b81f2bcbfa3dfb29a1583cf5b13e1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c08954a96ea983bcb9732932e062f1706050a336a1e9cc94d21d2300f1052b14
MD5 84e7f042107bcfc3c82f5a7bdedc55a9
BLAKE2b-256 341e1d9a6a53eb084e9f9944a3f9c03d39b8c50451d4e8dd41d385dfdb3f2507

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc97eb765ce9ef5fcfab50a87d26e62f07f846c13f028442cd43ce15adbb024c
MD5 71bad09b95450dfe538733ff1fcef469
BLAKE2b-256 3b1669f81f300676643b0da8ddc6c9001ddb80471bd209f62fd2eaaff1356713

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f12bb482e89bb2144af7c2fd443e8896b8932cf0829f9cb3da0fa4aee4f611f
MD5 2853c86d58b67ed5267b1a51b0dae5e0
BLAKE2b-256 6a63539a0c10a9cb1e34588aa823f727d2d2012a14055f7caccdde7dacf63a83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 047712e90f4ebac7a8803940172417919a08601050ab46d26821495963a61a92
MD5 3330098561a127e3236dd2542ad8e0af
BLAKE2b-256 e76df22641cecdcd3a6cfda708fa4c1023ca55736b026a7e2c3c4ac13b4199c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a4a6ecbc39a33948bdef4fbf32fe22845c83940478077d9950064c7892277217
MD5 85eb6a736250ec18018ea3b073eb7691
BLAKE2b-256 12b693df62257b1ebc16a6a8ef76d6fe84a9ff62fbdb34147c90aa02ea0e29ec

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 7bdaf61c6c02bf4922ac15b8df702dc2897e6291e5c7b56a1567c3c347fbd8df
MD5 134f651ca77a5558cfee7caababc39c0
BLAKE2b-256 a78dc22ec9e38e95b85e0ba6ce546903a98273263d6759237db9a4f3f5b809c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9141245ed3a843683eb4fb955362a8608210b3c7646e2f25b723059ef27f86d2
MD5 6faeaa8b7618fc8a910ffba86d20877d
BLAKE2b-256 63c028838c202c05a9bffd50340e80b28710949dc85ce092eb70d473a5aa45ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f553ff24804fa2823c2fb7705655063c6a9369bf0d4410e26de4ca3db3465d1
MD5 0a5d4e65b7d77d19788e1eb8ab9fea97
BLAKE2b-256 8f42bdd5f9bb86448085861a842795ce68d23260a5579a89043625317248e734

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2e2b5c2ca2e4303bcb21114638a98837a20678277537faf4a756f26df8949345
MD5 0a3d1c6b58b6ab4e88080a94978ec837
BLAKE2b-256 15cf580aba1e8482995183129c930dc07895572d0fc66fec80a514742233d119

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6bad81c77c800a96535b643ad26d4a03aa4d7ee03c45eba3615e91842586774f
MD5 6ae5526a963e0b5ac21270fb4adc02b2
BLAKE2b-256 a3281db229b9ebc15fc682779730143079410e63dd6425f81b88855c6a3a25c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 bbdec3e7c51b91524b4cc919cbbacf1a901cd52f7b1661a967be2fb010fe703a
MD5 08e36517b34a8e5fe72415377ee05995
BLAKE2b-256 4957eb8926f76e9ed7df4332ca6911a93e7a97198fe0965b9c16a6a478295c85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d6b5e6f64bdafc8a86418eb56688859c22fb7303794e6bc2cbdaff9f3d589d35
MD5 a07f67c8480148c3248d93333979d91e
BLAKE2b-256 be49bc10f454561121851e6ab5aa9f67ef2d1eb124526e8e81aa1a0f7b52db11

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 de223f6fa7e70eb98a889663eeb50b9f816ecb3a2721b6d9ffaabf0a29e04b78
MD5 56f22698a7bb952a0b91acc4ea10417b
BLAKE2b-256 d43b5497414e9992177c564cf652f72e11b60a76eb29d6a2a2cb8afb1e6c6244

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f6d6a44b761dc3dbf4f446b4b12d081bfc0d212a0efbf4ce2a0c33621d4b3fd1
MD5 92d7ed332bf7f5eeebd0aa70e2a3ebd4
BLAKE2b-256 f7bf78523f0472a4c342fc8eaa4bc1bd0cede4fced1709192be1c40206c89e7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6cc054c4244addd9cbf64a2bfac9eac42d2772717fc1fc238fd1d1bbc80eb65
MD5 e7c6dbc1b7c76d13f0d9542da2bd3dba
BLAKE2b-256 e9f999a528fcdc3660ba9acf554aef43b7cd7503b6fdf8e5c061f56c3959547c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a596de6409cb5b989f7b6b376317c22fcd89cb5d771b282583506a1847c48851
MD5 582910d899328e3bed35cf9b5b0f9e8b
BLAKE2b-256 7ccb3313bee19682697ee4b6a11bd48568f8f8cbdad4c8148b049cae8d0959d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 921eb4ca3746b7779ec91f436b2b01b83d8ce4cd92e70cd35197636d602e885b
MD5 da64d6eeab945e35db9122d055e47d3d
BLAKE2b-256 98ca38594b129f8804182b792b3bb4037752e5fab24eea8f283a5b810a00b81b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7659daddaacc3504124710bb8d91d5ea4b1da33985c72bd4899005eed56d4ef5
MD5 e0a371a3128bf0ea806b0c2113838b22
BLAKE2b-256 abc05b80d422b8997b53689cd2b294fe16fab69c3ed01aacd6af378abc484b62

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7905e0fbc19ea10f55e4ce121d4c7233f9a1a9f2faf2a06d88bf0039b3cfca48
MD5 6e7d12adcccca9123e20f1188822b7a0
BLAKE2b-256 d02e46f797c1c90da03d4421ed66e1b2813184a6cba3b44e922b2b67ce9d7c5b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c45eb8b71dd718a2deff0d771f0019985d246d0a4b23cd5398e7899267a7f5f7
MD5 de14ac3190e069281278caa5d10c7e09
BLAKE2b-256 d99d2f013bd4c661c2e96fd01dbe18c298734b39adc79c99f1fa802779895244

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33f3684a84aac7b1804065a773112460ab14c4e879cae46440a646a557a99379
MD5 e3e62d6972a7d209903adf49d5015ea0
BLAKE2b-256 48aeed5b6bfaf8757bd45d73aedff66775c6fa7fd6962cc885677ac211f5b1e9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c9b49691f1ef8ea01efd4d2cbd465630d0198470897fe435247cb63adad9b2f0
MD5 e122b268b361ecaa488623d96577337a
BLAKE2b-256 768888cddc594c439e16843de2ec8f41cf550f6efa537c52d0d217299c12bfab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 774223e520154044105ab70d44a677d0a6a996c15d918a89d0b86f710d1142c2
MD5 05b8398ecdb032505ae7ee17124a9f82
BLAKE2b-256 718c05fa2bd135aca9b8ff181a2ed813bfdb36959713dbbb18b0c50bc56e83f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 817bf20619652fdd44211462cbefdb8c1755f7a3bbe55e922f411cd59e135625
MD5 b41731d7ea2985a45a8ca3637c6a0362
BLAKE2b-256 0e51f317fd366cedd8378aabe5d342d3620ca66d3fd27561ff440a6615228d4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a43a246767c40a64d4cde4a2e48141ad59e300080f4bdb21265605221312c83d
MD5 5f33dbfb31490c9ee36764434020a9da
BLAKE2b-256 51dd8a8185731bc1a52eb50a828cefe381d32e4a3ae3627cd857a655b6141db3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c357ad5ee0893fb3fdb3abe6ecf8c711cd01629ab729463fde3f0ecd9888bd3e
MD5 72459d9bfc1101c23972251c7ecd0304
BLAKE2b-256 dc8d1c5f70200458981b1ba7b4eee45cdfe4519ba67e615be26a1082ad4132b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 17cb720a70a2237168a600ca6d6e6b912e2fae08b9b50ffa4e151425bf8161d1
MD5 54f64da23c5e0406963856f4ae6e5fed
BLAKE2b-256 9a7fa6a39ea28f27042683c0acf3a0e181984056dfc3d6ef31bf3ee3d6ac9968

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9c98a0769d15b147acbcc0d447e2218adca892c7141ea5ec9d6333336c3d618
MD5 0b3a6baebaad00e61084ede87f48edba
BLAKE2b-256 0a72328432e1765efb7f94f877d495ff86840ec7d7a72996dc1329303155541c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a142728f419a3cb698dfaaadfeff0cf4587379aebe4057f1617de0fd9a21257a
MD5 37e67b9db3cc56fdd793f03e2298e2be
BLAKE2b-256 f019f9e91cf7b7a294fcfdb0a955bfcaa5a82322ace4a432a80359c8ee60b845

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c6df11c224da83432ced409a1e2015754f784f15a9e6b0f7493b9264e0aa100b
MD5 192769e6468a6d557b980aadf3db58af
BLAKE2b-256 4f9287daee9e0cf4b189d4f1058c18c6eb016d92fe03a4bb2b92fe558c82a729

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7efdca46a52cbc0b19f2cf029ae5c08db24d0b34fab78515cc2f1eb8414e951c
MD5 02a3fff5dc0652dda2359fb4de0337ce
BLAKE2b-256 72446d9ac57820c635acc16817abf84ddb8970f55ea4d240d4d116d4d534ef26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 944b3bce8bf50f6b6caa3387f7e73d03ef40205732ad423430527497e06c15de
MD5 eb80b4926ed8de18e6c5599fa0b731ed
BLAKE2b-256 685b02c3033694715bdbf182688b4f99636cb57ee53a06f06975d66675beccbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0582a0ec8316af0852fdafb447f414771be15d749b0c3902d9ee5f3b92bdc18d
MD5 877be85eccb1be9ecdc80fec4ecea03a
BLAKE2b-256 d072581572f050de59bc7580e72cbf080d9cd4cc6aa55dbd1c49936d9f36d787

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a6b4d3f4ab0e97e2767dc469fcc93b73f8c81329eee6b328e37083edf7b64bba
MD5 4be1632470a3d80f2ea4e97cbbd3e7b5
BLAKE2b-256 b02f126a217d74971c06f0d0b16e39d06fbad4b2759a81abee2dba37b483e02d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc767ffba4a28cdb30845f04bc51f346848967c2b43618fc436d1fa64e65c8c3
MD5 f9da39c6867ef681906aa7c2d7f8f073
BLAKE2b-256 0907571d3f85e6cb3b3005a31515f0763d59477aaff6d786e0203a24315dd817

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 81c74c4d0394701a6338eeccb81f2837c7d30797091eca200126a5603913149d
MD5 7184415916064239236d41606424bb70
BLAKE2b-256 0b3a96a10bd4eed257d2f698a42e89f3a2a4ccf8e185f4dd6223838f98c164ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ea608d39ac2cad875a740e0b49c1025198f98d49e00bb7d511f852b947518065
MD5 4bac3bf630203ae0a486f05e600451e3
BLAKE2b-256 1372270ea7e18b6c8d7ed56371d41db885866489a6a33f0ea43092f3c6b45979

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 3d7089d107dcf1c6e924c73e1efc79b97682fbf1f8b59d20434762a1fb84d264
MD5 f94228c6c759ca2917dd2c9033a516f4
BLAKE2b-256 7bdbb5df66e218f91b9a920c7fed933d08f76c9b92b8e2b6fbdcaef016c4dd2f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6676fb5217865f07aa32a1f2790fa6408ec167f0190f7b1920c4e516a6543211
MD5 8c76020119be87bbcb6c21370a8c3108
BLAKE2b-256 90a344ec18dbc0f9e4119da1e355a0b8579cd6958e95215c0afdbc4938210215

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f949105fcce32daa10564b66748497c32a40cb22f351547ab58283c07bb48c0c
MD5 f81bd4d95a9898c301810fe47eaae4f6
BLAKE2b-256 ff01732882d8d6382f598203a2d7ab0de003ba1a3d0dbbc905b1deb387677b3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 402a301b64fe1288472bddfd01fe5e49da067b1eb5309e5741873e41524e02d8
MD5 7fa5ad53ac2ee570a8ed881a9d3f6a5e
BLAKE2b-256 808e47b81ae37e0ed7704cf246dacd2cebe4af3e501aa53a3c328e3cb31e38b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bf26259795051b20470d5fbe43c24c49a72d6190bf39010f6028b2b0a3caff0
MD5 4bad375b956daad6622aca62148b1704
BLAKE2b-256 a9a068010af2e85886fbb8e845589dd095041a5fc4658d5375f9f5f0ca0e4311

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0f8de2d81741b47bfb2d19b730e32bd59855be9d027ff2b28f936e7e8dcbd12a
MD5 677fd032437c112e2eff6182fb0ad2e7
BLAKE2b-256 ef48b016683d5ad2afed4bc1490c0913e09ac8644775222778fcb619de12ca3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c7474888736fb394c22449458b60eb062a5706a7cab2f9b3958aeeef406dcdb6
MD5 61c1df600d477467c28fc1dc9f9e01f9
BLAKE2b-256 908c4496af487d6832dd431efe690453ca48e41cda574ea89f8cbe19742b8073

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5603c650a9cde42e22e6a99d77f5d9be62c2886961ff4b86888d9af1d0e12be0
MD5 0145bac7c04badf9945c6c7ee23a4758
BLAKE2b-256 5748eb7af626cab1a98c3fb6e7457d129d28afea006c9a91c996a35fc53eabb4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1153b3e69e1d5b29a7264c594f9e81b92979c42b2a38ebbe8f61da62c468671
MD5 a9f47408f6b7ca67411f0226ccb102b3
BLAKE2b-256 931b780fff58ae1a4202fdde0a8a65353ca4e4eaa4f418ab5e0bc03f7db8bb23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6770f3d36b93e8f2d960d3b863248f83f490f9769b0167e90d07844dabdd25b9
MD5 2a797414ae9cfd6e7d37bc0685249936
BLAKE2b-256 5255623a7eaa4a2128b013e72d3746a48edca1d56ac07294efd8b8c17a71db10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 042277bc02f50e403ed81c7154e83333c1df70976b211f88d2f5435b51d162d0
MD5 4927a489f7cdee42522290a1bb65f6d1
BLAKE2b-256 7da9c9c58843cd1acdb4b82b8937b983b7bba2d0ab66aaf13f17285ef7e63067

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8faddce3cb4dce75248e370d6cf44d8ed08e6d23302f4a629cdf05249826053
MD5 0b97a595d4cf5f268180e575e7c8c3ff
BLAKE2b-256 f0317a5ad7ba8f51abce00f0a8216cfd20b75d7d3735bc760d200c8c0f54ea24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 6ef5b412c266842e4c4c7c97b9073e82125ba45f5e975ff5d9945038f1033f05
MD5 11e90e28e0bd66b78391827528c6e503
BLAKE2b-256 ee73885bc51607e2ea7bf2e2dce358853ce970919a63110d4fc8eb1315ea32a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c655a49664bc3146dfe2a4a63e61a5f436dfb2208713afe80940d8595ec4eae2
MD5 ede82e27c6ba4a185ce7abd1b491e15d
BLAKE2b-256 e5a56a4e72c6de88087b8671059a253ff8ae6f9622798882423e3a92346bd694

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 c422221c818dfebbb22bd4ab215c8a247e4794330c18d21ed57ee9b5151975db
MD5 b667d4e88593f8ed2950a50724160770
BLAKE2b-256 962be62dddedd3c662fb088a5978af9f04d3419efc351aed4d808e1edf6585c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44116b73f920c9d32b31bb8ac51402a4efb70c50d82b2d6f23dfaa94e19f36da
MD5 3183fa5c0035b15402f5d0199d51e25a
BLAKE2b-256 458136680c1022d987d2115e8e3dd541fd843f49297aeb6b494f0d266e967a8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7dce4ec192ef3b46b098d9460d0466b1b1efbc3c3f11e5dbb76d9b4c8ef5a3f9
MD5 e45f74171c34bc2b4ebd2f688c3447b0
BLAKE2b-256 c698b48a183fc74c26f22ae196564f97aa34c054d4c6a1f80f319965da55c7e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6eeaef51dae266398a8e663b6e1be5b440a7ee8a4628adbc95119e7ac03f3fa
MD5 7f1c4e1c419c9dc5a9190ee040d16922
BLAKE2b-256 7019a321dc5430581c7107c4ac138093ea4cc3a3ed73ca6e6e3c17c23c12d185

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9da136eed3601744f79b5523c8ce3fd8a124cbd76e4decfa78ced960c4b1e310
MD5 c3713412af502069c3088e9ddd691039
BLAKE2b-256 e41a380d8c12fcf7a67c286a6aa2a462cc44577fdff34395204bbbd88c04db77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 96e541e4530339cf4a178eeb3ce84cfc2a470e6c817b63da7f7cf54f1523349e
MD5 417f76fa124c687e52bc32d64a161048
BLAKE2b-256 3b34902a45a3fc764b06653e293bb38021f5fd417ff74d41572d83926addd045

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9117fb13958577a053e7d618ec87c2ea002f38a0f2a094add685c48c638a3e7f
MD5 050a2cbddb8a0a6a00d269a55993ef15
BLAKE2b-256 205a7c6eb8c917c763fc7ad7005358bed8f6db1719fec824ba34121b7f4e65f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b95b7faed116f3b50d899de8d2f747f06da42058aa10e3097d284666a03e40e3
MD5 ef3d3bf9dee9018a52edde278b472393
BLAKE2b-256 aa23c588d43987443dbc6d1f5ec6867c3d4802ab82371ed31c20250ddbf497fc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8873ab1ff215ab9f34a35832346d045305d325b9c3c1bd9abff555aefc03aa4
MD5 12be924f21d5edece54807e5bdb4085a
BLAKE2b-256 dc37d21a11f920d7276d2fe4ae57c73f6f2749bb727232854139008e13d690f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 96c86377d56150c2bf6c6c3fe47873dc7617f6039c5fc94918ea8dcaf900699a
MD5 9214bee1ad9fcf9d8d7eb0e66928ad25
BLAKE2b-256 35b10a4b792146cb73a3dce119e432877d35e8a5ca240a474ad1c36226f5d05f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5eda617cca422be5eaa4b383e547d0fa9843776c14ab60407e117dba73f68e0d
MD5 13be2cc7a3ff741609eaf4a062c22384
BLAKE2b-256 c2e5182d5cdce88b3b193a889f15591766a51c61be4431511a970c44ea11feac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f265c7fec35c823d5ef152e7b07e800c65c24059dde7da2f113e4615d16cdc55
MD5 f03c8a1ad9a1c35460a77c7131430148
BLAKE2b-256 1bc4372e192c57a1df82a2ea633bef89adee7c6c10e6d5bcf0f719ae7098fcca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c04f1c284a43f95f572b01c50546257f50b74ac187781342639e5c7350c4c02e
MD5 8e626e9a8f12f7c8be89779f9d6969d2
BLAKE2b-256 192c71e8b6c506dfb5b6287dbbdb84e629171887b37dddb485f798499584c7d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 647163fe35440e20fe2b6aa13298580fb82087de191de55c9a16c91193ee7f3d
MD5 a06e97b566a326788f8623e360cccc81
BLAKE2b-256 458318077a0b6ba8b88ff4c83651062f16e0f6658a1db1990e19151d002e163b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 d625e5a1302eb59abc7bd9e67612eb25aa25574f02f1ac475b455a328fc34c6a
MD5 c8f4ae19c2858fc4c7f17e657fcee72c
BLAKE2b-256 f757880a4f51df7633fc2105bf945ab604a0130e3254ab85882ef29c09736f48

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.93-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 842b99a0809fba1d1e1b47aa1cff748ad76197afa54b40e59eae1bc9ccda4d3c
MD5 0eb11695fdc38425792c79173d06e8bf
BLAKE2b-256 8c16198957e866b47a6e5c49c71c42f0d41c2554c259ca18f15bbde87f3184a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efbb9cc3f0a3d4a09a6e139bf585f6c0f1d3a9771d83acae05393903a1a9b189
MD5 ad1c2e6fc909377ce398c0de792c9d1a
BLAKE2b-256 7c8de370684fa6406de616bd385cee0cdd8350d8de12dfe0be237fe0ce620a44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1a5876b48f45b79a522f1577c600ba09aeb7548a746dc0b24953ea0205b1e57
MD5 601ba311673fcb0543e43b182a084e00
BLAKE2b-256 478e744826cc454fcc3696c7d832a0f7553f2876f29d51dd4708ebbe78d5d1f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ry-0.0.93-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.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ry-0.0.93-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a317bbb60b7a556893cb0ca937805b29be3ee20f36513c8c005f3d8c8dec15a4
MD5 016412a93b4db807e51242451f9d7bdf
BLAKE2b-256 de5750734d4c5293d99cf7c7252703c024d9e73b50387d11916b15091d825672

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