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.96.tar.gz (715.8 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

ry-0.0.96-pp311-pypy311_pp73-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ s390x

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

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ry-0.0.96-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.96-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

ry-0.0.96-cp314-cp314t-manylinux_2_28_ppc64le.whl (7.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

ry-0.0.96-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

ry-0.0.96-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.96-cp314-cp314t-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

ry-0.0.96-cp312-cp312-musllinux_1_2_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ry-0.0.96-cp312-cp312-manylinux_2_28_s390x.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

ry-0.0.96-cp311-cp311-musllinux_1_2_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ry-0.0.96-cp311-cp311-manylinux_2_28_s390x.whl (6.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.96-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.96-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.96-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.96.tar.gz.

File metadata

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

File hashes

Hashes for ry-0.0.96.tar.gz
Algorithm Hash digest
SHA256 7efd95d4debe7caad9a4f3d9ebc106eb4647207181d81d6a9bd54acefc6ac5ef
MD5 cfe76ed90b96e35d083376ae397600d5
BLAKE2b-256 ea68792328e844fcc0411e582848fd767ff7678d915db98439ab851a726946f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4b47ce4a5249ef4b7c0db4c09a6ace1e9a3b4f02395cb99f8fc1d8aa9f48b2a
MD5 c699e73bba61df5ec7d4d9ec5bccce79
BLAKE2b-256 cebe26f63f335e4748d6a7fb2b552b3a26532bb2e1d538d3c525e96de7af3b59

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5951541048ee9ddc2c5b248c12771b6e15980791398d23f9f6cd0c33f8e68901
MD5 2951d6d4bdb7c882d166960216c30608
BLAKE2b-256 bb7f1383edec06cc1347f5320023bd66b07a2838222d2ba783f00e5acd8fa18a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 83f2ef827e3920a9d91265c0256f3a98daa9fad97030a2d52fda16e8972f0b89
MD5 82fe86711aabd68ea7825fbde6481c12
BLAKE2b-256 8eddadb5853eda75d4fea7fc65f7cab5cee6a8a942cbea487596d8519ce20efa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b24895771fab3311f0cef1c4c7174c0e1581b78c9254f58714c1bd518c52c687
MD5 9bf51f3157e1a95b837d9f5911258322
BLAKE2b-256 d4b9435ac7ab1e2413acee376c5aa235283bf39d50d94f57dab96480ac626754

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 b57fcbbbfd3551cdd7fb3db445ac076336ac13183d839b5b2a37aaba6192fb46
MD5 f15f08fa8007f72ca00b3a048206b7f9
BLAKE2b-256 f9e64f19ac44c3aa0506752e1e7cc81b98fa3d3822b3393e1ab126ab3dae9ecf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0a831be1c2b750ee189f2ce649afdd9f31b925b759791be8d6d699333461fbf7
MD5 b39e039f07c4759a465876ec7c60da17
BLAKE2b-256 e1998d0a954db8ceec94c4a0e7c22522531b2d2d0d7656c182a130ec4ac959b7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 342e6bbb22340a960132ba21e89bb7700bbbb6baa6fb6840d8cbbe7777eedff1
MD5 062bc1c945db7d268cdb921e40c65673
BLAKE2b-256 716cf0c77037dbec4d09b245b4db80d2c148d3f8700af0e385463461ec896fc8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9575b30a8ab9cc6fdfe781f1945ac30896354bc6ebe26ce11f06ebc4db345441
MD5 28659b1809761d85894399ea4693fd61
BLAKE2b-256 328bddbef3efc6c17e80725e50ee4f76e45bc51c2e260d6bc67e472cec58feef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcbfe874f5c9e8d3e0401083777f78ceed874ff45398f5375514c82008a7c534
MD5 0a270a041b37d2bf569cdafd21eb19cf
BLAKE2b-256 18c0918e9b707c52814f46a053120f93b817fea76a967fe029ff5e9edcad288e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c2404bff918da7d0ae7143e756d320115a7b9fab566241956d908d7bf791c1b0
MD5 e5c4ae50d3e8f5e50c5be8eb9b60b94f
BLAKE2b-256 b9f7bacd5a290b2d8071f951073b7a6438b73ab61646080de4bbd6493099ebfd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab990cf7a91f6c95ca69472480c49fc3fadc043ef8b0170dacc369ec0848e84a
MD5 0537db94edaac447dc33bab2cb3417a2
BLAKE2b-256 31cb51e0565f5d6797386a0900122cec0c4499a8ab1cb2e3ad3bbbc56530fe8d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fae537cc160339adc096c152409f70d9fe89ebe792a776c0a17bcc329ab990a
MD5 b2f37746a961d951e3915bd531d0a431
BLAKE2b-256 511b2f472bdf90ce7527bc732ee37743246708273ab5bc6fde08a6dfd2ffaa31

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30bd60a3c48850c17e9cf011bdefdb5d8f42c8a51f2acc163bd184af7f1c04ad
MD5 78688c77af3c317377eed1a0b07f5918
BLAKE2b-256 4b471d0b0c91d6bd44704e148009950014f1ce39e3729a1fc55a6b62a9624f7e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 55bb5aafb4df34017997d396991f3424479085a6c7a7711c8406b69862b0c911
MD5 3b3afeda1d0f3962e095ea00fa3c9e55
BLAKE2b-256 9dc3a3effef3471107cc2a399060eb69ed768945fc656077cc891e0b77b795b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6466d80a9d9a2ff3ebda6279cccefaca79124ce4e969beeeaaa0dd3321adc276
MD5 97d2bc82299b71e9fb05ed912996343b
BLAKE2b-256 4c1f4ab1078eacedde128897e2e3fcee8a741a62fb6e34373ab0b9a6cf051dc5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 227900727b25ac3123a71ce66b1f0f345763e2a04a195b83554634a22b609fd1
MD5 bce399fb2e669be41834fc2ccb42851b
BLAKE2b-256 ff3883b33da5ae0f04cbd6625df42b04ff5215f5f1926ce83a58d9ac6ec1c076

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e10b8ffff0c6bc5b51f7e029d645a49b481e42d43dde23b1ead353d88ac6b4d7
MD5 81e2db59d284022b35c078257f9a2631
BLAKE2b-256 0aef65924fe8c2bae30c5517310cd577671baf4f06bec955ceca8fc03e3f4bd5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 c4431e1bc1cf0b3a4c8c39e457a72c65a6d139ec133779d45b3ba8ba89720279
MD5 3d045e8b1111a8c3c83aadf083e76893
BLAKE2b-256 cac5c477b625210fd699cad9980d83278d582701f0851c5b2c2cf49e00dbf879

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91184c794c06e0b80485035d2631c941c30a9a5899511dda7fb4e0be5be53cd3
MD5 77933be392047aa38fb5685e18f51ecd
BLAKE2b-256 3e87157a5c130cb62c3015a6eec7e5eb27c0ab70926e77574824b0786cdb0e31

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66c1074fd106d89c0f2db153fb062c221218344b9b6e114d60eaec5ffe3251fe
MD5 0776e4ff2c4cb07dbc2d5f903fe9c95d
BLAKE2b-256 5934dd7dece79641787f26ac016d26a13881aa121d112e59245cfda4c3e1804f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25f445f0ac71587ae8ca728453d3fcf359a3c056447329f6a416d860ed77fbcd
MD5 83b1c37424e1dff06051e03a300e4cbb
BLAKE2b-256 fad8fe90d8d8627f17155704bcd4e1ed3da9a99348c32ab97bc34f569df0dceb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df64f421a6c5fb777f4f9f48c1bd54bec4478d8b5c93c5133c9467852bad6e8b
MD5 288c8575efb373c4820a0475c3691399
BLAKE2b-256 c905cdab10b4050c077f908feaed345147d79eafd02b4842aa78d540e0430f41

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 741eeea9ca2ee38fdc247f9f06e3c6d88066ef649052843087f4d979221f91d0
MD5 d2118e99a632b9300923e7f790977c01
BLAKE2b-256 6ab7f2bd25731b0e0dd3ab780f61ad09a099a34e4417c35cc864d0f9008c52bb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 94f7e82a87119c6cc1543d8b7122cc40438ba2c1547114b57ba52986cefc3db2
MD5 5cb0e169ed23635a31b8bff582a9f102
BLAKE2b-256 6a773b57634d58d130090bf498e7ff64e11140abd2b1d852f0c80468fe64ced4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d552989f489b5889636aee586a43459481de347b61f5d044d5fcf3ba3ebbff5f
MD5 3fa4b9d5e6b45e3c1d34faabcd7bf39a
BLAKE2b-256 eae9a64d64d6fd5156ece7bb73e38542a5098da4396c5f133a83b332b6e2558b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d0afc863fcda399617ac9578ec399048e0acbc1615fd11691b36f2c9e036f23
MD5 1828f8282f809f118a718a9da21278f0
BLAKE2b-256 4cba921011044ee6dedda49d361eaeba77a9b55e4baad22b23c9f733194477f1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cede8af1065d218799038d8dfb947350a60664ed9aebbc255b5c28e7e8297bd9
MD5 81d1a5d6438c7d93a803e08c305e21d3
BLAKE2b-256 d9282f4803f6d7d29a1d89a8c254fb7a051af952113755e5948b2cb3a4cd9e8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f9189774ec1becacc37fbd6e58fc85428c4abfd8c472879d62ce78107d8cce40
MD5 b7317a53719d44d0dc115194e291b9fc
BLAKE2b-256 99b1c82a752b69c56d2aa2d644a3d71f73eac866f48ea283ce6827f990c031a5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3c723116919cf392e252d82c52a87335f45f89b5b2b64e051b9ac4ab13facac
MD5 4c859fc90619810d5d893ee137d4d036
BLAKE2b-256 55bed91f4543b1cf3d6cd481e745617cf55184751a1156daea48ff8b8979fa71

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 18603ea8207e9499cdac86c2219f3f0ac5159332ef375b95baaa5837b1e9684e
MD5 2d69642de85ad30f10911a8a5dc7ac4e
BLAKE2b-256 d4aa9f7f6be9b7a7e3e7a8e92678c2a5840a38abaef0904565fd114d9313d764

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 7a97dac840e4eaeca404987a5bd057e750f669b5cd54839755a94896beee4914
MD5 f2784ae59627492b034982fb22d3f1a4
BLAKE2b-256 d912717e13f4946208ffb3ae6989612f9c7dbd79030ca9f8210e8c074f138f6e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 6e2da338738f907c68a4d92a5790ce81d53d287cebca67956d2718da306c3069
MD5 5fbbf256c183edde8594c0df4176bceb
BLAKE2b-256 8b01572b00d4bd56e8cef561423a951c27f96533de5378bf5102e6eda742d920

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05596c94aa0b9d33fc4f952012b408a1bc703b37759f4979f7081eec36009502
MD5 f54a1db1a186a8e4319b1e636d00de11
BLAKE2b-256 b4c27598cfc3e6d0d704cfff6b5b89256866d744886093d69404ad652f7f7496

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32c0072d356fb227d63ab4db67309bde245bbab690d8ed7804b727c49a74fa73
MD5 28de4cfd87ce5d3290d28ae5a2b370e4
BLAKE2b-256 b9d91b37977ed4ee20c65cb44464dba1fa2b9852c2c2e53e242b2a4639889142

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e772fb9035c19014c96afe442a0de27965558c49f0b21e541f0ad863f8044769
MD5 491d8c48d198cecfe4741dd3fd211e57
BLAKE2b-256 7ad92c9671b6053dd2e6d3e03b57a5c1780f7e52a2f027fd26dfe2f45b155c55

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd5504d4cf35651ece09a8ab4cf92f23089a4a1238180ac506b7bb4a035069bb
MD5 16635caa30f6817a27607bc868b9a32d
BLAKE2b-256 bf74760049bf64981dbbce5babdba58581ac15064addfdb15b8d00e784c88506

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8e0d8e92a1df2e353e3b27f2e7fafab196ca03936e0759c300577b61c045c1e0
MD5 75f0827fd05f632259b6bc26f65b7d89
BLAKE2b-256 7e9052674260ebe22f8c6d57dd9d2ee99048dac134f6c5bcda39283c579bb4f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 361ba4cb644601de0ef3f528dab9759ee3f6f9d193085da09462f50d54c82521
MD5 8cdbdd33b61472a9bccf23d3d1ec4d7b
BLAKE2b-256 e8049efd759efbc3c0436b07ba0033a8d8774df7329bc2150d5da45371686a82

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fda673cdb815594cbb94503287ebbd064fa82ae7bf72cb8432792c649c92981a
MD5 d381e7aebc33f889f83a3cec4d640d86
BLAKE2b-256 9d5638add3c61ec634bbf5aa90fff0ee50dac46e6214dc3c5d349fc81f8fd71e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e021bee2310ff51929e96de7fdf0398869d4698dee4186679238d326ca297dd6
MD5 8008ab7c9ec62d125bd582c9989e2d8c
BLAKE2b-256 c7e4aa13b9292f5aa2d396f87ef52af56b37316ec7836a70215f5ded1e17c884

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66afc4fe94eed5ee6036552a85108185f9fd5387136b9fa8e2399a5ebf27423b
MD5 1d8352b3ead427554deea465c1dad586
BLAKE2b-256 2ded5c4f75b04cd61c273f159cd44ff72ac9b96fb7e266aa27b8fa25c713e480

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 73d2acd24ad2b981651fca19ac67f193edee4945834a4acf89b534e1918920a2
MD5 0441e0aed915585eadced155a0e60ceb
BLAKE2b-256 fbe6abfda1599d08d84c3752dc6d48c240307baa638b45ee9ed062c756c044b8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 404ff50f2f20fbbf5fe78db43ce1e34ebc47803d2635f26557635623aaeeeefc
MD5 82b45e3430883fae52641cf49b2f67aa
BLAKE2b-256 002a71b378d4d678142cb46cb6fc3a8783854d5ff4374f7fe3215e5e58b4e6af

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ce253db03fbb300ab5f19e8223fb61c9095f0f9ba2201f110b012021eb5c9d93
MD5 b934de490b33abc069fc34d33b70a914
BLAKE2b-256 a4c89594bd3cc973ce53c2c0564cb5d6e6ca30890031d77f121fd4911ebeddc4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 5241ac6953c1f0ee79133ee6665944f9f5d4885bbf066bac071b6b285324dc7b
MD5 32a43e0b2e188fb0bcf1e1805eaf93e3
BLAKE2b-256 2730dbc8a45b9d7536122a43798bb5aca16b9b0977b4b1bbeb16bd4360401fab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 1c9aac84a61b5a23073f69b20f5b7152b29d950a4ccfcc233f7a0a7ecfbf5864
MD5 72e96195dce9e0d78dcf95719f07fc72
BLAKE2b-256 341ed83ae843593fb79b1397ea5d4cd0af308c024aff9bb6cec39ba91afa6cb6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 771ed59e5b07c9ebb5d14ca7c57a01505ddfba95b1ff513376db3219fbced5c2
MD5 699d78f2c409e39020390ae2e9666817
BLAKE2b-256 fd94266ad5c2ec4dd72ba77b1b48f020a50ede5bcfdb503fb1f3c4374f9acca0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e973a418e572649b041fd0c6d19306539f2f3a26bcce4e94d54cd445b8ced32a
MD5 cbd8c32afb153245818f7b5f54bcb0f4
BLAKE2b-256 f4bbecf46b0741a03522da23e9fd301f952f9830a31561694f8133759343cdab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee7f9c21440ae5126535a1adc32c7635eddb488add28750f5f9ecce06681be85
MD5 cf9f01cc6911aa7dc96d92d5867fd7a6
BLAKE2b-256 d9d9f9d41ba86037609dc88157b034cf4cc72e7a56e5bac791e01ff1e5b4a6d9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 056c46a8bc0de059b8c4aa3d51ce965a9d3a82d38149ccfb66a340fab821c6d2
MD5 210247560e13fb790ed535c8724350d4
BLAKE2b-256 f1223b9944724be2fe06ec9fb46d9a4cf7cabfc988c116227959fdc3fb210fbb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3b2155ec0c845477bbb6d1be6965f6d61cf692132f81963c2667748d9066fe97
MD5 fc3271e09c895d5f14b0e63c445b4b02
BLAKE2b-256 2a31fe95b6d6967c6a53c946e08615413d6f5a9719a7d74ad2df2def83288704

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c11bb915a2113a7a28308d3cbf9df5cdd487577f6d153722abf9a98d82caa30b
MD5 aa1a594086c63c994751ec18680ed176
BLAKE2b-256 050430c4a5811cd48b61505f326e307af3a1a51aa1f550e58735f7d78023d389

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c14030bac090c189589f015582faaad2025f8075580fa74663831dc1e41b8de7
MD5 9fec6042f40bee316897b54c59ccfe81
BLAKE2b-256 40fc75f8048a7647f3cf352e0a6f7908d92aa6337d31efdae45cde237cbd22ad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0631271140c0124b169925f20a7f610cad35672b5a6ef5b2a4dd951736d899f8
MD5 b4fd4632047904765634143d9b9c860b
BLAKE2b-256 dcaf6cb655f93847f5d1b724f7d6794391c45c8503d82b7977cb18009ef3881d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d5470c608453fe83b9f3732579c7529f5bf3a2829a8f9aa7a73115a754b2eb2d
MD5 0751d69c54f248af59c802548efd0e9e
BLAKE2b-256 2afa316edc3e895c8965712d1ffd99fb883f386c85b896a8b93d65cbdc8bd95b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2e3526ca0dc9e8f829faf8b46daa7df1a35db8f3b9108c6c0ec0d3748e791d97
MD5 837d392e72441daae2ac89eb5098fe5c
BLAKE2b-256 108902d4e2a66e763e43eb2a760fbf306205d22c59053416dbb334e93f6e6c7e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a188b28a95ed9696d13144fb17ae3dc3c143c45dea5202fce35fb05929df4d13
MD5 a1332c9e67980a9d1162d271ee4f6af3
BLAKE2b-256 e04bcb0eadcc173aacb734ffaf82eff37823de20d4cf16a80cde5f6c35a13f98

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 907a3eacdc33b137f35e6f6ad74ccd39604321abd7b5d01a1547bd0fb2d5cc92
MD5 c9d1288126b0cd4e76c7851af1ddc3bb
BLAKE2b-256 48841e635897a92b9b179b88ee917a9e5b882affb8b343ea371137fa813b7e6b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 442caadddf533d3bd5415c0dd09183563c2ba49cb5f1319f119a1a62de42e146
MD5 8cd611746ab213caaa46044253ea6701
BLAKE2b-256 5b132d878cf615e3b459c28a28d81b29c83a2bdfff87d3250e6ee9355c73c894

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 fcbf8c5d91fe84d94d80f67dcc68c795fe87a9156806f42bcf16317c40a77b6e
MD5 2d6936d2499869d8964338dd764b3e03
BLAKE2b-256 b99f5a75ec84af829194fcb1f4c52f64ce49e94997760f07b337979db67a1b12

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39e923cca666e381e2e0a1633bdd255ac6304f0ffca21f71e81e87ba2da7627a
MD5 b5339004239bab650e3a04373c96b49f
BLAKE2b-256 2b6ed9eebcd27d3143070c60a6f4ffbe6734a15b0ccc9d73453e625c3e6de0f5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0cec7ff11156c4281540fbe7c670e1262e0bb7f615be56ab983df1077597460
MD5 a218f76f72a72dfe78a5821c4e4e6e86
BLAKE2b-256 94f1da1ab92fad7b2f35e0c0141e93a9e3612752ca1269016f44c3af883e0f19

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92af3062a49b1fb138cdb26ec7ed5dc8a3155859bce70a48712c28863f64f421
MD5 df063220a56c4818c9eaf6bf6de91c72
BLAKE2b-256 e7a79644c7aa9c6fe9024d2e54f092667d3c22730c6d38d43bd9c0a1702b2622

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6b3cb1e9ff4a1bed502dc7882996c1efe93da1fc0d32cc5647ae3e093bdc030
MD5 801d2092a9d70fa72a7407ed634203c6
BLAKE2b-256 e6341b157a3aed09e2640be1c42f44b65b1714edd26a253d133dad5aacffff86

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 bbc6b7920e966f6ce760d83a64829c1f18d854b4c0462057e37dd7eb70b7643c
MD5 9541e98915238e02a729b97309f071d6
BLAKE2b-256 caf20150b740412b890bd3c09ae7ce81da338679fac48ad1ded84ad642652eb6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4ffe1c20d177583264873a05522b666252e3ec6b24f2055ba2591667ba06e198
MD5 a307984eee8ecd6ec100f36274deaeed
BLAKE2b-256 c7ef101042c570085d35df1b379a2e158099be4e4c947b2843067d2e8bc5ccae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5a993267948e963584d16c1c8ea778715af0310b350adfb910d84d9ea25b27cd
MD5 3e2b8d1173df90e442736c7f0e408f11
BLAKE2b-256 61f374e44262b0b2e2f26bdb691b2293ad71de8e5df943a10dfb2769865d2969

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1f77bb32c92842f642618e501b1a7ca31c665901a1a8ef29773253e3e9e5649
MD5 b0a399c6480b71c056a6ccd86b8ac6d1
BLAKE2b-256 7e0d14a1710abacdaa6a8f74769bbddb5486f4c3a223dfd01e320b76a7f5d8d8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6f71cf3759d558c1fb160321e34cacd5d1049557fd728c66d9f18a1785eb6668
MD5 6fde8f60e2b4d5f968f9f7bd6e33f2fa
BLAKE2b-256 229073db1cd5d5363aa656466d1ec437929045d004062e6d6917cf0a82f747a5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 62dc2ebf8dbc22d58efec78345e57bd9b891f5f01626207770f4192848792426
MD5 ee66f0ee863e458ea92789ec6c10cd4e
BLAKE2b-256 7f21cde77ff7b7e2fa9ad784aca5a7965a4fd0cbf73acbede4d800540003aa0a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0542a7a4b80d0e2ba98bfd0e8408758e5fd6322cb36e5eb78bb143fd482b3d64
MD5 bde11651b9bc74673ace56ac1a7d2d63
BLAKE2b-256 7761a6e97dd95c1cb3b7a316717bf8b0ca808f10a62ec168fb9859b286b7c6da

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 99c953d5d31b1c0e196434813d08aef20a7e1af7064318d7bb64f49ed182b42b
MD5 d17092dc8aab2fd8052a8cf3857cf6e3
BLAKE2b-256 65a72fde75dca3222e63840756ebf35d952d88f03ccaa0104ecf0591f5aa3def

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e06719b569306ae26a3aaa980f8bbca3d9c4bfc1ca5341464ab53a4c9aa7807d
MD5 30909ba04f1f991c300aea123ff1b578
BLAKE2b-256 23597453a3e218d55ddcad2b8c4c1146fdc06dd86b9d9ce57ae251038a039f1d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 08a73ea8a14673f8bf7d83de491f71e426e1590337e16e2a753809ef6d6aeaf1
MD5 371ddd0a265d3ec78e6f65eba21104c1
BLAKE2b-256 6bc162089efb9834db59b5e0a39f333282b98a3d5fb04ba4134e8b9450f654d6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b0c7f070c0dde42a7ab7154b8b94c1e69f6265fcda167c5363f159913434af13
MD5 cca49f0732cd7781c2513881544afce2
BLAKE2b-256 e8bc91e1a999f72f466f0c8da874ac42c91b4c2f9854b201c0c3faccf40f980c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3dbc5a04642c9a351db36863b766af0ce992ffe041a4adf7ea61120f33d2c06
MD5 0b912b4c667761282c1399ec4c0edce6
BLAKE2b-256 2e3fcc1c0a2def702ea9954cf8bdad2674387d3c97afd8e7f64ea1b62d1d0158

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01916a30450043de0fb36926d30c10833c770921362ef7a24c8609eff1112ad5
MD5 39224c41865fd7450e04be114bf8e271
BLAKE2b-256 ddfa7572628c04c6bec77e08372d1afcb8b3e051b90cdba412ce00a3ae552d79

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.96-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 322bf19ad28f0ad16cd2979dcd6ae891546a3617a9dba06c6a5c7239b01b8d4d
MD5 edabb450e8d2bd3a32870873abd94fe3
BLAKE2b-256 09a383644f0e31f7893e8bc5568722515ef2df5d6b48cb4b2f48a50647f6876b

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