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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ s390x

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

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.91-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.91-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.91-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.91.tar.gz.

File metadata

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

File hashes

Hashes for ry-0.0.91.tar.gz
Algorithm Hash digest
SHA256 e069a7c31576afbdaf7298bb1a89f262b71611ed7f7b19dd14cedb1099cf67ca
MD5 30a74ac9de6c0cc92098f7fceffca661
BLAKE2b-256 962fd2e27d6b44aa076f1d6431fd2ebffe627aed639625d37a11c2953d21180c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 867f495e6fea0115e40cf95e7982cfd371b152cc605560f066f768628f90b351
MD5 fed78d9959c8bd04e19ee6569ecd7458
BLAKE2b-256 dda23b05374fbc87680e8e1dc4929c874df707677bd7770d3b18d0c622feb9b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39a297d1104b28b543f3826d92927edb5308d4be8dcce3bccfb16a4e5f6eb073
MD5 22a2c8783ecf83fb651694baf5ef687c
BLAKE2b-256 d38450717977d8a453f94f670e62539bfbe049f144bbf0900611f79940720406

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4b8137d3aa8578831f177c1b941072c4ccde2835f363f409dacca9513b1858ac
MD5 8b2fee139a3af83f25677fd864e33fd2
BLAKE2b-256 75c7ec8cc93a7a85c7acf875adf8a0223cb4000c4fe270ff90260d7fd6d6da3f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 237649c41000de3ef757dad3090722a4c206297ae40acaeff67c238d7db8ec61
MD5 bc575fc6ef068d29166b29e25a187efd
BLAKE2b-256 3700b536de38c8c0bc4287041378b5931b2feffa75481e555e03e4f099621b84

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 a0936920a749576ae965d7503d2a4f180880629f03eef6e985844b00e3efcc67
MD5 b866d4ca9f092163d765bc81bb17e6ee
BLAKE2b-256 fa0aebf7d4f8855261f6d1f86dacb97826e6a2835b7107b918f32f075861327a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 eede76e31ed6c304dab06ff4e2cbda68866997292354f13e8bb6139b21dedf5a
MD5 ae2a06f2197abc1613a5491948938e5d
BLAKE2b-256 dd266bc4c787ac0e249adf82ccf3f6ba6f3f98965655e631e0c68008fc43ddb3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 92d59a807d628ea8531d9195e1ce4af55e8e5dc13d3159ed044c60d1199f6e45
MD5 f7b1f60a7d97294af0b21e4e5c4d4037
BLAKE2b-256 9dd3173786cb99d8add02ae293d20b0fd90f6a5906ae188120b1b61c37fafcf5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14590151e54c5d93b64bc0539bda5859f96cd56227eea2438f6db80f860cc710
MD5 8eb671c6b544b2279b47c185b547124e
BLAKE2b-256 0f9bb9fab8bc51a907ce781f58cade78881a37e365a8f33886e37c7414b5a26e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a0268538028a5cf13292fb9c74edc563dac637f1b0be5039758b400c9dd43c7
MD5 b9da3bf5de84e43af98ebc388fce6e1d
BLAKE2b-256 7d7757ca0678204cb2f64554f7d206bb76852ba7063c8fd789c9a3cf4c31e110

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3975f5bdea443f2cae8b999b97afe59c0e7db8fe9f0d013f1bb2efba2819d554
MD5 285f8c006545edd04051ff10801ec63a
BLAKE2b-256 c2e41db918334dc357a4b6b3995ee55885d04f062aef025920c97a5c69f3ac76

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db916514683e23d3bfcddd9133d278a9aa155848e1122ca13fd789638e9f5d92
MD5 2b55c6299c2551f79ceae687d67b1440
BLAKE2b-256 27e47ef4aba6b089b2058d19bf865ac8df9c0bf236a6201b5bc7c1115344b790

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aedc5989670f48c67e09d18de6af1848f53799ce9ef6b606dadaf7d8da07a050
MD5 7f4851b5659c8601ee037754354d36c6
BLAKE2b-256 10cfd4fe38ddb22f35e7d50c193cb645561de10f5d04b2fa02c01a4f72364880

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a25deb5d9c31fa31a3dde0b1419faf76d1a211db1e9a5d0def1ccf5c63a29db
MD5 8d70477dd200ee28dbd2e1ba7413e8d6
BLAKE2b-256 35ab826ac14d95d21b0ec38fa1accbd98a1a22192c39e39b7731db33c58f3ec8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37001f4550f5394c317a333b58417ca1a41ced7c287bba0f4418b662fa9996d8
MD5 39fdf3f903bcadd16321b38b54630e33
BLAKE2b-256 e067e2e1d0c96b91b96e0a9c207b34efbf7bf0a3a0b4958827ab6b126b43cca7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db0394567ac6e0680ed88ccb4267b39f66804068c8808feb3eb9f80a5cc015dd
MD5 9a69510c3ae00b9a1cb4f8481b91c55e
BLAKE2b-256 c8bd2c0b5f1dbfca4bd2847a40949e6b6804533df613002f13c3f12698db99ec

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 f9da432cea930dbc8b87135344580a9c41f73ef5f51879926280549a32f38e70
MD5 436215702a5640aa4e1e1da8f68d1785
BLAKE2b-256 25561894d98481e39588bc40b776f2506e35d5f001dbd19112177726f240542a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 bcbd452ab61267bec12aff5c91689b15ea5ba02d1e90ae3053c492e0eb2fe632
MD5 7b32c4f7f0df8bb265ec99b9e39c3b9b
BLAKE2b-256 9a9533f86f99ef58eff3bc4e7620e7f473edb58b5bcd7d89f103cce5676b3eeb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 97c9a0506978c3c42ce9fa81e7649587b989e5c027255c64a2683fb2c8259f30
MD5 fe8b791f29f0604e8cab5997ba66c8f0
BLAKE2b-256 87164c143b6e56aff8901421dcaa8eda6552fc0d0878aca6fc0810447546b3dd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 741105ef13568967b9e52fa0ddd717e74dc3457cb1a8a7147b21264052c6f921
MD5 1f6a0234c33d2265bab210a375ed40f8
BLAKE2b-256 7cf72f39f669f8d7ed561b4f3564ed37fab46d01ad2be59c002f78629cf80f5d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c84f2055e1f5628ce3291098c93a759b5f8f8e8a9f8cbedfab2c3366b9e1cf8
MD5 b8b3d9afa9aabca0a08c7640c703a432
BLAKE2b-256 aa52de58f5ed6d6898cb637e7ad115ed3232e9be48ca00ffe51123c4c81c9f33

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 953441c0c035d5786f7b7d38f71f860b0e408be073e03657e3beab1b67eca1be
MD5 d8000f18cb6d1bf16b94789f171a6d2c
BLAKE2b-256 364cef2d745f62bad0fd7796264b9c10646f66e85d407feebf23f256cbb619e6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67c787ccc998fce70e600a0183c5b7404fe2bc2cd6f4fba157fc1d6159873024
MD5 6269f4595da18226411d6e5eb60ee0c7
BLAKE2b-256 189b0cd5479d8a953ec464911ca611b3ecef3b320ba4bf1bb598c569677d8ba3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 46915520b491552dcb647ffa08d8946fafe6474bb618374c6afe9ee7800babc1
MD5 7067b80d6f4a91365ae39f8dd5d7f2f2
BLAKE2b-256 71d8878c2a23957d5dd5426856c0b5cc33242a900c6d80d0536b22fa4f5b1b71

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5b77f82b4e6a4f684f6b6a0d3cd10a92787fccf85dc6a6208cd31a451c3ae9a2
MD5 e0cf34132d29510de1e36cb3d0bcbf4a
BLAKE2b-256 dab2f195f79143428c16ba09d68a769e79788da8e3ffaa832151880dae60ba12

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 4bf8864e8e5cbdac0a759625c76449f35f4c5e0e93e9dc77e09317e296eff2a2
MD5 fd12fac752fa979d1f435ffb9c13bd26
BLAKE2b-256 8de9ce93a2bd7919de9c82e85f6a76d6c686fb314e318eab902b8822b9469d37

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef0382b2045e0e5928ed85c30b06dcf9e03bbd62de68eb020d8d3c9935c35ef0
MD5 4ee3c332572c42b0be0c5426d2606c3f
BLAKE2b-256 668b307b8a52dafd455080707d8929d3c3451d14ae4db6b81006e6cb5c89fd79

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0424ffb1578ec3cd07d2793d1f4747a6589dd40b658722c54f0640adb0a23854
MD5 5e6fce23ce008f2326447971469631ac
BLAKE2b-256 3551ef98a11a0bdd0876cd3b2d0a3f69cdd0588140ec1b70be62a9728a36b796

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 54c5629ba2aeb495a1e9186baa3deb0cc32764f172a663c284755a71af7d568d
MD5 5ae6186219bf92c3bfa3329d6e29f078
BLAKE2b-256 09bdf64a1191c50b8e540df0c11ab2e0375cf671b36e418ed62b73e7bc4ed85d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54e4f0dffcc274b58521cff38459e218ecbcb4332f32c469edb0050fbb3d387e
MD5 75f290359a41ce9d4c35638145b66ebc
BLAKE2b-256 9a0dd13e1dada93743bb09da16b1bfe34bfd76c4360dd5a4760466b469cabb8b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 85db384bc244dcd9ff618f0e910ee00a386b090a20772a6b30050b440573098c
MD5 bab3a324a797ab4fb93fd3fa82b5e6a5
BLAKE2b-256 a8348241075c46221f3971ef28f84eacd01019f960b27e4b04197d432f37fb5b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 43de008e67dfa0e6ac9633249d3db6dc4b205205fb228ff293f9a119892149bd
MD5 a49a66287beb17daa875135f777164f9
BLAKE2b-256 4034d2420eb73e825b29d4f96accc87734d1f47b30e463c26afd8c9238ee4d5c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 84a9610a1f3341a45320a760b75c7eed6a67f9d12463d0c40eea37beed72ed2a
MD5 bc9b7dbda5113f7886c96e4a80fd1e3e
BLAKE2b-256 7d91195bc1be7b8f92dbf052808644aa4f69827ea0eb6305dd0ebd8402aae6bf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6358e23a2b96fe95d5c96794e274270f9ccb61c6c2d2ff43f7eeb45fba8bad55
MD5 0079cfc62a3011638481616f686c5f4e
BLAKE2b-256 b091397266559067209be996884f94e194a0628f171d36e9f2ce5d525e76c8a8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a98022bf1cdcd961d77e19cc93d9d791d02770def19900f5ad925f1c56d16bd1
MD5 c5aa1a642076ce7f78e94a790ae5abdd
BLAKE2b-256 1df18acd1cd461a2fe083f0bdeefe5270736a3795359553c37a01fa10975c2c8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a690a87edbb877edf2aa5a89ca3f4d5cc8f8fbc70de7fcbb3c012639cfc0de3
MD5 cb5cb4fa55855c031673c946666a0ed8
BLAKE2b-256 f315d76edad453f0ec2c7448c039efb47669fb2014ecaff422b4595310345f63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a85073bd1e3fefed8e05e555b16e739f72b623e1eb06a334962578a9623462c
MD5 94dfb0cd8587f1865789a9008a309409
BLAKE2b-256 c940ca363f7fd9a36b7196eafb5789d8cf446e6c8bbe9cb49e6be643d4debb7b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c77810e92e4cd418da48c44b38913d6c4db102c55c978964a57fa706e1671fe
MD5 aae72c8fbad532cedf88f09cdde00d8b
BLAKE2b-256 2ca0d95c1208ec995715bfeb9a4c6140c77d88bd64e19e2672a78f267749c756

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f9a39b562a6a4a332539173882dbeaae95c52b499f76cf8aa8e586150c6ac97
MD5 8cf53972c104231ab9dbf1797934e924
BLAKE2b-256 7b479344f805f6197c119cc584a2fc9cf323955849e8d5b65020f723b4dc1ed8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f14e45f82821701ea8dccc4da06555aeb378c82ebe77941cb136b8a9875150b
MD5 94f5a06b7cd0592422db8551a9bb835d
BLAKE2b-256 dfcab4001221e7c31dae3d6a691a74851221e894008bf7fb51aaa9c82a45f0a3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 401b9f019e63ba3d76bbba5a28bc74e9bbf2b7059954c4d6f79e4a50be588c2b
MD5 f22a7224969efcc624079fadf9b665ed
BLAKE2b-256 ea3e5756441e46c0b5cc0658bfbf7005d3132315adb7b4b46167f72ee7837b55

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 841333e747739f13781862a32186e9b7df0c5d54aa8d478d0f1be76d4a11c0d7
MD5 75c4b1944d27b6cee1511a0d9f7b1719
BLAKE2b-256 9d8deaa332ee785a7ec77faed1e41e80018bd4d2f4085f906ed88b7e20b6e3e8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 6e41033a16fce2c85e5869a638bb99d423adb4bfe693814a8c7251b615110b5d
MD5 d32f61e328b874a9acbe40522376c719
BLAKE2b-256 77f8a799b1affbd92e5f4437e5e2d2116ae56d94f038c988dc345bbf9cadf142

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 61e47181403d813a5dce84ac3fb0deeeca6dc8b4809d263d794afd136af17f4b
MD5 5bb0b5d6fe145c29148f1109a5fc6764
BLAKE2b-256 1647ea61db643ba02984b64cb7a30b378356e381bdb2211cc0025a54962b96e5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dbf59ee208d33c9aaf9fbfcd9f26db57cdd77d5bf58a5f2c805e8b22ac9e2bff
MD5 335aa8ef04509f0b037f355d08698001
BLAKE2b-256 3b652a1e6eb6e35bedd303a55ac7d6776a37ce264fa32e2ce732d0c31b523cbe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba74b1012ea73cf6cf892b0ad541dde56c55ee8b4ebc57513db3ab06252488a4
MD5 35741fb7176eabe8907bcd620b8113c1
BLAKE2b-256 8431233dc666f26b38f8f7bb716882a20d8311b8f4f0caea1dcc58f344c30aae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a68b32eff25775eacb12b921e10aabbe3d1ec7f178dc7a8b045a2d1df6c7b8a
MD5 47f1c9e2222863e7b62f98fd71662792
BLAKE2b-256 fa041e90b37d8f8be2460650fa79707cddabfbaaff3999c47f9cb6a5baeeecf9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac7040860a8316833b22dd48a0b3d7e4b9eae33899c326927f7fd0fdfd05bc23
MD5 447c939adf4d0f202c9d1261739d5398
BLAKE2b-256 a88fe67b69d930388b9fb1b80d0dc9c0e2fc1725bf1379a0622370fb8de59260

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 35b26273a9c78ad2aad3a7a77a5ed07e587704357ea48ba326e9d5c7065a686d
MD5 9702d1dafa8a16502159fc2f90bb1927
BLAKE2b-256 573fa76107ea0863626df8605a37d694c2ee3150010f0ef853f0f9d87abfb53a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5a8eb6fbe9563cef7342224f34a173f28b5ac8abf9de5e7b1cf830296fea7a0e
MD5 9b035b2780e95ff12fc9e5e0eb057f07
BLAKE2b-256 fc58ce273f2c22a35bbeb435abda390ecdc8ca5fb8e1fba373fc21f739db17ee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 51f79ef1d3e25b7895a58e2874e5d59c6b7f7bccbf9ed9a72efa6b0504613e63
MD5 79254d2530f7202016b4da75ecb86b0e
BLAKE2b-256 00267248398f82e3d089128c5f254be9bc8bbbbb1e06f41deac1db0c08c5220c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67615a51e0eb5a852bb2c556a4143e4a4823ae335063aa7533ca613d8253ceed
MD5 49bfe4d2891a10a1224e92c1cf3271ac
BLAKE2b-256 fd08fc907ba6ae9b550276c5ee08961678d7a9ab03be241c69da6aad82037a70

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 145216aba9cb104a1fbbe858542bd8c0f011c379b8b3cd91a464a03f9679eee8
MD5 6fe676fb0193cf2e8819e739f10f8f1f
BLAKE2b-256 b361b016db5ffbc4a50114da00ed182f7cf480d0655e13ee718ee873f334af39

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0f494f8c4a69006f3130e5bdd289a1589d6887cb27a87e023d01be2c9c13bcda
MD5 77d402985cfb91d17c602c0caa818a8e
BLAKE2b-256 71b9425617986216cbf8622b001ef6f612bd76e516e0ca6b010766fc994331cd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b044c2758dd8b7454fccd780734fed5e671392cd0d373e953d6dacbf8aba33af
MD5 95206eb865bcb5349299f3c7039ae19f
BLAKE2b-256 c094046035be2eb8b25b88768708c280cc399fb6effda92513c17f3061c2a9a9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ef39e251c41da24313ece9d1f1e5fe4b9b9f3016fcb9137d87e5e879e88a91de
MD5 cb862c08728ad98696b1910d98ddec3b
BLAKE2b-256 c5f21b36366f4dce443c54336998dc6952d58bb977f3ca3e19a56c53a46a0aac

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 7e3c47dd957cedad92cf1a10a2b1d5d3b540cbced6d175369d8ff80de785026d
MD5 3fc83dab0c533cc826952def0d397050
BLAKE2b-256 f9c1474cd6e3cc59a694325fd4ff4a0ddf2dd576f786d85f367ab059dc5a7088

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 e5f1e66086bc0ab04dc7443a0f3628c1a399d91f7d80deb6e581d6d13923ed3d
MD5 66897d938454f30fc7a8635aa2db1d72
BLAKE2b-256 1b27c14c437b2ab03c52c7b476c5684b7489baca898a8a7392d49bfbd473f9c7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9847588fa9a69688e4ae1af5e8bfe93a65a0583ee3c0322a7e607573c277e468
MD5 784721289231d4a54e3159a31c050fc0
BLAKE2b-256 5abd41f0cd0827b8da3584b342fe0a3ed00d1af7cc13f0b31f894bf1e3280653

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b79e3198605ec839a994da1da9a482dd4e4bb12366309c2a6e3f86dfc3681caa
MD5 4035c2c521c7b899e60129db0e11b2c1
BLAKE2b-256 1ec1b57e53adf5dd80013d24e07d78041946e0bdc1605f3c5106085376d42fff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6925fac5b7384f126352ff942ca33a5db31b026e99f15a7d5033708dfff70eb5
MD5 9b0b56b8cf23fc44b7ef2fb3bfafe67b
BLAKE2b-256 44732eeb7688ca513da86e9fdb23696256853c4ad39f1351d74c380bcf1f1323

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1371b44f99dedcff2279e1a6984875e5bfa6c47d19afd018630f79e29dbb4ab2
MD5 a902031f35e5a40f8fe68d2cc94e71cf
BLAKE2b-256 9cdc1f16f7b886719b901febae632f1df7bc85f37b0da26e687944bbc71f8bb5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1ea9ec519f596cdf3cefcb3beadbfc95f09f4534441fad1128c609a9dcf36f7c
MD5 37cb3bf42e96c279079624ec00a7c96e
BLAKE2b-256 82b68462b7e9f5b4bc1b8cc7cfb122f895a0b63fad992d43323b68637591f6c6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 52ba88e56722f389df6209d93c338da946ebd54b63002124e61b2ec8af53f9ed
MD5 0ba59960c2ffd397539377e199c15c66
BLAKE2b-256 43cfdd0b31a0fce99b4537f5113f5a505fe79b3f44f02cfb22c6d4b589fe23a2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ed334ba92de6f5a5b7aec037143c567f69f50ef44c51cd29f6eccc4b789562c9
MD5 641386724c2df87b3ce913e80d752478
BLAKE2b-256 0d5621a7a1ff46ca2be20a5e3db5d9d7f6c9ad6bbfe0f42aabd261d522be9be5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e45df69f27333aec6452d7ae71e3036121d675c2a22d172668e9476207edaf94
MD5 0ba9a33809a5f3e6471d61dfa82c8a00
BLAKE2b-256 4ce231bff28d8e9f6520d90fffeeda8dc14d3b13d8e0229fab8bde5de681da92

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7e9bea6a3a1c57e52d795489c8c6eae04944c4b8e6cdef671cdffafc9f82e23
MD5 444e394b2d4d99b91613da858ea57324
BLAKE2b-256 37bb5b3d164f7443ca1f6e77e7f71be2c9dfece14d57a2ba1ade53e6895794ce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7bf919954e491c3b2ab4c94fb0c61e83b3abf8f7a1a6a738846d89b9dc632491
MD5 92916686fe0808c989f8605e58913679
BLAKE2b-256 77d876999ac2b879a9eefcd1b5bdab89a8bb380f37cce592f3d64c1f092412af

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 71dbede0355acbd468b0d37cf647873809e756fd520946439ea7e55e7f77d85d
MD5 e209020737fd0fd938498c8e21ed3f20
BLAKE2b-256 dfbb2ca702f2e22654b2af9bfd645565d568a0bad1b1b2fe12310544435c0d1a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ff4e32be734e9077c9d64815a5e3304f1b513ff22ccaa74eded9fc96ce343af5
MD5 36fdea63b3c66120035963332d547159
BLAKE2b-256 a94405be6eb31ee9ef848f6641d4cde5e03320e5177c1b04d69079fb0970b3d8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 521af19f7ae75dda0b14cfc5155eaae37c5f5182cd10781dff47ec9b5c8b9669
MD5 28870ce3b911caa10fc7083c69952b49
BLAKE2b-256 211c574ce5e7fd7812d39f89be29d2acbfafa08d34496009e3009aa043bfadf8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 13d137cd8c4708b12b17e665ecf9cc0a81c085b1a13a2505577d4f6841042d3f
MD5 07cdcba296b58fc2af00209ac07ce65d
BLAKE2b-256 f3382483b7f5ceedfeac24e6f7d85fcd556870843ab3a49706e93b25d1e9d61e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6446def77202b38e96658dc120b8896964d6203c084d8ab049218ee8f02eaa0
MD5 5cd6eb185367365172d3e025073b046b
BLAKE2b-256 3e9195849abca28ce34540ba9cdea44ae89cf9b8ec63fc84557cdaed38b68dd5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a59d4cd43523f27fb73f7918ceb040079f710b8f641b5e1730054073963106f1
MD5 df771370c0cc225a3d7c8826ca967ddc
BLAKE2b-256 2e1195727287f4e135ef86076a97a06a406cae7d3c8c5ff835a4826805a9e47c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 57dd82559384626d2ca3565142c5e738c4994068956f3a3b0ef2809921d05003
MD5 8345c1f58b8b7cd62ae660446b00d662
BLAKE2b-256 65e5c1c68e0b7ad70103dd15bcf1176e5adc054251103256cc01d05af1fdc942

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c82334c8bb9c08172a3c9a375708a62dffb99359b52faa71564bc06cdec7f99
MD5 38a147b7596939d7012df00a2dd523b2
BLAKE2b-256 ca353beae4ac9645004b2c9c0cbd9cf39a902bbbd57e90ab4f7fb63f45158eb2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d51717032939bbe0ca613a79e612e51f4a8b5f269f27714e3a0694f783410f0a
MD5 c5b282c8854e4e3aa675e06ed4609550
BLAKE2b-256 0dc3766e61e736414070e11cd518fe72797ad8bd6679b0ba11c9ec3a2742ef1f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7006b9e0d3f0e91d3e73a570fdf67e50ca571860d8cc3db34005053994220939
MD5 5df27e44433e2e9cd6589c6b4e10a0ad
BLAKE2b-256 c6d9d4938a15a2ea259e061292679f08a519d9f7e0871349c7bd17dea16b79bc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fba088cdd24ca48f19a4e940cc0db35690e789e5a6c0a3b90dbc577535c81b7d
MD5 03d729c0ba1252c26a9667dbd3fc23fa
BLAKE2b-256 bd6eb76c7618572fdd39b20acced4056b3a21e3161d06da9e160f40a71c0015e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2163c18562b3bf5708e4cac74cd8b44abdc8a3eebf4519110c7c5e00dfc3f12a
MD5 f92c2458e37f18cf5f40b62350ba98e5
BLAKE2b-256 8afcc1e08608eeec05cd5e8f70f254270cb6951f219f20058a715e5d151f8195

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aebca3e0ca4a7105d7210a87b94e50f7cf1559403d097bba950f4424f5fa83d8
MD5 1ca90ea232d6a3b1b0419abbbd848ebb
BLAKE2b-256 530b68529a26a6ccbb016b331cfcfb827351c1aa8a58ccb6663d17bb6f298a97

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 924f7f3be5874e2d44c2dcd883cca89263614d95c8593edc48cdfafd2605860f
MD5 5e3299c0c9571698b93da72f7d3fb224
BLAKE2b-256 79a58f6dd56f17b0eb80674e8778c7dd4e8cb9b342a483485848bad621d23235

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2c99170812b683f7c264883c6efdd2883765271b75a9ac117e5e9795b24e397
MD5 e6d53e6ed282caebd6711fa0aaafd9cf
BLAKE2b-256 6efd55da06c54541b587aea60ed6fffd8de5fb4b444c47cdf0128437dd7f9cbd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3f696f80b7768946a088340371b46ac19913939f79a91f3536754ee9a41c63f2
MD5 0acbcf5376e69b71b549254985d46097
BLAKE2b-256 3d8542065d17c99920d1bbf69cc08fac09c7ea457d155230a3a67676c2a0d31b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 999ab1266a461cdee3a6ace70a5bc250403df9dc5f709957cb2e149f76d3372a
MD5 ebe9b12a6cc5f476105ed1d6651f99c8
BLAKE2b-256 0a8fa9d0997a8e9ae63c1896dc13c3cdccba6ac46708983f1ea7aa7dd4c82c8d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 7cb518f459e9da438ffe1dae3a9f29be402ab0e9f43e81697ec09cc5656187f2
MD5 63a7eb73aa73e9cb162988e61ac29350
BLAKE2b-256 34c5e7479ae078fd3ab03beb1d9f0382f680706a71faa0e8ef33b8fc44f804bc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a399cf3a6ee83f8dbecd37f16ab042d212aa93aa127f6ffd96c1ebd4e21b545
MD5 52c1994dc6782600e3e30b353826aff8
BLAKE2b-256 d0586c3707302c30f769a7a9a7e49481588931ea655298242875459625947c79

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcfc6bed01cae41063acf7a0edf1f007e3652a400b2eb8972a9184338deeecd0
MD5 ec4831e7c15ae6f60aa4d6e79e019c54
BLAKE2b-256 a966dfd68e0a75441489fdb626b8e52baa6b2001b48c8e0bdeff20f4b0ba3e29

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30c23bad75ab923befa2b339f994fe260bc904a26e3be3c0539131f02063ee90
MD5 b315565cc9d409a6cfe4b9ffa4b1e360
BLAKE2b-256 c013dc0a847286d713dbb2a2582f028414c07990aad2591cbb95a82a12170bff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.91-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf65a1c3b6ee03d9b5e245a73bbce36cef284b536af0a0bf0a288971159ad7df
MD5 c522d02707a86ab2c75e8184526dd6d6
BLAKE2b-256 087addee6c768c811ba462cbd9df213b21c581ee43f71bbfbe5cff6643d342b9

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