Skip to main content

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
lz4rip ryo3-lz4rip
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.

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.99.tar.gz (744.4 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.99-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ry-0.0.99-pp311-pypy311_pp73-musllinux_1_2_i686.whl (7.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ry-0.0.99-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (6.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ry-0.0.99-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ry-0.0.99-pp311-pypy311_pp73-manylinux_2_28_s390x.whl (7.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ s390x

ry-0.0.99-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl (7.4 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

ry-0.0.99-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

ry-0.0.99-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ry-0.0.99-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ry-0.0.99-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ry-0.0.99-pp311-pypy311_pp73-macosx_11_0_arm64.whl (6.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

ry-0.0.99-cp314-cp314t-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ry-0.0.99-cp314-cp314t-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

ry-0.0.99-cp314-cp314t-musllinux_1_2_armv7l.whl (6.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ry-0.0.99-cp314-cp314t-manylinux_2_28_s390x.whl (7.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

ry-0.0.99-cp314-cp314t-manylinux_2_28_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

ry-0.0.99-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

ry-0.0.99-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

ry-0.0.99-cp314-cp314-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ry-0.0.99-cp314-cp314-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

ry-0.0.99-cp314-cp314-musllinux_1_2_armv7l.whl (6.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

ry-0.0.99-cp314-cp314-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ry-0.0.99-cp314-cp314-manylinux_2_28_s390x.whl (7.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

ry-0.0.99-cp314-cp314-manylinux_2_28_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

ry-0.0.99-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ry-0.0.99-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

ry-0.0.99-cp313-cp313-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ry-0.0.99-cp313-cp313-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

ry-0.0.99-cp313-cp313-musllinux_1_2_armv7l.whl (6.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

ry-0.0.99-cp313-cp313-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ry-0.0.99-cp313-cp313-manylinux_2_28_s390x.whl (7.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

ry-0.0.99-cp313-cp313-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

ry-0.0.99-cp313-cp313-manylinux_2_28_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

ry-0.0.99-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ry-0.0.99-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

ry-0.0.99-cp312-cp312-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ry-0.0.99-cp312-cp312-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

ry-0.0.99-cp312-cp312-musllinux_1_2_armv7l.whl (6.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

ry-0.0.99-cp312-cp312-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ry-0.0.99-cp312-cp312-manylinux_2_28_s390x.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

ry-0.0.99-cp312-cp312-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

ry-0.0.99-cp312-cp312-manylinux_2_28_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

ry-0.0.99-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ry-0.0.99-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ry-0.0.99-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ry-0.0.99-cp311-cp311-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ry-0.0.99-cp311-cp311-musllinux_1_2_i686.whl (7.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

ry-0.0.99-cp311-cp311-musllinux_1_2_armv7l.whl (6.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

ry-0.0.99-cp311-cp311-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ry-0.0.99-cp311-cp311-manylinux_2_28_s390x.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

ry-0.0.99-cp311-cp311-manylinux_2_28_ppc64le.whl (7.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

ry-0.0.99-cp311-cp311-manylinux_2_28_armv7l.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.99-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ry-0.0.99-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ry-0.0.99-cp311-cp311-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99.tar.gz
Algorithm Hash digest
SHA256 7433e3eb704c40458347597baba5a59a164918e7b08285ac7227d28299cffe2c
MD5 69d6b9ac8ccca61928b62b1505650353
BLAKE2b-256 619007539bec0294542d362b3a1bb313ffcad596c2855b99b681357a8601f891

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d84de766fbef1a5c68ab312bf71be1bc78e5aa88a1c9cc50218d8a5e168463d
MD5 5dc6e7e93c20665ea8d0cf8f7d66ac88
BLAKE2b-256 bdc5a2fe744d19eb57ab0fd3ec52da677c8033fbb24ea7d266478a9c9e866a09

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 40ada8132cba2529760469577ee50f586b0e2dc97436c0d7f39bcbe7bb7d983f
MD5 cf9572ba98d85c44dc10732c9d7aaac0
BLAKE2b-256 1957acf55aaac81ea2527441820fff256e6d5724f062d857f16fd413693c1ab3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 48fdf7e188588009e9ef30dd642b7788a12ee961bfe71de116dcc68ccd367f2c
MD5 77bf1c6cc043758897944734c253c943
BLAKE2b-256 bfe884fa5efb192e00bd3253ead523ceab8d52f73bf3cddb3a58cf05926d697b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d79a46d294c84948577765bfc72aee31476f6823d8735f566a605d52d397606
MD5 d1dcc63a9d4ad133395d6a3eee68398b
BLAKE2b-256 a735f31fda19360a0a80790704ff66ff778eb638012a020a68514c375b278212

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 0448468aac7f327bc7e3d5bcf36f93efacee4921484b72976d90d43def475dce
MD5 0790c5f46347f32fbfc00c5cc9abe48d
BLAKE2b-256 0e98d159cea49d93c7df0445e2ad55784536d32df365fe86abd4da07cc988764

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 5149b75ad5930b351873f555eda7b0490551d4ccf15d75388cd68b05469f4b3e
MD5 33f375f2ab5905d31c354de0ca399f4c
BLAKE2b-256 ad6869e37c187bb7049c7fce4339fce4190046d0109e62d43690051ec896f9df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 ca3e6e9ea20ed5f6d5b9bb8756bb67d3a669fa8fdd43e78544c275a1e5554b60
MD5 8948d486532e98eecf384561dde6bc6a
BLAKE2b-256 03861d304947ea613c009851c3df1522b8bc5a32b9fa6a347476bca9384ddf9a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddf131f8de4432e4737d1002416b1d620ff88f31f2f0bd1afde9b701497296fe
MD5 6faa8a98327aa59fbac7a53188068b55
BLAKE2b-256 96a2874e494e4b7fd3da1e030180e89b151eb0a7f8d884a9e97b371e2b78966b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71bdc850591909548aca0c2812f3e58a603767cc1017b29d0694a698eca25826
MD5 6486ba7b5d1ad72d166ec5386b8132ad
BLAKE2b-256 c2843d1f03826e204588d5d3eee00fd87a86a073ac03f6c20346a34bf38eff59

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 11aea2ec9b11171fda7eecf8baa975db14e8c45f03817f31ed6eaf4fb10ba0a4
MD5 38f2c9307676478f565f129e6e8e0d89
BLAKE2b-256 b5c86dbaf21a09f795fb080fc04c9e65f3e997558e7e8625a1444d47c935f5a3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c7715d5225d7ddf5d1164597b066071dde96ca6445f5f176e8a5a215b7de225
MD5 89c911593e093c7244164d49717dedce
BLAKE2b-256 90d514f29f160dac7925a7e9cf6d0af5223cd1c1b0c5c44e2d43e7061f3c9d79

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28a0c704ae4ef0e6deafc3ecd01e4952505168520afb12b955f6a4a50179ee86
MD5 dbe506fe47d9dbaa06d1349ec4884c28
BLAKE2b-256 0338f242c8457d2f580fc6074d75e040136fd1a96c671c6311164687cca496ea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 961942ca75955821d3c1537c5a8a0f4630a76758230f3951c46bc5a57e23835d
MD5 e801b5c6fe905686b38dbbed830f8be1
BLAKE2b-256 ad168e64c12c23057725aa8fa7cd7dca7e9f238621e14c7fd8f5b6121d5c4a5f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ef43aa81ec48cd6b5ef4c11ce8fae107534da3f942ef5f17d04e2dea8b92e32d
MD5 1bb97e5c2c901c9e0cc846bf00e1554f
BLAKE2b-256 aa2003c6e0006787a581bea7ec1f9dc401b6d95460253ede9ed5a5b455c0e06a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6c6de574d1bea5cec4d04c28f5526ec362feab12a8a607f7cb9544dfd401125
MD5 ef57961700d1a6affd7b2335c05a3f72
BLAKE2b-256 68b63ef85eb1f9d31b2a0ffc08e65f56649987b2d875d855231bf58a2a9f4b0d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 de2fa9a6753578b01299766468a78eda5f65de4a5e2b0a04409de18b961681c9
MD5 23ea52aeef2a915537b670c4a5d9c100
BLAKE2b-256 dce286032a8514ea1d1a73e3fba52d4eeb574d31f6d2658535d592c0506ab214

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a00aafe2860cd8b8d0cc55a09bce90460c8a26b4f2058cba94ecee26b918348c
MD5 fc5b819273ff1e6236a05419a161c3b7
BLAKE2b-256 e8c25b20757ce276832ca936a119fa7616aceecb6f1c5e00ba2d207d44c5092a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 524f3cf5cd1d30ed8ccd154e734ef3202b2c9ffbc56cf80501e11cd375944ed5
MD5 4a78cd48f801e166788f86975064fbdb
BLAKE2b-256 5e30c3df551fbd0d69831f2188f9c0c79a436455c0dc74aaf5db06d4263636e9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0cc9eda135e68d4f798faa9c15ec6bdfa9d220bf85db0391abc5afb8a97f405
MD5 7be25c83a6d9303e6a3ebb9e2e407f26
BLAKE2b-256 310f8273fb37163d679f114acfd27b5f3e5b320546b174c4a8baef2c89f2da44

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5a4aa866f01bc0bfc815ad14b31ad0d58b4299f779242f7eca31c01cea88a53
MD5 a9c69de1ee11736cdb9b13031a8e1da4
BLAKE2b-256 8eba761bdc999a6570571fcd7453ef1307582f0336ec9123e04bb86e84b0dec1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7027755f5cb2575ffe77835f17ce3aae3660d33a95e6bb94f8b0f00e0c792e7
MD5 51580dda756713389b119c7e565bc33e
BLAKE2b-256 db5941d8c89e439a70ee2b4740518d4d0cf19678b4261e92d7ef870ab97c5203

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd49f0e40656fa74768638cc463978f13672dba56de19090ef69b1e768718948
MD5 34acfb688e029b5d99c1c66197db54c7
BLAKE2b-256 e095dab529cbac74dd5afeb56a007304d547af10465bd08f44d8e7bc43380cac

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 08e5e6656cde3b3952f8a44dffc67ddd8b57256e6920f4683b93482b53be4d8f
MD5 66fb15f1e1c4cb551197b5de6b86489b
BLAKE2b-256 7485ebb3ec00a7ffd6572b99a94873946f5fcb5ba7f408ff25ab351e4fbe7f11

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 df5fe4e7cb895cfa4e7aa76a9b58717a86356f3ec1f57a36acc99f7808a6df4d
MD5 80fbce75b660fc16abb3cc28a97abf49
BLAKE2b-256 549c741dde7ead71cc988147974d7cfb723db80221abdb556cbb94a797b87010

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c767fa568da9419b400ce56a9ba1cc5fb5ddd1fc2baef1207cd4214688f05b87
MD5 25a9d1addaec67a7a12facbcace6abcd
BLAKE2b-256 f3f657b54c79993944ff00059c79243b39559b8b4ea9767fd7e7602409a1965e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc952c63f4295951f85484573e4adcb8e6669d1995cff350db1561936151a0f5
MD5 b3e34a2829468d06bd871e8f84c9d798
BLAKE2b-256 46858af15340332944e066b58a0f41834f13f445d875045dbdf758c00fda2487

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 494e22741c79b0a58b2e3f64a34b8baa8af29b8c8ee34ad52e5b75a9dbbfffe9
MD5 4ab6ca8e930c30b5eaae0a1ee209857b
BLAKE2b-256 c4aa25a1f8bb6025b6b50fff133f59ca5ed09361b543d10c87644aef60680942

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ad87f04c6258e5606920abf550cc492b4fe80c43b875202f0775936ec229ff1c
MD5 851392d1af333b1db99ce849ae021730
BLAKE2b-256 410dcdfd007dbc08dcf291f91267c4db0d84e05b3875d8de7586ced038107adb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5b62ec08194a5fdd469f99eb17fb42865c3c77db61b1b081c3136ed7b1acbba
MD5 3aeebb73bc0741a773b6c41862587f96
BLAKE2b-256 dfa7bec6295face13b3f354b2e8835efd05d58dae34e1b417357bfb06fedaccf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 fcf954ee2e4be902ce320d17dabaa8fd42eb5de48f8b16009de33d25ae55db3b
MD5 94930da849195e5e168d59706be74a6a
BLAKE2b-256 7c9cc9734283fb96c3c60cb060e8eda704ded039d2d3c4a4f7984099255fabf8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f84b03c6b75d1451cb375e24559e7f0ef737972abd46b054b750cab17630219f
MD5 adb8c3360596e41084fdff100ca384fe
BLAKE2b-256 cfffcd519aec22bc255fd59dbcaad447a5c2eaab804609eb5a10ede305fe7b70

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 7570155b3208ff964cca0bdb8bfd4c6a7c4788bd84e4772aed6f1bfccd8dbfd9
MD5 29ca0b78b4dfd776abe36a47059c043e
BLAKE2b-256 242512809ade1a313d4dfb83b186ff3934835fa525329b3e80fb9e501a41fb67

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e96ad346cfc7d7f208bcb5ff53edc8da11d33b8d07ac1ae5618f4cab7f6b6dd
MD5 afcb8dea030a6ade5b8fbb3dff535391
BLAKE2b-256 c49b260da5a57c2e30769707fad42f03126a4fbbb2dbfbb0896ce1bc305d6c49

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3124947029e518d955e7bd9ed0a80d27bd55717289bb898d5f207ec7752b20ec
MD5 775b6236c66228a5f89288fe14f61414
BLAKE2b-256 cf02e6e067d1846ebb16cca45b2636318dabd32770350c5ae86701cbd3b420b2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f84920a3f525c2ac848359443f6c05fd7e50bdfaa6ef6fe9b7afd1c7396f1c8b
MD5 3ff1e895043c4103637418f53eb97d64
BLAKE2b-256 59c1ef03b813d90b7f6254bf8fb12a70dd829abc2fe94d9e7c332f872ec1f2a1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7afa12c7a05aecaae64f4961ba3adf74e658aa804f840828c8170d01373995f8
MD5 4c552473fda716c6f44e6db6d2c55e6a
BLAKE2b-256 f6ad32446ecdf05ab10e7cbdab0ecc7219e777caa812c3f8122728adfbb08770

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0872191d6bc1d9824efac2f5d6604ff5d0e828299d429e2c31e039a872d4416b
MD5 e0fe0158836aaafbec3b6e4dd1786b6f
BLAKE2b-256 aa547c8026b57d3aa3d557313dee9671c3b3bfe97fa4a862fff44f913fe86eb0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7a99e5f49f40e4d0b13933721cfce9849ec8f24091612581f786000527804fb7
MD5 db0f662a8cb3e14314833b749e8018e8
BLAKE2b-256 383c1d7e6fb19ef1b427f42be2e6d3be4ee086313da376a58f365e2264139551

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b74935e0a293944b19b3a86546d26638fd8e3bb3bcfd8955f94180c2cbc79eee
MD5 0e713ebbfce9773a6bb092830b14ca9f
BLAKE2b-256 64908b3756c0bd4e65d85a3f0ed02324bd352afc0497fb8ebe58354d472fd73d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e60a0f3060909b5a85124adc22ef40e4d112ff7fffc2c19277d62cd7c1a5b5a7
MD5 c09b9b9c9159323d89f6372a3aba9779
BLAKE2b-256 f755e1f91195d98b18e0ef3b38d663d9e62ec0b1cb8ef084d081d5a91cd20a3b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dca65947e8faf992dcbd2050f0967800ce0fc93c992ad19113fca47b85d47f18
MD5 2c6d045bdc899ee0add189bfde817d35
BLAKE2b-256 5c5c8a031379df69d6a2be627fe50117faa17108662458759b9c95a6e5c4ce83

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 34f70f60991d7298106552f7ac9c841fe22861f27f1277efedbd85020ac67beb
MD5 f1330d273d7b38dd8207689db65efc42
BLAKE2b-256 6314b55d92c66a8d062cecde2e92a7509bb0a327a28c6d0a745aba3a9900db14

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15e46f1a6239167b6dfd0c1f954157195c44d40f9b50d983ad1e20318835594b
MD5 0023bed34d006c8dfd16cd216ac95ec8
BLAKE2b-256 4b380a1e778c1cf4b4c7895d5cd06ccb11852d3c3c5f7f97fc282d6ee29264a2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 fc6abf60fdf381e39574f3160ca2825dc509713a610a87a293effc684e363bf6
MD5 8c75bbfb33f10d85deb52e802478f56c
BLAKE2b-256 88b770a88604d1e8bcf943c32ca0657ca0a29a0906c47b2225bf21b03f6a1396

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e00099fde37c8038dc118a477fc72dca214685b8706ca2c7a91d66564fde06de
MD5 aaad0cd8757ed66a47e613ccc818f503
BLAKE2b-256 02ee1c38a17ab3c648546ae4752dffe9ffba516981d5d45d1b414cf20b5aeeee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 23cc4d23f36ff2df8b979740dc5b68de812bd7dc1217d88163524577eb35cd53
MD5 402f1794f4ce013099e8318bd377f730
BLAKE2b-256 ab56e17a9b196323e44cf65d65c89a58517cee60f59bf5c15294095f1c567e02

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31bfbff293727985569fc7c8a772bcdcbfe02074820adeb2dd5fa9af85d00dcb
MD5 03b3b34247854e25694c131b79a05bf6
BLAKE2b-256 eb5130e413c30ed25f2686bf560ab77db81b42559330bd8447410b6b68cdc76b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30a2e73e79d2306b7816a09d39fb03f19fee3c34847891b49a61b3fc7d6e9a11
MD5 83d4a0f94aa555f6f2e0c150f61fd2bd
BLAKE2b-256 1d90ffc017c53bf92e935d318719feedb57387d7544a4cf218a29718db19a9de

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd15dff724c3b80e23cee7e5b5cde9589fccf0cba755a371dcb6183824642292
MD5 7bde86c5d111d45590b547444afeb974
BLAKE2b-256 1a174c9b678087b64ed911b7cee3cc78f510d9757547344a0eab81aba326db59

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2b85ae9d9a4a3865abd2d0e37b390c134541e53417ec5720c33e4cc5658e689
MD5 c163768cf7bd0dc2a8812257e464a18d
BLAKE2b-256 272be4a07b93e7ecac79cf64b2a6caa34c63800b5dc61380a93a0acc5640c125

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3fc21d188901c38bd97b147e62399cfa0626fb59cc665c7d21af46a53aa502f6
MD5 23de0dc8586ad170f8b6389938a11e83
BLAKE2b-256 29d269badbca41feeb4a2bce6797015218703c0416ed7c58b3fde3296e4f1aad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f40e71e9ab09a217b8c516a7e643b1b8d389e81efb8eba21d0ed021a4790576b
MD5 f4af319609a303ba0edbda4101f3d301
BLAKE2b-256 ccbf85f01f7dc70407ec3b5cb02835b72495a993010f267768d2728b1de48371

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8bba87dfd9ad204969e94abb28b2d01e04f0b80e3cb9bb4d79824f39a9698947
MD5 af6ac3cf223148c0423db694b89604c3
BLAKE2b-256 cf3048373732192378e22142473ec4c17d4bb5b66315e7ea35b211415a12fc6c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54cc0b188fbeae50fe210c7eae3ee3a68d73829fe7ff431dd6ecce4b8ca6fb19
MD5 2638eb40bb1383e92257c6f202cdb640
BLAKE2b-256 fa39d87506300302e8fb4af6f4f9c69753ef36a92d7ba97813b14e72204a1a12

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f9ee5b451f5721eb0fe9052228355dc75be3279b73d1ee98206ff5cb8ccf0af
MD5 dd23e8dac5e9424495a6abf727f65f56
BLAKE2b-256 687d5c0ee34067f755faf4e35b10889f6d379e5621af18fa5d0b22a5ce0f7b96

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8a0fae45393282f52e0dfd802717bc25b29557f5c0bdf5606c4de83767adf730
MD5 12f1015023bf0a6a82dd30ab8a5938f5
BLAKE2b-256 68b472807cc8a6f59ac0c438c3616c75bea790d68add7efcd2abd34b0e9b3d9d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a531adb333fc715d1ac55306cadeff0c85f1883123142ea077bf7fbb494444d5
MD5 abab7c03cf961e7a8859091145b4f61e
BLAKE2b-256 d3c10c473166f8a7d817698eaafcfb8604be464101183d2289920d5712d9060e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 d25ca9148ffae9a059ddb4475bdad0f3a78e4324e37127653f781ac9f1679605
MD5 f28c0f3766a3c03b7eadc89b32ba499f
BLAKE2b-256 219fefe6b789c06f4217f1b0b9a9e330f71df7bc8a5cb754668f2a1f4afba65e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f3a4e80273b83383350eea57a78d4fe7a10a68e21c7f4f3f774e61e6f53b0bd2
MD5 e9e8272ed9b891f387c57153d5313b0d
BLAKE2b-256 5054f447644678c128fd11a47445ff7a46ae2d7e23d5b1dae678bfdc7ab5a22b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 840c3da8975e2c877abdef1852d2ab5ab7ca6303feb628c3239f0f8fa74c79f2
MD5 705742ce972867a2523b5b1788e044cd
BLAKE2b-256 34cd1806a45cc73081813e001f0a8ec2f4368fc39caedffcb9b976d92283c12e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b2f0f8e6a8acf4c3d1b4886d5744971484da09cdda1ebc23dd5f6a3cf7edd0c
MD5 d6b7c72c6a144d06bbc2ceb1f4d0bc1f
BLAKE2b-256 10de1671a183c19c71d09b35c8d1ca65904b40d8a84bbee4fc26efc04d785e4b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e5e8ab0f8592c2e1b6dbedc71ade1d1f03be3eafe12d3c79f854bb7dec24acc
MD5 b9f4288b59d7e5cf565cd6ed4504770c
BLAKE2b-256 c0c6ac7dfe28374e3e9cbd4d77349f9d2ed384cddcf17f0695cc3339777cdee1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25bdf3aeb08eb45e2f8c6ac0a1deb0870c3d4b83209b6e9542ee795803b009b7
MD5 c52f2df675705659ae6057bb33af68e4
BLAKE2b-256 95bf90de266b4fc07e7ccc54464c80ec7f54782e32d0f50b79e2abc616cb9e32

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a2901eb8c557e6c082fa89ad04c9e83ecc37083dbfd6a6ab1d9e2a699929716
MD5 6a02e8058f48c0eafd1ceeae40637145
BLAKE2b-256 d1b15b5e6ffabc7609d71aea28ffcbb19fcf8878f711223da7eaaac3ec4bf70d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 901c53c845a1dadf0af4f003697507437f30f60cc006c0c3d5f821c1ec9d489a
MD5 41451d7703484384f6b5b0978b0de561
BLAKE2b-256 bdbd10f40dc884a785a5685d46268cdfb464f66bd7adc4bc423e2fdc416d05b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a9409ae7e1c0fa7a2a2ed574f416b67b6259e3153bf0e8319494879460aadf3c
MD5 d5c33ac4dc8e122df1cd8a17416420c1
BLAKE2b-256 d5410c76241d868c399bd04dc17b9515b47875629c573f3aa04b494313be36b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fef7364b2d6034923bed86d64a5dca469e4bda8991d2b14f02a52548cf586f5f
MD5 6d0182945ac9e93abc79e72512ffa46a
BLAKE2b-256 325632d72691ed0f13c61cd7e0bfa7b1b5e5e67dca9a6911bd2f17fbff9bc763

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed478326443966e3279749dde142ba02d7c3cbc99408e421b51671bb97d67781
MD5 3531689ade901a26f96fc895b284756f
BLAKE2b-256 670cc978c46f20a69800649dc824949c35dfba1828c1ccce25f79304f6d9ba81

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1bb20c0de540b9f3a82f50397d8f8af930a99883e963aab3567665b4e1097cdd
MD5 154bf49518aa9193346779bfd9048c42
BLAKE2b-256 23d69fc25a2a37c005891212814355d5c410c11996e73b4f7bccb7dea24b7880

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 64aafbb2c84d61850e87a3d382cf9f5ccc145c30b4285940ee191a7424ba8179
MD5 3358ba25c745302445be21cdf7feb540
BLAKE2b-256 e56a52bef5f33a509daa2217df7d20be8400e47e56ed08e2f59d09e64b07bcbf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf5565f34b2265aec0f6ba6fc6e28d14ac4a22b90e777413e3c6727c2d740db7
MD5 2fdcb8c3d94f2660c95eb2238794582a
BLAKE2b-256 bb15ec6690435df2b87707c1c807099842be1a348206b4dddaefe0b283030246

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 4469ffd07ef640272fe571e4acc03a2ba98d66d644dfaeb27d8f9084febd814b
MD5 efe9a1d558ae247f0e3d3feea53e6ab2
BLAKE2b-256 3b7b47e0278179758e514d84952e2d81bfbbf84973fa957cbd75e9c8d87b8fd6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ef81867a6cea782100e01d607f603affd97a4c8c5a05e7c8a5014feca8215cf8
MD5 64b9f56c04ee56d2e63530d968866162
BLAKE2b-256 0cdfbea49f3fe8e570cb2378ed6eaa5ee91dc0ffe8fc840897122d44a97056c1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 0b43edb82cb808a4f91ed94b8e04d4eb0c9d2abe59749f96ecbda141527c6394
MD5 a45ee7c3ebe4fd3118935e4472ab66ea
BLAKE2b-256 2d24883819a0e6f5a9142aea7e54ff654b96a564b925aeddf266427fe6ea896b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 459f14ce57977555bb6b006ac56f0f0d1937a85b479d88f4ed181b3ed718c21e
MD5 32cd50807bee7d3b01faeafa0e0322d4
BLAKE2b-256 b55151990c4cab0844d44569155246e21496ecbc90bb55733d26d15dd44d0f8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ec90f07239087cc818fdd39e76c4cda83e2b001f0537e624e8b24597ecba9f5
MD5 f5007fce87fe022fc3b2015e7a222840
BLAKE2b-256 133eb9b5a368d287a39198d6b182e137667f3ddd0fde226ccfcd51ee33838d09

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6416db61ff4af5141d14a1bced808f59a76312828a849bed4c204b1bc63d4ca6
MD5 ddfa337c00d5222b1fd11c78f8b2ee08
BLAKE2b-256 071b9e9079cd1fbd678dbb57d4fc3edb82c2a0ca29492ac9eeb04d88e938cd8a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.99-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2b20afd252d7277361d8ea881edcefef0e8dd311b0d5e676a64fafef9d6ca20
MD5 676248b1d8d691828596921146296090
BLAKE2b-256 a04ea84a665b5d9e4c53791a8f26a43b72de602b987316624f2c7a058d196436

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 Sentry Error logging StatusPage Status page