Skip to main content

ry == rust | python

Project description

ry

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

python bindings for rust crates ~ ry == rust | python

DOCS: ryo3.dev (WIP)

API: ryo3.dev/api

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

Highlights

  • Async/Blocking http-clients: Built on reqwest, with a fetch-like API. Supports streaming, zero-copy IO (via the buffer protocol), timeouts, redirect-following, and native JSON (de)serialization.
  • WebSocket client: Built on tokio-websockets and styled after jawascript's WebSocket API.
  • jiff based datetime library: comprehensive datetime library based on jiff (pydantic-compatible).
  • Async file I/O: AsyncFile API similar to aiofiles and anyio's async-file api.
  • (de)compression: (de)compression support for zstd, brotli, gzip, and bzip2.
  • hashing: aws-lc-rs, fnv, and twox-hash (aka xxhash)
  • Ergonomic: APIs designed to be ergonomic and pythonic and familiar to both python and rust users.
  • Type Annotated: All public APIs are (painstakingly) type annotated and checked.
  • Performant: Speed without the words "blazingly fast." 1
  • Pydantic Integration: ry data types (mostly) work good w/ pydantic.
  • Not slop: Artisanal, hand-crafted, grassfed, fair-trade, small-batch software.
  • No emojis
  • MANY crate bindings see below.

Install

pip install ry
uv add ry
uv pip install ry

# check install
python -m ry
# run & check install w/ uv
uv run --with ry python -m ry

Quickstart

Bop around the ./examples to see some of what ry can do.

Or to play with ry in a repl, run the following:

# repl w/ ipython
uv run --with ry,ipython python -m ry.dev
# repl w/o ipython
uv run --with ry python -m ry.dev

What?

  • ry -- the python package
  • ryo3-* -- the rust crates that are used by ry and possibly your own pyo3-based python package

Who?

FAQ

(aka: questions that I have been asking myself)

  • Q: Why?
    • A: I (jesse) needed several hashing functions for python and then kept adding things as I needed them.
  • Q: Does this have anything to do with the (excellent) package manager rye?
    • A: short answer: no. long answer: no, it does not.
  • Q: Why is the repo split into ry and ryo3?
    • A: ry is the python package. ry.ryo3 is the compiled extension that registers all the apis from the ryo3-* crates. the ryo3-* crates are designed to be usable outside of ry (that is how i use them).

Crate bindings

crate ryo3-crate
std ryo3-std
bytes ryo3-bytes
bzip2 ryo3-bzip2
dirs ryo3-dirs
fspath ryo3-fspath
glob ryo3-glob
heck ryo3-heck
http ryo3-http
jiter ryo3-jiter
json ryo3-json
pydantic ryo3-pydantic
reqwest ryo3-reqwest
serde ryo3-serde
shlex ryo3-shlex
size ryo3-size
sqlformat ryo3-sqlformat
tokio ryo3-tokio
tokio-websockets ryo3-tokio-websockets
ulid ryo3-ulid
unindent ryo3-unindent
url ryo3-url
uuid ryo3-uuid
which ryo3-which
Compression ~
brotli ryo3-brotli
flate2 ryo3-flate2
zstd ryo3-zstd
Hashing ~
aws-lc-rs ryo3-aws-lc
fnv ryo3-fnv
twox-hash ryo3-twox-hash
@BurntSushi ~
globset ryo3-globset
jiff ryo3-jiff
memchr ryo3-memchr
regex ryo3-regex
same-file ryo3-same-file
walkdir ryo3-walkdir

DEV

  • just is used to run tasks
  • Do not use the phrase blazing fast or any emojis in any PRs or issues or docs
  • type annotations are required
  • ruff used for formatting and linting

