rloop


Namerloop JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/gi0baro/rloop
SummaryAn asyncio event loop implemented in Rust
upload_time2025-07-09 17:23:22
maintainerNone
docs_urlNone
authorGiovanni Barillari <g@baro.dev>
requires_python>=3.9
licenseBSD-3-Clause
keywords asyncio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RLoop

RLoop is an [AsyncIO](https://docs.python.org/3/library/asyncio.html) selector event loop implemented in Rust on top of the [mio crate](https://github.com/tokio-rs/mio).

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

> **Note:** RLoop is available on Unix systems only.

## Installation

```bash
pip install rloop
```

## Usage

```python
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:

- UDP
- 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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gi0baro/rloop",
    "name": "rloop",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "asyncio",
    "author": "Giovanni Barillari <g@baro.dev>",
    "author_email": "Giovanni Barillari <g@baro.dev>",
    "download_url": "https://files.pythonhosted.org/packages/2b/18/74c91c4dac5e0443e7c3b412a8630b191a05da3176b568f07680d92ae197/rloop-0.1.4.tar.gz",
    "platform": null,
    "description": "# RLoop\n\nRLoop is an [AsyncIO](https://docs.python.org/3/library/asyncio.html) selector event loop implemented in Rust on top of the [mio crate](https://github.com/tokio-rs/mio).\n\n> **Warning**: RLoop is currently a work in progress and definitely not suited for *production usage*.\n\n> **Note:** RLoop is available on Unix systems only.\n\n## Installation\n\n```bash\npip install rloop\n```\n\n## Usage\n\n```python\nimport asyncio\nimport rloop\n\nasyncio.set_event_loop_policy(rloop.EventLoopPolicy())\nloop = asyncio.new_event_loop()\nasyncio.set_event_loop(loop)\n```\n\n## Differences from stdlib\n\nAt current time, when compared with the stdlib's event loop, RLoop doesn't support the following features:\n\n- UDP\n- Unix Domain Sockets\n- SSL\n- debugging\n\nRLoop also doesn't implement the following methods:\n\n- `loop.sendfile`\n- `loop.connect_accepted_socket`\n- `loop.sock_recvfrom`\n- `loop.sock_recvfrom_into`\n- `loop.sock_sendto`\n- `loop.sock_sendfile`\n\n### `call_later` with negative delays\n\nWhile 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.\n\n## License\n\nRLoop is released under the BSD License.\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "An asyncio event loop implemented in Rust",
    "version": "0.1.4",
    "project_urls": {
        "Funding": "https://github.com/sponsors/gi0baro",
        "Homepage": "https://github.com/gi0baro/rloop",
        "Source": "https://github.com/gi0baro/rloop"
    },
    "split_keywords": [
        "asyncio"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93d8168b51ea99d8c86778a9c9a8ac1572fce8d942453e9c76d26f2a925fe8b1",
                "md5": "0bbb7da9cbc4a6a87617b2b1da39445f",
                "sha256": "a1252ec5b7165901e28b2485a2217c7c45b5665b5dcfbc6af9a37d7197fdcdba"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0bbb7da9cbc4a6a87617b2b1da39445f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 326551,
            "upload_time": "2025-07-09T17:21:18",
            "upload_time_iso_8601": "2025-07-09T17:21:18.182285Z",
            "url": "https://files.pythonhosted.org/packages/93/d8/168b51ea99d8c86778a9c9a8ac1572fce8d942453e9c76d26f2a925fe8b1/rloop-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c5f1794b0a652fe4284aaf4c6c4e7e089a6aff8b901fc369d2143160ef03fd06",
                "md5": "78c2e441549b4997741022ce0fa82454",
                "sha256": "13dd62b7e2551cea2fb2158bc80e3316d5ccfd66d91b07c7ea78232708658bc6"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "78c2e441549b4997741022ce0fa82454",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 305121,
            "upload_time": "2025-07-09T17:21:19",
            "upload_time_iso_8601": "2025-07-09T17:21:19.950713Z",
            "url": "https://files.pythonhosted.org/packages/c5/f1/794b0a652fe4284aaf4c6c4e7e089a6aff8b901fc369d2143160ef03fd06/rloop-0.1.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28cc1610bfbcabb1f73c4c106b51deaec90a45b542bd0726f60ec28da32a7afc",
                "md5": "8d167d784a1b0a281157df5c24aafdec",
                "sha256": "3b205732ce331465704d5af0323a0d69fb6213e606adf305415524c76a44b72e"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "8d167d784a1b0a281157df5c24aafdec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 367000,
            "upload_time": "2025-07-09T17:21:21",
            "upload_time_iso_8601": "2025-07-09T17:21:21.271777Z",
            "url": "https://files.pythonhosted.org/packages/28/cc/1610bfbcabb1f73c4c106b51deaec90a45b542bd0726f60ec28da32a7afc/rloop-0.1.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "40ee4188a1fc54b6873183cfe7b1884c7692b3fdc19bbd22c6c58a38f2e5de3f",
                "md5": "888a6839c9b4200b2d03e9456726d3af",
                "sha256": "ab999c5895ee834c8476c11650afb02e70b711634d90587bc74e7d203bba1af5"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "888a6839c9b4200b2d03e9456726d3af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 326321,
            "upload_time": "2025-07-09T17:21:22",
            "upload_time_iso_8601": "2025-07-09T17:21:22.615831Z",
            "url": "https://files.pythonhosted.org/packages/40/ee/4188a1fc54b6873183cfe7b1884c7692b3fdc19bbd22c6c58a38f2e5de3f/rloop-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2efac8d71223deb5f3a47256958f4ac8aa33020d379df60df56a4973767024b0",
                "md5": "20ce58c32a1f320a6116fbd3d7f08fcb",
                "sha256": "b50b08f86129fdc443ec7700b2ccde6dd94eed098d5973a921dee519ee812cab"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "20ce58c32a1f320a6116fbd3d7f08fcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 354134,
            "upload_time": "2025-07-09T17:21:24",
            "upload_time_iso_8601": "2025-07-09T17:21:24.188660Z",
            "url": "https://files.pythonhosted.org/packages/2e/fa/c8d71223deb5f3a47256958f4ac8aa33020d379df60df56a4973767024b0/rloop-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "168b9eec2376e9968b73d883debb7d5d82782234a4b69329920657910542baef",
                "md5": "9a993153fefa95ac80180dd7bf224519",
                "sha256": "bec84b2a8611aaf5840bd440fb0e83b2c588588f21c2ece7d78651b59b01048e"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a993153fefa95ac80180dd7bf224519",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 349602,
            "upload_time": "2025-07-09T17:21:25",
            "upload_time_iso_8601": "2025-07-09T17:21:25.634375Z",
            "url": "https://files.pythonhosted.org/packages/16/8b/9eec2376e9968b73d883debb7d5d82782234a4b69329920657910542baef/rloop-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e090a44bc3d6731cc8e107fe684d6fc9412a410906c453333e11c92a7b1c1a0",
                "md5": "ed7ce8e82e1c801c63c59a1a6723696d",
                "sha256": "727c6ae6e0586333ffce3543a7a5892149e3a94e49800bdd9191905aaeb491d7"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ed7ce8e82e1c801c63c59a1a6723696d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 505798,
            "upload_time": "2025-07-09T17:21:26",
            "upload_time_iso_8601": "2025-07-09T17:21:26.934374Z",
            "url": "https://files.pythonhosted.org/packages/5e/09/0a44bc3d6731cc8e107fe684d6fc9412a410906c453333e11c92a7b1c1a0/rloop-0.1.4-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e77d9cca85975e5fa0b349690d84fcf94bf40df5881779911a459b08bfc0902",
                "md5": "3bc2beaa573b83ce2283b467d4e1fc4d",
                "sha256": "dcd62f382573c4a98c1397efb34468cd16b9ea947ea84e95f490955832feeb00"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3bc2beaa573b83ce2283b467d4e1fc4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 617804,
            "upload_time": "2025-07-09T17:21:28",
            "upload_time_iso_8601": "2025-07-09T17:21:28.547166Z",
            "url": "https://files.pythonhosted.org/packages/9e/77/d9cca85975e5fa0b349690d84fcf94bf40df5881779911a459b08bfc0902/rloop-0.1.4-cp310-cp310-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81fd3cfb45dc4e11f390d5f84928fe3c2d698e592d1ea0e25a18981637d06d98",
                "md5": "5276261d676e7fa510a5dea5b30932a1",
                "sha256": "66795f066c47fb1e434e42e1232933a9f48d49598a64af47a480aaab944edc36"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5276261d676e7fa510a5dea5b30932a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 520240,
            "upload_time": "2025-07-09T17:21:31",
            "upload_time_iso_8601": "2025-07-09T17:21:31.232736Z",
            "url": "https://files.pythonhosted.org/packages/81/fd/3cfb45dc4e11f390d5f84928fe3c2d698e592d1ea0e25a18981637d06d98/rloop-0.1.4-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "efe9a42bb195b52a947b7d4ecac16176753be9323a2c91b96307e23021410e2a",
                "md5": "7a767d6712398bfb20afbc8ada11836b",
                "sha256": "242a453aee173a6a3a51480d389e98f71d9fc8306f24aed6e140ec413b8a3468"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7a767d6712398bfb20afbc8ada11836b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 328497,
            "upload_time": "2025-07-09T17:21:33",
            "upload_time_iso_8601": "2025-07-09T17:21:33.440146Z",
            "url": "https://files.pythonhosted.org/packages/ef/e9/a42bb195b52a947b7d4ecac16176753be9323a2c91b96307e23021410e2a/rloop-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "445657636dad5cb6d11d2e1a46bd26da445ce9cfedc251ce84237752ddeed529",
                "md5": "9284d4712e1d41495ca3b9e71bd1c082",
                "sha256": "bd01175bc6e5036426554beac2519d63e6f2f31bff9865fc87c55efcaf5db6c2"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9284d4712e1d41495ca3b9e71bd1c082",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 305652,
            "upload_time": "2025-07-09T17:21:35",
            "upload_time_iso_8601": "2025-07-09T17:21:35.921782Z",
            "url": "https://files.pythonhosted.org/packages/44/56/57636dad5cb6d11d2e1a46bd26da445ce9cfedc251ce84237752ddeed529/rloop-0.1.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b3a61639d48be8c2568ad9f97f185ae8f8c3932d9aaec8d57376a34d807d1eb",
                "md5": "2c1cef8a1057ce7c18be09505915a7e4",
                "sha256": "eb45205cebea3efb10348102657236bf5b2abd241eadc354ef59f5b201a2cde5"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "2c1cef8a1057ce7c18be09505915a7e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 366887,
            "upload_time": "2025-07-09T17:21:37",
            "upload_time_iso_8601": "2025-07-09T17:21:37.222126Z",
            "url": "https://files.pythonhosted.org/packages/9b/3a/61639d48be8c2568ad9f97f185ae8f8c3932d9aaec8d57376a34d807d1eb/rloop-0.1.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5649a4428a5664d088ef4f9eac49ecce62db154ff63666059c08c68c6c8cce58",
                "md5": "31fb08b679030fd1759316dfcbe4514c",
                "sha256": "5efec11fe7983f6c9493d35da1722b8999dba36c491a660b430f9ecf713e11fd"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "31fb08b679030fd1759316dfcbe4514c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 326084,
            "upload_time": "2025-07-09T17:21:39",
            "upload_time_iso_8601": "2025-07-09T17:21:39.393370Z",
            "url": "https://files.pythonhosted.org/packages/56/49/a4428a5664d088ef4f9eac49ecce62db154ff63666059c08c68c6c8cce58/rloop-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b395ca569d154fb17d3d4fb97df990adb257f9ff2e52d07032d59204bbee66e",
                "md5": "08cb8c521dfdebafa72798448403e197",
                "sha256": "8a4b97cf51847a065ed13eef56a59461ad208b4724496f4c5d3a0f4bb5961efb"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "08cb8c521dfdebafa72798448403e197",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 354025,
            "upload_time": "2025-07-09T17:21:40",
            "upload_time_iso_8601": "2025-07-09T17:21:40.575854Z",
            "url": "https://files.pythonhosted.org/packages/3b/39/5ca569d154fb17d3d4fb97df990adb257f9ff2e52d07032d59204bbee66e/rloop-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "604bd59a786ce082f0066366fa88dc83d24345ac513fdfd116095e2b2fa6d27c",
                "md5": "403f591e44046b423a8b3375fd091352",
                "sha256": "d294cc7db3dffd8cac29b1ef7687ba7af08054bfae72b0490aec911e3a8e47d9"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "403f591e44046b423a8b3375fd091352",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 349494,
            "upload_time": "2025-07-09T17:21:42",
            "upload_time_iso_8601": "2025-07-09T17:21:42.007107Z",
            "url": "https://files.pythonhosted.org/packages/60/4b/d59a786ce082f0066366fa88dc83d24345ac513fdfd116095e2b2fa6d27c/rloop-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c649148f6ccbb58ce23c573db2cda37cc2754f2ca53fbf9a9e10c39232bd7686",
                "md5": "5fb7558753e5cceebe3616b45b87ce82",
                "sha256": "00bfd5f1696abe55a37976af807119aa11436f38473d92effd76663910c1b078"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5fb7558753e5cceebe3616b45b87ce82",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 505640,
            "upload_time": "2025-07-09T17:21:43",
            "upload_time_iso_8601": "2025-07-09T17:21:43.538855Z",
            "url": "https://files.pythonhosted.org/packages/c6/49/148f6ccbb58ce23c573db2cda37cc2754f2ca53fbf9a9e10c39232bd7686/rloop-0.1.4-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4dc91855f6ec6e5e1b0c2bc9bad7e1be07c88722e1da07666d26dbfe6e232a71",
                "md5": "f91dc596270b6e14aa146b6fe77c454b",
                "sha256": "f6e07c26de592b1a1e1e4d16323fc69b23804624a053b1dd45c97b7d5801a0f2"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f91dc596270b6e14aa146b6fe77c454b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 617675,
            "upload_time": "2025-07-09T17:21:45",
            "upload_time_iso_8601": "2025-07-09T17:21:45.452615Z",
            "url": "https://files.pythonhosted.org/packages/4d/c9/1855f6ec6e5e1b0c2bc9bad7e1be07c88722e1da07666d26dbfe6e232a71/rloop-0.1.4-cp311-cp311-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3a58058d9422670457be0ff2d82b694ca012e14cd6624304fab2d956ba5083e",
                "md5": "7d2a65fa6a0db1832c6fed81921fbc6e",
                "sha256": "16d73cf590780af92c0d2a9f74bdf2eea7a694df59126f6ea3716a5ff5fbf570"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7d2a65fa6a0db1832c6fed81921fbc6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 520040,
            "upload_time": "2025-07-09T17:21:50",
            "upload_time_iso_8601": "2025-07-09T17:21:50.408767Z",
            "url": "https://files.pythonhosted.org/packages/c3/a5/8058d9422670457be0ff2d82b694ca012e14cd6624304fab2d956ba5083e/rloop-0.1.4-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f88d0b381da178d23598f268ccc4eacd2fa11ff46cff25c99daed310825d738",
                "md5": "96d5a3861b4c05984a5f7c47ca7172c2",
                "sha256": "770869305f67aeb65e636329cdb87e0499a99922d51c3e6d58d745573f40ed66"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "96d5a3861b4c05984a5f7c47ca7172c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 328587,
            "upload_time": "2025-07-09T17:21:52",
            "upload_time_iso_8601": "2025-07-09T17:21:52.741677Z",
            "url": "https://files.pythonhosted.org/packages/1f/88/d0b381da178d23598f268ccc4eacd2fa11ff46cff25c99daed310825d738/rloop-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02945cceff0856f33bd9e2230185f09f980930d30c9f6956c7f09cf09b19de58",
                "md5": "cae2341b8e034bb4f8a8356222265a30",
                "sha256": "a87dc178d4b3c6809fc4ed96cf0dcbbff92368b552c24d9c30d699e422b29134"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cae2341b8e034bb4f8a8356222265a30",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 303331,
            "upload_time": "2025-07-09T17:21:54",
            "upload_time_iso_8601": "2025-07-09T17:21:54.095398Z",
            "url": "https://files.pythonhosted.org/packages/02/94/5cceff0856f33bd9e2230185f09f980930d30c9f6956c7f09cf09b19de58/rloop-0.1.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6319bb01f844e96f9a5041260456c00ce8ee0f92a4f7dfdbe97d99dd8817cca7",
                "md5": "8067073965723fc7620fbff53993daa2",
                "sha256": "c1df3f9f6ff6e966929c3292e0b9c53d816c0c483e0fec3aea375a59e65a07ae"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "8067073965723fc7620fbff53993daa2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 368482,
            "upload_time": "2025-07-09T17:21:55",
            "upload_time_iso_8601": "2025-07-09T17:21:55.528018Z",
            "url": "https://files.pythonhosted.org/packages/63/19/bb01f844e96f9a5041260456c00ce8ee0f92a4f7dfdbe97d99dd8817cca7/rloop-0.1.4-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c765bfcd8b0e53561a7de96dfbdd30e202d99fc242f4984efa458930aa38fb74",
                "md5": "5f4c7ed867493340cec8fcf1a458b0c1",
                "sha256": "43a9f2d69353df3bb4185748ee9dd16237d8ea0469ec432c90cb6371feb26634"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5f4c7ed867493340cec8fcf1a458b0c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 325992,
            "upload_time": "2025-07-09T17:21:57",
            "upload_time_iso_8601": "2025-07-09T17:21:57.366157Z",
            "url": "https://files.pythonhosted.org/packages/c7/65/bfcd8b0e53561a7de96dfbdd30e202d99fc242f4984efa458930aa38fb74/rloop-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f31fb81e668a26d8583fd92f9bce1c59c43ca9d68798a2bd5191c756cc053d9d",
                "md5": "a9487dc8ed4bec306fafc86d9ded8bbd",
                "sha256": "d509fb6df8e78d1bd96587f108531cceeab4f55242aacc84deda47db60e197b1"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a9487dc8ed4bec306fafc86d9ded8bbd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 354478,
            "upload_time": "2025-07-09T17:21:58",
            "upload_time_iso_8601": "2025-07-09T17:21:58.976620Z",
            "url": "https://files.pythonhosted.org/packages/f3/1f/b81e668a26d8583fd92f9bce1c59c43ca9d68798a2bd5191c756cc053d9d/rloop-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6dd4e6d216332c251478af6dfd54a692a4f5a76accc49719614d0a426466a9fe",
                "md5": "f2a8fa52f57483347a59ec205708220d",
                "sha256": "61f40427977fb92862b5ca4a9e248e57c018bc4b6c07c0101fd1ea996b541fe2"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2a8fa52f57483347a59ec205708220d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 351102,
            "upload_time": "2025-07-09T17:22:00",
            "upload_time_iso_8601": "2025-07-09T17:22:00.693804Z",
            "url": "https://files.pythonhosted.org/packages/6d/d4/e6d216332c251478af6dfd54a692a4f5a76accc49719614d0a426466a9fe/rloop-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "54b52710565f2dbedcc3333e5057661d091929f11c334063ae1575213e802f19",
                "md5": "d452488e2bfecea20ef36c6c27706ace",
                "sha256": "835636ccbde2bb15d96c25aaf5e31fc28c9eef74dccf2e6dfba1b38036d1c08d"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d452488e2bfecea20ef36c6c27706ace",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 505569,
            "upload_time": "2025-07-09T17:22:01",
            "upload_time_iso_8601": "2025-07-09T17:22:01.862602Z",
            "url": "https://files.pythonhosted.org/packages/54/b5/2710565f2dbedcc3333e5057661d091929f11c334063ae1575213e802f19/rloop-0.1.4-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca1b8e0db2ed8f3ce375890d7183fc56b70695fefd37e99ac6fc14f74ed15bb5",
                "md5": "600fc6136579121d01746d284e1348c6",
                "sha256": "9ce5e149d71e7b2231851fec52cdd6f258091b5291f1cd39fb09fec0327a4e6d"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "600fc6136579121d01746d284e1348c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 618275,
            "upload_time": "2025-07-09T17:22:03",
            "upload_time_iso_8601": "2025-07-09T17:22:03.520691Z",
            "url": "https://files.pythonhosted.org/packages/ca/1b/8e0db2ed8f3ce375890d7183fc56b70695fefd37e99ac6fc14f74ed15bb5/rloop-0.1.4-cp312-cp312-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba88c4a2eac53c304bc33479617ca7b39f2b1367242794faba775ad0fd6ec994",
                "md5": "94581b576cf51edbd0e3a09684cb4653",
                "sha256": "e77342c5e9f578ffdaa360e706d4e3503f4bff5b411e50259b534d8cc7500019"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94581b576cf51edbd0e3a09684cb4653",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 521213,
            "upload_time": "2025-07-09T17:22:04",
            "upload_time_iso_8601": "2025-07-09T17:22:04.799323Z",
            "url": "https://files.pythonhosted.org/packages/ba/88/c4a2eac53c304bc33479617ca7b39f2b1367242794faba775ad0fd6ec994/rloop-0.1.4-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8034feddc37c1cc9e9a7861a7d66ccd9f85731465f9d72aee3500a16522be90e",
                "md5": "6513646e7a9e790c760938b634e31b8a",
                "sha256": "0c268db2f9263662afc93cee7784d0314bb6c1c96c5895926179f233b4fb43f2"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6513646e7a9e790c760938b634e31b8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 328253,
            "upload_time": "2025-07-09T17:22:06",
            "upload_time_iso_8601": "2025-07-09T17:22:06.338182Z",
            "url": "https://files.pythonhosted.org/packages/80/34/feddc37c1cc9e9a7861a7d66ccd9f85731465f9d72aee3500a16522be90e/rloop-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77c08467f4e96c5415d775c2e0816c4bd669b93b43f601e33afd71b332b1d468",
                "md5": "9000414a501c02e5435d50cc4a905395",
                "sha256": "8f16e48c7ba9a4ef9740cb099f59a5ce857fab1bac90c08a7ae0b8d5b70ae27c"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9000414a501c02e5435d50cc4a905395",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 302390,
            "upload_time": "2025-07-09T17:22:07",
            "upload_time_iso_8601": "2025-07-09T17:22:07.551360Z",
            "url": "https://files.pythonhosted.org/packages/77/c0/8467f4e96c5415d775c2e0816c4bd669b93b43f601e33afd71b332b1d468/rloop-0.1.4-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c02ea23a14f751cd114b086b6f5f56b1ab137defbdbb99da1864d93327e7dc27",
                "md5": "d131cd3ab24e58bbe76fcf956562b38c",
                "sha256": "8a1da149c12202d7f1a48a9a4ea55d8cabf1fc2b0fb87da2ec9540619c963c90"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "d131cd3ab24e58bbe76fcf956562b38c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 368144,
            "upload_time": "2025-07-09T17:22:08",
            "upload_time_iso_8601": "2025-07-09T17:22:08.728986Z",
            "url": "https://files.pythonhosted.org/packages/c0/2e/a23a14f751cd114b086b6f5f56b1ab137defbdbb99da1864d93327e7dc27/rloop-0.1.4-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f3fd9eba1879cee2c2a4eee4cdcfd019ca8be0c35962f1e12c0979dcc000f72",
                "md5": "fa15f0398bd12e2656b7621e03e6be43",
                "sha256": "a6794770f8d1e09da7fa63a216ef6704edc8a60c7eebf6d0ce809c24f074964b"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fa15f0398bd12e2656b7621e03e6be43",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 325713,
            "upload_time": "2025-07-09T17:22:10",
            "upload_time_iso_8601": "2025-07-09T17:22:10.174499Z",
            "url": "https://files.pythonhosted.org/packages/0f/3f/d9eba1879cee2c2a4eee4cdcfd019ca8be0c35962f1e12c0979dcc000f72/rloop-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "01f8ad9fa609cae1bd56baaf0015bb2d59d3d233f231d3baac634bb857eb07ea",
                "md5": "36ae36fb44484b0927101f368a82266a",
                "sha256": "b995a9f3d97eae6bb782d286ff9715e28c7c99d4c1e75876aefb713ce9862b49"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "36ae36fb44484b0927101f368a82266a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 354036,
            "upload_time": "2025-07-09T17:22:11",
            "upload_time_iso_8601": "2025-07-09T17:22:11.399831Z",
            "url": "https://files.pythonhosted.org/packages/01/f8/ad9fa609cae1bd56baaf0015bb2d59d3d233f231d3baac634bb857eb07ea/rloop-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0ef525d793223b706db9937db64c661454cf89c6a81cd0e40fe0e381df13449",
                "md5": "8ab093b799efbc3d8c13be977b0848fe",
                "sha256": "0920c0c6bc42dddc89610e93000d559f31b5853bded7a6f58d97804b2d54b571"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ab093b799efbc3d8c13be977b0848fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 350675,
            "upload_time": "2025-07-09T17:22:12",
            "upload_time_iso_8601": "2025-07-09T17:22:12.658179Z",
            "url": "https://files.pythonhosted.org/packages/d0/ef/525d793223b706db9937db64c661454cf89c6a81cd0e40fe0e381df13449/rloop-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb8142ef63d5093c30e38b7ac0863e7668f41a91d8c4611edcf2e52b9c85e08c",
                "md5": "60c36b4fe739f0c4e9ae63bfaa8411f9",
                "sha256": "8b480bf102c6be48f618c2aa03d6aee0dab5aa405db33ba8a6c9f80b469736b8"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "60c36b4fe739f0c4e9ae63bfaa8411f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 505340,
            "upload_time": "2025-07-09T17:22:13",
            "upload_time_iso_8601": "2025-07-09T17:22:13.831387Z",
            "url": "https://files.pythonhosted.org/packages/cb/81/42ef63d5093c30e38b7ac0863e7668f41a91d8c4611edcf2e52b9c85e08c/rloop-0.1.4-cp313-cp313-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a430d81e9a5437c01c69a2272ba8ef1181ddb7624eb41904c4a483ab75ab410b",
                "md5": "1d51adfe9aa261d12169f1c8420a83e7",
                "sha256": "dbd29c2dea69188d09cc511d7badf30afa0576e2a617a59e0a751c0194f06baf"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1d51adfe9aa261d12169f1c8420a83e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 617724,
            "upload_time": "2025-07-09T17:22:15",
            "upload_time_iso_8601": "2025-07-09T17:22:15.073026Z",
            "url": "https://files.pythonhosted.org/packages/a4/30/d81e9a5437c01c69a2272ba8ef1181ddb7624eb41904c4a483ab75ab410b/rloop-0.1.4-cp313-cp313-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36f9f61834bf0b500b4418c8f405ac536db2d57e5dad5cbd660c927221cb8acf",
                "md5": "c767f650a66af062acaa15aefa9b8daa",
                "sha256": "62ff98be8d23f5940202669ba4d6f123d1c4ab1e0d16a3997f2daa69581a4da4"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c767f650a66af062acaa15aefa9b8daa",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 520827,
            "upload_time": "2025-07-09T17:22:16",
            "upload_time_iso_8601": "2025-07-09T17:22:16.402786Z",
            "url": "https://files.pythonhosted.org/packages/36/f9/f61834bf0b500b4418c8f405ac536db2d57e5dad5cbd660c927221cb8acf/rloop-0.1.4-cp313-cp313-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39b473f9fbb6209e07e9b37d2cdc10eda13d96df8ebd37de1d89fabfc95d7ae1",
                "md5": "b75807de38bc259d3d69c099498cbd68",
                "sha256": "c4357099ce86ea2bb1d6eddb9daf81da3d2f641b5e9ea6a5d32bfe272b4fa8df"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313t-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b75807de38bc259d3d69c099498cbd68",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 324905,
            "upload_time": "2025-07-09T17:22:17",
            "upload_time_iso_8601": "2025-07-09T17:22:17.658778Z",
            "url": "https://files.pythonhosted.org/packages/39/b4/73f9fbb6209e07e9b37d2cdc10eda13d96df8ebd37de1d89fabfc95d7ae1/rloop-0.1.4-cp313-cp313t-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "64d5d05c8b282ffef6d75030c4202e3df24d5624a40e35ee1368a9c1d84c8290",
                "md5": "c25d0daad2857bc636c1271a6ab996bf",
                "sha256": "717cd72a22f313851836ce6ea31a8ab92888c7cc48c4b2c7eab4286507df3e3e"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c25d0daad2857bc636c1271a6ab996bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 300859,
            "upload_time": "2025-07-09T17:22:18",
            "upload_time_iso_8601": "2025-07-09T17:22:18.872081Z",
            "url": "https://files.pythonhosted.org/packages/64/d5/d05c8b282ffef6d75030c4202e3df24d5624a40e35ee1368a9c1d84c8290/rloop-0.1.4-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77531358c0224bb410da9ca897e463ab4672aa39d7dde79e36418a064ed39f9a",
                "md5": "5e654fadf4b83cb43e15a1e095777e36",
                "sha256": "d995967b8f1c00d06ee00c72af157e8a1ed0753c0219b94f2036b3256bc3fb60"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5e654fadf4b83cb43e15a1e095777e36",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 320354,
            "upload_time": "2025-07-09T17:22:20",
            "upload_time_iso_8601": "2025-07-09T17:22:20.461435Z",
            "url": "https://files.pythonhosted.org/packages/77/53/1358c0224bb410da9ca897e463ab4672aa39d7dde79e36418a064ed39f9a/rloop-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "01619e8c5414841d2bf923d27eca7c77457d043f2bebe9d40b4de040817ae5e9",
                "md5": "df721fffe3bfa2bbec2b2ca613cc9ea9",
                "sha256": "0728f8f62349bd88fdb336d207e516a7d563b9eb81b867eaf3efa1cb7ccfde71"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "df721fffe3bfa2bbec2b2ca613cc9ea9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 348767,
            "upload_time": "2025-07-09T17:22:21",
            "upload_time_iso_8601": "2025-07-09T17:22:21.687182Z",
            "url": "https://files.pythonhosted.org/packages/01/61/9e8c5414841d2bf923d27eca7c77457d043f2bebe9d40b4de040817ae5e9/rloop-0.1.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "476c99651f8cbbd0a4dd6ce8fbfe6768ced5998cd60028253f4bacd879d07f4f",
                "md5": "6648a18f3cc5e7a2f56511613d8cc6c4",
                "sha256": "b84268e6c5d1faf38c64d00c801144e31ea330e0e872dd16a251f4c2dfb20b23"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313t-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6648a18f3cc5e7a2f56511613d8cc6c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 500625,
            "upload_time": "2025-07-09T17:22:22",
            "upload_time_iso_8601": "2025-07-09T17:22:22.977020Z",
            "url": "https://files.pythonhosted.org/packages/47/6c/99651f8cbbd0a4dd6ce8fbfe6768ced5998cd60028253f4bacd879d07f4f/rloop-0.1.4-cp313-cp313t-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "680d2ca34ee718d34754d22ec1ad0870d491058380149f648789b4b06b81f4cd",
                "md5": "f6d2534a7e4559271712b7d52612a5e5",
                "sha256": "8535f54570c155af21000ff4c1f84faca2e27dc7fe71d51be0fc205874325b05"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp313-cp313t-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f6d2534a7e4559271712b7d52612a5e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 515613,
            "upload_time": "2025-07-09T17:22:24",
            "upload_time_iso_8601": "2025-07-09T17:22:24.456138Z",
            "url": "https://files.pythonhosted.org/packages/68/0d/2ca34ee718d34754d22ec1ad0870d491058380149f648789b4b06b81f4cd/rloop-0.1.4-cp313-cp313t-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "581eca68bbe10fe4ed6255bc36cb37fddeee8366b75a889605899b94b96a58b7",
                "md5": "1c389ed8e14a1c4d827017984290d843",
                "sha256": "546fe05955df84e0c5859cc2a9e30660271da8133ea5b79d531877b223b6b083"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c389ed8e14a1c4d827017984290d843",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 330709,
            "upload_time": "2025-07-09T17:22:26",
            "upload_time_iso_8601": "2025-07-09T17:22:26.179604Z",
            "url": "https://files.pythonhosted.org/packages/58/1e/ca68bbe10fe4ed6255bc36cb37fddeee8366b75a889605899b94b96a58b7/rloop-0.1.4-cp314-cp314-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "488fa9fedd9fc5a2c5a1be426b09515e2b8d8f9d48f37a6b02fcf87115c816fc",
                "md5": "9be58280bceb4a376d860a70a5d8bc27",
                "sha256": "98c57f0b12e3816c1714e4a8349feb683188570147dd7911155c6ae266ce3021"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9be58280bceb4a376d860a70a5d8bc27",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 304199,
            "upload_time": "2025-07-09T17:22:27",
            "upload_time_iso_8601": "2025-07-09T17:22:27.381250Z",
            "url": "https://files.pythonhosted.org/packages/48/8f/a9fedd9fc5a2c5a1be426b09515e2b8d8f9d48f37a6b02fcf87115c816fc/rloop-0.1.4-cp314-cp314-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41b0388c4668463c786d5056cfa46bf84f74fc8819e582ecaf51e4d37549c521",
                "md5": "d57253f4f1e8d995f24dfdd560551845",
                "sha256": "9cc090ce5c204623513048396c0e664401bf1d37f0069f618a3217a6301f54e6"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "d57253f4f1e8d995f24dfdd560551845",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 369853,
            "upload_time": "2025-07-09T17:22:28",
            "upload_time_iso_8601": "2025-07-09T17:22:28.687696Z",
            "url": "https://files.pythonhosted.org/packages/41/b0/388c4668463c786d5056cfa46bf84f74fc8819e582ecaf51e4d37549c521/rloop-0.1.4-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d8d9ea9284dc2e78efa2e01b104dddf1fcd69e807610e347860935776fa0de5",
                "md5": "9f09577fa7dd25f4c0c200507819c423",
                "sha256": "6b89ac688e588c0aaac30f1003cbb37df777f2525febadfbefc87eb89d9124da"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9f09577fa7dd25f4c0c200507819c423",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 327274,
            "upload_time": "2025-07-09T17:22:29",
            "upload_time_iso_8601": "2025-07-09T17:22:29.935386Z",
            "url": "https://files.pythonhosted.org/packages/2d/8d/9ea9284dc2e78efa2e01b104dddf1fcd69e807610e347860935776fa0de5/rloop-0.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a79ebcbb6d96813f16bd0034b07139a67c35921286455898469bf133c1e4d45",
                "md5": "9a46717113e7117f2f8e19f46892acd9",
                "sha256": "6ac04d17b9cd018336031cb0e1ecc2730d99bdfbd7ff788db957d80bae72817e"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9a46717113e7117f2f8e19f46892acd9",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 355628,
            "upload_time": "2025-07-09T17:22:31",
            "upload_time_iso_8601": "2025-07-09T17:22:31.213752Z",
            "url": "https://files.pythonhosted.org/packages/9a/79/ebcbb6d96813f16bd0034b07139a67c35921286455898469bf133c1e4d45/rloop-0.1.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b55d45aabd2b721a10c99932f36b3a295a3ed9a65c2fae004cd1b7d237a4525f",
                "md5": "53f52325acc293827d9ded6783def933",
                "sha256": "ffc06b227294d1d8ecd8f09de9ea3be0b88b5e94b67da621f246417de60caf28"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53f52325acc293827d9ded6783def933",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 352163,
            "upload_time": "2025-07-09T17:22:32",
            "upload_time_iso_8601": "2025-07-09T17:22:32.513465Z",
            "url": "https://files.pythonhosted.org/packages/b5/5d/45aabd2b721a10c99932f36b3a295a3ed9a65c2fae004cd1b7d237a4525f/rloop-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "860c06234caba39a893c886b72be2f588bd71f214ad4f3b4765ab15fc7189e19",
                "md5": "d993812560aa2167b1aee8e2348902eb",
                "sha256": "274f6bf58dd698d20c6b9a4974a80c76ade6f81d5aaeb640beaa9e97c53456eb"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d993812560aa2167b1aee8e2348902eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 506848,
            "upload_time": "2025-07-09T17:22:33",
            "upload_time_iso_8601": "2025-07-09T17:22:33.724273Z",
            "url": "https://files.pythonhosted.org/packages/86/0c/06234caba39a893c886b72be2f588bd71f214ad4f3b4765ab15fc7189e19/rloop-0.1.4-cp314-cp314-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1635907dd2520d47ba8567c422e517dbb1f6e586b8aaf37ee4e0f88fa50c9bc",
                "md5": "3df0e5bd8f4a8525176e2de0a8845310",
                "sha256": "3b44da38fa15623d30be096e6a072bc8ec38eff6689137961ca289d66668de08"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3df0e5bd8f4a8525176e2de0a8845310",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 619354,
            "upload_time": "2025-07-09T17:22:34",
            "upload_time_iso_8601": "2025-07-09T17:22:34.981410Z",
            "url": "https://files.pythonhosted.org/packages/f1/63/5907dd2520d47ba8567c422e517dbb1f6e586b8aaf37ee4e0f88fa50c9bc/rloop-0.1.4-cp314-cp314-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c51f7c4e8893069590bb8d59236529b4dbec1eed96f13a4de24dd2ade244daa4",
                "md5": "d7f90328aabf6a7cd4d078f982519955",
                "sha256": "2338b01ed50eca398fe24464f8384def7ca5c15146e1e049685689772da2b2eb"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d7f90328aabf6a7cd4d078f982519955",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 523485,
            "upload_time": "2025-07-09T17:22:36",
            "upload_time_iso_8601": "2025-07-09T17:22:36.688290Z",
            "url": "https://files.pythonhosted.org/packages/c5/1f/7c4e8893069590bb8d59236529b4dbec1eed96f13a4de24dd2ade244daa4/rloop-0.1.4-cp314-cp314-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1a89f08bc9faeede585307af61914de971add4ad6de6fa9c9133c13960691c07",
                "md5": "9e6f47cd2a0bd28202d4a8cf498af9ec",
                "sha256": "b7f3bd2640eec94e470befe98847b36b7a3584a35265d864a805548d266d798c"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314t-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9e6f47cd2a0bd28202d4a8cf498af9ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 324276,
            "upload_time": "2025-07-09T17:22:38",
            "upload_time_iso_8601": "2025-07-09T17:22:38.340206Z",
            "url": "https://files.pythonhosted.org/packages/1a/89/f08bc9faeede585307af61914de971add4ad6de6fa9c9133c13960691c07/rloop-0.1.4-cp314-cp314t-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c8d44fd39ebbbdb10a9c6bf66f1676f89ba3d66b68c3c227c1cffb5d8a042e9e",
                "md5": "7dd5d258d46cb5b13f10e3262ba3832a",
                "sha256": "eb9f4563786ef94f166d6d408d8f9b7279fa5ca3fef336db92ac78b7b227bbe4"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7dd5d258d46cb5b13f10e3262ba3832a",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 300856,
            "upload_time": "2025-07-09T17:22:39",
            "upload_time_iso_8601": "2025-07-09T17:22:39.643674Z",
            "url": "https://files.pythonhosted.org/packages/c8/d4/4fd39ebbbdb10a9c6bf66f1676f89ba3d66b68c3c227c1cffb5d8a042e9e/rloop-0.1.4-cp314-cp314t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d7343b98e3ef7edabcbda0640f918a93e43d4bfc21fd3bce8a08a3f61d3f4523",
                "md5": "1389524cf2b09582956a316865753553",
                "sha256": "0b5461fded9ef3743df39a3f69e592e46852c90f3543b1c24aab062b49bbf216"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1389524cf2b09582956a316865753553",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 321361,
            "upload_time": "2025-07-09T17:22:40",
            "upload_time_iso_8601": "2025-07-09T17:22:40.964343Z",
            "url": "https://files.pythonhosted.org/packages/d7/34/3b98e3ef7edabcbda0640f918a93e43d4bfc21fd3bce8a08a3f61d3f4523/rloop-0.1.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c61080096bc3a25f7a964e60f049cb3158a4c645ca0f91ed07278dc00642ed7",
                "md5": "3b9ce4c0c423653859c8b8c1653d5b6c",
                "sha256": "3ce1bf0eb51f8c24aeb009610a8d949dff0116ff34de46580cedf055d97e8912"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3b9ce4c0c423653859c8b8c1653d5b6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 349422,
            "upload_time": "2025-07-09T17:22:42",
            "upload_time_iso_8601": "2025-07-09T17:22:42.675425Z",
            "url": "https://files.pythonhosted.org/packages/5c/61/080096bc3a25f7a964e60f049cb3158a4c645ca0f91ed07278dc00642ed7/rloop-0.1.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8acaa7e7b0246b28af898525e6a06c049a9d5555738799c06810bb09001a1d3",
                "md5": "de5a6146bb9a52c874581c5f39a2d642",
                "sha256": "736aaaf1fe2d8aa36e2ec033aeaee7451ced408b8883073076e53ae714750f21"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314t-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "de5a6146bb9a52c874581c5f39a2d642",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 501630,
            "upload_time": "2025-07-09T17:22:43",
            "upload_time_iso_8601": "2025-07-09T17:22:43.992907Z",
            "url": "https://files.pythonhosted.org/packages/f8/ac/aa7e7b0246b28af898525e6a06c049a9d5555738799c06810bb09001a1d3/rloop-0.1.4-cp314-cp314t-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5de49ab3605e507517e2692ead8b7a91f86e796e882c39c67c0b0221f7900cc1",
                "md5": "a9fa8d222c74315787d1297f874a2849",
                "sha256": "09bcafacb9d5f8c3f4c153409c57d7f1ddfc145eacffe8a12be590a11791e892"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp314-cp314t-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a9fa8d222c74315787d1297f874a2849",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 517575,
            "upload_time": "2025-07-09T17:22:45",
            "upload_time_iso_8601": "2025-07-09T17:22:45.266430Z",
            "url": "https://files.pythonhosted.org/packages/5d/e4/9ab3605e507517e2692ead8b7a91f86e796e882c39c67c0b0221f7900cc1/rloop-0.1.4-cp314-cp314t-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b3ffd412b2c17cea80f0ff443fedc50173f3e105556ee99adbd223a2d9ef5bf6",
                "md5": "c973e15777f219ebe9d977b5e613f948",
                "sha256": "c130d9fd51d8216d00daf3c5ca439e33ad6d8e0916b1f6d270cd8228e812a3f6"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c973e15777f219ebe9d977b5e613f948",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 329249,
            "upload_time": "2025-07-09T17:22:46",
            "upload_time_iso_8601": "2025-07-09T17:22:46.576352Z",
            "url": "https://files.pythonhosted.org/packages/b3/ff/d412b2c17cea80f0ff443fedc50173f3e105556ee99adbd223a2d9ef5bf6/rloop-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cfc92490d81c395e1fadc8b723edf979e77334dd5c06047f1b7187470d31e48e",
                "md5": "7d84ee0a36ebd7b0c5bf0e4a6485da2a",
                "sha256": "7a1ae41c829ecd8cdca79c1fe69fcf7da9d7a556610e9790b2edd760718eb1d9"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7d84ee0a36ebd7b0c5bf0e4a6485da2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 308010,
            "upload_time": "2025-07-09T17:22:47",
            "upload_time_iso_8601": "2025-07-09T17:22:47.850481Z",
            "url": "https://files.pythonhosted.org/packages/cf/c9/2490d81c395e1fadc8b723edf979e77334dd5c06047f1b7187470d31e48e/rloop-0.1.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e10e1359cf60898faf7ab44283910eb27ead906513bdff55b72b5f25d70797a",
                "md5": "d1fdf8aab350c15c0302eb3101522383",
                "sha256": "fbb4c24de7989e7bf514403f1b1bbfd318e9f65a550006c835170daa1613bc8c"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "d1fdf8aab350c15c0302eb3101522383",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 367957,
            "upload_time": "2025-07-09T17:22:49",
            "upload_time_iso_8601": "2025-07-09T17:22:49.070920Z",
            "url": "https://files.pythonhosted.org/packages/8e/10/e1359cf60898faf7ab44283910eb27ead906513bdff55b72b5f25d70797a/rloop-0.1.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d574c05cfae719385814c7ad773b54e6e1ae2cd94c344999aae4c6f3c241336",
                "md5": "8691818a27ad633455f774712ca415be",
                "sha256": "b58bcb91b212074db47072e25842788e88703fc6560c70aa6a08a3b074398842"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8691818a27ad633455f774712ca415be",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 327066,
            "upload_time": "2025-07-09T17:22:50",
            "upload_time_iso_8601": "2025-07-09T17:22:50.374311Z",
            "url": "https://files.pythonhosted.org/packages/2d/57/4c05cfae719385814c7ad773b54e6e1ae2cd94c344999aae4c6f3c241336/rloop-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f1d25caa4257aab2eaa021a43fd9559de0cf7e9fc0a1eddee84277a684e64cd",
                "md5": "627b3bc08cba09a4013daa19318cf34b",
                "sha256": "eb585a62b0e242e86c19f5428c0ef695aa359c788803e86ad2f6d401e89a3e37"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "627b3bc08cba09a4013daa19318cf34b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 355038,
            "upload_time": "2025-07-09T17:22:51",
            "upload_time_iso_8601": "2025-07-09T17:22:51.712168Z",
            "url": "https://files.pythonhosted.org/packages/1f/1d/25caa4257aab2eaa021a43fd9559de0cf7e9fc0a1eddee84277a684e64cd/rloop-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e645780cbb9f54937f50230a4dd52859984a8f7284e4462a69392c8d3d880c44",
                "md5": "fa530583dfffbc16334ae03c1de5c829",
                "sha256": "0b09ee4c8599b04d253358e8f5f7fc0b9312850afc5978286cb4989d92519225"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fa530583dfffbc16334ae03c1de5c829",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 350441,
            "upload_time": "2025-07-09T17:22:52",
            "upload_time_iso_8601": "2025-07-09T17:22:52.885845Z",
            "url": "https://files.pythonhosted.org/packages/e6/45/780cbb9f54937f50230a4dd52859984a8f7284e4462a69392c8d3d880c44/rloop-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2ead6af202011886f78880e6064ed79a1e78d8ceb1f409f8cef42188ec50a353",
                "md5": "ead36103137ecf0968abe818c9f90dee",
                "sha256": "5edcde8bd4a2183a22fe8d39f8c2c6e7cba2f930377e75798f2c2a8757116ba0"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ead36103137ecf0968abe818c9f90dee",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 506491,
            "upload_time": "2025-07-09T17:22:54",
            "upload_time_iso_8601": "2025-07-09T17:22:54.124479Z",
            "url": "https://files.pythonhosted.org/packages/2e/ad/6af202011886f78880e6064ed79a1e78d8ceb1f409f8cef42188ec50a353/rloop-0.1.4-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa38b1c3d87ed6ca5f91d05d136966b18c9c489032bbdb7fb1c7dfb771b4527a",
                "md5": "fbb8e6b9fadd450785b9519931bfa91e",
                "sha256": "ddd3f77dfdd7c1c5a7b3e696760f9dd6c07ce8b9e2c9d61b06317bce015cff5d"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fbb8e6b9fadd450785b9519931bfa91e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 618848,
            "upload_time": "2025-07-09T17:22:55",
            "upload_time_iso_8601": "2025-07-09T17:22:55.421664Z",
            "url": "https://files.pythonhosted.org/packages/aa/38/b1c3d87ed6ca5f91d05d136966b18c9c489032bbdb7fb1c7dfb771b4527a/rloop-0.1.4-cp39-cp39-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e85c07d04be786408e91c0ba7437babbcc092d4735ee95e4ee14e07043ce895a",
                "md5": "6a0277d674cc8134053f3e824a72f0f4",
                "sha256": "54ffe1304ff2b952d272d0c328e7a2341b8e6fd764ff6b60a5a4180ea0d7343f"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a0277d674cc8134053f3e824a72f0f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 521073,
            "upload_time": "2025-07-09T17:22:56",
            "upload_time_iso_8601": "2025-07-09T17:22:56.613812Z",
            "url": "https://files.pythonhosted.org/packages/e8/5c/07d04be786408e91c0ba7437babbcc092d4735ee95e4ee14e07043ce895a/rloop-0.1.4-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a09b3fadf5d9d850963686c33143a3cbb98be4ffbaf3c95c18908e8aaceb541",
                "md5": "87bc5d337e35e302d77edd9b1955a2c4",
                "sha256": "c4d1333c43f560b6334db31baf38e4f0ecee8a6441c9dd11253e667d0ad14fc5"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87bc5d337e35e302d77edd9b1955a2c4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 327233,
            "upload_time": "2025-07-09T17:22:57",
            "upload_time_iso_8601": "2025-07-09T17:22:57.803333Z",
            "url": "https://files.pythonhosted.org/packages/6a/09/b3fadf5d9d850963686c33143a3cbb98be4ffbaf3c95c18908e8aaceb541/rloop-0.1.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d189d21c59a26b4dd5b5622cfc1e8317d427f068687f90ced3e05f736ec375bf",
                "md5": "0e19358f1f743d97ab42fae1f3e8d0ec",
                "sha256": "e1f783ad69cab34be373c524900efd3b7bdc65a3f9a2a3224aa88b966c113bde"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0e19358f1f743d97ab42fae1f3e8d0ec",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 303002,
            "upload_time": "2025-07-09T17:22:59",
            "upload_time_iso_8601": "2025-07-09T17:22:59.097100Z",
            "url": "https://files.pythonhosted.org/packages/d1/89/d21c59a26b4dd5b5622cfc1e8317d427f068687f90ced3e05f736ec375bf/rloop-0.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "310fcf2e34d6d6885a6533f77742506663027884ec0973ff376e4801392bcfe8",
                "md5": "6a3eb39b0fb169d7f1f55824f4e8e175",
                "sha256": "5dcaa91d793b617ef441f7ede0dfcf34855bd82d86833657776ec33a77c7957a"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6a3eb39b0fb169d7f1f55824f4e8e175",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 326237,
            "upload_time": "2025-07-09T17:23:00",
            "upload_time_iso_8601": "2025-07-09T17:23:00.716091Z",
            "url": "https://files.pythonhosted.org/packages/31/0f/cf2e34d6d6885a6533f77742506663027884ec0973ff376e4801392bcfe8/rloop-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce7a00b80edb67c75bbbcd2e2de0d03257feccbe0790f50a75971a3462e35811",
                "md5": "332d73ae15fab5a42adcc324b7eda6f6",
                "sha256": "fdebd8b94d5b0e55416dd4033efb334651f0eef12debd19bf18d638be5324cb9"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "332d73ae15fab5a42adcc324b7eda6f6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 347991,
            "upload_time": "2025-07-09T17:23:01",
            "upload_time_iso_8601": "2025-07-09T17:23:01.979922Z",
            "url": "https://files.pythonhosted.org/packages/ce/7a/00b80edb67c75bbbcd2e2de0d03257feccbe0790f50a75971a3462e35811/rloop-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "455a14f4662c0a0acfc0598b673acdcc09ad03d0f79c30397092965e3db682a3",
                "md5": "6cfad0adff1a6fde25579a4e1b689707",
                "sha256": "1437f317e8fb50c3bb29b517b68f6a1af642fa48ad0a288611259b1d78154925"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6cfad0adff1a6fde25579a4e1b689707",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 505727,
            "upload_time": "2025-07-09T17:23:03",
            "upload_time_iso_8601": "2025-07-09T17:23:03.204572Z",
            "url": "https://files.pythonhosted.org/packages/45/5a/14f4662c0a0acfc0598b673acdcc09ad03d0f79c30397092965e3db682a3/rloop-0.1.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f26f124dc0664a809f9146771f5cd4846d49d843ddb1c2cf41f7a24b27a87d34",
                "md5": "3bc31914be1a89a72c1594b6aab4f0ca",
                "sha256": "479787c299bf8dbac8e84f75576b2fd4f5847669f63423caa3983dba07b3161e"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3bc31914be1a89a72c1594b6aab4f0ca",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 519946,
            "upload_time": "2025-07-09T17:23:04",
            "upload_time_iso_8601": "2025-07-09T17:23:04.564388Z",
            "url": "https://files.pythonhosted.org/packages/f2/6f/124dc0664a809f9146771f5cd4846d49d843ddb1c2cf41f7a24b27a87d34/rloop-0.1.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bef7720f5a3e7ffb249450839f9fe07914954c39cab8c12f64463c90470ba21d",
                "md5": "b912c1146c651345aa81ba3dd4422599",
                "sha256": "3398fdcf82ff1f4d067d40185f5896c03432a314b5ee52bfbed42aac7df9574b"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b912c1146c651345aa81ba3dd4422599",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 326998,
            "upload_time": "2025-07-09T17:23:05",
            "upload_time_iso_8601": "2025-07-09T17:23:05.900696Z",
            "url": "https://files.pythonhosted.org/packages/be/f7/720f5a3e7ffb249450839f9fe07914954c39cab8c12f64463c90470ba21d/rloop-0.1.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08cdb4f8c5a8a0617671fa2cb4b9ba8dea129b0c02e88d7030aa9cf6dc581c50",
                "md5": "69c735f1fc10af3dbff993edd369576f",
                "sha256": "a4b1521f99038f6f799d5616d48f14a39496fa885f4a2c08496c2db3dbec4bbe"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "69c735f1fc10af3dbff993edd369576f",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 302970,
            "upload_time": "2025-07-09T17:23:07",
            "upload_time_iso_8601": "2025-07-09T17:23:07.487861Z",
            "url": "https://files.pythonhosted.org/packages/08/cd/b4f8c5a8a0617671fa2cb4b9ba8dea129b0c02e88d7030aa9cf6dc581c50/rloop-0.1.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8292fce2bb80a3a5c8c4e6efde64f96014dfb2a019d9239a7974cc3df180184e",
                "md5": "55769c353c37555929b2221a7aec576a",
                "sha256": "23f2dae3f5b78f0b8eacbfda4223c531f8e472a796563c26616b94f69fc6a3d7"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "55769c353c37555929b2221a7aec576a",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 326061,
            "upload_time": "2025-07-09T17:23:09",
            "upload_time_iso_8601": "2025-07-09T17:23:09.107498Z",
            "url": "https://files.pythonhosted.org/packages/82/92/fce2bb80a3a5c8c4e6efde64f96014dfb2a019d9239a7974cc3df180184e/rloop-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4a19caf1e709f708c490f7fb272df343143f2b7f14086f062499e878bc498c5",
                "md5": "63f21a214e91289415c669c4777ef954",
                "sha256": "7fe793d4ffd20400dd870befea5642743c52f2d168c72294c5ca6d7748b5cb67"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "63f21a214e91289415c669c4777ef954",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 347900,
            "upload_time": "2025-07-09T17:23:10",
            "upload_time_iso_8601": "2025-07-09T17:23:10.376949Z",
            "url": "https://files.pythonhosted.org/packages/c4/a1/9caf1e709f708c490f7fb272df343143f2b7f14086f062499e878bc498c5/rloop-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bbf281f9eb246be90a7a79930b1d6ad55f069a0de08c4689b974a036f0224d65",
                "md5": "cd7c7ecb7f1bf7a9f30f2f2c2bb4fe4b",
                "sha256": "d9aa69a688a65483c5ecacc900b4dd26772be765b4e15a6d21de7fe9584ac9b2"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cd7c7ecb7f1bf7a9f30f2f2c2bb4fe4b",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 505575,
            "upload_time": "2025-07-09T17:23:11",
            "upload_time_iso_8601": "2025-07-09T17:23:11.950448Z",
            "url": "https://files.pythonhosted.org/packages/bb/f2/81f9eb246be90a7a79930b1d6ad55f069a0de08c4689b974a036f0224d65/rloop-0.1.4-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3db0fc5644a2e89227aea9b97f1dd71979e34d4b8628225df2e53cd4c91cbc12",
                "md5": "353bdc16e781306809ce7b99afc3d034",
                "sha256": "b624514f8e9e4ddf524de9c8662e5f77436d99ba35390f1062feab6f578f5202"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "353bdc16e781306809ce7b99afc3d034",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.9",
            "size": 519823,
            "upload_time": "2025-07-09T17:23:13",
            "upload_time_iso_8601": "2025-07-09T17:23:13.896276Z",
            "url": "https://files.pythonhosted.org/packages/3d/b0/fc5644a2e89227aea9b97f1dd71979e34d4b8628225df2e53cd4c91cbc12/rloop-0.1.4-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69bea975faed42383a2635cab647e01b1c98e7f16dadec344fe4691c64fb768e",
                "md5": "f9aa544ee42a433d0f7d06211d3bc1eb",
                "sha256": "fa23e61b8787c64ae2467070c4c28ca89787842a2da5e5678608252267efbdb4"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f9aa544ee42a433d0f7d06211d3bc1eb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 327705,
            "upload_time": "2025-07-09T17:23:15",
            "upload_time_iso_8601": "2025-07-09T17:23:15.084367Z",
            "url": "https://files.pythonhosted.org/packages/69/be/a975faed42383a2635cab647e01b1c98e7f16dadec344fe4691c64fb768e/rloop-0.1.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34dfc0a1209c3ce29e3212014c32f25354027a47ec1c5b74f8679f145417f8ff",
                "md5": "1010d8439f0f4d5b945f85452b41d603",
                "sha256": "3b2a1126bbdae570d9dd5e62c222a7875244ccb6f8d15b192546acd5d50b6c96"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1010d8439f0f4d5b945f85452b41d603",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 303519,
            "upload_time": "2025-07-09T17:23:16",
            "upload_time_iso_8601": "2025-07-09T17:23:16.235968Z",
            "url": "https://files.pythonhosted.org/packages/34/df/c0a1209c3ce29e3212014c32f25354027a47ec1c5b74f8679f145417f8ff/rloop-0.1.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d5a1f135ec0fc6aeb34f16454597b98f81e139d6c6f78369941ad4b7f5e7d7d",
                "md5": "ea1dc9127d5ab5bb6fc5cb71d9add56e",
                "sha256": "8e9918107bae85734be071236eb894f6c4cf3e961edb1a55b6b35668f931e23d"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ea1dc9127d5ab5bb6fc5cb71d9add56e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 326576,
            "upload_time": "2025-07-09T17:23:17",
            "upload_time_iso_8601": "2025-07-09T17:23:17.442734Z",
            "url": "https://files.pythonhosted.org/packages/4d/5a/1f135ec0fc6aeb34f16454597b98f81e139d6c6f78369941ad4b7f5e7d7d/rloop-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d43a6fb84c24d701fe3a77e4787f503034948e5b279a29a81ee7210138a5c84a",
                "md5": "6fe2e8e9477d073ee86b01cab1591342",
                "sha256": "589fd2c523fe439d1711d17fed4b9a18b4ac8b1edaa3706ac00094603b3102e5"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6fe2e8e9477d073ee86b01cab1591342",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 348447,
            "upload_time": "2025-07-09T17:23:18",
            "upload_time_iso_8601": "2025-07-09T17:23:18.760877Z",
            "url": "https://files.pythonhosted.org/packages/d4/3a/6fb84c24d701fe3a77e4787f503034948e5b279a29a81ee7210138a5c84a/rloop-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "64b2b32afbc68996f332283fc185c87b915f9a9c38c1c2b559dd2cf9dd4e39b0",
                "md5": "5392493864fbce1ecc74da51f750612d",
                "sha256": "ccc577ea6f030d02b8df4caab856e7239e075b30385f518b9748d91e185038d7"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5392493864fbce1ecc74da51f750612d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 506009,
            "upload_time": "2025-07-09T17:23:19",
            "upload_time_iso_8601": "2025-07-09T17:23:19.999366Z",
            "url": "https://files.pythonhosted.org/packages/64/b2/b32afbc68996f332283fc185c87b915f9a9c38c1c2b559dd2cf9dd4e39b0/rloop-0.1.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "183fdc9f16503c4241b0e61d77d69474cbb4ab43850011d6e38850b7dc523398",
                "md5": "137260c9e9722e07b9592aa27becea7a",
                "sha256": "a94894e9d5feb42970c5e1c0d6aa6ecfe7ae9f17316ec57740ed18d32c4b9b95"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "137260c9e9722e07b9592aa27becea7a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 520500,
            "upload_time": "2025-07-09T17:23:21",
            "upload_time_iso_8601": "2025-07-09T17:23:21.333054Z",
            "url": "https://files.pythonhosted.org/packages/18/3f/dc9f16503c4241b0e61d77d69474cbb4ab43850011d6e38850b7dc523398/rloop-0.1.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b1874c91c4dac5e0443e7c3b412a8630b191a05da3176b568f07680d92ae197",
                "md5": "94c76d83848c852cdc77c461d240a8c5",
                "sha256": "4dbaf6d0bafe8ebc554a6460c840d9a69075b33e849ca42aeb86117e3b42fb51"
            },
            "downloads": -1,
            "filename": "rloop-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "94c76d83848c852cdc77c461d240a8c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 37404,
            "upload_time": "2025-07-09T17:23:22",
            "upload_time_iso_8601": "2025-07-09T17:23:22.544759Z",
            "url": "https://files.pythonhosted.org/packages/2b/18/74c91c4dac5e0443e7c3b412a8630b191a05da3176b568f07680d92ae197/rloop-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 17:23:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gi0baro",
    "github_project": "rloop",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rloop"
}
        
Elapsed time: 1.58991s