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.1.tar.gz (38.9 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.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (581.9 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

rloop-0.3.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (534.8 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

rloop-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (367.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rloop-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (358.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rloop-0.3.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (325.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rloop-0.3.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (339.9 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

rloop-0.3.1-cp315-cp315t-musllinux_1_1_x86_64.whl (574.0 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.1+ x86-64

rloop-0.3.1-cp315-cp315t-musllinux_1_1_aarch64.whl (526.8 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.1+ ARM64

rloop-0.3.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.9 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

rloop-0.3.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.8 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

rloop-0.3.1-cp315-cp315t-macosx_11_0_arm64.whl (317.0 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

rloop-0.3.1-cp315-cp315t-macosx_10_12_x86_64.whl (334.3 kB view details)

Uploaded CPython 3.15tmacOS 10.12+ x86-64

rloop-0.3.1-cp315-cp315-musllinux_1_1_x86_64.whl (572.9 kB view details)

Uploaded CPython 3.15musllinux: musl 1.1+ x86-64

rloop-0.3.1-cp315-cp315-musllinux_1_1_armv7l.whl (649.2 kB view details)

Uploaded CPython 3.15musllinux: musl 1.1+ ARMv7l

rloop-0.3.1-cp315-cp315-musllinux_1_1_aarch64.whl (530.7 kB view details)

Uploaded CPython 3.15musllinux: musl 1.1+ ARM64

rloop-0.3.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360.7 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

rloop-0.3.1-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.6 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARMv7l

rloop-0.3.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.8 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

rloop-0.3.1-cp315-cp315-manylinux_2_12_i686.manylinux2010_i686.whl (398.6 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.12+ i686

rloop-0.3.1-cp315-cp315-macosx_11_0_arm64.whl (316.2 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

rloop-0.3.1-cp315-cp315-macosx_10_12_x86_64.whl (337.5 kB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

rloop-0.3.1-cp314-cp314t-musllinux_1_1_x86_64.whl (573.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ x86-64

rloop-0.3.1-cp314-cp314t-musllinux_1_1_aarch64.whl (526.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.1+ ARM64

rloop-0.3.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

rloop-0.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (350.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

rloop-0.3.1-cp314-cp314t-macosx_11_0_arm64.whl (314.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rloop-0.3.1-cp314-cp314t-macosx_10_12_x86_64.whl (335.4 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

rloop-0.3.1-cp314-cp314-musllinux_1_1_x86_64.whl (573.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

rloop-0.3.1-cp314-cp314-musllinux_1_1_armv7l.whl (648.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARMv7l

rloop-0.3.1-cp314-cp314-musllinux_1_1_aarch64.whl (530.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

rloop-0.3.1-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.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

rloop-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (354.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

rloop-0.3.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl (398.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.12+ i686

rloop-0.3.1-cp314-cp314-macosx_11_0_arm64.whl (316.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rloop-0.3.1-cp314-cp314-macosx_10_12_x86_64.whl (337.1 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

rloop-0.3.1-cp313-cp313-musllinux_1_1_x86_64.whl (572.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

rloop-0.3.1-cp313-cp313-musllinux_1_1_armv7l.whl (648.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

rloop-0.3.1-cp313-cp313-musllinux_1_1_aarch64.whl (530.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

rloop-0.3.1-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.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rloop-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rloop-0.3.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl (397.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686

rloop-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (315.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rloop-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl (334.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rloop-0.3.1-cp312-cp312-musllinux_1_1_x86_64.whl (573.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

rloop-0.3.1-cp312-cp312-musllinux_1_1_armv7l.whl (648.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

rloop-0.3.1-cp312-cp312-musllinux_1_1_aarch64.whl (530.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

rloop-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (359.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rloop-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rloop-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (354.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rloop-0.3.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (397.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

rloop-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (316.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rloop-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl (334.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rloop-0.3.1-cp311-cp311-musllinux_1_1_x86_64.whl (575.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

rloop-0.3.1-cp311-cp311-musllinux_1_1_armv7l.whl (649.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

rloop-0.3.1-cp311-cp311-musllinux_1_1_aarch64.whl (532.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

rloop-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rloop-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rloop-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rloop-0.3.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (400.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

rloop-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (318.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rloop-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl (331.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rloop-0.3.1-cp310-cp310-musllinux_1_1_x86_64.whl (576.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

rloop-0.3.1-cp310-cp310-musllinux_1_1_armv7l.whl (650.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

rloop-0.3.1-cp310-cp310-musllinux_1_1_aarch64.whl (533.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

rloop-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rloop-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (374.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rloop-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rloop-0.3.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (401.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

rloop-0.3.1-cp310-cp310-macosx_11_0_arm64.whl (319.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rloop-0.3.1-cp310-cp310-macosx_10_12_x86_64.whl (331.6 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: rloop-0.3.1.tar.gz
  • Upload date:
  • Size: 38.9 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.1.tar.gz
Algorithm Hash digest
SHA256 4232b9ba782508ac010c35210c748db02a55bdd1a4e0b718a692edd47b362a21
MD5 f11d714600049a4d6b378f5b8e769d7e
BLAKE2b-256 986278045cb7bb8977b6ec84dccdde5f74e609be73840b735441eba6abe6288b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 623cee0bee1e0f57e288c040d082e533eb81966f57fca670a36eea5d85d97b9d
MD5 76a8d7233c18feb15acb332e494dc9d7
BLAKE2b-256 72d4928827f129a75d5f717bd47ac75c75c15a4930eab42fe17e503cf1f2576c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 06ae8edc99c13f5111dbedabbf95bda4091ced6b6d4094455935e34906aabfd7
MD5 1e6af97c05affc51d51bfc446a59467b
BLAKE2b-256 adad944f1ebe60d1c59613da0ecc36855f8abc685f1ce2d04b6eede66c934d39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4bed7900171980c60980015a5ea97b0eeb68dab6d1a604f8357b781f54d28645
MD5 c3e238ee62bfa151d2c08045a9ab7e9f
BLAKE2b-256 e18c98311afd5a0fe45430481005514a2cd3d85a533a8bf2309d6d93ae3dcbab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f081b2dd3ff5952ce5aa4389b1418660a94e6099d2a0106dfffcf47ba9ef3b4e
MD5 858c0ebe19fb161981c81125db0c604b
BLAKE2b-256 275044ced06cf404881e6e7f5e9ff95e6b9e105e61584885deed4d7052a58856

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05445affd3c7880ffdaba3a31b413414971260ea4d14219c1f25f2e3cc52a212
MD5 ce0d5fee8fc090760984e2e0b39a7a9d
BLAKE2b-256 7b9ecae4863e83aadf0959cc3be48390883747ac35f22a97b1a85fbfc9d6136c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6a26c8c9d1a0feee209aef58a905527ee2e0f1fe2aa419d2582144e8396d2210
MD5 4c771f80f29280f6bf508a0452ecd9dc
BLAKE2b-256 f0da46b08c19ba4b941d26bf80b2db8b13899bc64fd42292b1f4370c1f0b8a38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6faebed11742e41a97629ea6b5aa3c4428bd3ece1dde03e617cda0b8906c09c3
MD5 a1a6f6a2704b778fdc581e39d6ec3aee
BLAKE2b-256 affb5ae7da7c8a7d1b8015258327934442afc27b87e2f8d925c56342b128fc9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7c7ccc96ca4c8a5a95e674019d599ebe2759f6ebaf8b663cd61d4b4dc0da1872
MD5 58c02d14cf49da8833e60fc9a8b5ae8b
BLAKE2b-256 de73023498e966b83726fe00aad428ba9a7f5a131574ce603f18ebe8f5f5245b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2a90ec98615e263b54eb51a30dea289d2394c355af41143e9c42f22e99d5d70
MD5 011b99b3a2674a67b576d7ff2dfcc036
BLAKE2b-256 cd23e0cba90d7a2df302d990b61198c5276f1680296a3e8f790d68112f7a52d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e85e6eec70b7d7c2182dc95dd877991e7b73e387f44c1d7584b855520c6f1512
MD5 06c91eaeba0eeeae595c261fa851265f
BLAKE2b-256 2ae879590b003472ac52814c35a8ddf61a5332a6df1a5708b30f8a48628cfb46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f63addeaf63269a35e914b8d2137fdfc27167bb9f2b345727d8762792bc4b97
MD5 643f0d979d4c79d590d0a1817e87bdc7
BLAKE2b-256 d6f6e06e0ee608ae3c67137cbf55db8de30994248e9533ad9d417a65fb6e25ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 da8bb549ade8de7feef86fc55955e601c696ee470be437103e4ebb56b0c71d59
MD5 d73899b7fa03e76a9b0da6341d6bf0f6
BLAKE2b-256 ff1c5eecbf4f4214a47c8997f91c3489f9714ee51efe61334809a8b02027788c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c83a2b4b52cc10832e544e415c36bf1b7848ae7fe749ece5f4ed607b7130131a
MD5 3480736edfde65ce1aa0f4d276bad350
BLAKE2b-256 3a63d950d2c61f59505632454476c479c3fbb6bc041d08998d675995b357a720

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b3884d457e5c99720ecf1df77e9d6a47114054f2b00fa32d8b55fb04bdb1ac3a
MD5 4e2593c1b67e11cd046cb2c257217acb
BLAKE2b-256 cf56fb814283e760bf39617fd1692db161c08bc9999ec6178b22218ef52371d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 76be5994c9208483f832fce9201bae93cf19a5b96f491691a0e1b4e8658cce26
MD5 931b7b94c860199e1cf6adba52132917
BLAKE2b-256 113b94471b78726f0521caf8c09237a41e45a2990b3039c8ae81261ccad609e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31bce70bc014a91701be54c5c9c90c230cdb5381b3c266ebb74a493d45488c81
MD5 81759f351c9f154ebc5864a0af37518b
BLAKE2b-256 c3b37d1e36c10c50d624635ba07374ffc1e2b74823b386cda9bc90b343e396f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 96aa108d26ecd3eee60ae969875fd5f542e514305bc06dd37176b808d8171520
MD5 aa201fc4ccdaf28b61779eaf3aa06a68
BLAKE2b-256 85e481a5c56f2db85d31ab44faada02856e366e66de5959fddeaadd7ae689086

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3112b59de0f986fc62cc51746ed1676ad837b77f7b8203b24b628f029a4f8cb4
MD5 24d3c05a87748dea2e621428b8550ba5
BLAKE2b-256 51055fea4773909d3f89beb8d7fdd769ec49fd65378d4f7773afe29e2ff31e73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2363d73a32ed76cbb3db49c5b9d48a6db32ce834cc52eec4cb06094d6d6f8ae7
MD5 f0647103f95de5c70542ef1ab6b68ef4
BLAKE2b-256 44e80ac4e8df52e68550db737569ac63b742ad692d1c5e606c7b846e3b290254

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65ab2514d4b5162efc9a0f3d5020795589c818e6ba21f9033a0d34f1654864ec
MD5 7cea530c8d3b7ca01ae5256517a8f8ed
BLAKE2b-256 7f07c53b1e4fdc7acb153f664e489caf3c2993a665792f3574e57114eb3b3d27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0677ff1612d4365a6f6e63e68bd32a405e6d44ed8fdfe3dac38620e3a2006a2e
MD5 85129b1e83665ad9e9fbdc2466c333cc
BLAKE2b-256 21728fa7cc0eedda86e7b7bcb8e72f587605c7bcba9e16d0aee144180524b01a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314t-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 104db004b04f6a562e165eabbdc73f83cc84ebc77b0e8ba07aa1b350292af92e
MD5 b5af3720d104b51d701dded5952255bb
BLAKE2b-256 8ffc93f0d0d2fa10a3fb2a4014b6fa750df105c4ecb8bc80aba8a897a86274ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314t-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 35e4311086c7bd41abdf204dd43dd4057ea15189cafd2c00d6ade2fabc792c83
MD5 2ffce366dc88882e6dac412505c7ea7d
BLAKE2b-256 47caa1d52dfe730450291d87ec7e2fe5d1d1958f5280b6730726832f134f7dee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c72a909c0a32b13b413e3767dc5b990b77f5ac172654c2d46021c422fe933b55
MD5 c7d2e7487613a3edd3659940c452f8cb
BLAKE2b-256 a963eb368820749ee2cb6efc8c24f0c90c454e67c5f9e69789df198e5a539e66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff6450b1629e0a8d2e6c7f3cee26271dddbab106f2dd757007139b1309fde602
MD5 cd4aa3904d7309f6242c6583f70b68fc
BLAKE2b-256 82d2b0fbfee6c300a8d05c4568c240704e742f69789e8976d2e4bae51c9fc0d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b92dfcdd56ee2e683ed4285ae8bf4371c57d2b5f1802683da30fc28864686014
MD5 f7dcb67ec815499a321663558d30f9f2
BLAKE2b-256 41625da95b3e0e0e67f65772e5509d4e0753633b9e3b8da22cd0c93d5d6f5231

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c9ccdbf604191c80ad73996d300508e9404ad322917506f77278286879981962
MD5 4e6973eda409d551f215990e6a477397
BLAKE2b-256 9ba3072ce219d2dd2a740bc9e403c4393d8a9a615d6462cbe22995191557080f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fb865bc0ed1286e2e2b5a8b076d46af7300de053a4fe862b4aca8f0b8bcd4e44
MD5 b97838f572fbab99ea471d860a4b8cd6
BLAKE2b-256 64a8ecea6f35eafc8a99e668b555b22035655569c0ca378085408bb32192820c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 23ef24ba776cd0dd84f837963d2c20d9544b8aa52068f09990f6898943eb562f
MD5 4b7725499b50902e50d3316595aa2a5b
BLAKE2b-256 6b1a021ba6924a0b12c2eb721559cf1dce0f033aa2a7a0057a8fc67600ef4fed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2df59d319415836966b91bc7a90313a945130216a561009258ab8b2e4c80ec43
MD5 58355e9c4060a8eba6c647c173cc7328
BLAKE2b-256 43466dd9f1057ce18264390f4c381ea978d8d25ceb25a156ceca2494bf71907d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34d0d1f2bd63720130e6d89ac4dc6cbbc7d926d5497c3ef237b468db347ea7dd
MD5 e3802b08c3d8ade450c49d8c50b19e26
BLAKE2b-256 01bba336b4471b37815d25d3200050107deefd4291dd26664346b5201a9bf4d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0880418a02a5823ca1a4875f112ccb8e613ae82bc7677b124c7225e90ce4ccc4
MD5 46ca7a37cd86c450acef2cfa8278c48d
BLAKE2b-256 ce64179f9454e5cb82375d42400feeba4d188e2ac86e44daaa5544b32571c664

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68c3d49acac18c76476045f5f98760d5a3b1e5b7461640989e57333bc92cceaa
MD5 29ddd46e8c4e4820029f23c90e284744
BLAKE2b-256 265641bb68b7176ebf01a4665c890d9da8c8f31a056d3cf705795cb90e668151

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 eaea2dd6988fc01b4a87731f88d3d536ee4e79dd946c45845c0087bc9fef5d38
MD5 8cd04b6ec6a82310d3bb42edf564251f
BLAKE2b-256 5f87b6b347a832668741d8b6536004aa341ccfbbb66548f51f263defd20bfbb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0afec4c686e94feef181b8405bbd547854c98d27cc2af9e0ef843330862304c9
MD5 335b877ef97dc908ec0812f7f96da454
BLAKE2b-256 6b7bdb9e2779c58425ed3f09e3075481d02d2aa175f6cf82fef3ee8bd93885ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e7ee26443a406b902f6cc4a85d0ae2b8212c430056b23311661e016c604046ce
MD5 8714673d46fabcf05bdc8a3630d51dfc
BLAKE2b-256 d30ea5a36c0a1dac2538967bd1a9ad60dde69127cd3b8c618f89a9960d0e8c0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c2aec3975292af0646ee9854feeef3fa5e55b363ded3b1fe67458c357e9745c
MD5 5eab3b856c6c14faec17328423eb2a16
BLAKE2b-256 3f5180e5c2b550d2983181b17b76b343aca729c6ececd1eeb04c5568159a408b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 38acf7a78cbced39dda38a87838ad232c9104aefdb79ce162a37fc2a76a4a3d7
MD5 269c762920250477bc2cd4faa8d33672
BLAKE2b-256 e0619d0e258ee228a329fb625521513ec1c1d900ac0f6494d17d311fc94708ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2dd3dfbe2d337d39219581fa3a09fc99803e320cd3ca7ee0213b0d79e8a1b8a9
MD5 d1eaec9b6be8fb304464f66049ca1a96
BLAKE2b-256 670d51f9a82fb757723352510a0c4cf56057e0627121810b8ba706779f82cad9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea787e41c9166a6ef8924e6d61756495ba100e025adef8034598cd2482602342
MD5 9165764c2b154a7cf12bc3702873109f
BLAKE2b-256 e7c7325ca4f6f2c18a54768d79f027377a0b21682c7cb222b58fd18b0c2c97d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e6294d248d6699f282826ab8470605184110355d6ccc138f5c406110b5ab9a07
MD5 da863a55fcf7d1734bf53c8f5fb536c2
BLAKE2b-256 f86f6f32cd74de90d84af7afa7e0a46cf48cc1a003dba3d26ed1ba20df2ded47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8555cb394835dcc02e58015cda437039113ea14608f4098d6354e8a8ea84e4aa
MD5 920bd7721a64d6892c73eaa44b493c41
BLAKE2b-256 71969f9807a0d49edaac5e050e1caded43ee4b18fcc9fc99bddd16dc7b7658cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cf783d3c8b80e6dba333fb9359692d2843be924c117498fbf5ac1b736f7d80ec
MD5 6205f9af41eddc16003a9edc2aca1de8
BLAKE2b-256 e47242eb9f9d28c6b19350fcdeec9e58af6c7a1443ea1ef02801363ac1f37722

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3137391471b1ed59397de0b729520cfb1e8690fa8296f69dd6c569c3d9f06317
MD5 c17b32ccbee8a17f48c7899b3b6f7ff5
BLAKE2b-256 eefd8fd6beffefe6e0646e69f5c199ffc48620c3ff93ad0d94e0b2fa2228b117

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c3b1601b63ada4ac33bb1c3d954c34eae6267b7d468dcfbc95144c87ef5dbbb9
MD5 acb2b9f89167c994030e91398375df5f
BLAKE2b-256 377c88cbba5cb1bbc6471807f2971a97e9796b162b36a089c6e0c3541a2450e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f2a0896eb1a495585a475b08a93bee112045a1122bd9ce53b84af7cffd697be5
MD5 c418e8177afca55b23b8e7fa37ed2b29
BLAKE2b-256 e99f1f0fee3935d7f25745c941c15ce1f48607ec450197a84b94636f750e943d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0250405eba58bc0114d44f89392e9b4c0bd2c202d671859da9eece685b2cbf2d
MD5 6285f0f9c9a177f84d1a2442401fdd6e
BLAKE2b-256 c8dccecd637d72708ad90b0e6f38fce73550995fe8d46c82ceedf334678c3cf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 03891ba9439100274cd2f3f087d121b29d5326c061f66abafd26fc6c683388d8
MD5 ba0f9afdbe17495f6f2bc855f08e2adb
BLAKE2b-256 6f82bcac6327610ea80d2da8a5760356395a2553cf143fdc6975a1bb25f663fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 222c706e5dffb5e9ed01b84572caa8ac051429e4eb846877a6d62ab50d449a84
MD5 e33e0d8794382f15b30a14c3b2e32df7
BLAKE2b-256 6c5c547e5d6d56e46199fa40f5b802ce5cc0b47b599e2cb3592086a266172d5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 461f26022fd4bb6b1a1ea07de90f9b238fc417fd3d6f984c1c8fadb33cf02cc2
MD5 f9420689275ca45fbd522b222d3d226b
BLAKE2b-256 6cb7eb2c5b06ba9e91e8004d077c516709a2d0b608281ee2d54a7f1dfd7c26c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e756585378232117824a9db7366be53349177c49452bec9f457540a36393aaff
MD5 49624647557fdc643c290594f2d5695f
BLAKE2b-256 5b53cfb7ff877f9c8dfe5a8a2fc6c349a41dbdcee1e008dab2923ab67c5ce8c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 90f29dff75333bad10ef90730c6be38193c7de6c89aed55881c49c51cea994f1
MD5 ac1d53cf0ec3bf9762ed181d05dffd4f
BLAKE2b-256 fb7fbc782f18596d68b2988c7384d6410fd91536ba1b6851a3834bbf2a6096ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a6e16484fcd64e621ad2056e26273dda1f0e90b8c3df7ec77534251dddd3cb6
MD5 f438f2fe7896d1b12bec3f35d322f689
BLAKE2b-256 bf1510185a343310f3f1a4362f0dc9a4dc34aee24fe58ea8cb86a1d7815727ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3afe7f5106bb1dce8856be8f32b7ff8926caa7a13198f1d8f1fee1035a9e07d4
MD5 e65cd99f412da7b8157ca631d66f1920
BLAKE2b-256 faed3cdffd8cf7e78b5c4b8980dfeef4f5b7cee2063e3bd8d0e93d3b36282e28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 322b4c6c3552f97b70b18169f32d58dc4070db27703b28b868e40f9e62973bd9
MD5 1a2a9884e299da2eb29bae14b1424fee
BLAKE2b-256 aa74974366d44b2608912dec0094fbb7665f971d73e7b0ba81031eda7881bb93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 963a267e7095745e23617937cab41b4d64ad89bf5740dd1fea3f1b9b6f96eb13
MD5 76129193dc90b5cc4cb7fd643895281a
BLAKE2b-256 d18f0d0468401bfb42423fe8247e1f6219cd624f8471fc7fd9fa7f0be09ac440

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 55a91f825fc8400283886d17a197bc5f083fe46da10be7bc621b23c57708cfb7
MD5 d1be1393da11c076bdf40a5fd15c83b1
BLAKE2b-256 c0068d499cf5c8fd000b2fc9dd21eb0826bed4995efb5d1170ea63196c46b5b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1cb32acde0bfab6e24f2c37af4e315a70282de09ddf5aa220c7fc4e74cc3486
MD5 accb1c030538086489a8137a79e9fa80
BLAKE2b-256 a5817abf4aa84cce4b3f9216bf880bbcdcb5249d59fa52c9e4f3adf7c1568f3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b1a42e6b6b2e0c332876fc77b76ae280c58ad0a5b68825b1f95b84292bed4d7f
MD5 a6d986fc24cd1f1d1706d02982fdd4b7
BLAKE2b-256 6e6f7b386c56df5a066b19cee6ee35d879eaa02faaadb1e2314df46eded7e00e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dba9c14e0a9ded3a7bd25664a1d2b5cab3aeb18b3aeccde895dbd2c70046ef33
MD5 fee710735c9bbe9e96132f8da90c713b
BLAKE2b-256 7037da31c25cd23d3baba1b6ba17f82d81d6f016e958493dfa1bcddbd7416650

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 79a7af00ba8cebdf2ff1ff3299bb0eb522ebc529cc870f946cf6cb0bfd85df88
MD5 b30b86e008283b4691cb0d95235b2aea
BLAKE2b-256 87e612eaa48e7a930c2ae1197c1080b7edf2fc9c73071acd729ad5218d595839

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33f00845c14c119f0f50bea31809a05f613e44e26a98d63152a2dc5c755f38c4
MD5 4b3319db2efd47b96dbcfe9ea623a9a7
BLAKE2b-256 b11169fbd32790a8acffcaf5566324e2fb92eb8907d03f889eff1e5eb87e9c2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 71e6c4fc93461c6caa81032a17360731f762267721f3b50599e97137466276f4
MD5 70339fb78b2328ca80849d3cdeb266c0
BLAKE2b-256 62bc90e6b12a281f44a8119b96f69d64dd9a74cd242bb8c20795b713141f67f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0d2d8a9670b228650f91574acfef2535e88a025db7f7fa845958d68aa23188c
MD5 fd37b3cf5a44599fce6d34bc006ac5e3
BLAKE2b-256 a1dd714f89e0e8ffe7f3c0ff80806a96f94f60677abd075e58cdf25d50b39e5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 9bf2d342e712e9a58eff5502502ddf1274e0560c4ee1a340f0c8a232fb0a96d1
MD5 62445d7d9568f7a5764c473303fd471e
BLAKE2b-256 092edbe0bed1c6868329d286ce676e67ebf43522305e8d316e87902d5767eb37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0dc4366de36fca64124693128581feabf55bf45466b140bfed8c7377b1b8b9a2
MD5 7b9770f9668cee664f2de44b2af1b22f
BLAKE2b-256 84f753da5b06c8dfabc3c127d8cfd836edf54c38b17e757c5c2289e7c506e5c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f600dde24b9210b98939205852b80b286f533b3011acbd482ea114af412d649
MD5 77fbfbed015224fb40790d56faeee7ec
BLAKE2b-256 e43a6177f88e54509eb6f581cb10f7aa15273bbee07e13ab9a56a3268dde1a53

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9f4b24fa1fe5d6bf1384f6464ba249869ce92d7676c586b24e9f8ab5c8da1e12
MD5 4fa4dc87607ef3c3f5c0126d30e60e07
BLAKE2b-256 8d602672387ddd3ed09667d5134790a05c87405e75264e657af9542232d9cd48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d87cb3d91b28bb37c825ddc91a86366082f3d728ff8bdd2abc28e712ef9e591e
MD5 ae2935577b83e1c48675160701592fd7
BLAKE2b-256 e2a93e24aab5c833243b9f28cb067f4685d464fce8d63d34cb0c28fabf1b33fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a959ef8b57ae8ce670b5f9f9400a68a923770d871c462a3b3f9c63b575827a0b
MD5 a232e1dc72ad96052b2459d71bfe13fe
BLAKE2b-256 27a7a24b6b8c40ed998530aeb54a713c33f6f19c4f5dec4fa637d23236ece3d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6bbf0f5364aecbcac47a7fdd1651a509329bdf852cf8331eb3ed16af88e67074
MD5 3e6d52bca66fad9330fe1702c3a00774
BLAKE2b-256 a6dd9adcbe74e0cf19d62452cf7941aa1c2699bd12b36104cec72924e9543355

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rloop-0.3.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4e9ab417b4b0ca06b9bef3fafc6f9203727371a36ac93571275838b793fb4946
MD5 38d10ae98da747fa36cf4a6983073a04
BLAKE2b-256 b9f371ec6c00e72a3d2861bd9faf885e4556ce637db3fadca4e3a31578eacfd9

See more details on using hashes here.

Provenance

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

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