Skip to main content

An asyncio event loop implemented in Rust

Project description

RLoop

RLoop is an AsyncIO selector event loop implemented in Rust on top of the mio crate.

Warning: RLoop is currently a work in progress and definitely not suited for production usage.

Note: RLoop is available on Unix systems only.

Installation

pip install rloop

Usage

import asyncio
import rloop

asyncio.set_event_loop_policy(rloop.EventLoopPolicy())
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)

Differences from stdlib

At current time, when compared with the stdlib's event loop, RLoop doesn't support the following features:

  • Unix Domain Sockets
  • SSL
  • debugging

RLoop also doesn't implement the following methods:

  • loop.sendfile
  • loop.connect_accepted_socket
  • loop.sock_recvfrom
  • loop.sock_recvfrom_into
  • loop.sock_sendto
  • loop.sock_sendfile

call_later with negative delays

While the stdlib's event loop will use the actual delay of callbacks when call_later is used with negative numbers, RLoop will treat those as call_soon, and thus the effective order will follow the invocation order, not the delay.

License

RLoop is released under the BSD License.

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

rloop-0.2.1.tar.gz (39.4 kB view details)

Uploaded Source

Built Distributions

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

rloop-0.2.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (578.4 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

rloop-0.2.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (528.7 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

rloop-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (365.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rloop-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rloop-0.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (324.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rloop-0.2.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (344.9 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

rloop-0.2.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (578.9 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

rloop-0.2.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (529.5 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

rloop-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (365.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rloop-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rloop-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (324.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rloop-0.2.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (345.6 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

rloop-0.2.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (579.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

rloop-0.2.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (529.8 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

rloop-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (369.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rloop-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (350.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rloop-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (325.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rloop-0.2.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (346.3 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

rloop-0.2.1-cp314-cp314t-musllinux_1_1_x86_64.whl (577.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

rloop-0.2.1-cp314-cp314t-musllinux_1_1_aarch64.whl (525.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

rloop-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (363.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

rloop-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

rloop-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl (319.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rloop-0.2.1-cp314-cp314t-macosx_10_12_x86_64.whl (337.6 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

rloop-0.2.1-cp314-cp314-musllinux_1_1_x86_64.whl (581.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

rloop-0.2.1-cp314-cp314-musllinux_1_1_armv7l.whl (649.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

rloop-0.2.1-cp314-cp314-musllinux_1_1_aarch64.whl (529.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

rloop-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (364.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rloop-0.2.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (373.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

rloop-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

rloop-0.2.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl (399.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.12+ i686

rloop-0.2.1-cp314-cp314-macosx_11_0_arm64.whl (322.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rloop-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl (340.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

rloop-0.2.1-cp313-cp313-musllinux_1_1_x86_64.whl (582.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

rloop-0.2.1-cp313-cp313-musllinux_1_1_armv7l.whl (649.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

rloop-0.2.1-cp313-cp313-musllinux_1_1_aarch64.whl (529.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

rloop-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (366.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rloop-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (373.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rloop-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rloop-0.2.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl (398.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686

rloop-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (324.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rloop-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl (342.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rloop-0.2.1-cp312-cp312-musllinux_1_1_x86_64.whl (582.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

rloop-0.2.1-cp312-cp312-musllinux_1_1_armv7l.whl (650.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

rloop-0.2.1-cp312-cp312-musllinux_1_1_aarch64.whl (530.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

rloop-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (366.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rloop-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (374.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rloop-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rloop-0.2.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (399.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

rloop-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (324.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rloop-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl (344.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rloop-0.2.1-cp311-cp311-musllinux_1_1_x86_64.whl (581.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

rloop-0.2.1-cp311-cp311-musllinux_1_1_armv7l.whl (651.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

rloop-0.2.1-cp311-cp311-musllinux_1_1_aarch64.whl (529.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

rloop-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (366.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rloop-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (376.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rloop-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rloop-0.2.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (399.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

rloop-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (325.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rloop-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl (344.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rloop-0.2.1-cp310-cp310-musllinux_1_1_x86_64.whl (582.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

rloop-0.2.1-cp310-cp310-musllinux_1_1_armv7l.whl (652.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

rloop-0.2.1-cp310-cp310-musllinux_1_1_aarch64.whl (530.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

rloop-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (366.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rloop-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (377.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rloop-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rloop-0.2.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (400.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

rloop-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (324.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rloop-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl (344.5 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

rloop-0.2.1-cp39-cp39-musllinux_1_1_x86_64.whl (583.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

rloop-0.2.1-cp39-cp39-musllinux_1_1_armv7l.whl (653.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

rloop-0.2.1-cp39-cp39-musllinux_1_1_aarch64.whl (531.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

rloop-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rloop-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (379.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rloop-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rloop-0.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (401.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

rloop-0.2.1-cp39-cp39-macosx_11_0_arm64.whl (326.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rloop-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl (346.5 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file rloop-0.2.1.tar.gz.

File metadata

  • Download URL: rloop-0.2.1.tar.gz
  • Upload date:
  • Size: 39.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rloop-0.2.1.tar.gz
Algorithm Hash digest
SHA256 56da2f8433b3298e173a7f0c02e988c89554f8a24492fee2be34ba9cb8736271
MD5 a190d3748df6ace1f1dcf14c5a42d39a
BLAKE2b-256 7cb379b1cb770fd65a9ea9f72aed3cfff93a467d7884f48a327043ec6189def6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1.tar.gz:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 27b8bddb739ef61277d887d3cb5d6ce9c910ec874b9de3c2153038418e282c0d
MD5 67dc2deffdd3ec193d90176a7148c6c3
BLAKE2b-256 f59454c6df746978239773592a4693648e5356240893060f636a36d571303326

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3b146f66f57c64db6982eead28f806837e6c10c583a3be166d78aefd9c74add3
MD5 530970721d8e5ade087d9df989c57a83
BLAKE2b-256 9bf6d7df948ddf8d13740668e37304a58a10e185fd6188b3b2231d7017407a27

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccd654ebdd1751fabb633acba15d0959c5bba5998bf60667dff96f6d75937b37
MD5 ad3efc5707542d91a3832d61f73f134f
BLAKE2b-256 df7072437ab044f9699a1720cfa7d23d4bd9a53082f4fa993c6e1ef7b229e1e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf6f7158addc2425c7c3d1468f33946001f2f01ff736d2d997c42dbb486308ce
MD5 6221450ae64a20b88f8702587870b6c1
BLAKE2b-256 f7f47bce7e90d213fd2b710262593e2d41d62a32db444a056faaf94649fa5b4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29f80bb2c81b7ad732308dfba050fe5a441fdcc8bf8a6d4c681621d83ea88895
MD5 726dabb2a51621752b60289ec4591aa0
BLAKE2b-256 82e16055b412baf30641eb843620f891ac663262aad5b471948927e098973dd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fd214e89c04cca40940e3b6327abc6585ced380b9fab5fb24d8ad204ab55ad99
MD5 27f72d9e89ce28cdfe8c1898a24cc9fd
BLAKE2b-256 3e0fb8d25ab2f6926c0a675f2f3023a5223e36be7a5d6c34d9142850dd9efcab

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b89f5f98b38decb95a05fd8a951295bc6ae8f5164b34b99d3979bfa8f934342d
MD5 6d0542b79d58b9ffea633ad33ee6418f
BLAKE2b-256 283b34be559f7fda9dca55f88c600e8101acc50590d9abbca8d53ca46eb5018c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8ca57946b2e71f2e36edc32a4561937ebaf3ee6c41b165626f7536a46550da20
MD5 0b5a611a0e1a2a42daa391f1ac28dad7
BLAKE2b-256 f2f757ca0293ed877fed0e562597a06b75c15b1d041b48882b1ca735102d0f09

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e688f8d0930c6a3c6c3b31749dbea7dbd0f7751960a3f15836cbbada2c669a4
MD5 bbbaae6182cd0161bcfda84e5f47ac05
BLAKE2b-256 2553cf60321afb824bea1d762c69a58b7269a0f07719a2a754e3604a09373e93

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0c7c6678bddf4d36566197a9c7efa3ae3c7ff25b6b2bfcd7dea1c86088763c8
MD5 4b9da0446962a0145a4b8806a7eb34a8
BLAKE2b-256 99a4dd8e8509b75fc2c9b57192ac75d46a52d65d52eaa8bb0269b0bf15ada6a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e41fbc12ff5e535cb903c045418a1d2aeb17e32835ef075ed32945bf5fb7945c
MD5 04a0b3542ea48fed28744404b5c97a61
BLAKE2b-256 31758d2e88947d26bba61d382488f76ba76cbc3f0b13a99f44cb1f238b1270c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5727051efe575e385988927e4af5ce11899e6cb4cd8278f3d5d94d275bc5aab0
MD5 baced70c8185f31d3cb6a5667f86aa8d
BLAKE2b-256 a320ce9e9809299300c648829f053d465f07a10e8febd97a0d047ae44102e407

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4393862e9e651fd817c6120a0758ff099cec1d56d831ca705ff3d974f13287f6
MD5 6b8f4ded2e0378003325eb8ba5eb5193
BLAKE2b-256 da3a377c256c25bd39158576e20d72dedae5a23cabee29b71cee99f62ce3192a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b5695e9cfb286334e545ac114dc0d0fbf00472779aeb07122fa5d32fa23c0a06
MD5 2d49b8b631cef8f57c3291e8d04265af
BLAKE2b-256 806d58796327efa07658ca7e42ce584ed43ff84f38b0e7ccb018956aebe5687e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab51bf215344b44ba94e12e756df305197c53945b8dacb8c035091d115a65977
MD5 97f3d047616804621a168135a93ece46
BLAKE2b-256 002fdda9ea32aac7bb8b48597f500905a48fc2d16dade4dc3fdff43b73650f1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccd93931bef023421445e8dfe70c2374525e46f5ef090492f34692db6c779e04
MD5 907336a4c3e208444ad8d204c188bcf4
BLAKE2b-256 b3b2f68075e944539cca566bc0b03a4abbd02c2daba1a8032321b692d373a801

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03cd02ef672fbfbd5ab887bb9ffc7bd99d70514b1a1f8606e4da0fc5e546b24f
MD5 50e9bf865c2a6b52d4ab7a903a031c3b
BLAKE2b-256 9dedbf228d5fb523477c66fe6c9a03a46719ee457170c85232f8a1dca84dbd3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aeef5e05480b31b5bf5e27e4808b92d8ef339bfed5768e04ca4cae59ca7354c3
MD5 980ad9272ea7314e077e962f8898fd53
BLAKE2b-256 b60a4cebfdb6fcd696c27392c3f318760188123260aafc3f58329312ce811834

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 21430a89f00075717b10ce46b6a4975767aebe484155c6497143bed7a5f98714
MD5 ba14929241cf13e3e16e51fb899815f5
BLAKE2b-256 78f98edf498eabd32ff561bee6c246f790df44ca6c8b726a869fe2f1bd3a3385

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314t-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 27e2e3277ee9f4174442af4a711c2157e1ebf8d59d4994d521eb90b2d7aa77a4
MD5 d853cbc0c742918d0f69ca418f973c88
BLAKE2b-256 550efbba4f97b5a39ee53a1223c501174f02979a7e7ad40f78f0ef61eee0e2a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314t-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed128df908e3e29f28469a20b12f67abbfe27482fd7a263c885bb467558084be
MD5 1b088cfb765c39922a372b403c3b8d03
BLAKE2b-256 f763f6ac350b34aa0c7299ce7ed7bd3d1bec17a2e142569f9f4c761036513634

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e6c0a3a2665e25a7e52adc071b4d07cc25ae69c173f84a0503f50345417728a
MD5 3ec7bdd5b70db6891512a11348f8d408
BLAKE2b-256 dcb854d383af0b6eaf6b85979a5d4b106cc206b36704a2a601886748881d41a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49e72691f061af41ca4019a09f5281bfbc12613a5484fbe1c7c5f9d69d918e2d
MD5 66430b24defd5a2b18f5a0c2606c8631
BLAKE2b-256 d00f35e169f5888de1989201afb400b37c9b4342803aad175f8d0976db8f915e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 94730945542809581bf2bf3c37e2c9845143fe5b3f4197948578092da21dbaf1
MD5 efd2e2ca2d49f8cb333fef6b55fc575b
BLAKE2b-256 b9d8ed3c27d31de0d620577f1328b5987e6b4d795ea6c66351d904f9cfdc875f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a3de06ac3840ab2d78ff9f8b3d7364024aa444e18fe19635bbd78eb41628ca14
MD5 16a90578b1cb82f843ff8bade85bad3e
BLAKE2b-256 a668feae90e927297d20f10ee5f734a7a12fd358cd56eb1ca84fdee88ab38669

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8dbac6143b21a934024f4134b68263e92d496c7ffb360806f4e668d5c73add16
MD5 52120eca443308f7137a330df83bef17
BLAKE2b-256 babf0c974d1a4828adba91e28315c3b07c669a8465527ccf7afd7be9f8778275

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a5a8b0b221bd3386b76674bd6182c95043207a26d355e850897291c63b152c7d
MD5 8df4b1bc38c730180a5978d2a5720cf7
BLAKE2b-256 649b4a2fc818363151ef010a5ece88a0b39e338b10487813a52529e758cf92a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18e9e2176667efe45117e284f1c46e8fbdff5b450d7b9d85a05d840dff460976
MD5 67793dc8d5a18093f1189fb9f8453dcf
BLAKE2b-256 27de87db48391c8df60597db72db8a5edd65d10175fa7565beb4aa94da79e735

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 051c5f993e521481f497f27d3856682e2846ff2b434953fd26d618bcabf3e380
MD5 13e5e9a9a69f16176689d4e1ec948a7e
BLAKE2b-256 048938f6cca2e9620b6bbc515620475bbff0fe9a0c9962ffb323a783d4c51ec9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 585d9d6230b1a31ba14d7f5a8a9e625ac61db979388fd5a92e597a8aaf8121a5
MD5 bc140e174f976a7a7e9435debc5b954f
BLAKE2b-256 ed2e39e029f21eb5c7a6a2987c373133e136485ace2a94e00f0c65c6084de58e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5b87b0aee38e9b6813fa1b5f97fcc6e3d75b9a747b574a34364e4b0046d774be
MD5 707419f61bece518f5071c2aa73f050d
BLAKE2b-256 0d64145f2a418f7fe4b67d67d399009ee32f9c9c4de7e833b9517540ab1d46c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10efd287e80fee01f2a34e479d5ce256a1afc303cbea71fcca7ec5ae7f2f31c4
MD5 1841ce9b081f7e3bab3ad1d744f1e3b0
BLAKE2b-256 33b53c06f96256c4db7d86f4dd90a9c0ecdd46ba1a40e858646a4c711879e0f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47f41b207c1b2ea39761fceb4fe3d2ae4bbd837425ab846b49a3ac9c8494031d
MD5 4866d66e0593b30fdf7bb3573be06cd1
BLAKE2b-256 aee6bad2bea55e3621e0260d2c6732024a0f31c715b58f4f98076f513c7e830e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 43d846567d90045ec2b273ee2a38cd1feebb87898d7237f740e292bb48196b13
MD5 0987b1ac86616fb2a205080274767d23
BLAKE2b-256 0a296ec3f8f35530c7bdd2e3897dfa479bd13693602a2355c7c3c9e0057eb5fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8ad9c8db659208b3ef1afe59fb481426a39ffd8bfaaef7eca0ef5c30cb297371
MD5 4e01fe8ccb3685cb376b0d7589e3962d
BLAKE2b-256 7e440b8faa8e251741c36b31abe59d2c59fb05f37cf451bf8ca618f060581959

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5f3140c0aa3498b0d2770b6459005dbd1e3bd35113e63e0d734f5bb529b48d92
MD5 8ea1e9d3e35949d98412c096e69345e1
BLAKE2b-256 c9b9763cbbe1deba5339c8564ddb4335e5fd6cacc992c65d91dbf85a181230be

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8911beb2931ed80c9939f5de022e2c9b944fe23cc501c0fd54d147ed17f84a29
MD5 d62f8944468a73f8c42815101335097f
BLAKE2b-256 54dfd8f97f1f589aa8a2647509cc9f9240c88c8c4cb5fd97a6a2ebf912edd2e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 12d2d4d62fc31444929e308f3e65450c7ded6596220a6a2ab2227ab71f2119b2
MD5 0bf3475b2bed121a91bb372f2bb12979
BLAKE2b-256 df36c2237c11c21e011b0c11f4bea80d1ad017663f8110ec480c964329e6db3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae49f3bbd362a788e945bb06caf71ec4a24f662e63262afb90d56b40a422a99a
MD5 84d71d114e8871acd8d1394e9d2b2eff
BLAKE2b-256 630281f709151e336139e642a1ec6eca8c88c6e533f01262d0bd8909ced7c45f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da178e2c8f30700f8272e7b097c261ba8c42308965d526dc33288d4264511a1b
MD5 f0d93aad510d3659e08ad08e81c67f41
BLAKE2b-256 b6f9a3094476598e8f8b012d00d7a9fa9d077f45282a0a03a00876d575ec925f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 230b429c2ea36be8a5916d8527a8c3a40efc24d2394b28490d6b675fb71267a5
MD5 43206da972eb67c48167c322d31eaec4
BLAKE2b-256 24e3f5fe0aca4b213bdb6456202e77fbe06b96fafa2921689dd0e8ba49597c31

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4e7d64303631771ef9c8665c3a8c6cd13db6b9e8afc840189e55bf55bf5493d3
MD5 814ddc2af8e3e5429595345d4be49d9c
BLAKE2b-256 e35bb85fb1dca884295fda80edb86c72d27cf879bad428619e96abee849c223c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 450bba088a13260a6282af58b995d93c9bc2ba618f3ea96ece40c1691243caa7
MD5 371e8fa54edac37de32008a1a52eb8a2
BLAKE2b-256 4b3b30041b7e8fbf222d8efe83b6a1f9cd43befa46740ae0ad2f00ef57f0d548

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 102b95fc73753940b4568623a070b63cce222fffbe54f014bb9293f4d0ceae08
MD5 9a725f7625e48ea6f54407f1b71fa0da
BLAKE2b-256 1db81f039554db8c66aa0bc52e00a55387e51cf615ce855671e3125c94c1f994

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5818d6515500227cca0a8f304b0243529dcfcb654aac361ea33298d52b8e6ad0
MD5 eb7caeff3ec2e81cf9bf808366bc7a27
BLAKE2b-256 7eae7a680fd243f3e4d3c01aba70409b0f4b5ebf0ce6c3f1fe8c7a5d8812a7ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6627a3aa7ec547d5c6a4118f60bbd55d92bd1716ea9b2b48c95f68cb48738dd0
MD5 daa6b1794a4e29d331bcf90c783b7dff
BLAKE2b-256 63a1f7934e3ed0ba001838dd91cbcbbc6c31e78ea1697db538693ca6abfc379b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9186e0a4a08c794d43ab386c84fcde4540b2aa3828139e34e15460647616c4c
MD5 775da85ee730e943c7c79014a8995d4e
BLAKE2b-256 b8cd69e29c8cbdba75eaafbbd1ede3bad7600ea37a4fb35e5d4a7799aa4014de

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36143f99be5e643186604b933683bcbede4a293fd24613f94f6960b6c18a6e65
MD5 e286897b688922cdd4af2653df4c4780
BLAKE2b-256 1f308567f5a0cf7f2c63a06215b096aa46439ab557f252c76d5ae0010e383698

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e350b7d4f19a08d5b456616d306c8723e3d5b6a2ac6059f9d65b1e7c577c049b
MD5 b0451611034055c1abe2ec266fc48873
BLAKE2b-256 1b024a6067353106992f2f65bafddb655ca5ebff3df2218b7aacc93befae3b16

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67524d4d806d96f61d53d39ddd2a9e19d4d76f092760c990dbd7824dfd3d990d
MD5 7a583b617dd826607c3b23cb292257f3
BLAKE2b-256 e353e7accaddde0661b017312df5d0a233b7d40bf3ea7303457ae507ad1ef36e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e5e264541aa78e6aecb8c148c1f39456d25a7c2761d55570b3a45692a119b5dc
MD5 9559f72d68cc741fc7d8604755a9fe4b
BLAKE2b-256 505bbc053744161f97da341d1fd5a14f6c202db2cabb7ad6bbe8590619b685e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 48379d476d0127a92c0f6bd12124dad9387b650c1340dd33a6ff6574198bd169
MD5 52af933e095051f059e0a9fcd7a77030
BLAKE2b-256 8fd8113835d000cc9af17d09a36cac5ffafa303c874eddc96537e53adb32b1ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ae56db9ec8f48ea75294800ca6cb0bf82cd51339db3918d61ab5354f0aee4d80
MD5 72b04e49879eb3908c12479cef72ea1c
BLAKE2b-256 14708a6ac25cf977e6b2937e699d6fbf85d1a297ee978222d24ff84f28f0d579

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 029d80d4e397295a089bfe13e1a51be474229f923948a6d9e4a4b0d7208f504f
MD5 694291503a935bc5d041221d0f13f6c5
BLAKE2b-256 14f63f0b7fd4bf6eb716561c41495edb9b0ca47f97745ad64b3f89cec9f9335f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7eb00f24ddbd38ed2a21e50fb2a8ba866535186f17df7fb147778e49ac63168
MD5 95a1e76c87a8684bdf58f8d410583536
BLAKE2b-256 da30346f5d9fafcd49a4376ec4a65ece34e667b7dd3e702d54a910850e4e01b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 10ca49c4fc9babd4e519da6aa25f1a1a8fde4933df01a1ca30aa020e5a7f5a81
MD5 b5811a422817d479a117bdb475267272
BLAKE2b-256 e22ef74a72415665fc0dfb7155d656921ca0005170a996e1bdb3eb68e23e46d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86e8f25724f9ce00a4223392fe34abae2d9e57f563eec6a534a4ee331f9b4f6c
MD5 bb08552de38e4feb879efe1a958ea287
BLAKE2b-256 f4c6eb8505cd58ddf69aef98cb246b0ef9345178278c7e1c759a467f3bcbc6d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 470ae0f4e09a1dc0a8360e2fd4379112be6d8810e0b1ef90cf3fbd4dd793fad9
MD5 e65ff2f8f3e7e8b74935c797b31a4bcd
BLAKE2b-256 c6c2f73c71555126f61446dfb1ca90d5102ec1256d79644a285ab2845df2f4bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1eabb7e72d8b3a33689d59cd501e137f6efc040c08410a7cf0b46a456cd39a4
MD5 4b30169867426105cfc9136ad83e06fe
BLAKE2b-256 df058c334a2ab9cef38a7f83c2c82c68fab614a819f220b7d9a7323f65e63d6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 109e08b3ae980188aedec6a88ebdb1429141b82f987c014c0099122d3d73c46a
MD5 ae99d95b07708b7506b9ae54962cfedf
BLAKE2b-256 4b843cc09a753e9e4436b36f2c9ed8abfd050d033dc32b843077a48a930fae2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b985d14a79a146fa5f09ba756103aa2314b17263bbbeb76caad70620faaca831
MD5 5bb863f5ebbf765496f7a520a7afe025
BLAKE2b-256 6b9a6eacdca87c5b3f15cc51ee34b63860e1d8d391c84385a38dd3c27b12fd51

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ff7e763cfe90247af033c5fbbf0a06549f14aafdd5a3fed888d1df386930dde2
MD5 1b8e72081e9e65e8874046149fd2cb7a
BLAKE2b-256 8f2734377409894aababd6fe98cb6014cf79ecb941d411d3bc1dd2947428522b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d5da8865e598e3b4a772a21880da051fef3c89e1436ead9843eed8f5aba068e8
MD5 7cd12d7c3ea7633bfdb7d2e8098b7a71
BLAKE2b-256 116c6a3f7d06bf5235f36372611100b04eb3e9c736ef038adeb3da363e1fac70

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 648f82724abc0ae9ebf4a4402685e12ed6c459ca6027aa524e1250f74207b7dc
MD5 798ef6fb7c272a10af51c2409821e3c2
BLAKE2b-256 de97f7dc596f79a9447cdedd3b08e5b2d387e83b6a964181691ff304e498f19b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 95376243f666e572bcdfe136980f1aeb2c8c8c7673b644b4a3da0e3cdbb99da8
MD5 41d1ca006def4d796f0b690fb13ef397
BLAKE2b-256 36e3715d79cdaec91d8b5bd3b5f83fb7d95cdfe65462f093c40c94c7ef9258fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef97a32808a299a1481372764b4e87365a689188773961917d87eb6a2b642036
MD5 e9cd415e0b7105007f4536bc78066475
BLAKE2b-256 b31320b78c1ba98629160ee1a2c51e3956dd7b5216f7ff9c32dcc87999af8fc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a478f33c22d8e0533bf54a872c4d64db61ffcd37067c9c5d06c35eef5abbccd3
MD5 90437272668f9992b58236bea1216d86
BLAKE2b-256 16f05e73cb11554416c9ae7c06941f963eb5b7621834fbcdf453055841c95742

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34025f28e51ed4980baa91577db3ef95572d82210b0fdf7035a9e754443e6bda
MD5 57da4f4beac7520968629ae51c0a8a4a
BLAKE2b-256 ba9ceded7a15ee3dd6ca5d2d8ecc44a1354d1dc1ad04ce0387452dd6ebc5552d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e5e4a12f5ddd5cf64a92e149b42eb7bbd2cbc38cfa1c1368fee3a0b2997a1f62
MD5 8b19dfc8e598e92e79f93005d20fe9ff
BLAKE2b-256 0dc0f75bc0fe55af4003cac4e2ea8e0e601949d64cf6d44f97d60e956102b8e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: rloop-0.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 583.1 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rloop-0.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d283bef3f37d3131c6c3163942b9d3efdb7b6ab92ed07d2b7d9e9223e68dfda7
MD5 710e8cfe2f4eec70c8a7474d467e9c17
BLAKE2b-256 ced06ebe64f25c9500422158e2cb6bd82d9f44f3161e22348e61673a1038d087

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-musllinux_1_1_armv7l.whl.

File metadata

  • Download URL: rloop-0.2.1-cp39-cp39-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 653.4 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rloop-0.2.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 446e9c513d6385eaa1d8603e414f207f4d6cfe43795f193f59b1c69650b72421
MD5 4e16b4eaaaa8141909fe45359ea699ad
BLAKE2b-256 4de9e93b97bf59641dbc9946e87e427814f576c2e523844b3e20988384543e32

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-musllinux_1_1_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 443c9a3a1b052831384e61df83895ff7141372b77dd80d9a7d02e0f38a400070
MD5 fe83e379164a0470599db92b7a786715
BLAKE2b-256 44659e10f05c0ee972c5b78eb623a756a7c0c2f41ecb74d576291d2a6bc8f914

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-musllinux_1_1_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84064fe2a2edde3ac5bc920118b0baccd5719d0c7f22870defd4112e55ff051e
MD5 86c0b179a11295ae152a655f3a9aa6d3
BLAKE2b-256 33aa84e502dd85d3a9c0752833ce4e474b67ba40840aa95d3d86fe924873f8d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d84add72247d78b5f3f70c4e6e6e7d390dd2a0448bcbe9f35214090465f750aa
MD5 532a0c89f04fcc0b5bf18a9bd4e76192
BLAKE2b-256 6e3fe371212cd5c8c5921946da2b6152f982c6c1f3fdab43f589cf9b0ee6a658

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ebbc6c9d6d568eccfe3688979f2e36fea5702d8041beab0583ac9d36367dc3e5
MD5 94cc509e5773d9f7ac77742037638240
BLAKE2b-256 92b73ef2276c2eb6e21dcd74ae15e69c758e4ca4b9649182b7755b3c954ee55e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f9419ca49f282bb8524f54a8e9f5689051fda7a8c759870bb2d4479862fdc55a
MD5 0713a19181d59c6ca08cccedf936e08d
BLAKE2b-256 7a374f20e4df535f57f7feddb848c6bf5e9bac56abce6dd6025973957a9227eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rloop-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 326.6 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rloop-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c549191d3274c60b7d772f943240eca6f2c5f56d42a8e7a7d4cb4b357f09dfe2
MD5 0cc51fd3a8e49a59dc130f33b76cc518
BLAKE2b-256 58ff8562ec72df015222e46d331caf496a0c794767ad24a1fb8342c0b48f7571

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rloop-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 186ee6c02a1bc8c23c35c015bfbc00b3a795ff10ba7c9b57e01fff7b26879ceb
MD5 b0fd905e4dcda4098fcac315069c231d
BLAKE2b-256 1734e5228c79f405f17b37e02e76895e1ce27bba5e30722cc29ff394a1e14412

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release.yml on gi0baro/rloop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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