Skip to main content

ry = rust + python

Project description

ry

PyPI PyPI - Python Version PyPI - Wheel PyPI - Downloads PyPI - Status PyPI - License

A growing collection of Python shims around Rust crates; fast, async-first, and ergonomic.

DOCS: ryo3.dev (WIP)

API: ryo3.dev/api

This is a work in progress ~ feedback and PRs are welcome.

Highlights

  • Async-first client and blocking/sync client: 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 via serde/jiter.
  • jiff based datetime library: comprehensive datetime library based on jiff (pydantic-compatible).
  • Async file I/O: Built on tokio, with an AsyncFile API similar to aiofiles and anyio's async-file api. Supports buffered reads/writes, truncation, streaming reads, and anyio compatibility.
  • (de)compression: (de)compression tools for zstd, brotli, gzip, and bzip2.
  • Miscellaneous bindings: Includes crates like globset, walkdir, sqlformat, unindent, twox-hash, and more.
  • Designed for ergonomics: Async where it matters. Simple where possible. Python-native behavior with minimal friction.
  • Type Annotated: All public APIs are (painstakingly) type annotated.
  • Performant: Speed without the words "blazingly fast." [^1]
  • Pydantic Integration: ry data types (mostly) work good w/ pydantic.
  • Not slop: Artisanal, hand-crafted, fair-trade, small-batch software.
  • No emojis

Install

pip install ry
uv add ry

# check install
python -m ry

Quickstart

Check out the examples directory for some quickstart examples.


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, ryo3 is a rust crate setup to let you "register" functions you may want if you were writing your own pyo3-python bindings library; maybe someday the ryo3::libs module will be split up into separate packages

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ s390x

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

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ry-0.0.87-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ry-0.0.87-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

ry-0.0.87-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

ry-0.0.87-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ry-0.0.87-cp314-cp314-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

ry-0.0.87-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

ry-0.0.87-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

ry-0.0.87-cp313-cp313-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

ry-0.0.87-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.87-cp313-cp313-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

ry-0.0.87-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.87-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.87-cp313-cp313-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ry-0.0.87-cp312-cp312-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

