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.3.0.tar.gz (38.5 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.3.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (579.6 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

rloop-0.3.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (535.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

rloop-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (367.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rloop-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (358.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rloop-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (325.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rloop-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (340.0 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

rloop-0.3.0-cp315-cp315t-musllinux_1_1_x86_64.whl (573.5 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.1+ x86-64

rloop-0.3.0-cp315-cp315t-musllinux_1_1_aarch64.whl (527.9 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.1+ ARM64

rloop-0.3.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.8 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

rloop-0.3.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.4 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

rloop-0.3.0-cp315-cp315t-macosx_11_0_arm64.whl (315.1 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

rloop-0.3.0-cp315-cp315t-macosx_10_12_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.15tmacOS 10.12+ x86-64

rloop-0.3.0-cp315-cp315-musllinux_1_1_x86_64.whl (573.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.1+ x86-64

rloop-0.3.0-cp315-cp315-musllinux_1_1_armv7l.whl (649.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.1+ ARMv7l

rloop-0.3.0-cp315-cp315-musllinux_1_1_aarch64.whl (529.0 kB view details)

Uploaded CPython 3.15musllinux: musl 1.1+ ARM64

rloop-0.3.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

rloop-0.3.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARMv7l

rloop-0.3.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (351.9 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

rloop-0.3.0-cp315-cp315-manylinux_2_12_i686.manylinux2010_i686.whl (400.9 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.12+ i686

rloop-0.3.0-cp315-cp315-macosx_11_0_arm64.whl (316.1 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

rloop-0.3.0-cp315-cp315-macosx_10_12_x86_64.whl (336.6 kB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

rloop-0.3.0-cp314-cp314t-musllinux_1_1_x86_64.whl (573.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

rloop-0.3.0-cp314-cp314t-musllinux_1_1_aarch64.whl (526.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

rloop-0.3.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

rloop-0.3.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

rloop-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl (313.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rloop-0.3.0-cp314-cp314t-macosx_10_12_x86_64.whl (333.4 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

rloop-0.3.0-cp314-cp314-musllinux_1_1_x86_64.whl (573.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

rloop-0.3.0-cp314-cp314-musllinux_1_1_armv7l.whl (649.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

rloop-0.3.0-cp314-cp314-musllinux_1_1_aarch64.whl (529.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

rloop-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rloop-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

rloop-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

rloop-0.3.0-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl (400.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.12+ i686

rloop-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (315.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rloop-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl (336.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

rloop-0.3.0-cp313-cp313-musllinux_1_1_x86_64.whl (573.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

rloop-0.3.0-cp313-cp313-musllinux_1_1_armv7l.whl (648.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

rloop-0.3.0-cp313-cp313-musllinux_1_1_aarch64.whl (528.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

rloop-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (359.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rloop-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rloop-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (351.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rloop-0.3.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl (399.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686

rloop-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (314.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rloop-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rloop-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl (573.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

rloop-0.3.0-cp312-cp312-musllinux_1_1_armv7l.whl (648.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

rloop-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl (528.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

rloop-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (359.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rloop-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rloop-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (351.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rloop-0.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (399.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

rloop-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (314.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rloop-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (336.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rloop-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl (576.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

rloop-0.3.0-cp311-cp311-musllinux_1_1_armv7l.whl (650.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

rloop-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl (530.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

rloop-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rloop-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rloop-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rloop-0.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (403.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

rloop-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (318.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rloop-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (330.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rloop-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl (576.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

rloop-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl (531.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

rloop-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rloop-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (373.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rloop-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (354.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rloop-0.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (404.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

rloop-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (316.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rloop-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (331.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for rloop-0.3.0.tar.gz
Algorithm Hash digest
SHA256 8df2315d5210400b3dc744e4f1bab9e17457a419d85f6ca3e0d1cc27b8ab0049
MD5 bc388df5652f181b6f183ff5a7edcd0a
BLAKE2b-256 7e8e479a453f7933fbb5ac765aaa5027ffe28eb5c7d5ac4c00bea45bacb01c96

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0.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.3.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eea76b043dfff4f344135fed9b34faa29cabe3279667c4a2b70f3bf34b8a011d
MD5 234d5fbbd7dda63893bd289f7595c1fd
BLAKE2b-256 2e1371fb16db6114f2088309e9b7dc35df4d05db7bb40548339769b12bfd96a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 446812fde6a595458924be272720c90d5e2b7b81dd900e2bc32c59d7dc398d63
MD5 f6aed4887dadc473b831d8c8459ec2c3
BLAKE2b-256 b0de24a627125015f4451b863f6229086fcf4d98669ad69c3ce022de2fbc373e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a4370211edbb735e7c02e159685771cd28d411dbe3ae77c6748bf9469aff08a
MD5 236a78ef7fe59c2fdab85d596ee08aab
BLAKE2b-256 cb344f3c3179e8a69f271a4624205820fdb46eb1637ff5d7ed2818da75d81d95

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9cf7dcad14eb2a7bbe6a872c5b2497000183070b8c932166946fdc214a99140
MD5 17a4927331ad2b47de7bbd269ff8bf13
BLAKE2b-256 6e44ddb5c4236bd82aada42cb53c166d55d17cfe2eb145a22231cf7960de021c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd4ff989d7651b7feaf7aa3a840479433427319b794c4b93fa31782da7a8d2d5
MD5 d927477673baa8c1627380c4a4fff357
BLAKE2b-256 7532ae7f1fc4ed212f10afe651ff799ba4c6380f0175f51f5892c57bacf3212e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 14e0b111ca919fb439c7be4ebac785e0f3a3d263853878d13163c813acce90ca
MD5 48c3e58f3826fcc36c95dd210c7bd83b
BLAKE2b-256 3c702734b6c2e19cee567de40c595fec84c391725441769eddc18eb91ebf33c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp315-cp315t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4c6696d44799bba0ae7393ad723b8b4d5ec44ea23cf9591094f2292e2e5fc683
MD5 23065d79c64bbbb8436a7aec15e97345
BLAKE2b-256 5e609db0ae4bdb7efa057ac65f7adcab377e9d82f20ed83f4b137f09d191d8a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315t-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.3.0-cp315-cp315t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ae26a3d1c64bedad16f9b4e3d03491660ed6a9cd8bc83fd7d6e57251d5ebf8e7
MD5 0466038dd2d153d1657e5b46bb68d409
BLAKE2b-256 b44927e04e7a866b6884cb9427288771dfb73cacf887ff3b2e7bfe059680d915

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315t-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.3.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3068ea38778f46e57e08ba160ff516de108b7b42ea0c7eae8cb2485e42c47a55
MD5 bfff0cad10bb1ab881017a95d6d03a3e
BLAKE2b-256 712ab5afda52f8103e085831a729c4c4a83d9f3fee9d33f50c561fa3b413030f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315t-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.3.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4abcfe2e38785bf88c84bc9c43281723e808a67c23e3e46140b5ab0faedd502a
MD5 3049581c521819038367f1c4fc8af1f5
BLAKE2b-256 3cb8ec38918f711997df955bd0065d21a5582d817f33c7ccf5c66178866e5f41

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315t-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.3.0-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29d77bb057c5db474bd2f77ee730a35d7955a3ad82b282ab9480cb2b06eba213
MD5 887c7a7ea8c8115923adafac107fd4ac
BLAKE2b-256 1a2e2c3a6ad1bcd04f777d291688680b047762bee4cfed63059bcbf7a6ba5e41

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315t-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.3.0-cp315-cp315t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e7cbc82e8fd1482342e967eb6c51883962c8117856d6ceb5bfd0fa0a24775851
MD5 4a1ec0a2892d64537c6a415f531da06a
BLAKE2b-256 547eaf8d2af40263429d8cf0568c987e75bba5aaa788d83883ddd05b122db3b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315t-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.3.0-cp315-cp315-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 439c2bdf0c721e81073e70fa788c921f9e5467fa85e98f4fd2c79a6f615f5eb0
MD5 1ffb524d39984427a490110f893bdf61
BLAKE2b-256 2d4dc745f0487d71d98d78b1ba6357f1ce5c288e45c95ada52a745069b1ff5e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp315-cp315-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 27074120a76d86a4b5871237f71f690e6a81e95a173f50f9ca37702a7a9c11be
MD5 81699ffa01fd5b0629447318fb03397a
BLAKE2b-256 9edc45cdaf335bf1e0c44c572ceca8af78f863c7e7659e6013af61938a8e055b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp315-cp315-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d5c63e7eba319c56e4d0df7177fd5a684fc4fbe6a32111714869dbf286430503
MD5 87da89eb2fd93a6075a96a7bbb5152aa
BLAKE2b-256 90897ea0c920532482c1737ed5a6dc3da716728abe831126cc5fe90f62d7ea0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a67018cc71565cfcbf0293a1bae28c08de42c19be66a7e17e30b56f7f44770e
MD5 79a32077d1ec6e510d93e3bb3cbc749d
BLAKE2b-256 2936e8191bedf9c26ff6f6b3e54aefadd4203b4c6289b24ee8f76ea74db534c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14b5d2a5d0dcdd6b7f950fefcd0d04b13ade7192966f9448ff2c85895a2dbdb3
MD5 268adf3ba60559e164197cb6afc55be0
BLAKE2b-256 e0f12b8647e1021b7ba34653ffddc39c6597d6d69580e69da0d5d54f46e45275

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7ec245cd2d866537f9863d0ea39d20a3a79312eb7712f323fea4b73f441e907
MD5 589c1fcb908f1a98d99cc13f942a884f
BLAKE2b-256 ea4eed7e4844b552a66e19b16e6b471b801cde7078f23c02ca6384ee59928c0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp315-cp315-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 58110b2015e2833cab65b372b86a21c9415da831edb4d056c4ce47c74bc36e58
MD5 8bc543624c8282982890c4cbc85714af
BLAKE2b-256 8ab315250cadffb3a7f15337bd3e01334fa74c1fd6c9e836eceb8184d3e951b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a58634b3208110a14f0074d70ab622ccc80a45bb849439fb1a7a4745b5c4317
MD5 cf81353dd9087e34f81ad69bd538ce1e
BLAKE2b-256 daa12c2fb3548fcc7bcf0b70b79413e45e2b7c652b35541202077e61d2922048

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp315-cp315-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 943220d72ba1786996cca8aa44dfc7d69df93ceca78dc3a6c115dd8173e8b23f
MD5 318a4d9061a37953c61100724e0ab4d9
BLAKE2b-256 bbd4c11cd1bc97a209b8bfe61f4f787b53cdc80a4d991c7bad42f89df8aa212c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-cp315-cp315-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.3.0-cp314-cp314t-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 97f8fe4a8334480d702dc91a86fb87a6e0aa8cae795658c61d23823e6c0a6453
MD5 719999a6b264c22da15e25f64b9f8cf2
BLAKE2b-256 6982a6b9656f82b94895f81853df7f00cf50863bb1e66adab4cd57f96f71cb70

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314t-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ac350b58b0885376f7709571818291cff76bcf48584162241c99ec35f9e74285
MD5 78c773b5ad51a2e9972bae3cc152b35b
BLAKE2b-256 34479a8a8e9edb02cfb572561fe104cca7f8414e2861fd2a5aff0d3882cc1719

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e09a8bcf2c622ab159ad2b4027de41561f871f1b446c2d5247d77863928229c6
MD5 539e7d742f70cf2d6603f196fbabcffc
BLAKE2b-256 d124b360217da3d74f47d48dc77d8cfa125901f51c4cb100caafaac674a1245a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27ef187d524286da27c258214db890e4f046eabd1fdcf3b8e1247e6edd7704e5
MD5 f0901946187020961ee0503f49701aff
BLAKE2b-256 51735b9fb9771b26d5883d0525cc867b5020b045b2e852652734fa2cc195331a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5a1b413bddff427f21d3843deec9b03539c68bf9acd9584ab55ff02d9aa0e92
MD5 cec28f50f46f09e030df79c1cfa39907
BLAKE2b-256 a77df6f809a4d3d6c12fc8faa4353673b921ef8a4cc2860f4c0a481833c7e8d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c2aaf91b7d4bcccee384fa80786cdf96c265999faeaf9b35a4765254e9b3465
MD5 d19536ffad81744d8188aa8d6d2d92e5
BLAKE2b-256 4a52f8ddb62d7658e777caf691eb7af93dbd91b26a89a2b9c7b424d5458d9cd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6275fc9ff337d6af8c994e1b6aba927482b4102d70b25ed775c56cbf8f033a99
MD5 d4d321641eed72f3039f6ef73b680387
BLAKE2b-256 033322bdac77882d06a6946ea8c49df5a50f009edbb38b8f2968d233180eaeea

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b2cc3c165e092fd4bb612d18a4e31bd8ef96d8f35c024565d764f21290771663
MD5 0a52b81f738a9c32d970f09753e73f3a
BLAKE2b-256 d49cc785c4843d003daf5b5454a8397aa6cd7e2d06c82f0ab1de46d84798582c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 579c80231f8419dd1c9f8e924a6a6bdeae57805a7b2f632d8e3f946cc65110a5
MD5 23e89b5ee5456be025f6b373e95c6ebd
BLAKE2b-256 310a31ecfc59a2f474c8aa17d382dae16a8f50c140cc8224c9913f780135a8ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2c08895b4224a07996541fdc1ef6ff83b085e2153ea4dd1fdfc7a754a56441b
MD5 ea70b5b8a50a168a908872748d82a6fa
BLAKE2b-256 c007a7d7091669951b800457e54bca2e05e989191fb5454a60650f206ffccdef

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cc661b214833fc631e5914c15f8d3fd2bb0bfda63ea82ad9d658e5d356d162e6
MD5 ea40d75d5ed0b9bc43e75f45b5efcd08
BLAKE2b-256 816bdbe85896f8911da6540c6b563b2a0ebbdd51958ca37c99559b9226d7eca4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8138c1b0f430ee1b04331933fb5209d86852c8be05fc3a59be43f898b7ab0715
MD5 7b4b62d1bd9d37940d8e170a7d36d78d
BLAKE2b-256 0f90daf9ddbc4446b111d97d0aa28162238142335933dd7ba85c4d5d47402876

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 090c0ed0a0ce6fd08604e71a201df5751ce2d0c9882b55d0e8d2df8cb2eef072
MD5 c25926ed11e830e49a53986b9c076306
BLAKE2b-256 3282a777fdc2af4f7443ae3d2a92c50ce02c9bf45c38c91d3d22a4d01d0dad2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf100496bc2c175572dc5d5057e09e1bf39ce2eca0dc927a35586d605e225664
MD5 363ef5c1556aae5010fa4e1e5cf4871b
BLAKE2b-256 c47f6ab838db1f05f92fc0c930c74182965131a37f3187a021619876a8a24a08

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 538b86df253c3226e85bc0eaa18d0e7e0a6a3ec4a95366ad3e41ea0c046edb69
MD5 d32e176d3bf9c741ea80e6d45a6a8750
BLAKE2b-256 c9a47ee3447b133291519b5c6d59716a4c2c3ac8dbe8e5caf03518bbbd6e4632

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c5395c8eaa5c543977da758735a9511657db9c3711cae52ba649740c931ae84
MD5 0fd1b9b9d4b791bc82429dcafd012b92
BLAKE2b-256 8260ddfc8df2e5cf444cf77ca81916d9ab843c563e6cdaed607a679e3c88e8bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a090fd749244a28bed2884916c4daacf10b7c29923033bde113ba3a31b2793d2
MD5 577355c327da3a13784cbd6a53368349
BLAKE2b-256 59e1b889c0e3d05ab518f0d7b51481affeb936119fa3698c3ab87d42e5fcf04f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f8f84c5fa9bd482eea09bfd0428e4bf7818e5f76db330e414e5b5fe0db4a77e3
MD5 ca4aaf3538048dbba896167b0512f6e5
BLAKE2b-256 1b67b5771e3a46245fbde2ac4bb09c50a459c0c1dda63e385a5dbec7a512a72b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b8acc30486c8a86643f414f1a4c12da219a37497bce2f0aa56073ad50ba4ad2
MD5 5a57b8097d1e02bbeae957d23f653e13
BLAKE2b-256 c9ca813678bec823550ee8992a1e92b556f93c6104d178dac5e6d058f430fbcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 216c730816775d1bee92ff3e943c837c284ba0079bce1e67915c6c3d4994c854
MD5 2bf7d161eba21a79d3a5427556be01a8
BLAKE2b-256 dc102d75629cc49e17af4ef7fe1de1e4010926b1e831c888515b43992799dc62

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2427cce966bcabfe066386ad9133714fa60ac0249959788cb07a19e4b129d99b
MD5 3d7af2a3f73b709bfea667f6cbbfec3a
BLAKE2b-256 d0262bded2ff8023a7426371e291c1d1e3bc4ea090a500d4a01daae190227044

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5d20aa82f4768cf0fba2ee1a8deab8c09439870003ca6a161f0c7674c076639a
MD5 e12c599bff89f566d3ac000cc8714b62
BLAKE2b-256 72a9fef2b7bb0881893a3828990a74007541359a50cf0c5f15a1d0bd79ca370c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61e72067d70f04c80786c03cbc0aae8c8187e02e1a3bb078e52841922e7eeb0d
MD5 261ccf4c16303ec3fba340e83cec511d
BLAKE2b-256 e12103c125496667626f8a5d3b7660b4bb08aecf50e92532ccd40e1356996a85

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 58aabe0a9b4fb2b204c00df723bf4199be26ccdbb36251f1e7fd7eb0e4be75ca
MD5 8d6a0a38c17d860aff54bd93550320e7
BLAKE2b-256 a4aacb19588506b5a65b8a514eaad04db5da7be8c72f71515bb26736c6647ced

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8fd172c5c06169efd0b75bf001236161ce05ce49abdb581842bafbf6151e2030
MD5 3b4c7a24143e07cc46acabe29134c372
BLAKE2b-256 1d80faf6eb197352088af01ca6aaffa48ea345038dce491ef688b6e381eb2436

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 721e7e773e75bf53693ae9cf9987c7be67cf684610543def2efe549343e33032
MD5 ec1eb4885a56beec5f14fd12b9fd1426
BLAKE2b-256 957ab34b59c8887ced0c4c01e754175fa4f34dfe1e69baa13153d90cb9ddbab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4703b44e6053961863542c00e4965aa107ef4b7d4b76ea79bf54e030bdcf2281
MD5 d3983ecd026edcd0a757e47fa3676644
BLAKE2b-256 056922cb2de325044d3de28149ffc8d13216e39b5c08372d4c66466ab735e482

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77eedb70b4ca4e20266a9bcda18fc8be03eed3054636b4ba7982c666cc19ab9c
MD5 552b2d35c615480114d4368a3ad96e1e
BLAKE2b-256 e76ef520d7a7e5f0eff4b6fed7524b29fc5526c266a4c0a0f9dd36ab2aeb2fc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 854de8f4d3d242735e21d875139b63898323afd797561d6d7e26383ef0ef194d
MD5 4ee472226a4d254fe2b0e658fb69730b
BLAKE2b-256 6e81575201cc4b98440e08e7d264aaab5f302b17bf1f37e5fe7b0c0a93d3b8fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8913e398a2731a79dc4f5826cb31ba969c5ca239a9cf9bd59dc7ab1baec217d3
MD5 189d4a5e93cb3da80d5ca8c03128efb1
BLAKE2b-256 19db30b18809ca4468fe1214c8af542ba8832095990ebf92e6d89677e037089a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0160f2a2bd7b92865a12bb79cc36ea1531324235a19f3880d3ab1897c5b92039
MD5 ceec733f789ad8ee11e63da453bd2ba7
BLAKE2b-256 e7f0dede90ec32f4db0909295177d6663212383b8a4c868634a54dd75832ebb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab0f6c86fbd2111232afd25830e16624af2b1056f62eaa093823a11824a64085
MD5 138ceadfa6ab93f12c3252a296b668e7
BLAKE2b-256 8c2a32b48811a2a7f99351772c592252b5f0769750349905a55c29a256bce533

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 152e5216a2977a1dd6dd71013ae2d8b5805150c1a5973c649142a806272a7b71
MD5 0876901e5ec3a20855b667c59e91874f
BLAKE2b-256 720d49f36b41aa62a967450f5ec635088d95a83a9c91989048dfcdb0ee16a1ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 10509b5bda34e1b733d8c94aa7bbcac0a95bdf81b67c459a20818fcbaf7d706d
MD5 e6a092bdea59fbefdb0d287995a86689
BLAKE2b-256 d31dddb16a8f1f893fbef887bec0af8241c70df411ddc863a38f45cd1f77c5cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 9bd723704f89a9930dfdcb9d736890851db2d2f27738a648da52a056b87d8e9e
MD5 5be11eace15ac52b7b18a22c5342b085
BLAKE2b-256 9aaeab06827d93afc68a36ca8f06ea5aa6819d6a639fddbf7b11e2766700f944

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 81e6b05b8e4ee78c2216c32f1e8303c8194b4f272f00aa43d5f346e02ce3d589
MD5 5abb7afee7f72757f8fb1ea0e606e9c9
BLAKE2b-256 7c1933eea187d5e4eda2141a726de6240971e0443b5330619c0602f5a299afc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccc433fbb83c3267671bcf8f69ae11e877d37860dae6aead892fab0fe61260af
MD5 bbe4a29a47e363c7507107c97d983824
BLAKE2b-256 c0afc38b5295b7e5bd3ef6919467f3cbc08811d47e23cd6c857d7e07fc725f09

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 510653848fefb72684917ff7ab68866722a4a981b8cbc652562306055a4429d2
MD5 5cc783f0b1784eb95b2db3227146c7ed
BLAKE2b-256 fc25da028ef18abf97a1e389d2745579edd0191531d1940e3f4458261c67df80

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aebda3ec157869a4b734d1f574c26a5c5bdc35e09cb95647b3859983816b808c
MD5 a2f9166086e88c834a4811799d74f0b5
BLAKE2b-256 487acfefc20e7d80ee632063078d068c4d1ffa37a58aea53532d081cc1179785

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d2770ebd297680ea7cf357d8c0599e1937cd73675144336ad72aefbec7ec6c15
MD5 7f4832b4d46a5903f77f4ef564627caf
BLAKE2b-256 d2498b61a9d6d4b9d14e51e6d9c26881722ef856f4a662d8a23c155f348a90fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8655452da7649b250bd98c999a2187b5feccf53e80bea3bb979778ed5889d8c
MD5 06db8304dd74605ba5bf573e97ae558c
BLAKE2b-256 919fb9a12023faaba6c281b5a00ffebb6d6ae4557eccfebd0139175959c05a2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a76b78dfdeaad27ea733cb4f004d008aaed333ce154d9669fbce9b2f3a655ca4
MD5 ec8bcc91d7e23d1a64a6bb1f379730a1
BLAKE2b-256 c3a7e6a73979ab96e94c651b3a1a30692c387983e8612e8c402be604fbb51ddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6aa199cd3eede5f6468840dcb1602a271f78a4d16664d39442e0ce7750a77cdd
MD5 e82b0e0df10a359e5d169d0f2891d203
BLAKE2b-256 dd45329f7accc622fff4bb972fc13013691be844666f9c933a951b820411ed1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 59f5c66930fb0d789022a3aac2f5960fce6b84290852b258da6b91cdfb7f443c
MD5 ef63078dd75838588960d9f919b27e22
BLAKE2b-256 6ed81d4a8c2bd11724da34ca76cd6162d372db2310c67d6c1b84895268823f1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4311096e1e106e76c64f4596950e098a81d11b07b52284ffc5d8089ddced399a
MD5 1080770da611074e0a6db41a1501634c
BLAKE2b-256 91a934772e585901649a64b1709587dc588606340a445f89caf59fb6cf505941

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a597c4dbd7b823c88ea5d13b3f9aacc9c86ce11f6da559788567c6bb457fbbc
MD5 181227b6898a764c312d4ef090185f88
BLAKE2b-256 26b264497a315fe34d936ad61da37b15e0746b930c3b9820ccf3d0dc0d80bfcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 be81e5ee223c2f681956a2da7b3922d36fb953123c3b1f79f6b533a9ca260a59
MD5 372ed65a3c6582fa3bbb8c11e990e79a
BLAKE2b-256 6a1fe90e99e6834f5a9788365ccfa8c29cc2a5eb69e08f32b5cc54bf918365a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 845f1d43bb41a87d1370b3b6218eaf29e469458a0afc3670590a7b87e3c23ca3
MD5 c824dcf0d8887bc0630f79bb447d7b8f
BLAKE2b-256 400133fc144790fd3ef64cc8df460a18f9f3420f1b40f723ca3dfc9cc798ea49

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cbe8bb1e1faedf894005cb1817d34058504a7bdff2d897937216739ad74145f1
MD5 f67a49697ba53b76318ce8c21dc7a6f5
BLAKE2b-256 4255c8b2abb10a96835e35914508d3d947e30d5e00dd6bf6af4e73ee3d15ddac

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af77232e9d1fa2121ca0aa3c792d66704d3493f0156a5170f6c213d7cbc19fb7
MD5 c43bede65cee5fc60c5ca5ecd8d984e8
BLAKE2b-256 134ac3a0d48a26633f10b8fd4323e8d88cec8270131eefb17ce9750dc0e6e75e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rloop-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 888ef5c756837783a2f8786a7b94f50334a03d09920c3c5f98547439daaed3ca
MD5 15a6586ea250bf3cf246ceb99de584ff
BLAKE2b-256 4401b98457ac0a9a9182bfcd928129c675d3046b4ede478fb05111c6c0eaac78

See more details on using hashes here.

Provenance

The following attestation bundles were made for rloop-0.3.0-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.

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