SEE ALSO

  1. Release-version benchmarks of ry (via pytest-benchmark) showed no real performance variance, regardless of whether "blazingly fast" appeared in the README or docs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ry-0.0.94.tar.gz (700.9 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.94-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ s390x

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

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ry-0.0.94-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

ry-0.0.94-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.94-cp314-cp314t-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

ry-0.0.94-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.94-cp313-cp313t-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

ry-0.0.94-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ry-0.0.94-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.94-cp311-cp311-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ry-0.0.94-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ry-0.0.94-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.94-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94.tar.gz
Algorithm Hash digest
SHA256 2535ed18756c762299213721643ac8f5a2e0f08cae13a419cea6f64ad56daf28
MD5 5b0c8b19d14bd1e85041b97188a38f4d
BLAKE2b-256 bd780556dfe8f929bf2298e9b944bf9578b537167a6af984f895dd63917f72c9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 604e928d289db88ce7f05fde918931eed6599ee1140aa376999a6580aad3d635
MD5 1333970e65446da378bfa974c083b156
BLAKE2b-256 98199b580abb019b95ae1590fd6c4d81fe8afe095464373cbd6f1f29037152cc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 375db0ce7605434ce9b34379b46e1d316c885bbf687921ac35a0bb5ead539735
MD5 5d655ed400f5a1315cfc4e66cc3f9e37
BLAKE2b-256 e08982a758e193ee943c5e7e1a714b5e01c1d84c4a72e639900a85b43a28727b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 04e89a32ea6c216e5b8544e21392c5ff2f3baaba731a1f440134dcde6a66e645
MD5 82402fc27b95625528c0e1af0fecd58f
BLAKE2b-256 95cea87d2ce695baba847a1cffcbb4fd6f729927ee06aacb4f3afc239e868410

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7963c075d56531d253240214a4307ebdcc72c3edf2e7667d937b0c17341b072d
MD5 fa71faea1d9f1c7bd12e47ecfe2c7917
BLAKE2b-256 250fa840c8c9519ca60c0338573d98d6e87195d21e4415f6ea2debcb0f306692

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 94fa35473c4efdb96c1bbbc389059973098ae0696849f5913365efd535cadc47
MD5 7075d368ecb333b80b024592a683eda0
BLAKE2b-256 53df6fd9fd6eda91827e0d403415424d1f087e1936b3c31b00ac0b96e573a1b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f1b499f635d47712196c4415e0d04f7da9eed89bede85cb0ce522f538a9dcf98
MD5 dcfb8701276607be67dc842ed060fa44
BLAKE2b-256 cc6ed245002b9d2b363c752845d308445516742b6f4980f5f10791b1fff8643f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a16d69b82dce348faf398d44a25f6674b3ac58e95271c5167d9f09fcaac99958
MD5 6d3a41ec8650cf5624fa3d88e0834798
BLAKE2b-256 f5b64d627957158f67ce6a8fc9dcf23da25ab294e6325e9d6d1eec546c2ab27b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6954e0a0a35f29d6ca20f12c1b0ac602eaa2d000c844985ac5ee3c461ebd2dbe
MD5 7e49a1ff1cbf7eb3f27c6da57a1bab27
BLAKE2b-256 44ea8b7a0f7ffda839cb303fe1f403d86956ee00621e018f66ccf5b4a1afd7ee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50d0c942d3ac135a00e22b36080a5bd67820df1be46ae4696ca8ed086c18a7c4
MD5 e27c752cf65d156994a0482877984889
BLAKE2b-256 42acaf549811cc5d022ced8af9a0b31cf294c509b297e20360e70e2c7a436305

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5fb1889ab6c7fac9013f48dc8b8a3aeb9b1285e68067c0f4c8e07447339cdaf
MD5 f25e920d8b9d595f1b61aa8f18867320
BLAKE2b-256 b526cf6e3d878a3419c08b7520f08eda02233d4d9b4c0212b60cdfd0d26d6de1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9aa5618fd93c869c44ed3f760f10116bc2bb094492a901359619a1fcde62a54e
MD5 a48b90889495d4c11b0fb0ce09188033
BLAKE2b-256 9f2c9b18085ddef6d8fb07bf382a549eef88dd13a0488e473d69e5731c12c3ca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c48e9d799a65b1eda985b5c7a0d55f673920320d46e25caed138b74be21534e
MD5 49d3881522a6f768495a9f6c0612629a
BLAKE2b-256 2be35ccaa7e9438d8c0799c622b4621d0a345f22b724cc3e7ccd1f071f0ed6e1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f49df44579bc5a35d8f8b616f34cc3d9d5a6e82f96e7ca5bf3a9206f9ca621c0
MD5 3a74234fb434f08c3d56bdc766404c07
BLAKE2b-256 e62bece1abe6808887b67304c4563e087b9d9a2e6ace0bc9b377ff262c097132

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4d255cd8ddc8ac088aaf2cb0094194dbbcf1ca528fadad6ed8ed715f6c980d80
MD5 b03e08fc0c52942ada932cb6068af573
BLAKE2b-256 3a422d2fa6182cc141cce61b1aa7c5343a5615ce1541f15c8d9e6752f85fcd4a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26522bb11ef2d25673b1a83884438f447dcb1aa57c571917f612b56520f79147
MD5 14e83f197700a1c0e4e9a70575e1c600
BLAKE2b-256 d06b3983a7ce723dab71683bd59b3e56d5762b5f0c928e38ced1e6a14bba2b25

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 022fc9068ce18dc198848ae3a1904cdaba88f4a62dcd71ef5006de97c0bb3ed0
MD5 08333a20b48198102db82d11247b14cf
BLAKE2b-256 92eea56272804a3b19b239f3a59cee1c8def4be521025a7bca6eaf14d7164116

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 83093b03c5120529ce9805cd240652172958206906ca0e9af5d112c2b80b1adf
MD5 adf722ec0801adb6a8ef64fd917986b2
BLAKE2b-256 212984b4d3839409a205260e7cf3e37c4ef2154196c8e7e0ebc513cdd1dbc853

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 3634eb021ab8c7713a64e5b2f5bb5eb4c49abfc1856c52d26ec5120a236c1d80
MD5 6be96fb89b3d8269987eebaa9729d0fb
BLAKE2b-256 9f8b78be8f8ddb3257a894bb762f28e05d2c4cdae57c758715bab4d9769eae3f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2eeba7b04a5241e50e977d7985bd7e70f40fa9030cb4d50e0a89a26f77deffb
MD5 5d0df7d178c6df359a0b33320a72731f
BLAKE2b-256 e445a1928f10343a2f83225c295a8ccb859b31f4f7321445380f696443a4a825

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c52f31b9a944a5f2f672b8408c4a17997ebeedf54f85126abd6156b2cbeeb69
MD5 25bfadd4da7d1cdf2450a0553b4a55ae
BLAKE2b-256 b3bc5708b157c5fd20013944a46192efe65dada80e3bf938750e0a75ffbb6a74

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4b55ec5d05572ea67af9136c6672c7fc6110982c625ea03b6afe42be45e727b
MD5 5b4d62c24efbec76367842c53d966d07
BLAKE2b-256 672fa26279627df884c46b9f8d1e15240b1a2ac88eacef597c3c848827e93b15

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 690425e99b61e63922bf0dffd66e2b224c6d52206c57157e159e50a1e14ee7ac
MD5 347a33be59c5b1620414572faea8ef20
BLAKE2b-256 e015ecf76e62159f4543a37408715b808bb0602090dcd2e7feb5d5411908454f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a6c1aa2c3cabba822b9cf45b04ff081f43c3373f75ef6a717da1c29f657aed4b
MD5 eb495c08f791355feaf3d13ddba18096
BLAKE2b-256 a7dd708f4737021e414263937b1349a211785b094ffb5c96bbe28aa4b96eccbd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0d9e62f7ad14951aa02e5058f8e5ac49940809c574d49c8f98c30c04a9c7f285
MD5 62f4123ad84996664eb2d7f214441fb9
BLAKE2b-256 ebe6fadc432799dd15394796c5d3d62cdacd9136b4fc5e8b6fd7f0073ebb0129

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d5c6b0f0d557f12fa1c33c53b805811bc28d82c78f92aeb4f87247174a7a7511
MD5 a4449810d35ad439b323991e12b568ab
BLAKE2b-256 1893e3df63e39ad9475fd63b1f53f87ff27c18fb51ef663df3cd12e0428e5b2c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35083f3d8b65882df7515efc11193b95e06b70f0f5b91b6e0b7b5a9fcc48c13f
MD5 644e4daa7ea5134f198362c84f682b3d
BLAKE2b-256 7235b6998a46b514aa91e4154ea895457c01a502fcf6c36796b0eff8994b1da0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a5cb017c6805b2a5d98b09c7b7211a7c6e41b1b038024d4fa664c0688bfdd0ff
MD5 c7a6f06127db68d03bbd8378204401cf
BLAKE2b-256 31efc771e196b3536b554141016b9524cb33eb3208befbe05bb4c1bc5ba7e117

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4bb805e280eac78dbd09b21740885e43a9a5627bbf2ebd01535e12f3110f690e
MD5 a98b5ca2463eaeaf0f2451b3058f1436
BLAKE2b-256 881eec973561ae5c4795051f5334b9bb1326525e104fb169fe4d15b7a8f56f16

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ae82bd7511a42d57c4801898a7da1aac368fa4e1bfc54a7e6abc7b39b82d263
MD5 e5572c476bddf576fe1797fd80acfa1f
BLAKE2b-256 6bcf2896ce90fa5aa3e4a4a46dd0eafceaa88a2395ed5c73292a4b94a1b4b73f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 9ffdc689afbc24e0100347ad313a4638670cce7b7bf3b2f02d2e48675f39b663
MD5 ff973b3c2649f675dd9a59c7b84e764d
BLAKE2b-256 a0a73c39a42436bd983b18f3afbf82a3aea646786f6354bbc10d65fb88f513be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e85f90c3c0d12109d0a9f2e13844661c7617b7079bc6c7a73520fad622e5eedc
MD5 eec178af6054589851c8d1e40e42382b
BLAKE2b-256 1c90c0dcb1da92d732b7d1d4904a3c104894517ef41ba3aa994355ac9f48f471

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 c595063dab2345381a28a48f4eada2e66617b77cfcb5875e0757ad05fd5c91f1
MD5 7b624df0600a028b14900d9f9c45679d
BLAKE2b-256 baf97cf822f832a0230d1485adc5ea5da63581071e133941f30e5ff0da763215

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b5e8885788e3068f268e364b5a0d19f637c01e15917ee0fb7bac5bf3c8557f32
MD5 d7ef999640b229311ff4b10d1c8e4e92
BLAKE2b-256 e406feae3393053e04a7dd5897a2c0336b98fa4b84a70d266af258d0cbcb1c4b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b461cd8d77c845aa9c011e93295f6b36a172ee829f6c4d71622e06baafc6e6e
MD5 aada3b3f61430aee93bdc2dba016eb96
BLAKE2b-256 0f31a0d57ee69ea017d668894ca259d4273ec031e0dc0c0af95635cd77ba8b9e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8363c87541f2468dda85ecd9b795f6785f7e2bce12c5cc25a0b3986a831c1b9f
MD5 bbf2c43c2a2dae852825db4daa9e99ae
BLAKE2b-256 9b0e6095fa007c674edd5a538f9ec8a9cd195a9f8766d65fe7525f573c91599f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5666f19ad6ccf43bdcd79d7a94a96dbb29e8dae2083853b7cc87d2dd29614cc7
MD5 b0e0b4bb30aba4fadbd7aa18479d4d77
BLAKE2b-256 90b2656d2211d5f65893d758ece815f84e6c2a6565e8e73113a57f5fb075e69b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3cbf409634ef681f0a92a4736714c3a616fb65783baea89b2e262c942172e601
MD5 c27385bba8971d3bf4a54bdc17c62cef
BLAKE2b-256 2a90a4801c481a31a56fa6f07a24b13328eb10f43e17afe0fc2a7974bbba1dcf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51b74b9eebdee37aa9b593ea805e04cfbf12e5a592d63a509b5df817543cb3e2
MD5 185e91a7da5126f933c4c70b0675885c
BLAKE2b-256 125be844f5ddd571c3c1e17471c7cac48c9242ac63a3e1ec1ffb7d6cc494fcd5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6d54a4723fd6e308d79358282d9f4b0bf9367db7fbc41f929c42dfab4b074b3c
MD5 af60bd4d124f01be49a229eacbd6a76b
BLAKE2b-256 701e8ad19c0a45924f4da434e016b3bca0040f3f22fc3aaebe47611597a2d131

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0d7b26fb7877f846a670506e3a5a13a1ee7684e43b8d3acecf7ef7e1aa4d395
MD5 91935be236b248f2c2e5a332d8b11975
BLAKE2b-256 c2713fce0b70b66f495a61eab15fe4513bbef055eb741262ff945d1fcda5e588

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 bbef8669dd5f8009c1709627d505fae7c35c542b910033edf9c087b5febea0f5
MD5 bb31401b8c6560065328af4af4f81e53
BLAKE2b-256 7b6dc9cd3aef3cdf8ad22762c09a6a5f7e7682d2c55119f1068c1fe0c2f72409

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3b3a5db592c8e70f502d8e0e140c5f00d4f900a512afaa057235c32c9b8d41bb
MD5 46bdf3de231f5ef2758fda6a5c516d15
BLAKE2b-256 a2e7dd93c451297098b5858bf0b461887404cb534508a34a7b575142b79cd856

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 6339a91cb135e94057d90a70b7813be51176a972cd4822ccfaa658bf89965088
MD5 23fde099eb824512594037e5b684e9e8
BLAKE2b-256 5dc941cce46f3080bab80817f7565c13ec66cd0c80eab2606ace29b7f87d2555

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04796c4d424d1c7da04efb04a48df00a2d2fdd253c68446db33d1093bd8446e9
MD5 e145cc2310cadbe1edbec827895c32bc
BLAKE2b-256 2ae004f72451a7d59d9ec36de85f0ebe25bae5dc1fbe58a9a381405e0fbbc41e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94c7c5e36e50faced7103cb79209b89284f29f30c6f7a7b36588f606ef0d6b22
MD5 053315ba9a40d9c30551cd42027389b6
BLAKE2b-256 411071ea795421928e71cca038122f1f3a0fdde2c688f079d7a6bc4c6a139224

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8258cbb6dbbb102ca2f95a1afc0970bceae9d1e748508770faaf46e824500744
MD5 ff2f20076cb3606b4e0a72f57d63bed0
BLAKE2b-256 6301d8d0dff014c72b596cbb91360fc1c26a27882ce1c3c698de5d2f7d515321

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 365a4bf10cb5b2bc7e7f6ae50bc5721ddd4d91ef5867776be70156af24174a63
MD5 6164ddae04844a979ec4fba565c2366a
BLAKE2b-256 ecd8a73a9cd9d59b4efda4321333df5c121be39cbab74a8d736bdf341834cc1b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 cd7ae434f6337f08394bebd60be95c3bdbcd022c30454f4107ec3d668b77b996
MD5 4626d8082fdd249010dc974369500e2f
BLAKE2b-256 30549c7d842976e87f872fdb4e67a6597ddb2edf69ff634b0cf17deacaa5689c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1015338e2230a67b1f79b63b1964401fab3f0180fa115a344c1dabbd6fa6fefe
MD5 9ead180e6a65d657b1b72507c0444a23
BLAKE2b-256 e5982c7c85daa391bf0ccec80fe55ba7cae9d22ca036a6fc0b91347f6170d202

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f0215598916f782d6af9265050fa3096a772528a1a3da61cbc45caaef8c408f5
MD5 e69da1d64a950b73e90077e562bb0f65
BLAKE2b-256 7cadfd30ccbbeda9683b3a51a688451c911a11c4ae2dbb90b345411e890329ea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee6bb0cac74bc76c18adf2b4461481f35ebffe21cf68b33807235c9bf21ddcc4
MD5 a64aa1d8676425fdb83a569c706d5c4e
BLAKE2b-256 761ce4b189df3594a781571e6f7ec5125995ea1117a5c9906593b364a89fec51

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5366d9829aeff8906eaa4743f27812e55d48c860484ec8ffdb141a1be83a89c6
MD5 5a99015287a9d41d0cbf80a551b42731
BLAKE2b-256 1b9d8fe4e09dc52ab6abd8c7bf074aca2930af444f2023690b971e05f08a73b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5ea7aa87a51662a9d021c7abd8aa0521a2089f1021e8f42290ac1fd531aae83d
MD5 1a787aef856ec1b52063c41e84dd0170
BLAKE2b-256 c07edbbb0fcbb734132c50eb4701b3f09cbfbfdfaf7a56bef1f66652443f2aad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f286cc3342f555e82e45f33b9af9c430ae35c1a1fed8d5b43d89080dfc425b5b
MD5 f0778627cb4b36beb2ca5261e1f0c8f0
BLAKE2b-256 7061e95242ab37453399bb1a24093abd5a937cf1e01762e942f96586c6cf6ad3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 fcc9efc5d39e9e07bcf9c48fda19a54ad8da442daecda07a813efe13b2f36361
MD5 fc6384b7cdff24821fab1c400f3cd836
BLAKE2b-256 c0e8c9fcdc2fc73958e5e942e69c1856f4298811f6893931e1310fb882399785

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e954e751f12b4c5869a9177732f1984308f592d7394d054221a7a2dc306ff94a
MD5 14f57afef31443275337bee17cb9703b
BLAKE2b-256 376e33d4a759d9a91cbc0d9e276dad06a567469adddb93910eff2acbbf92ea33

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 e0c24cf40f36f98f9a432eb8e870935023c082750cc80aecbf882b3d3f51b7f2
MD5 d23cc732272524cf674d5e43eebf9e46
BLAKE2b-256 60c917deee0708055ef3f41335357e7d7716e7a23bc6e5ccfac6bd5f7c8949cc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4342c2e5d965287dc561b4811758c97431417820f1ec25f8dd65b937e510d8a
MD5 4148390f6450393859428a539b3e67c0
BLAKE2b-256 795ea80a9a1d50513f6ea8ddc577e808e40d36c29df3a2014589e0aa6c422e9d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5f83d96f34c7195ecfd70bcc90f2f95bc5bbbc4a8c09e328673e089459365d7
MD5 83de1cda3a3e1d961d677fa750ec77cf
BLAKE2b-256 311bb952a655824bcc4286973b6730c93e5b4bd83e36893e40ef04ab479ed1a4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c2ed6607444b2ea6b1d8ff699ffe28a208986a1756b9203a53a24f3b415970bf
MD5 ef17de1bddd7e3804e6a523cf3e8228b
BLAKE2b-256 78b69fb143677363ca700421a9145b0e919d8b8d276028004516eb6115efe77c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f23864e0988b39609d556f7649c8061c7477d6e7e293c53a22637a7282c45fd
MD5 6d6cd2820f0a73688b1649722d67a7d2
BLAKE2b-256 97934769a2cc567dd9d8ab55d58446a078ceaa628ac09e740c65cb61da090606

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4ae944c9c3713b39464a6b21d8369a707c16cb6fdfaed3cc0f5fc55aa7746092
MD5 f3a51eff918721282d9458c38b2dd0d3
BLAKE2b-256 dbd9d65ee0772b679675dcb5bf487f0519e1222389df47186c53739b784414ba

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b31f283468373614148199e6759889e606bf5d9950e2a2dfc14602c92939130a
MD5 d2aec094d95c48baf86335e91b8a9172
BLAKE2b-256 6a6fee15737a008857d7a2c679ae5125219198752f24b0bb1b39cc3d5fcfd348

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d9f1ff1f1c6623ea8150a1a3b41077a1c06d1b6f0e5999d6eb50124b890d4533
MD5 51f50bf59408d107239a15359b56d37b
BLAKE2b-256 d4c220eec7d874cab86f31dd4b5c7eb06c87aea8a45701b2cf2842a47bc09c51

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 803d7d2d18b49fada2a40f4fa11029ea48b371d359b970bde3ff7ba2aae71af5
MD5 e8be584ef90eff3a5320f2927d057161
BLAKE2b-256 e427a896030d08e37d3846bccb8669d441cadbc0772053bf8a3fbd839846f5fd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b5be2eb453281c10a796ae10d208c2673e7af8d7d0cc6c9d777f347d352ddda1
MD5 cef46d7e712c496f0c625540b9e7d8e9
BLAKE2b-256 cee3423eb0b1b16dae777c49587eec668042e0407dee4628ee103d474c9fcc65

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2905c1ce75fee3d4cc1293d92a194863a09379e6395b77498f9645ff56895989
MD5 b4efaf7c1c99283c70e54866c451efdd
BLAKE2b-256 e8f17e71009133b338a193463e9ead66e752fc3686355c10be09a0a9964a8c76

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b42ebdfd32fde826272babd3ce24cf8e9a49b11a30d805e2fc3e1390b8c551e
MD5 0b69bae99feabb4bba472d00afdb2e9f
BLAKE2b-256 a211607fc35d90ccc62a39083e5462aee854b0f515417df26859aa80cc038e00

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 5ec2592425532e2d83ef17be17d9e3435d5d0cfc60f9e733f6b547d37663265e
MD5 1af8e1596613a94905c94963e74977a2
BLAKE2b-256 cd48979702b7de02bd5fdeb832afebd7a38ecb478a4c40c5504639192650f6c6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2ecbdc88fb6a5de13f9db19a4f84a3742de45a5d90b17cc1fb694608ce95dbb2
MD5 8824feb9d5b4e98b9660885b598cefa4
BLAKE2b-256 00f624fede9110f1b7d66d695220a03f587ccafb4694750a832081c965e97889

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 b2ad54bb8cba11a1b730fc5dd3e5ec0944c7c82444fc320a8e35cc4cc0b5b46e
MD5 45e697cdd198d6350f783efef5064e47
BLAKE2b-256 8ce172e4309938e10b21c96a6f099fc42bcc790b40c943d69415e55e34143379

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 062304c294187e1c825cbf9b3a8470123eb4f0f2e055449f341c06afa8d5a467
MD5 20eb87c7e9517a5f7ec8af33ee070387
BLAKE2b-256 50a89356c3c533db339ebda0817ea6644aa833b6441d61f2bf13f6d55e4f4a3e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9943a9b78bc02bd7742ef4775c60618b904f33c39ff3c83d196dd35d638c930
MD5 5e68ae1bc453cfa1e4ed5d89a4acad1b
BLAKE2b-256 d89c459f48b41d8dc9701b9d1daebc750b54a3d40139a9fe4ec195273af3dc96

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 241644d7a7eb66b19ff2703b92c969f5d84522dbc2d5491b744b0dbcf91cdde0
MD5 7b951291197c8b653d054b3079977fd7
BLAKE2b-256 eb70bbca65ae51c584db590f95ff409ef93c847bd9447540e6fb58ee5ad56335

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c8115e1d69e7064313682dc26ffd30ca5ccde95356db83a2902031351cac7d8
MD5 5568065fdc057d245a2cadba9e4be41d
BLAKE2b-256 d39af71cc2e3998db5df9cdd6e2838576603bf9929ca1fd5f350fb567005b7d0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 fae493c4b834f15066f24b0192ea7563bf6ce4be29fd49333d22fe5f6aace421
MD5 3979cbf1e7fd0bded69d1233c6207d3c
BLAKE2b-256 f5a38688b7f45190e907eda8d25e03d6efc73e17b5eeac4e6c8636e1e6fa37da

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d53071f88567936afc5c89559ca9c4d134c2aa834ea18be82afd7b8b6ab11d85
MD5 78088228d20a6617311102b9b25be384
BLAKE2b-256 eca8f7515b776efed059c8fbdc3f14f47088cab578b31c1ed856a140b8f7efff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 85e62b11f37e749f3187080b4c46736183a72fbb9febd0c8c4202fe9bb323bba
MD5 39c184e1b253cab9c71024abd0f6f761
BLAKE2b-256 0931fca90fc41743654c92310d35af35386e75c22dc2a552dd024382a725278f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42fb9f5297f1c66bd1a84602513e6aa21a58b84b525bf68be5458ab809965732
MD5 13b975c8bf87b2122ce83c60c39df47a
BLAKE2b-256 8c61d71d5718d94f3068b6b6a07509e99118ffb8bbc01d02b554cd94846216dc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65ca310a0c088314685682a8b6ae67245d57b57bc1940f7bc4ac7b9c79e21f5f
MD5 c77f3df3de74c29fccce08b605d323a8
BLAKE2b-256 ef83172140c11baf1cc0a6edf87a907d27ff03e39ba80cbe893f31c2550abf4c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 df979b8a1d993ffef3c1c17977132169a36cffae104290bc4ad5e9bb83746acf
MD5 7eeb7b73ff3d8b40d73187b9178b23be
BLAKE2b-256 a8a17054f9c29f3ad8ce994737d700c92c000b17ab69422d4d22e80661e440f4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27ab560cf49ae76a1573834b36fccc18b5a31fcfde993e871dae4d0a038968c6
MD5 3f5f2bc95b9d39966adc14e455a77f21
BLAKE2b-256 5dd3cc96d0a322cbb434ead7411ae99a266313ee3ec1ec2e2901b309618b4c81

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 583ce42e314d2d09d36fd097a34d0a9469311809c05b78d9ae23a09a1af5c5aa
MD5 3fdb2e470fc0f99a92eef89f6921b116
BLAKE2b-256 f117736ab7da66509f5df5d347c661d8fefe5ce2c1e81644829a552c2730da23

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 7e18404dc0f19da07040fbc918d201d4150dd3a3c6c7f7242096f7594e876fad
MD5 e484a2a5231ba526b703f88c7f36abd4
BLAKE2b-256 3bdb5c0ee8956a7de70b29cdc47b911a7abeffcc0f89c768dd05cac465688fdc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 ba189fcce9b41e81f3513826d572f464eb42d350b8b5b9219e00df1af22a6c1f
MD5 b1d376e792343e0e39b5ca95b819e7e8
BLAKE2b-256 66e0b65bb63cf022df45393a4fae8bec6c8aac76e434a176506d90a5a4a8c4f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2eba138655b026c836758e0ee9e16e553f97b54a506dda94abe99f6e52e25e4d
MD5 69fc3679325110702aabdf8f4fdf98b3
BLAKE2b-256 4f497d2ddfd3ab226ee1e9f1d130be41396525b5554e7f42ad4560db8124fbd6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59ea2682c6b3478375b68f25eaa50729ad91273165bd22bfaae9074061a63cb3
MD5 155befe04bc55e0f37628affa85c76a8
BLAKE2b-256 dac15c6c56a4283b0ff5cdf04bc16a3d56e0f8443418f6b346c5fc437fc7111e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0d5c5672b31dbfa7de5224ffb9c234f36e5869a8c0b35347dce040cad4d2ef6
MD5 e665746cd0697b4407d9f48954b3faa2
BLAKE2b-256 e36b117160fe15e0e5328efa092ab91364a30a0b42f03a5291e79a80096961bc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ry-0.0.94-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 393e6f571b74a9fb72c064d0800dd2aaf985eb27486c0c96aa2cd8e712974fc3
MD5 e7e55a0b79e8c27090a3cc0943d17a63
BLAKE2b-256 6ad895d77ca0ed0589172723381aaad7bc6c70a034ebd38b819b6678f516790d

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