ry-0.0.87-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.87-cp312-cp312-musllinux_1_2_i686.whl (6.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

ry-0.0.87-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.87-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.87-cp312-cp312-macosx_11_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

ry-0.0.87-cp311-cp311-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.87-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.87-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.87-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.87.tar.gz.

File metadata

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

File hashes

Hashes for ry-0.0.87.tar.gz
Algorithm Hash digest
SHA256 abc63a970015f57597c2a09c8ef8936da64b67e3c0102df39dba08749d056bd2
MD5 67cead8d68ad52e8e58f8ec919f87e3a
BLAKE2b-256 b43fa2aa96198abd09537fff1acba209aaac1f4beebc521a003e4e0629fab4b8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acee1d22df77fcd7fc2e9911247d9fba1505a207f6711458e7fc23c8cdd83fb0
MD5 4e4c53ef52856f94cce94992b4f3fddf
BLAKE2b-256 4f6f816773f34162d497e65a7e886c4a73f6f7b7bbc0868e1729f8fbee51dca5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c412726420fe6002a9636203707cf4d425ffd5a43e6003f2c73414b63a588682
MD5 4ab2926c135fa24ef92ed77c711fb478
BLAKE2b-256 1ff8c5cb6f63cfc1246860b4d4ec866ece99a99a2cdc1f8e9e13abbe4b24297c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a1060c24624d15dab87ca313203efe58183652ff934577251b6065a7e36aea9e
MD5 96205c26a8ce0f54614dcd4576bf6d27
BLAKE2b-256 5b323d3e2baad59e61ed68efe85a2f40233116be3527e6ea4cb58806cdce3381

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1b9886231c6cb8be637f49a45ef84e9fa1fb36644d52a4e4bd40a258f77a1db
MD5 53d474d4b15b29ebb4ec9b6132f04882
BLAKE2b-256 eb545ee70ceee2afdb8de39325a8c6f3a68cbce2051c51a63157e91480ddd935

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 cdb63fcb5ef461815c8e32bde69aae1ad43199c7c49421db92f70fc243347b94
MD5 4fedd635ea9d26268f641a29e090ab54
BLAKE2b-256 ee8f33d04f4c1c81d143e06c9814c7d9bd4eb5d38e51109b77745d8537bc3497

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 22789ceab79c355d7980359dbdf62a6d0b313af6ae697a2e384d2d14b78b1f1c
MD5 6dec60a019956076496ef59cdb44c974
BLAKE2b-256 9f031e12ea4723a61529a12ea3e17ef3877e042d9af628754628b30896370bc5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 4cb30b9a9d0f01d59792bc985694ec416324350ebe66589fd0f10d581aa91ab8
MD5 5931f76a9ef6f19b5c12d310b4c6d2d3
BLAKE2b-256 66af60c20a606105c3758f7317ea87cfb1942d4e7769e460271cc40e0f8099ad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3d146f31630681b5f49860f031f9afaed455899a6bc4e50f83470ab3dd4bea9
MD5 203e316ac9928aeaaa71b63fe8aef262
BLAKE2b-256 4160e39b7711a909811fe47caf76ac2e348b61ac87262f1690ee83ec237fcd1b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d1e27356d986570e124578500dfdae6d3ba252d1921d6dc3d61d43d56de588a
MD5 6def298e01c9d31caffbc2baf699d8a0
BLAKE2b-256 7240628271cf87be12a643351b2b3b8c4ad84436247422657b1596b54b60d6ff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 589d6ff9e95fc46836473847bb368344a3cc0c458fc257ebccdf8af02438db32
MD5 aa43610e19a3bab52353e16e5e068a46
BLAKE2b-256 9a1f4f471a08a45c68763f618b77e676ed94ecee5b92e1a6ff621ea37b84afef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ee130dcd5ceba558bb3aa77a2a6d203cc5374a17297632884d9c10229849a21
MD5 4e261b1f36472f5daa515836eaa9ac9c
BLAKE2b-256 acb64a1040362a10e57f5e2f0c840b4341c90f7128f349d7780f31ed5943d1b5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f918e3a19a4a0d937a5059045e5a83ea37d0c59d14816298bdcdbe1539081a56
MD5 06c1bcbbc61a5f964d2aeb9786ca8d37
BLAKE2b-256 7fb03344d92d3fad4bada119181c881d10e2e4bb552ae40a597892880f0ed88b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 259b172979af9be4094b95a5567a47d7c6704a082d066baae2785504f6d44863
MD5 8a19b22f6ab07dd0894e673754fae7c2
BLAKE2b-256 97d1d07f06f82fdecdef4cf97fa312e3ca9193fab5750d4f3efe1ba05d2c01d8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5f5e60de785d27ca65fd89214d091864465e397bc47346e7d2f92febe0930561
MD5 93efe4a3a84c40f798535634d27802a5
BLAKE2b-256 8e730174cdc076d55057c22ef00b74891269abe98dc272384baa0b7a9cc8beb0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36ca882942072359ac9c537c0dc6ad4f462e96fac1ac1592e85b057e8e40099e
MD5 20dbc56dcc79bd02b75439820c12236b
BLAKE2b-256 56209c6aef233169a53449c158d8264c15c4044bf9768ebaadec5301926baa8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 1d21d70963befea4d2b9da69f8c39166d9801b927df4fcee59118e88e0196bc1
MD5 283c40a368e248672a6dc643366dd98e
BLAKE2b-256 55b10044dc56b6cb53c44adb07d2b0a5895a2a389565a7c85cc9e5cbd018052b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 22313e9712d87d189ef75aab900141222a349a23a6c0b0d75be78a48f634e9f3
MD5 be89bb6ae92cbe8f956276852a15930e
BLAKE2b-256 4a6df33c6ce6d7cbeeb60faf220b2370f8249bb88ac990cde50f242e6021c0e1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 bce97fe456fb6650f5762b9ec7d9bca5e241e0cc1515f4f0dce40201f22e296e
MD5 3d26e1f12c90a678b7db54bcff9344a7
BLAKE2b-256 6aabd865099e3f99a73a3d9335bce241d0377a601f6a65320e75b010b3af208b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3dc1654867eacc47e7396c38d829e4f48f50ff4ff66115778c5092a658d982fa
MD5 70dc49ea69ed7ad3539dd3856b0768f6
BLAKE2b-256 1dcca3b5374c0a4c070d41ef548a55481896e976182dc3fbced0448cf00ab87c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 077b371b76be60c177f73627b5c756baaad36007bd1d62aa50b78f07ed9eea5a
MD5 26a1bfb49ada7c061edee3999da0ae20
BLAKE2b-256 fbe22ce84305e552567bb60799e7ce675ec1858ba8ebc2e70cd36450973775a1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf9d4f6c85be0ff28cccc1fc6f1f7e867ed5858e860d6b43514d849dca28d656
MD5 1c49405582d2e1eb2114b0897d4c866a
BLAKE2b-256 6a8dcbc716737fb01cb6d5a117493594d5848fb65bbbdfc8f93fe7d461a62945

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd2d92a405fdbbf7826210023c11f3b23fc63f0db0bec21f8db5d72fad98bfb3
MD5 7daf4fa58e91a616c797dd9fc53d9258
BLAKE2b-256 bd60319a3609907e72a423a065440c8309e23e105017d8df5d5b7b43dd2b27cc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4f3ba20733abcee64db049281eae0e535669ee1e7de20f64d7ed06157547405c
MD5 9c827942aa0b4d8fd41d95dc930dcabb
BLAKE2b-256 3114f3bc72fcddab107c9f867840237884974d077662aa3fbbb47049286de309

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2a544a686495a1fd9950d557c3fb97dd0e5bf6f407bb499ff1fb29ebc85d9e1d
MD5 e73a9b46b576c7eac22a5c90d506da24
BLAKE2b-256 888fd3d41757aefb021b607f203b8d0b9ae42320d614a5f3a093c5bb035d1122

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9e13d0d08a6b6b42290926587d1f883659f76203e47cc90a46734c6cac44e3df
MD5 a9defaff7328cc95e0679a4e784f019f
BLAKE2b-256 5e7a77e2c4d839ad795c1e691c5d9bab39ae44b3628fb8a4f7ef3dcf9b5882c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae9bd19965fb16292a14af6114b639fb5dda0a93f74db8be4dc4eaf59915fb3c
MD5 6df0d88412af4d1ea0f140f29e309ac3
BLAKE2b-256 21212038e4c36a02407c13d662f6e7b03c0bb20f1d9f1f22a0317757d3513535

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7cbd854c9f00b2813f9757a9d9c5c11bf880c9dcc7c3ccc37c586042f8a7f8e2
MD5 e5fc82614939cd434daa092918d445f8
BLAKE2b-256 b50ee628a9199a1e018daae161f2e642c8617fd4fde2c5ae68ecfad817239ec1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 124b51d4dddb734047d03a2d236536c2ab282edbeeb8173c1c694147c4e74a3b
MD5 69b86998ff7771e64b31584213171324
BLAKE2b-256 f9f5dafbb9ee17966260edcbe5382fb839f7348832bd2d3d8e603a8480961579

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d55fef6a7e89600c13fa052a1f32f2740298f70b6ae8b16b68ce5d64a8de0be
MD5 0be636a8cfb237e20369b010e8db83cd
BLAKE2b-256 6b911fea7aa1fcb67d5164f81ee66a31278ac3af25dc81714acd5c7f385e8a89

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 1c61caa63548686582dc0f8542d3877db45fc933d02a3525f7901d44fcd2a2e1
MD5 66c1a7e3b2dd85ee37da697d4f510d08
BLAKE2b-256 23e777dd41cfb9cc12b5e2c9f807f7b7bf9e5a753f8c682bd5a3b36be125944d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b15591cc1d7811dbe2dcde36adb80d2283b216e29c0ffac2842f603e6e94f2b3
MD5 0bf22935d61155454a9d20a87aefb8c2
BLAKE2b-256 887237da0b3108c11e7eca1c10c0b09add0b2b40529f7873ba1621257429a861

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 1a69e057894cc4e16434576e51b366a9704ad48282f0266b127a093f38b2f9cf
MD5 7c73099e9e9c63fcfee28ad1a5b5356c
BLAKE2b-256 e7196dd5fd20a55155257e5c0d1e6150539b994e49f4e86d529f846542a28e54

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 832091f0a9b5bc29447071f12e7aef7d4288c10eabd679ab3de610e150f77b76
MD5 4accc6ba3b452a034f772da2b657715e
BLAKE2b-256 8883c156a9ca4ec0cad1accab6e974ec38b4dc792a20694636315c7b7d520b16

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9092b4dad49e4215b2c62006cdc6cb0d02ce884372ca4ae58e31168373c93cf
MD5 5420055b7ffe1a66802440c75f87ec0c
BLAKE2b-256 9d1b3d43a303909c73682d373d3f6140ac3619adc4d33a40444c5616d85dbf21

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 673d8ef5ab47a4b47ad6947e1287bd394b3a2609fc5be79e58832f13c2bfeee7
MD5 72a2454d79667212c4419d711eb6370e
BLAKE2b-256 689b731c71ccb2cc5a86bd2c8d1b53eb38e322de169cf73ab935d4c9eb0c9077

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8e90459f9afc0070aefc5a6e6ec494c0182b0efb4491c15e4b0384b38891174
MD5 7cc80fbc8007f1bf082dd4da76e80922
BLAKE2b-256 a380db1d44cbe15685bf18b3a59cb98b7d9355422a198d3a34128b0a80e2b530

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94f266e4011fd06321bed5a2f5dff28c38d8d7347489707744ccdf756a794def
MD5 7e51c27a06d13e227990a19f242a0fe1
BLAKE2b-256 9541674bc4d9d8c022ec59969918ccf4eb6971f32dfda6ac515d971c584b7ef3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e5bcef5ce9c8a03393c97667af46d3b15882016df176f4289b1660978aad2ed0
MD5 36f808800d76e38aec80927fa1102545
BLAKE2b-256 062f34bf4b3fbc78406e2196bf609d3f6f218f30434eaeafab961d6687d082d9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 883554758e129652be024f3ae4e51e535e208a72bcd8d9a1a44887b6157aee81
MD5 0a02851003e6a73858269d44fedfae7e
BLAKE2b-256 860654894cfdb52cfcb5095fb794b3ae71faf33bcedba29ddfdfaeb441f607d0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47092508f89b9eeb860f9b6ec0b4501528a051891a77a0c859925aebdcbab793
MD5 c5a1081164235549ff23a3882b66e6aa
BLAKE2b-256 9bd22b145b5a06a5dcdc34d7af35bb33634eeed05734db2971ee90018745e801

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 0fab9ee616dbcc3e5a27578a49f988f1479927d4940a0e7ea134893ef53d9b14
MD5 0a5c5c567929223c1d12ecd2e40dc7f7
BLAKE2b-256 91359aeb213c74249631a470d1b92a422f851facf96af044df25685237e23750

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 bf588a923082f8da376487305e315d5b3ee0b460a2cae2df5ed570cc0be2ef32
MD5 9a20084d35f5fad505d854669bd76aef
BLAKE2b-256 2fc224f4e0286d641a0ed77870c2dc9d7b33ddceac1c7db9d8ad27b75446c712

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 9892f285943c409ca08efef050e7983b95f86aa2913c765547015aab3780080f
MD5 6f280ec6116360aa11c346b608c9321b
BLAKE2b-256 3718cad0ab578fb4366331150469b30623c3b250d8853e287e223a4c0d834b08

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f29f75d4ac2f9418e3f484c572f7cee75f641e7539470bce14ed531df8bbc56
MD5 9e85dd82fea7028de8c1e873b1aeac39
BLAKE2b-256 d38066cf3b50bb8c5ee99f19f1b566b40a354d8e879e8f1751df22b0003ed2c7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b27f07d26ca4d21d56fbb74d7617120a37d1fd9130efe67523203a559d37073a
MD5 d4a80c83a29898094a004a4f263ecbcf
BLAKE2b-256 f2c6dec4233be52aed521c403dda8ffed13c9e63e497d5f5ec7119f842c3242b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c1f02d3aa01ad867624edbb5960b40ca77d08c5f59003fbd9f31a000eda71dda
MD5 0e6a318c32da2e247f8ae708d86ae58e
BLAKE2b-256 04eb1cf35939ff8b3a61129973fcb3ce99bf08110b5c70234649f62f0c73a921

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8778e97c02ba9bd189b573f8aca1daa68312913c3966c1e1655bf20a532d434d
MD5 483dd04c56cecd1fa4b9fced22d10df4
BLAKE2b-256 2a39be99f79b4dc3457a2e647df820f3f0ca83b79fcdb73684cc29f41e132c95

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f6e684af4828594d1da04f159d01a571bbaa303adf91037c30b14614ec6d67d9
MD5 12d05ebe1a1d209ab47c8d964cd6dc37
BLAKE2b-256 9854bb61089c83ac359425b4baf19b83114d7458fb0a45d0296b84caf8a841a2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e5903eec7b481eb9e97e0c1b5c9d2eed368b0b8060dc8dc92ab8c88fa05761f2
MD5 a46463f2d33eb35a914c388a99ff0b2a
BLAKE2b-256 c4143d47c260ddc9b0591259fed9bd8b82014fb67f454c735923a437c5e502c2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ad2ef548645de594bdedde927d53391648dcea7642b004d5976fcee7b45840de
MD5 6d97f3672051c12f639212359eced01a
BLAKE2b-256 c1ef8fd7817b19151e0ebdc771252257bd679e4d17bb8b4cd090b5e6ce7bff9f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0040971e09afc62eb81aa234058bba851cccbfadbc63695e01aa608e2a546678
MD5 abfda7cf8bdf309b0f513d4791f60754
BLAKE2b-256 634262b8efa7ded3f7415949d821194d6234366134ced0469a8b9470bd1e2069

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 afa090923a0770b15ff6a1bc17373d67f8b111873cf7ea9b8d22369a38e51669
MD5 24445d46a24151f9f240bce4c0269ad5
BLAKE2b-256 e222fedcecfde71672790aef8cb328701cdde09bf1fed26a24154b9608e139a4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 60768b54cf1d39424247d5f882b3d0a099035dafd18e0cca9dbcd63264ca4944
MD5 d5046aed5b7cc5eacb26bd3db57f4579
BLAKE2b-256 40fb0d4940aaea57a303158886cb9d5fd2a97bcb1077c66617bfd6975b8a8f90

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f42e1491e8af77819cf95f3ad7b1b6633941567dee7d4946043fe487b1a837c0
MD5 bf6bdff63a98fc252d51f865684efe68
BLAKE2b-256 8de128691398b8b9774d42f860bca1ff67c38d51b6cbad95f2bebc4b819d1389

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 9d62b6d521b7960d76280de49f8941a987719cf8bcd88a4a37cb7ecf83eb820e
MD5 53c14c573701ac0ffcbd55f58de56b7f
BLAKE2b-256 5e87b27041de5f26f2b1e82eefd9bc9309fc158cceb4e21089e29d4827224f57

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 4bd1a41388ae2d8e3977c50afc8c42512c85aca1ae0d922bcf4198877af49208
MD5 573f88315f0ca7e7469b663b3683abee
BLAKE2b-256 a853681a8698d325f32193cabf0317c7665d6700832df8767dc919ddde513c7c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 ebb9c39863eef8f4a642c98d356285eee5bf42903ba80b819547855b0405aec0
MD5 736c6aaf7b14b789229ff539ff4a429b
BLAKE2b-256 50734bdcc8cfeaf2077e0f1654278dbbedb0ee6a3798ae09f595591c7f73b112

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 012bc0c3112c582c249a9c8b4ac713b24fd2638a9993a658c581dba2e45834df
MD5 ba14dce512331fc8a6e5d69dcfa0831a
BLAKE2b-256 b9b8e58250c8b8d9463311417173bf5218f98d7371edc29a4b677c51bc6be92f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be34fa58b237b215241ae7cf5bd5e5f834d1ef8c744be72ad4c1ba2fc1edd497
MD5 8ea88fec1086e507cd7496572e2428dd
BLAKE2b-256 b88b142cc301930e64d934aa5039f18889cb4f768b483518e509bbc2ba2a7c27

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 710d23fac74f6e2d68550e2424e9b8778a0bba595f217deafe936afe0076f41d
MD5 2ea6d390f33a5f8f8832de07fa6c09b4
BLAKE2b-256 5fee6d3c9e7d5b7b59511793f0c63e4653d912110a0f72e30bd04691be94ff63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 574e78d214d1fcf564fe8f208b8dde61f9070d42e79dba94398911b9a246d866
MD5 a2ac0dd19e2c1e6b0830f30027c17974
BLAKE2b-256 7a1d06c5a26d97564fef7584829d447817020020347d2645e834b1e5df23c822

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 86633497e621e2efcc3898dbbc3d8b8ba6b206b44c9f2f6aae29e874b21528a2
MD5 cc4d40ed84242d952d25c380ae01a409
BLAKE2b-256 6174abb5e1ad6b565a595f8131eafd4d4664c50d69df7d05bd6662d92ac664c9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4518549749f5bc397c08e02e349ae33f05a3c1ee4b93b6f9e1f8a89aec91d581
MD5 bd21a7d006f153863c05c9e5f8e4b3af
BLAKE2b-256 cf12ca9245f90c7a445f1825695f8efe9835c767ded96e7eb4210e6655d584ac

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d3fa927dd8047a265415d65b19ec8c9c1700303a756c24a5c7d7eb31ef761d81
MD5 a1193fd68eb41fe0bba074ca60ef8b17
BLAKE2b-256 02e631a5b9a828a554290a53fa38fbffc750a607450d3967cc4f3ed60133c2f7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 601d269e42c51fadb601077a522139b8f139a8cab19efa951a7865cd4f8b3ee8
MD5 296eb7598a60a43db67208660360f17c
BLAKE2b-256 631371c5f8d488ce8824b53640ad6db67448cdbdead3e63e71a702fe13db0e77

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e243ddcf297ba002d684a34c29d4ff94b06108e19bcef61556b35c87fa996c14
MD5 42d4e3bff6f5fcbd8a2e85d5300963e4
BLAKE2b-256 1cbb1f5cfe9e5faeeecbcea989314758212edc4e1b17624bef52a311540933f7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b9087624b8c5b2d25db2c4a19b0bca0e644a17e100a09de3c64e3773d15dbf18
MD5 70140a58e61ea2f60ddc6d876958a2da
BLAKE2b-256 16cb1b376d37b0136895dd50afe546806100a3e5b62d753d30a5768796f315bc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4368c0e5eb0e8b02554547dc2873600a39de47fd38fc5e7a867f9862dc1bf9ae
MD5 b91888974903cdca8b4544b725ba11f0
BLAKE2b-256 4b6d1c6aaec69a2d0aa5bd9b8f6143a0c2e078d964a95fe91adc1fc5988bbc28

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c5cee10eb1c77187f6eb7ae436ec61accd0ec25c6e45d2d4a9dad842ee636dd8
MD5 18fecfbb73a6d2ff688c7e0d5ce402d7
BLAKE2b-256 ffce3b6cc92fd4cca2effe828c63862bde6f04797f9c75cb83b21d387c54626a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 da25311dcb15575ca8ca354fd151ac9eeb0717b092d7947823b4fc6d8d608d16
MD5 82ebe1e7758110f06aaa51ac3849b861
BLAKE2b-256 61b84347bd6ad7da1ac30962603df8d8a6e7194c63ca7f79d2aca69db548b80c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 b8383c29e99756c0523e8489f9740bcd6b24e5c431f97cfab850800a66eaba9b
MD5 928bd7eddfa652647d89eb9ce9c9277b
BLAKE2b-256 94de158c02b0d054c8ca00882db4b6904a5c9fd6267d30d5373f6818f27a4a8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa9e2ae0e1669cc6e2240b038255f1cb2304441691758a0e80ff6f918e319dc8
MD5 84314006743827cc2b6f2b0884313e45
BLAKE2b-256 f2a1006ec32a17da6cb8d289c7438fcfce210f606951f16e3355d6bf5d51ca26

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 140518e75f5895aa19cac95f5a9ba6e759c0104d907b723577255587d8d63d9b
MD5 d4d864ea84be4266524ed8e2dffb4322
BLAKE2b-256 5287aa414e95d3e8ebb39e1f675b846638764f10809de276eaec5c2b22b3920b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64770b835d64e8370a75b356088cff4ab6045596790da1038abbadd8434d4556
MD5 7558beeb8b530f93d213bda3f4e8a080
BLAKE2b-256 7dc8cee1057b13313ea35b0a46fe2b87300623a098d662f634bc5c750e3eba6f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81d62bd914327297f1ba22d5960b8fdba3c1dae4158dad79a1224edc1a07256c
MD5 e188401564fa492567333dc8400b5fee
BLAKE2b-256 7cc52b61cdcd840d76a8f8967ffa6c8f6db578547693e70df12bc2c09778cb74

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0e80953de8a447a8c704fbbae6f13c1d59d2a31f9b07846a58eb02babf42b757
MD5 3761d0ca33905be3885c41539ed0f59d
BLAKE2b-256 5107335e678189b3786c1d2cb399aeb518fa65c54af4a673d1b5a7bab5423757

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 64e743ee6260a584313ce0c16da140f4eb8c8fb90f5edf7166a8370ab0acbd5b
MD5 662e7d906934794005517a236765b6a9
BLAKE2b-256 47f8ca3fd7232b94c2850685b5fd371729bf8fa17ff7f4691ef1a0cc8f9a5975

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0e20713d5a36adab4530438aca88d387220297ec2a050ba654b2d22bb9ced7e1
MD5 e9e3f12823404c502cf67fdd7f5ea903
BLAKE2b-256 320fbc26475ee124060229619884588b5f6a942ee4ad1b54d72a5dc3dbafe193

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0d07c5fe75056de9f1f7453acf7a5b9c3b96c02b51797285bb94d914310778a
MD5 e14c8deed230eed562063ec2d7379fbd
BLAKE2b-256 eb2741ed4275351f4540fe464fe22f5b0626dfad16ace7b0b465da7462f0b862

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 71adb423abf9e630a939cecae9c4f292b65471f390a0175396ba2d76de1ae3b9
MD5 16481d79cc88076b783f28007b1d5221
BLAKE2b-256 9878e82000588e84cb8e28b4621713167a4d8824adcaf04df458f13b2ac70c27

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 93709ab515e5711bad869c6fcc52fdb6fe116517106649cea20e9a1f7e39442a
MD5 d989345a5c40b0ab59f67ffd7d5ba538
BLAKE2b-256 f778a34927825d5e5b397af144d5ad6b5ce559030580e578918b2a997f3282b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec42ff8d276ba2ec5c8bf25a9312018a0c5a5af37bf878c19483a7b48d48074b
MD5 3b830345bbd37f95370bf3abfad6a6f9
BLAKE2b-256 f65293adfaab0e193da0978f54ad87e436e166757ba57034e411d472753ed42e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e9077ee3c560467baf08cd8f5026e837251484c9b95256c56f30bd806ad1891f
MD5 4e12ecfb5496be591a315e5ef851f2c0
BLAKE2b-256 d045d6cf606ac7bcdb4b21255dc0d2b1d90374c20f9df2ec48c86eddf1f60035

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f7339affc1cb59a5366a93c1679488ea4ba23de2ed91783ea7880c5d797aceee
MD5 6a2a97e03cbb20a751891599a9426602
BLAKE2b-256 1fa93f7f506451ece27562640d0536ae703d22a6f888e59803071a420755d88c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 99fb32edac0275d1c2f23191f95bbc5db8a523028d9af7104fe2ec6c0adb7507
MD5 302067daf5e365fd79eeb9f73807234b
BLAKE2b-256 774bb690a37b41dc46a1751834d1a358787735ca24e68c9588e0f874ee470068

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 811f8c9cad5a20e0c76a3f3f2b135893d787d9b4a3e73b49aa3f250684c19e98
MD5 d54f4d784e5fe2632c25202116d1cc23
BLAKE2b-256 141b2356d40874a0c09969fb1df2a3a3a84b94f8b85d5f6fcebeb022fc28c1b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0c4941f67522c712e23548e832df30b3988a1add4f8ddb5e9288affc5c00ee7
MD5 0238d9fa48456d7e4d0464949bb13e81
BLAKE2b-256 42d43e0f04659367c741317ec40edf4b5b22b89654a97f1cc90614cd13f3fd7d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 504eb4d6777426b176df42723938aa07b8170a12b0b0813b4e486973f779392e
MD5 78c25de559de03696f4f6321ca3f3375
BLAKE2b-256 c20316276b49aaa5a146c5f8262573527d9bb47348597dac6257ebfb20a0dc7d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.87-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e01219eba787fae69bd6614e78e970a866570ed74ebfe5132b6a331c5c1c5a2e
MD5 62d30ea8a60b6244d3bcc747aae093e0
BLAKE2b-256 3394b5b1083afd06e9b246278aa560e6e92795ae0217ab97dea8969dbc0c67a9

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