rf24-py


Namerf24-py JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryA python package binding the nRF24/rf24-rs rust project.
upload_time2025-07-22 05:47:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords nrf24l01 nrf24l01+ raspberry pi linux driver radio transceiver rf24
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `rf24-py`

[pypi-link]: https://pypi.org/project/rf24-py/
[pypi-badge]: https://img.shields.io/pypi/v/rf24-py
[piwheels-badge]: https://img.shields.io/piwheels/v/rf24-py
[piwheels-link]: https://www.piwheels.org/project/rf24-py/
[rtd-badge]: https://img.shields.io/readthedocs/rf24-rs
[docs]: https://rf24-rs.readthedocs.io/en/latest/python-api/
[rf24-rs]: https://github.com/nRF24/rf24-rs
[py-min-ver]: https://img.shields.io/badge/python->=3.8-blue
[changelog-badge]: https://img.shields.io/badge/keep_a_change_log-v1.1.0-ffec3d
[changelog-link]: https://rf24-rs.readthedocs.io/en/latest/rf24-py-changelog/

[![PyPI - Version][pypi-badge]][pypi-link]
[![PiWheels Version][piwheels-badge]][piwheels-link]
[![Python API][rtd-badge]][docs]
![Minimum Python Version: >=3.8][py-min-ver]
 [![CHANGELOG][changelog-badge]][changelog-link]

The python binding for the [rf24-rs] project (written in rust).

This package is only functional on Linux machines.
Although, installing this package in non-Linux environments will
provide the typing information used on Linux.

See the [docs] for more detail about the API.

## Install

To install from pypi.org:

```text
pip install rf24-py
```

To build from source:

```text
pip install maturin
maturin dev
```

## Examples

The examples are located in [the repository's root path][rf24-rs] "examples/python".
To run the examples, simply pass the example file's path to the python interpreter:

```text
python examples/python/getting_started.py
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rf24-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "nrf24l01, nRF24L01+, raspberry, pi, linux, driver, radio, transceiver, RF24",
    "author": null,
    "author_email": "Brendan Doherty <2bndy5@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/cb/70/079020708049f5bc6f08924816224b4be187205c580179b036b3ab2b6728/rf24_py-0.3.1.tar.gz",
    "platform": null,
    "description": "# `rf24-py`\n\n[pypi-link]: https://pypi.org/project/rf24-py/\n[pypi-badge]: https://img.shields.io/pypi/v/rf24-py\n[piwheels-badge]: https://img.shields.io/piwheels/v/rf24-py\n[piwheels-link]: https://www.piwheels.org/project/rf24-py/\n[rtd-badge]: https://img.shields.io/readthedocs/rf24-rs\n[docs]: https://rf24-rs.readthedocs.io/en/latest/python-api/\n[rf24-rs]: https://github.com/nRF24/rf24-rs\n[py-min-ver]: https://img.shields.io/badge/python->=3.8-blue\n[changelog-badge]: https://img.shields.io/badge/keep_a_change_log-v1.1.0-ffec3d\n[changelog-link]: https://rf24-rs.readthedocs.io/en/latest/rf24-py-changelog/\n\n[![PyPI - Version][pypi-badge]][pypi-link]\n[![PiWheels Version][piwheels-badge]][piwheels-link]\n[![Python API][rtd-badge]][docs]\n![Minimum Python Version: >=3.8][py-min-ver]\n [![CHANGELOG][changelog-badge]][changelog-link]\n\nThe python binding for the [rf24-rs] project (written in rust).\n\nThis package is only functional on Linux machines.\nAlthough, installing this package in non-Linux environments will\nprovide the typing information used on Linux.\n\nSee the [docs] for more detail about the API.\n\n## Install\n\nTo install from pypi.org:\n\n```text\npip install rf24-py\n```\n\nTo build from source:\n\n```text\npip install maturin\nmaturin dev\n```\n\n## Examples\n\nThe examples are located in [the repository's root path][rf24-rs] \"examples/python\".\nTo run the examples, simply pass the example file's path to the python interpreter:\n\n```text\npython examples/python/getting_started.py\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python package binding the nRF24/rf24-rs rust project.",
    "version": "0.3.1",
    "project_urls": {
        "Documentation": "https://rf24-rs.readthedocs.io/en/latest",
        "Source": "https://github.com/nRF24/rf24-rs",
        "Tracker": "https://github.com/nRF24/rf24-rs/issues"
    },
    "split_keywords": [
        "nrf24l01",
        " nrf24l01+",
        " raspberry",
        " pi",
        " linux",
        " driver",
        " radio",
        " transceiver",
        " rf24"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a340960b00273cd74e1aa91ed065eb102f32cee3f922e7c901105aabf4d2f1ab",
                "md5": "1eb885c286032f5fb2deb7948559317f",
                "sha256": "3b16114f75040982b2ec0fb7cee8e913ffb94f303837ee47cf916480b7d47575"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1eb885c286032f5fb2deb7948559317f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 281788,
            "upload_time": "2025-07-22T05:45:21",
            "upload_time_iso_8601": "2025-07-22T05:45:21.803888Z",
            "url": "https://files.pythonhosted.org/packages/a3/40/960b00273cd74e1aa91ed065eb102f32cee3f922e7c901105aabf4d2f1ab/rf24_py-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91c5d9fc7958a819d36dac7b43052ed13023ab42ae9a4e4e5a9e37b433e8dd6a",
                "md5": "1193c874deea046b5a8e977271b4407e",
                "sha256": "c766fd2fc665047894cc69befe6b4598b1fad1e75ba127ba63769151e8afca71"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1193c874deea046b5a8e977271b4407e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 291152,
            "upload_time": "2025-07-22T05:45:23",
            "upload_time_iso_8601": "2025-07-22T05:45:23.417772Z",
            "url": "https://files.pythonhosted.org/packages/91/c5/d9fc7958a819d36dac7b43052ed13023ab42ae9a4e4e5a9e37b433e8dd6a/rf24_py-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad984a49e0d7418ae5a707dc8aab0fecb0061b14cd53e0fa2be7ebf67e3307b2",
                "md5": "973c11becbdef71320028e70055f6dc6",
                "sha256": "7665949e1753fe6e71e5cd887d9cbf08aeb11051cdc23eadf9f080a94ddf3718"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "973c11becbdef71320028e70055f6dc6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 320443,
            "upload_time": "2025-07-22T05:45:24",
            "upload_time_iso_8601": "2025-07-22T05:45:24.931488Z",
            "url": "https://files.pythonhosted.org/packages/ad/98/4a49e0d7418ae5a707dc8aab0fecb0061b14cd53e0fa2be7ebf67e3307b2/rf24_py-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0670e2c6869dc4ff6a1b81a87e41a56525d4e6010427f5185374dd014d6a40de",
                "md5": "28df1c4fce39380a6c390ae8f245c769",
                "sha256": "2abdb1bded2cd956f7a5c17e6c2c7cc74bfa0cc3d6bdf54cd072d002d14e6e18"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "28df1c4fce39380a6c390ae8f245c769",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 327740,
            "upload_time": "2025-07-22T05:45:26",
            "upload_time_iso_8601": "2025-07-22T05:45:26.435721Z",
            "url": "https://files.pythonhosted.org/packages/06/70/e2c6869dc4ff6a1b81a87e41a56525d4e6010427f5185374dd014d6a40de/rf24_py-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9dfdffb3e92dead2890ee2a6ba7a5b7a654615855a6ed5a200e6f477639ad71d",
                "md5": "a482c4944bd1c629b92b239f67c96e4a",
                "sha256": "a35ec195b3678616fe79dc2438ec6a7b990d41c7f3399f0d093e581594f55655"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a482c4944bd1c629b92b239f67c96e4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 293875,
            "upload_time": "2025-07-22T05:45:27",
            "upload_time_iso_8601": "2025-07-22T05:45:27.866611Z",
            "url": "https://files.pythonhosted.org/packages/9d/fd/ffb3e92dead2890ee2a6ba7a5b7a654615855a6ed5a200e6f477639ad71d/rf24_py-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9598e1c6f65c8687f53fcd13df9042b381b2ab1c3ff407366f6f7a202615bd92",
                "md5": "905cdab597bec6b6f3e1fddda73a8297",
                "sha256": "f45ba3303a62ad8413b09cb2d70782214056478a1b4c022bd3b57802b5fd151b"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "905cdab597bec6b6f3e1fddda73a8297",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 311195,
            "upload_time": "2025-07-22T05:45:28",
            "upload_time_iso_8601": "2025-07-22T05:45:28.965295Z",
            "url": "https://files.pythonhosted.org/packages/95/98/e1c6f65c8687f53fcd13df9042b381b2ab1c3ff407366f6f7a202615bd92/rf24_py-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "47bd26f83908e8b3c552477633bc27af551b9b94d7f1a6cb1d2017b3632883a4",
                "md5": "cd7f30f16d92aa5824e9b4d2245a1ff1",
                "sha256": "fbd447182b89217929bf807017987e9f424ebff87c93a3666c6bd83e4a37dabb"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cd7f30f16d92aa5824e9b4d2245a1ff1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 461429,
            "upload_time": "2025-07-22T05:45:30",
            "upload_time_iso_8601": "2025-07-22T05:45:30.072778Z",
            "url": "https://files.pythonhosted.org/packages/47/bd/26f83908e8b3c552477633bc27af551b9b94d7f1a6cb1d2017b3632883a4/rf24_py-0.3.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26adba8e889a7c0228cb08bd9ca2ac4d546d27e118d2d8f857bd946b9f09ab4c",
                "md5": "9705df8ec0fc497cf14957d983c153fb",
                "sha256": "861c7b9546a2a82b11df2607d7584e91cc1b5fbe4fadfaabc260c79be6e3c0a3"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9705df8ec0fc497cf14957d983c153fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 554830,
            "upload_time": "2025-07-22T05:45:31",
            "upload_time_iso_8601": "2025-07-22T05:45:31.371283Z",
            "url": "https://files.pythonhosted.org/packages/26/ad/ba8e889a7c0228cb08bd9ca2ac4d546d27e118d2d8f857bd946b9f09ab4c/rf24_py-0.3.1-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d493843fca1f3bbff2dd3df08e61b1821bdd8752c2d1e106c2a8e5bfd0a87f4",
                "md5": "75cf783ce480df7beef70ece44a5db7a",
                "sha256": "cc3d0bbf63d24b06d8cd2ac1256e96972d341beb35d05ffe97547224471891ae"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "75cf783ce480df7beef70ece44a5db7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 491134,
            "upload_time": "2025-07-22T05:45:32",
            "upload_time_iso_8601": "2025-07-22T05:45:32.444114Z",
            "url": "https://files.pythonhosted.org/packages/9d/49/3843fca1f3bbff2dd3df08e61b1821bdd8752c2d1e106c2a8e5bfd0a87f4/rf24_py-0.3.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfed02470f7dd6a9a8a7cbacc0cd970caaee7b116aa76cc5182b328d3f1bf712",
                "md5": "b265e2cc6175d4c6f79f98dce5ad3bba",
                "sha256": "da4cc7e1f3e389d0f3ff9b1c56ee18ee4b252bb0ddcf87e2a100dda9fa3039a1"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b265e2cc6175d4c6f79f98dce5ad3bba",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 465589,
            "upload_time": "2025-07-22T05:45:33",
            "upload_time_iso_8601": "2025-07-22T05:45:33.616758Z",
            "url": "https://files.pythonhosted.org/packages/bf/ed/02470f7dd6a9a8a7cbacc0cd970caaee7b116aa76cc5182b328d3f1bf712/rf24_py-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e59cd5b0db47354369f4dc6c8ae6391a5c342ab8fa3df0d5a96da7bbfc678d7b",
                "md5": "75fbb660dc0cbfe438238423ddca104f",
                "sha256": "6e82991489b3f1802017a0c669b91741638b4f5c3fb7c941db9841d18b430244"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "75fbb660dc0cbfe438238423ddca104f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 137860,
            "upload_time": "2025-07-22T05:45:34",
            "upload_time_iso_8601": "2025-07-22T05:45:34.795911Z",
            "url": "https://files.pythonhosted.org/packages/e5/9c/d5b0db47354369f4dc6c8ae6391a5c342ab8fa3df0d5a96da7bbfc678d7b/rf24_py-0.3.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4acb19cafc3a30ddc64b7f2bef354f96019adba78f1b1c196fc4faccd7fef8e",
                "md5": "bf60a5cf967254a2ab8afb5adeb3c921",
                "sha256": "e516bb2417a072dc3979496d91cd0534a67fec2e56789544ac431e059b670443"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bf60a5cf967254a2ab8afb5adeb3c921",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 145337,
            "upload_time": "2025-07-22T05:45:35",
            "upload_time_iso_8601": "2025-07-22T05:45:35.790852Z",
            "url": "https://files.pythonhosted.org/packages/f4/ac/b19cafc3a30ddc64b7f2bef354f96019adba78f1b1c196fc4faccd7fef8e/rf24_py-0.3.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9cd3505fa0d309604642b7a4414cedea9c3ae14f5e3f104b999dbda93f8cfa6b",
                "md5": "828343f8e2f50b6e2966f55c29cfd470",
                "sha256": "2e1ec6f98bbc19c2c1aa8399b2824ff703459f72d2bb22bf2646c64dd286a33e"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "828343f8e2f50b6e2966f55c29cfd470",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 227483,
            "upload_time": "2025-07-22T05:45:37",
            "upload_time_iso_8601": "2025-07-22T05:45:37.121893Z",
            "url": "https://files.pythonhosted.org/packages/9c/d3/505fa0d309604642b7a4414cedea9c3ae14f5e3f104b999dbda93f8cfa6b/rf24_py-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e9a28604c436bee9ae8d282ce18a7e161feebe0930720537a23727477c53fe6",
                "md5": "e63c5e5bbdfa0dcb26f62e7150429fb5",
                "sha256": "69884b1c616e7e1f1a89d26f50d95196a22604bf3eb046147e2d350b9a0d4476"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e63c5e5bbdfa0dcb26f62e7150429fb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 214572,
            "upload_time": "2025-07-22T05:45:38",
            "upload_time_iso_8601": "2025-07-22T05:45:38.261343Z",
            "url": "https://files.pythonhosted.org/packages/9e/9a/28604c436bee9ae8d282ce18a7e161feebe0930720537a23727477c53fe6/rf24_py-0.3.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90d001bec505635c34bfe497f44e02410d1202f3fd00d16479b97c418e41f099",
                "md5": "85af21cbc43bf40c800cd56ccd2ef5c8",
                "sha256": "7792aab2629212c18622d16df9d54448f8a2587df66f584e412b8f6fdd2b236d"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "85af21cbc43bf40c800cd56ccd2ef5c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 281520,
            "upload_time": "2025-07-22T05:45:39",
            "upload_time_iso_8601": "2025-07-22T05:45:39.353288Z",
            "url": "https://files.pythonhosted.org/packages/90/d0/01bec505635c34bfe497f44e02410d1202f3fd00d16479b97c418e41f099/rf24_py-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12b38ab5eb52a19aa02c28fd318fe82611a104e82f219eb16416851ae41dca1a",
                "md5": "8214a5a8249fe57a5250090cc048230f",
                "sha256": "47186994bd4bfbf1035ee20db63fb363e36efe8e0837d5b5ce18bd0b8c011722"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8214a5a8249fe57a5250090cc048230f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 291411,
            "upload_time": "2025-07-22T05:45:40",
            "upload_time_iso_8601": "2025-07-22T05:45:40.398275Z",
            "url": "https://files.pythonhosted.org/packages/12/b3/8ab5eb52a19aa02c28fd318fe82611a104e82f219eb16416851ae41dca1a/rf24_py-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3a469edc69c2cd0a45a4f3df44d1917ed0999e151169512ec4a791b0565ce21",
                "md5": "8211b10d856a1a180ffacb439b6bec25",
                "sha256": "43eae63bee57edcb8787f5f3520a33535ba883a794b8d1b04bc72e925f4ba5d0"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8211b10d856a1a180ffacb439b6bec25",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 320582,
            "upload_time": "2025-07-22T05:45:41",
            "upload_time_iso_8601": "2025-07-22T05:45:41.527369Z",
            "url": "https://files.pythonhosted.org/packages/d3/a4/69edc69c2cd0a45a4f3df44d1917ed0999e151169512ec4a791b0565ce21/rf24_py-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be69115fce6dec29a64b0ce8e457f265ead0591a7644fb4b63e1729436caba37",
                "md5": "cca1f126b8767b30ac3f9c279c88414c",
                "sha256": "0a8954386c9123db7ee12e12f309c302ed31b25e6e3c1506eefb73a0339f9e0d"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "cca1f126b8767b30ac3f9c279c88414c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 327966,
            "upload_time": "2025-07-22T05:45:42",
            "upload_time_iso_8601": "2025-07-22T05:45:42.877931Z",
            "url": "https://files.pythonhosted.org/packages/be/69/115fce6dec29a64b0ce8e457f265ead0591a7644fb4b63e1729436caba37/rf24_py-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a6caa9998bd22719ce9f6e5bb7221b9fbdc84d5e38d08c875127490041c07ef",
                "md5": "d2d9b0711b745d1da3a0c5e5eb6ae45a",
                "sha256": "b59730ef7bd8b6eff46da97da6d5d6a47e9b2c4a542da7a61b5bb1a8fe14030e"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d2d9b0711b745d1da3a0c5e5eb6ae45a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 293875,
            "upload_time": "2025-07-22T05:45:44",
            "upload_time_iso_8601": "2025-07-22T05:45:44.358666Z",
            "url": "https://files.pythonhosted.org/packages/2a/6c/aa9998bd22719ce9f6e5bb7221b9fbdc84d5e38d08c875127490041c07ef/rf24_py-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b39469dea738fef7906f5563f0e767861fef8fd4897b25cda33b6c6f1c0b8ed2",
                "md5": "95e93a66c6002da3f3f8e63c5f195e80",
                "sha256": "a94bb580ac4e5dbfb073769dd74c0ffe5f0d64e17f2b93d43d6bfcfe3bbecec5"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "95e93a66c6002da3f3f8e63c5f195e80",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 311420,
            "upload_time": "2025-07-22T05:45:45",
            "upload_time_iso_8601": "2025-07-22T05:45:45.616895Z",
            "url": "https://files.pythonhosted.org/packages/b3/94/69dea738fef7906f5563f0e767861fef8fd4897b25cda33b6c6f1c0b8ed2/rf24_py-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f1857e404c5330a123974d56f539962eebfbf195ed2b073384f2382d79ec67b",
                "md5": "a6078820156e98f20eea027120c05a15",
                "sha256": "aba6f22ad34723165701c0b017d63afe0a7b283ec9203b6cbefcb2d368914303"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a6078820156e98f20eea027120c05a15",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 461375,
            "upload_time": "2025-07-22T05:45:46",
            "upload_time_iso_8601": "2025-07-22T05:45:46.659451Z",
            "url": "https://files.pythonhosted.org/packages/5f/18/57e404c5330a123974d56f539962eebfbf195ed2b073384f2382d79ec67b/rf24_py-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c796c668208d375216156179d228fc463bd3f736f58692542d69230eedffb04b",
                "md5": "6030d41df1a945c614afa6b67bdc8c4d",
                "sha256": "a2f21146f8afbd943589508b0364bc9b27a37919e142037374b583a2b2c7c15e"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6030d41df1a945c614afa6b67bdc8c4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 554991,
            "upload_time": "2025-07-22T05:45:47",
            "upload_time_iso_8601": "2025-07-22T05:45:47.765498Z",
            "url": "https://files.pythonhosted.org/packages/c7/96/c668208d375216156179d228fc463bd3f736f58692542d69230eedffb04b/rf24_py-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d6fc07a79a08a9ab4d25c1e98b482212179866b89238619002adfa98764cb22",
                "md5": "e935a8b817085621e63d72055bfd58a8",
                "sha256": "510b54148927a4f729961ba203830ad64ea727ec933e4ed59f9a1d7bfb0febd2"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e935a8b817085621e63d72055bfd58a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 491477,
            "upload_time": "2025-07-22T05:45:48",
            "upload_time_iso_8601": "2025-07-22T05:45:48.898513Z",
            "url": "https://files.pythonhosted.org/packages/1d/6f/c07a79a08a9ab4d25c1e98b482212179866b89238619002adfa98764cb22/rf24_py-0.3.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e13e24f8a7ca26eeccb81b18a957ccf7c6ccffc692007e78184cbb2d5c0e393",
                "md5": "d3d07abe02ff162debd19bfecea177af",
                "sha256": "c6b713e6e15063eac59c5edfbcc6483ba1d7dc350e0cb770b0837ae8ceaef0e4"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d3d07abe02ff162debd19bfecea177af",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 465542,
            "upload_time": "2025-07-22T05:45:50",
            "upload_time_iso_8601": "2025-07-22T05:45:50.057310Z",
            "url": "https://files.pythonhosted.org/packages/4e/13/e24f8a7ca26eeccb81b18a957ccf7c6ccffc692007e78184cbb2d5c0e393/rf24_py-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d8ba636704ecf2ac50faff2f6863555a1cb83cc71705b8889ff86e96a2820f2",
                "md5": "46af60fed58b91ebc72496143ab05f92",
                "sha256": "e513755216a1030ecb68f86ec3756034ce36bb3888b2796bf396d47cee956698"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "46af60fed58b91ebc72496143ab05f92",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 137794,
            "upload_time": "2025-07-22T05:45:51",
            "upload_time_iso_8601": "2025-07-22T05:45:51.585303Z",
            "url": "https://files.pythonhosted.org/packages/1d/8b/a636704ecf2ac50faff2f6863555a1cb83cc71705b8889ff86e96a2820f2/rf24_py-0.3.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9e4c8b4be92ceae9fb97a237dc188e5188f0e71cfdbaefd1623efb6ef8d5204",
                "md5": "09c9d4e0d19608ffcc202f8590d2c409",
                "sha256": "15d55b4c635545773f9b0ec76612bcb0b76f58c8ac7a857e9a7bbb8e804dd484"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "09c9d4e0d19608ffcc202f8590d2c409",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 145290,
            "upload_time": "2025-07-22T05:45:52",
            "upload_time_iso_8601": "2025-07-22T05:45:52.612168Z",
            "url": "https://files.pythonhosted.org/packages/d9/e4/c8b4be92ceae9fb97a237dc188e5188f0e71cfdbaefd1623efb6ef8d5204/rf24_py-0.3.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43823d64e4ee7bd639613a90c13b3e736bf7f4ab96eb123652095c66976ab659",
                "md5": "57370ce434edad69c607a28214ca1ec9",
                "sha256": "558ef6fa0e32e9e83da3da200e36b6fcc7d7de033784ca74a6ea8853ee83ea2d"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57370ce434edad69c607a28214ca1ec9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 225205,
            "upload_time": "2025-07-22T05:45:53",
            "upload_time_iso_8601": "2025-07-22T05:45:53.657751Z",
            "url": "https://files.pythonhosted.org/packages/43/82/3d64e4ee7bd639613a90c13b3e736bf7f4ab96eb123652095c66976ab659/rf24_py-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3a9bf48d920bb482f557a285c80be179e36e5c86230bbe000b7a07ced50607f",
                "md5": "531a0bc87007b67a22a1e6945ca402b3",
                "sha256": "5d0280c2dd815d27da7ed93e950473cb34c59f08a1db53f40751a5d1a71b7215"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "531a0bc87007b67a22a1e6945ca402b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 211923,
            "upload_time": "2025-07-22T05:45:55",
            "upload_time_iso_8601": "2025-07-22T05:45:55.079246Z",
            "url": "https://files.pythonhosted.org/packages/a3/a9/bf48d920bb482f557a285c80be179e36e5c86230bbe000b7a07ced50607f/rf24_py-0.3.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "99d0c1962d4ee294a81f87a77d8140082fd20b7a37aac40040b2c955c6b6a9e4",
                "md5": "e2f42191828696a6830c182e111edaac",
                "sha256": "1c896a084474db86e80a8ec0e1086881f2d8a546bb127c568c81f7f06e978b27"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e2f42191828696a6830c182e111edaac",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 282721,
            "upload_time": "2025-07-22T05:45:56",
            "upload_time_iso_8601": "2025-07-22T05:45:56.477554Z",
            "url": "https://files.pythonhosted.org/packages/99/d0/c1962d4ee294a81f87a77d8140082fd20b7a37aac40040b2c955c6b6a9e4/rf24_py-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf5742dc57187f3c411f50c02c879594972fffe4ce61a58aa8ccf272cfd2f6f5",
                "md5": "945c13be0bec7e6ceb23bd07134a9885",
                "sha256": "41515199d7e55820fc03a2e1fdb1c4831da651b00f924369f3ff370f9a35efed"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "945c13be0bec7e6ceb23bd07134a9885",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 293182,
            "upload_time": "2025-07-22T05:45:57",
            "upload_time_iso_8601": "2025-07-22T05:45:57.879355Z",
            "url": "https://files.pythonhosted.org/packages/cf/57/42dc57187f3c411f50c02c879594972fffe4ce61a58aa8ccf272cfd2f6f5/rf24_py-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "624f871c9c363af8d21b2d39aa1db8bbc4b5877453b91232c85413ef86fb9389",
                "md5": "68178fd56ab650f04f11dd60bb44ae22",
                "sha256": "08f03675467ed710095572586001629914e7e56fbb80f9f4981b91805d1243ed"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "68178fd56ab650f04f11dd60bb44ae22",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 320113,
            "upload_time": "2025-07-22T05:45:59",
            "upload_time_iso_8601": "2025-07-22T05:45:59.254680Z",
            "url": "https://files.pythonhosted.org/packages/62/4f/871c9c363af8d21b2d39aa1db8bbc4b5877453b91232c85413ef86fb9389/rf24_py-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16dd2838f79af9a2f5517deb22414aea0fb06fb64af257ac7abee7d23cd84506",
                "md5": "86bc58fc4b8817afe926f8cac8ac87fa",
                "sha256": "354a63a0c823a568298be364a470624aabc52a6ff77f894ee08ca6498eb395e5"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "86bc58fc4b8817afe926f8cac8ac87fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 328185,
            "upload_time": "2025-07-22T05:46:00",
            "upload_time_iso_8601": "2025-07-22T05:46:00.912350Z",
            "url": "https://files.pythonhosted.org/packages/16/dd/2838f79af9a2f5517deb22414aea0fb06fb64af257ac7abee7d23cd84506/rf24_py-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d30a42479d25da570dbd821a7887c4ca758bfa1afcf3ff2c6feefc2fa72f3ae7",
                "md5": "c18822b7d88d2406787d89350bdae969",
                "sha256": "fb5ae3028a958654a103c27e7ce263fed45f2791543d4299712bf318d5a83260"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c18822b7d88d2406787d89350bdae969",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 295049,
            "upload_time": "2025-07-22T05:46:02",
            "upload_time_iso_8601": "2025-07-22T05:46:02.401281Z",
            "url": "https://files.pythonhosted.org/packages/d3/0a/42479d25da570dbd821a7887c4ca758bfa1afcf3ff2c6feefc2fa72f3ae7/rf24_py-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8c2881dccc11eae4a581d5f09c9bbb4d38cda32c8b2b992e11ac432f677d0c6",
                "md5": "9b193037b0c483acf0726177bb081035",
                "sha256": "2eb7f9eb24147e6e45da119974ab65439fae4929d1986aa822dd320923cc199f"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9b193037b0c483acf0726177bb081035",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 312827,
            "upload_time": "2025-07-22T05:46:03",
            "upload_time_iso_8601": "2025-07-22T05:46:03.877470Z",
            "url": "https://files.pythonhosted.org/packages/b8/c2/881dccc11eae4a581d5f09c9bbb4d38cda32c8b2b992e11ac432f677d0c6/rf24_py-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5750d0cce580f982e1845c4e665195335b9c0a2d0fe22208bc63f920e3dd95b",
                "md5": "7f4d4691e852c73c86fe36dd3b054a09",
                "sha256": "2eb3cc96136d69cabca2dc737bf904e59c8fd0e17fc935bf81ee0361a3dd4f81"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7f4d4691e852c73c86fe36dd3b054a09",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 462446,
            "upload_time": "2025-07-22T05:46:05",
            "upload_time_iso_8601": "2025-07-22T05:46:05.391286Z",
            "url": "https://files.pythonhosted.org/packages/d5/75/0d0cce580f982e1845c4e665195335b9c0a2d0fe22208bc63f920e3dd95b/rf24_py-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0d30e8824bdc56790d38e4e41e1c614649ea600a7e1489b4ab1abf85ff93be3",
                "md5": "7f9c8830584f037b48d7b0c491d9fa2c",
                "sha256": "7a995b641f2a0a12d7a0c9dac4e6095596198e5011746b05032c3bef901ab9d9"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7f9c8830584f037b48d7b0c491d9fa2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 556900,
            "upload_time": "2025-07-22T05:46:06",
            "upload_time_iso_8601": "2025-07-22T05:46:06.621004Z",
            "url": "https://files.pythonhosted.org/packages/f0/d3/0e8824bdc56790d38e4e41e1c614649ea600a7e1489b4ab1abf85ff93be3/rf24_py-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7eac85937442bbcdbacee9d26e03b9bca44c26d352838c393e29a8da4cc9fa70",
                "md5": "8d1248d74e911debf9cf7d3fc44ec788",
                "sha256": "359c84bdbdae704e183f397f2e02bf64709fc4783f142401965d9fed781050b5"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8d1248d74e911debf9cf7d3fc44ec788",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 492639,
            "upload_time": "2025-07-22T05:46:08",
            "upload_time_iso_8601": "2025-07-22T05:46:08.227203Z",
            "url": "https://files.pythonhosted.org/packages/7e/ac/85937442bbcdbacee9d26e03b9bca44c26d352838c393e29a8da4cc9fa70/rf24_py-0.3.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ebde35ccef48c45ea42d4d4655e4669443b9881904b4001d7a785262e28111c",
                "md5": "f64d3b8af5fcfc1e2e0da119611622c2",
                "sha256": "092a348a3590c95ac8aabad0d1b5c334ea6e6308a6a7850e01280d444a11b030"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f64d3b8af5fcfc1e2e0da119611622c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 466693,
            "upload_time": "2025-07-22T05:46:09",
            "upload_time_iso_8601": "2025-07-22T05:46:09.449684Z",
            "url": "https://files.pythonhosted.org/packages/0e/bd/e35ccef48c45ea42d4d4655e4669443b9881904b4001d7a785262e28111c/rf24_py-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07733e04291b9c352af462ab97cb5c4853f30c5a4db57a9c9411db333c9cf373",
                "md5": "81f41505fb24e2b71e2ef7a2fb84dda4",
                "sha256": "2849dd2f11984867f805560cde607a94766a858b2409f4279e7c6579291c61d0"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "81f41505fb24e2b71e2ef7a2fb84dda4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 140726,
            "upload_time": "2025-07-22T05:46:10",
            "upload_time_iso_8601": "2025-07-22T05:46:10.608840Z",
            "url": "https://files.pythonhosted.org/packages/07/73/3e04291b9c352af462ab97cb5c4853f30c5a4db57a9c9411db333c9cf373/rf24_py-0.3.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b0ca1135d47c3ea7ced1d20d98b6f5f2e257c8692700edd1e113ac825758e20",
                "md5": "00f815a2c9105bd76d3a181795efc194",
                "sha256": "4b22bf8d1f9c08fdb13aaa35ba8da7fd5048d58eccb0c512c26d8e4f4721d8c2"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "00f815a2c9105bd76d3a181795efc194",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 147910,
            "upload_time": "2025-07-22T05:46:11",
            "upload_time_iso_8601": "2025-07-22T05:46:11.700162Z",
            "url": "https://files.pythonhosted.org/packages/4b/0c/a1135d47c3ea7ced1d20d98b6f5f2e257c8692700edd1e113ac825758e20/rf24_py-0.3.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43f9ff59ddb28637305cbd66631add04c89ed8ddb44b2e99feb8f968f017f91e",
                "md5": "f5526bb68543ca4c93250d057359c847",
                "sha256": "83cc4a6335dadb0e5bd2f933005c956f2a2d4028861d73f92200a5493faa497a"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f5526bb68543ca4c93250d057359c847",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 225138,
            "upload_time": "2025-07-22T05:46:12",
            "upload_time_iso_8601": "2025-07-22T05:46:12.786657Z",
            "url": "https://files.pythonhosted.org/packages/43/f9/ff59ddb28637305cbd66631add04c89ed8ddb44b2e99feb8f968f017f91e/rf24_py-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d19a7de39a283f0e5042a3a85dd44cc08f430a7f3893382c66ac6e90b696328e",
                "md5": "40b8e509359a9675a1a6d0f19ab25844",
                "sha256": "7f27a34d5cbd2d1560b8833233af6e1ef11305edcde0e3fe5c1d52b8e88cc99f"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "40b8e509359a9675a1a6d0f19ab25844",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 211861,
            "upload_time": "2025-07-22T05:46:13",
            "upload_time_iso_8601": "2025-07-22T05:46:13.904877Z",
            "url": "https://files.pythonhosted.org/packages/d1/9a/7de39a283f0e5042a3a85dd44cc08f430a7f3893382c66ac6e90b696328e/rf24_py-0.3.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "410408354d4d3c8a978a2022e51c555cb927087cdd1638985c7c07882a8b2a93",
                "md5": "4b6871d03c6b2b3e5e3a964e5ac03776",
                "sha256": "decd1c3cbfaba7e19cc0812ac298ff10e8cda4588bd58dbda9e8bf0ab6e513bd"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4b6871d03c6b2b3e5e3a964e5ac03776",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 282350,
            "upload_time": "2025-07-22T05:46:15",
            "upload_time_iso_8601": "2025-07-22T05:46:15.108448Z",
            "url": "https://files.pythonhosted.org/packages/41/04/08354d4d3c8a978a2022e51c555cb927087cdd1638985c7c07882a8b2a93/rf24_py-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "545a95d848ee61b96289c21efe988daeafa8797f0e901583bd68815cc638b1d3",
                "md5": "9549c3d3448652bb35a352acd154ad11",
                "sha256": "75977c2083e1f9153c4f39ca85a67867dea214d9aa874b613c40e218b8da2d0e"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9549c3d3448652bb35a352acd154ad11",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 293239,
            "upload_time": "2025-07-22T05:46:16",
            "upload_time_iso_8601": "2025-07-22T05:46:16.172731Z",
            "url": "https://files.pythonhosted.org/packages/54/5a/95d848ee61b96289c21efe988daeafa8797f0e901583bd68815cc638b1d3/rf24_py-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c1a3e8fbeac63c1b3f1b16075abc05948a7d0092197b9fcbd239ebe8d7e77a5",
                "md5": "4111a59c81c4be1b3197cfdfac303372",
                "sha256": "5320107c79677a7aa2502c31f2d96e2629bf6f0d5f8296b9ac9513c89f32102a"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4111a59c81c4be1b3197cfdfac303372",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 319649,
            "upload_time": "2025-07-22T05:46:17",
            "upload_time_iso_8601": "2025-07-22T05:46:17.279394Z",
            "url": "https://files.pythonhosted.org/packages/1c/1a/3e8fbeac63c1b3f1b16075abc05948a7d0092197b9fcbd239ebe8d7e77a5/rf24_py-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af49397ec392ad52bb4ee9480ade231b899ffe59b51d510534e6e5c9bf159a06",
                "md5": "ef684155dd89c5c78f73766d5d6c2b5d",
                "sha256": "f89aa64ebf80d956889241b5f0c26e0bb8b34cd527aa466f8e79c764358cf691"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ef684155dd89c5c78f73766d5d6c2b5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 328017,
            "upload_time": "2025-07-22T05:46:18",
            "upload_time_iso_8601": "2025-07-22T05:46:18.473994Z",
            "url": "https://files.pythonhosted.org/packages/af/49/397ec392ad52bb4ee9480ade231b899ffe59b51d510534e6e5c9bf159a06/rf24_py-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "168b290f56d33a36ae9ad93b5938d423251c1a5334c6799f84bf8f2a8052f2c3",
                "md5": "db868829a22816ce6c42cea657eada50",
                "sha256": "6e3240269b4c6b7f8061ef8856aca854e2a791afc9a3741bb2828927296b5378"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "db868829a22816ce6c42cea657eada50",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 294963,
            "upload_time": "2025-07-22T05:46:19",
            "upload_time_iso_8601": "2025-07-22T05:46:19.998075Z",
            "url": "https://files.pythonhosted.org/packages/16/8b/290f56d33a36ae9ad93b5938d423251c1a5334c6799f84bf8f2a8052f2c3/rf24_py-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae62745d538f8ad3a9f09ecbaf2fa775200deacc3bf9ce1dea4fbf187c1d51d4",
                "md5": "171166ced7cbc0bbedd40051ba0eaf5d",
                "sha256": "75c5a3cd49f41bfcb89d37376b4f7cb16223c9b5730f208311eeb12edc529389"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "171166ced7cbc0bbedd40051ba0eaf5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 312830,
            "upload_time": "2025-07-22T05:46:21",
            "upload_time_iso_8601": "2025-07-22T05:46:21.167398Z",
            "url": "https://files.pythonhosted.org/packages/ae/62/745d538f8ad3a9f09ecbaf2fa775200deacc3bf9ce1dea4fbf187c1d51d4/rf24_py-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "953b19c19dce1adb806d5363e705a7893186f330bc83cf307383cf8620811602",
                "md5": "14316dcfede8498c4f197671c96d2b37",
                "sha256": "da0ec354cbc9d3abb184d2650bef05c6ec0647e8b22193a3764e7751a1309401"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "14316dcfede8498c4f197671c96d2b37",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 461992,
            "upload_time": "2025-07-22T05:46:22",
            "upload_time_iso_8601": "2025-07-22T05:46:22.573908Z",
            "url": "https://files.pythonhosted.org/packages/95/3b/19c19dce1adb806d5363e705a7893186f330bc83cf307383cf8620811602/rf24_py-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db9a69dd1a21e01731efdd08809eb1ce38ab188793dabe04acf3fd78e4994be7",
                "md5": "7499b64a36dcbb570e4a6f1f6a501624",
                "sha256": "84108aa5609edea1992da1c405d8a2c6e122126a69b71a6efb46ad04d0040c9b"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7499b64a36dcbb570e4a6f1f6a501624",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 557008,
            "upload_time": "2025-07-22T05:46:24",
            "upload_time_iso_8601": "2025-07-22T05:46:24.038634Z",
            "url": "https://files.pythonhosted.org/packages/db/9a/69dd1a21e01731efdd08809eb1ce38ab188793dabe04acf3fd78e4994be7/rf24_py-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c03c0875976a634a34e934008348f7fbdcd7511cbfde134f9849e73a80c6f34e",
                "md5": "02223082bbf588f2ddae8202e1f121ae",
                "sha256": "601b4d2c44744d83db7a6e1a229c0588b5c0c4cb77a79c144b38f07efa932e86"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "02223082bbf588f2ddae8202e1f121ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 492674,
            "upload_time": "2025-07-22T05:46:25",
            "upload_time_iso_8601": "2025-07-22T05:46:25.254239Z",
            "url": "https://files.pythonhosted.org/packages/c0/3c/0875976a634a34e934008348f7fbdcd7511cbfde134f9849e73a80c6f34e/rf24_py-0.3.1-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ae865612a0d37e5bb7c20f01fc3097e8fa90c274ef6fc48a735fafd06a56f70",
                "md5": "efa6b7bf201e900cb6e5740adcd73198",
                "sha256": "0ba317492137666e3703de5b582d73a0861e70d6ad82293ca24dc75769e40404"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efa6b7bf201e900cb6e5740adcd73198",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 466553,
            "upload_time": "2025-07-22T05:46:26",
            "upload_time_iso_8601": "2025-07-22T05:46:26.777389Z",
            "url": "https://files.pythonhosted.org/packages/5a/e8/65612a0d37e5bb7c20f01fc3097e8fa90c274ef6fc48a735fafd06a56f70/rf24_py-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b41d93f5fa2c80eea49c6f28f5359ed01be9a2d5f75a680b56c154ad84969fb",
                "md5": "d8ff826870c3815e7c2e907d925ea806",
                "sha256": "a8d7ac11de9226149bb0ab1c71536b272f9c796bd7f8da643840f065900eb514"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d8ff826870c3815e7c2e907d925ea806",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 279314,
            "upload_time": "2025-07-22T05:46:30",
            "upload_time_iso_8601": "2025-07-22T05:46:30.071839Z",
            "url": "https://files.pythonhosted.org/packages/7b/41/d93f5fa2c80eea49c6f28f5359ed01be9a2d5f75a680b56c154ad84969fb/rf24_py-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da80d94ef4a6542d705207b20ba0260002951acdbcea0528ad48bbe87c2a5c62",
                "md5": "e7a0b7c7713090013e3168e658ee1ea2",
                "sha256": "2801f37715f8ab02a4c4d25c92a1d9cb1ab8f8ba0e672ea942b9aea740f45a1f"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e7a0b7c7713090013e3168e658ee1ea2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 289770,
            "upload_time": "2025-07-22T05:46:31",
            "upload_time_iso_8601": "2025-07-22T05:46:31.139959Z",
            "url": "https://files.pythonhosted.org/packages/da/80/d94ef4a6542d705207b20ba0260002951acdbcea0528ad48bbe87c2a5c62/rf24_py-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc32d0d0b4fc97da16f946324f4d975b10e36a0c5f9187c4df701f9afc5645b8",
                "md5": "f490ce016e828828aa599ce0b740816a",
                "sha256": "a6ba01aedf94c7bd0a6b322494689bb7dc53a228ec44ec0f7b144ade58ad3e83"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f490ce016e828828aa599ce0b740816a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 318392,
            "upload_time": "2025-07-22T05:46:32",
            "upload_time_iso_8601": "2025-07-22T05:46:32.313474Z",
            "url": "https://files.pythonhosted.org/packages/dc/32/d0d0b4fc97da16f946324f4d975b10e36a0c5f9187c4df701f9afc5645b8/rf24_py-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a707280a4974efb462ca3ca772a4252a8760a30ea454c6d3697dd00a9436edb9",
                "md5": "dff414331f89b14211b8cfa5bff113e4",
                "sha256": "dc560855f6b214834afb3617d4036900ae1034539dc3be04ef5162626d22000d"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "dff414331f89b14211b8cfa5bff113e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 325303,
            "upload_time": "2025-07-22T05:46:33",
            "upload_time_iso_8601": "2025-07-22T05:46:33.685628Z",
            "url": "https://files.pythonhosted.org/packages/a7/07/280a4974efb462ca3ca772a4252a8760a30ea454c6d3697dd00a9436edb9/rf24_py-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d44305cea881acec169274316e4e33054d860b503c8088d123dcd3abc5df234d",
                "md5": "1debbc984fe8ec75afcec9729513083e",
                "sha256": "571d40534d5ce0c7f813cb55efbf1cd52bfceae8b854088e7b42297098935526"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1debbc984fe8ec75afcec9729513083e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 459078,
            "upload_time": "2025-07-22T05:46:34",
            "upload_time_iso_8601": "2025-07-22T05:46:34.818875Z",
            "url": "https://files.pythonhosted.org/packages/d4/43/05cea881acec169274316e4e33054d860b503c8088d123dcd3abc5df234d/rf24_py-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "259ea8e24c797ae12e584d3b61d2f5d1963353cfc6a65b6f99c5b5ebff92c04d",
                "md5": "283c4b0424fec5b7f14b72e392fb111b",
                "sha256": "a311a999a8309cca57a9a6a118f41884dd93e1ed8e3cc6111fa5d6927c364990"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "283c4b0424fec5b7f14b72e392fb111b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 553526,
            "upload_time": "2025-07-22T05:46:35",
            "upload_time_iso_8601": "2025-07-22T05:46:35.957324Z",
            "url": "https://files.pythonhosted.org/packages/25/9e/a8e24c797ae12e584d3b61d2f5d1963353cfc6a65b6f99c5b5ebff92c04d/rf24_py-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b3b8ee0ba5576e6b6463fe2520a291d052ff0b8f79b6d33199545badfecb516",
                "md5": "c81c5590c69dc9a684ec62eff832dc54",
                "sha256": "c5fd9c8d47d8f3cbb0ef8496aa13ffe8b651087efeae8246b872ed0522f6341c"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "c81c5590c69dc9a684ec62eff832dc54",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 489139,
            "upload_time": "2025-07-22T05:46:37",
            "upload_time_iso_8601": "2025-07-22T05:46:37.080967Z",
            "url": "https://files.pythonhosted.org/packages/9b/3b/8ee0ba5576e6b6463fe2520a291d052ff0b8f79b6d33199545badfecb516/rf24_py-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b102d262bac4a551cbd6ac2002f968c0bc84f1957d21e4848371464c58203224",
                "md5": "af9f3b2a1576dd38d47459ad3c82c6f2",
                "sha256": "d3eb13d272a5e8899baa32ab22e81ce1c0f2368c104008dd7ecaa8bd7394b9a1"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "af9f3b2a1576dd38d47459ad3c82c6f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 464253,
            "upload_time": "2025-07-22T05:46:38",
            "upload_time_iso_8601": "2025-07-22T05:46:38.258333Z",
            "url": "https://files.pythonhosted.org/packages/b1/02/d262bac4a551cbd6ac2002f968c0bc84f1957d21e4848371464c58203224/rf24_py-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3c5f8f22a2197c2cbc044e1a25b150abfda1081eeeb6c46896b9d41b84c7c3f",
                "md5": "55cdd956441dd6d1e0bae66ae0653845",
                "sha256": "e71824cd5c0e420493ae396d0f5b27320bb26a730f707a0c669acc0742b2fe5e"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "55cdd956441dd6d1e0bae66ae0653845",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 140379,
            "upload_time": "2025-07-22T05:46:27",
            "upload_time_iso_8601": "2025-07-22T05:46:27.900075Z",
            "url": "https://files.pythonhosted.org/packages/d3/c5/f8f22a2197c2cbc044e1a25b150abfda1081eeeb6c46896b9d41b84c7c3f/rf24_py-0.3.1-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2a71abf9ca3bbcba96bef33523dd51aaccf7a45133e6fa8fe69a70dedd33518",
                "md5": "f98112ff2b8eb35fd129aefdfd456c6b",
                "sha256": "fe3a22c65b0933635237c74596c8558f1babd5dcd62f35f7b3e9ce1cf8942170"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f98112ff2b8eb35fd129aefdfd456c6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 147619,
            "upload_time": "2025-07-22T05:46:28",
            "upload_time_iso_8601": "2025-07-22T05:46:28.974257Z",
            "url": "https://files.pythonhosted.org/packages/a2/a7/1abf9ca3bbcba96bef33523dd51aaccf7a45133e6fa8fe69a70dedd33518/rf24_py-0.3.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b3da668a3be9c481ef72855df3b3d2e888a10d57d236fdd0e18be79b62245710",
                "md5": "8db8b4610b7493a8c6bce8979e28c366",
                "sha256": "bc76fd88f18a2d64dca8dc8cbc95dee7b52f2899cd6fa3005083c236c5c75fbe"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8db8b4610b7493a8c6bce8979e28c366",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 295368,
            "upload_time": "2025-07-22T05:46:39",
            "upload_time_iso_8601": "2025-07-22T05:46:39.404800Z",
            "url": "https://files.pythonhosted.org/packages/b3/da/668a3be9c481ef72855df3b3d2e888a10d57d236fdd0e18be79b62245710/rf24_py-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c4c44e1644925bbadfeef8fc7169be9d791560edc0445473ad4f5cb838227c8",
                "md5": "ec788b4e53331c5413b0beb2751435b1",
                "sha256": "2c4afb40fee7b0d3f185d02794cd9869d7d5aefe006a243c28fedb386bf6efeb"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "ec788b4e53331c5413b0beb2751435b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 312988,
            "upload_time": "2025-07-22T05:46:40",
            "upload_time_iso_8601": "2025-07-22T05:46:40.530262Z",
            "url": "https://files.pythonhosted.org/packages/1c/4c/44e1644925bbadfeef8fc7169be9d791560edc0445473ad4f5cb838227c8/rf24_py-0.3.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf2d0b64b2861dbb630afd326d608c747411fc12d828dc3721478575c1a809f4",
                "md5": "37979961817bd13926753ede0f91a4e5",
                "sha256": "ff465703cffea889b2f1adf572a38bf2dba2f09d876f78e8f6d8bdd70209cde0"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "37979961817bd13926753ede0f91a4e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 282988,
            "upload_time": "2025-07-22T05:46:41",
            "upload_time_iso_8601": "2025-07-22T05:46:41.767415Z",
            "url": "https://files.pythonhosted.org/packages/bf/2d/0b64b2861dbb630afd326d608c747411fc12d828dc3721478575c1a809f4/rf24_py-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "169fc69e5e14b64e565fc316449129c91cc0a19ff56b3aac78a31f26008539f0",
                "md5": "b801adfb56b2ca2650ee3ca0e6feef14",
                "sha256": "cacdc0ae7a7dc84316e44bef2770997bbcd137369e5f1d12e9fd7b1a93ee07a3"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b801adfb56b2ca2650ee3ca0e6feef14",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 292281,
            "upload_time": "2025-07-22T05:46:42",
            "upload_time_iso_8601": "2025-07-22T05:46:42.894961Z",
            "url": "https://files.pythonhosted.org/packages/16/9f/c69e5e14b64e565fc316449129c91cc0a19ff56b3aac78a31f26008539f0/rf24_py-0.3.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63d94e1deae7159145da1862cbe63296c4f52fdba644094e2e33c5e41224a21b",
                "md5": "2bf6b8671e20b53ac74cd668bf8e3c18",
                "sha256": "eae435ae108c0d63cb584f912fe0beb464341037b8053db2a5ceb2901dc0147f"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2bf6b8671e20b53ac74cd668bf8e3c18",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 322269,
            "upload_time": "2025-07-22T05:46:43",
            "upload_time_iso_8601": "2025-07-22T05:46:43.993940Z",
            "url": "https://files.pythonhosted.org/packages/63/d9/4e1deae7159145da1862cbe63296c4f52fdba644094e2e33c5e41224a21b/rf24_py-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f266f4b617e34a667d920db0bbbedb82e5388f20b0a010211a13931e0a5bde89",
                "md5": "5188c8ab401f1f2eabbb36c6ebd22267",
                "sha256": "e2182ed9920560350121670f2d43ff94675fd9b905ee1385a1875a0843d2f52e"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5188c8ab401f1f2eabbb36c6ebd22267",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 330024,
            "upload_time": "2025-07-22T05:46:45",
            "upload_time_iso_8601": "2025-07-22T05:46:45.106248Z",
            "url": "https://files.pythonhosted.org/packages/f2/66/f4b617e34a667d920db0bbbedb82e5388f20b0a010211a13931e0a5bde89/rf24_py-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e56bd0df0fe0b1c651ac549808b486260de1cbb54c79652a9263529f059e80e",
                "md5": "3e573d7b083abbca0cbd12f80922bed4",
                "sha256": "48c961b18d892e0f5c15077131bc17098427d145c7cba64af50cd35846393816"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e573d7b083abbca0cbd12f80922bed4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 295298,
            "upload_time": "2025-07-22T05:46:46",
            "upload_time_iso_8601": "2025-07-22T05:46:46.183418Z",
            "url": "https://files.pythonhosted.org/packages/1e/56/bd0df0fe0b1c651ac549808b486260de1cbb54c79652a9263529f059e80e/rf24_py-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c54589c57dfc3f867ada3d2f971aec7a1aad740e6233f40cb77d3ef55d6aaf7",
                "md5": "13a9823b4a95221f30ed3c04384f4c77",
                "sha256": "aee97b7efe60cf488a7d9edd0ea372b070e05172765054d80b12be0f0a151953"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "13a9823b4a95221f30ed3c04384f4c77",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 313711,
            "upload_time": "2025-07-22T05:46:47",
            "upload_time_iso_8601": "2025-07-22T05:46:47.237273Z",
            "url": "https://files.pythonhosted.org/packages/0c/54/589c57dfc3f867ada3d2f971aec7a1aad740e6233f40cb77d3ef55d6aaf7/rf24_py-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc3d463c9c0f9a43763367e7ed28a440a247a895ec87b10680a40bcfb1208f45",
                "md5": "f0379b8063afe758c63c0840c3d34ed9",
                "sha256": "695784bd61d8389398c2808ea545705b9400855c0b2283fc9bad6be303136439"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f0379b8063afe758c63c0840c3d34ed9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 462831,
            "upload_time": "2025-07-22T05:46:48",
            "upload_time_iso_8601": "2025-07-22T05:46:48.384692Z",
            "url": "https://files.pythonhosted.org/packages/bc/3d/463c9c0f9a43763367e7ed28a440a247a895ec87b10680a40bcfb1208f45/rf24_py-0.3.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b74861b305544a552e72a4626a3b11b6d658d439fedd97311320a51a5f8262cd",
                "md5": "cd9e78c1f994bde75cc82e87a4bd4b4d",
                "sha256": "a18863e5d4f7e171a8a4cf61a174765bb770e6b5c18aafbb50ec97950e901f10"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cd9e78c1f994bde75cc82e87a4bd4b4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 555914,
            "upload_time": "2025-07-22T05:46:49",
            "upload_time_iso_8601": "2025-07-22T05:46:49.538707Z",
            "url": "https://files.pythonhosted.org/packages/b7/48/61b305544a552e72a4626a3b11b6d658d439fedd97311320a51a5f8262cd/rf24_py-0.3.1-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73a5bcf1e5b47f309be6e66c7efc9ff9d73d9c65deff3907d1125a63e8e37561",
                "md5": "ceb400c8021230b76700ec03a821e55c",
                "sha256": "8d40e1489e81a956ce67081b8958a2aecce24505beff233b53f47743f17721be"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ceb400c8021230b76700ec03a821e55c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 492768,
            "upload_time": "2025-07-22T05:46:50",
            "upload_time_iso_8601": "2025-07-22T05:46:50.788779Z",
            "url": "https://files.pythonhosted.org/packages/73/a5/bcf1e5b47f309be6e66c7efc9ff9d73d9c65deff3907d1125a63e8e37561/rf24_py-0.3.1-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da631271c9a4297a034f970742f36e0c048d6a480a58d8648a835d1ea32487b4",
                "md5": "ef5df78fb33797bdb9f850e32d12c42d",
                "sha256": "8262f8d97dee1c6acab15d7bcc5e47c8e902616a47e751df735034097dcd4e65"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef5df78fb33797bdb9f850e32d12c42d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 466929,
            "upload_time": "2025-07-22T05:46:51",
            "upload_time_iso_8601": "2025-07-22T05:46:51.892638Z",
            "url": "https://files.pythonhosted.org/packages/da/63/1271c9a4297a034f970742f36e0c048d6a480a58d8648a835d1ea32487b4/rf24_py-0.3.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c6ac0b358d953d92b85cf8dd1a75d85c2f922239559e3cee08f526501d23170",
                "md5": "b1147986de6dfa6dd011cd6d9692ea33",
                "sha256": "25122d8af23f69b2b6f4144c6237e65af6b7f614e96a0aef1a21f07962942bd2"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b1147986de6dfa6dd011cd6d9692ea33",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 282989,
            "upload_time": "2025-07-22T05:46:53",
            "upload_time_iso_8601": "2025-07-22T05:46:53.121763Z",
            "url": "https://files.pythonhosted.org/packages/9c/6a/c0b358d953d92b85cf8dd1a75d85c2f922239559e3cee08f526501d23170/rf24_py-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "05dacbfd7378cf128909f524ac566970a524071c8749916cb69c170308a8ea6b",
                "md5": "74925e8e47e4477ff19c1f7fcd864cc2",
                "sha256": "cf0a1ea0f3300b17e8573051c9918665d8a914dd731af334c4aa3cd001896eaa"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "74925e8e47e4477ff19c1f7fcd864cc2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 292362,
            "upload_time": "2025-07-22T05:46:54",
            "upload_time_iso_8601": "2025-07-22T05:46:54.514395Z",
            "url": "https://files.pythonhosted.org/packages/05/da/cbfd7378cf128909f524ac566970a524071c8749916cb69c170308a8ea6b/rf24_py-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e0bc37000d0c03ef16719c8d07d215da8fb8d41ff9f982b6dc42762a32d7864",
                "md5": "52c94d0317187dd1d48ab041eae49a53",
                "sha256": "9b12f6f994e16ab0c53ac6666ecddc375a8d9621862e281eec8eb54e82039ac3"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "52c94d0317187dd1d48ab041eae49a53",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 322008,
            "upload_time": "2025-07-22T05:46:55",
            "upload_time_iso_8601": "2025-07-22T05:46:55.944450Z",
            "url": "https://files.pythonhosted.org/packages/8e/0b/c37000d0c03ef16719c8d07d215da8fb8d41ff9f982b6dc42762a32d7864/rf24_py-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f44b33095274d214dcd74dc1a65c428d2e554f32c229cbabbe90c7489f4d9b39",
                "md5": "f31c3d6021aeafe6098e1b11219d7c81",
                "sha256": "800ef8fcbc1fd62f14dd42364481e685ee87ca433fe3bdfe12eda2ec2340277a"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f31c3d6021aeafe6098e1b11219d7c81",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 329838,
            "upload_time": "2025-07-22T05:46:57",
            "upload_time_iso_8601": "2025-07-22T05:46:57.133179Z",
            "url": "https://files.pythonhosted.org/packages/f4/4b/33095274d214dcd74dc1a65c428d2e554f32c229cbabbe90c7489f4d9b39/rf24_py-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c6ff23377eb8463ded2e3b21399c667b4a0bbb4e133689246b9dc79b52fa43f",
                "md5": "7d9f67f1804b84e82aecbb17fd10b9a0",
                "sha256": "eb778a58feff25b9e9748831692270edfb0881abeae44c4337ea0c4d7fbb8b22"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7d9f67f1804b84e82aecbb17fd10b9a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 295320,
            "upload_time": "2025-07-22T05:46:58",
            "upload_time_iso_8601": "2025-07-22T05:46:58.333592Z",
            "url": "https://files.pythonhosted.org/packages/0c/6f/f23377eb8463ded2e3b21399c667b4a0bbb4e133689246b9dc79b52fa43f/rf24_py-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "18990665cedb514635291562178772c50fc0cafeb6ad893deffe7d55ed91d41a",
                "md5": "7d3d194c2c738361620a0260028ab447",
                "sha256": "bd808210277760b7da650d3b066f6b014d67dcb4c1867c862b0f8dbdc69a87cf"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "7d3d194c2c738361620a0260028ab447",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 312673,
            "upload_time": "2025-07-22T05:46:59",
            "upload_time_iso_8601": "2025-07-22T05:46:59.576291Z",
            "url": "https://files.pythonhosted.org/packages/18/99/0665cedb514635291562178772c50fc0cafeb6ad893deffe7d55ed91d41a/rf24_py-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8415a8128c25bfe846c2eda1021e2a1687907a14ad0df507b90ac5d82b4645a2",
                "md5": "088208ab1affe0c4727795bd4a770613",
                "sha256": "e1cdfad5564341bf01ab5bc6cfafa34ad8aae4b0ebe1d7e09f268d34330ea1fd"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "088208ab1affe0c4727795bd4a770613",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 462764,
            "upload_time": "2025-07-22T05:47:00",
            "upload_time_iso_8601": "2025-07-22T05:47:00.731217Z",
            "url": "https://files.pythonhosted.org/packages/84/15/a8128c25bfe846c2eda1021e2a1687907a14ad0df507b90ac5d82b4645a2/rf24_py-0.3.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3f49b53fe7166134b4adad930e5afe8fb7f8c04d79a1041124ed56519ad9ad7",
                "md5": "9b1c61fcfe442224564ca8a99994c762",
                "sha256": "281c02027d0cb20453fdad18dd01c0f23ac1ae73390f1dc49bfdaa4cf2ff3988"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9b1c61fcfe442224564ca8a99994c762",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 555963,
            "upload_time": "2025-07-22T05:47:01",
            "upload_time_iso_8601": "2025-07-22T05:47:01.907244Z",
            "url": "https://files.pythonhosted.org/packages/a3/f4/9b53fe7166134b4adad930e5afe8fb7f8c04d79a1041124ed56519ad9ad7/rf24_py-0.3.1-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a40446a7f187eb401f691a28762f32434932e35726375b019e1c58ed36871c7a",
                "md5": "45c2b3b05ea8381397ecf437eda3330d",
                "sha256": "a0b84f68db858caf04f889b50148bdba7466c8fe0e3ea855eb6d0949f7f7d8f3"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "45c2b3b05ea8381397ecf437eda3330d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 492470,
            "upload_time": "2025-07-22T05:47:03",
            "upload_time_iso_8601": "2025-07-22T05:47:03.109181Z",
            "url": "https://files.pythonhosted.org/packages/a4/04/46a7f187eb401f691a28762f32434932e35726375b019e1c58ed36871c7a/rf24_py-0.3.1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84c828aa9de9ce2d77942990a75aab5df9a6266f70553330a47193a829f49d64",
                "md5": "e387d1f205e3fbc732425c4c81548933",
                "sha256": "5e5fa2b71984731de0c9d4f6d5dd1b9905cb384f45d120c9e5ee8fd4262e38da"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e387d1f205e3fbc732425c4c81548933",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 466930,
            "upload_time": "2025-07-22T05:47:04",
            "upload_time_iso_8601": "2025-07-22T05:47:04.688875Z",
            "url": "https://files.pythonhosted.org/packages/84/c8/28aa9de9ce2d77942990a75aab5df9a6266f70553330a47193a829f49d64/rf24_py-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e2a2db098aae25256e76ee71491bacdadc3a951ce8262bdabf5ea28d2eb6064",
                "md5": "5b21b3e275ecdaa23f24b7b8203084dc",
                "sha256": "18d720aec2dd10741b716994fce7b64914a2ffb1c3edddaa079a52c690b48faa"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "5b21b3e275ecdaa23f24b7b8203084dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 139383,
            "upload_time": "2025-07-22T05:47:05",
            "upload_time_iso_8601": "2025-07-22T05:47:05.803774Z",
            "url": "https://files.pythonhosted.org/packages/3e/2a/2db098aae25256e76ee71491bacdadc3a951ce8262bdabf5ea28d2eb6064/rf24_py-0.3.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d86b92e4f710adba1805e4d96c948ec90847545c154719162a416f0f24641d1f",
                "md5": "2f8cf88ad0b4c12ebb8dbe87a0177904",
                "sha256": "eb8319c9a589a2dcb37d59176602db2a9056fddcb2efcb99b7c9b3f073389e53"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2f8cf88ad0b4c12ebb8dbe87a0177904",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 146496,
            "upload_time": "2025-07-22T05:47:07",
            "upload_time_iso_8601": "2025-07-22T05:47:07.251285Z",
            "url": "https://files.pythonhosted.org/packages/d8/6b/92e4f710adba1805e4d96c948ec90847545c154719162a416f0f24641d1f/rf24_py-0.3.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4de5ddb86c40ef6db5beaa47106e0299f487a7a2a5bfe213dac1c8487ec1d6b9",
                "md5": "25eb151192ae59fb59a3d1828df2b080",
                "sha256": "8dcac2833241008c0d00f4a4b834e3183ecc914bb823d90366bd3a738a30c6b9"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "25eb151192ae59fb59a3d1828df2b080",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 281438,
            "upload_time": "2025-07-22T05:47:08",
            "upload_time_iso_8601": "2025-07-22T05:47:08.288207Z",
            "url": "https://files.pythonhosted.org/packages/4d/e5/ddb86c40ef6db5beaa47106e0299f487a7a2a5bfe213dac1c8487ec1d6b9/rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c5ed9b732bf1699fee0022be0e99e8e1b8de8d7b1ef10a8247f9938b17010076",
                "md5": "c52fc7acdb1e136b99e0989330a30375",
                "sha256": "3434e536b4832829aee04170e5b51dad778d25c5c514a4f117fc7eda76e82607"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c52fc7acdb1e136b99e0989330a30375",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 291243,
            "upload_time": "2025-07-22T05:47:09",
            "upload_time_iso_8601": "2025-07-22T05:47:09.380105Z",
            "url": "https://files.pythonhosted.org/packages/c5/ed/9b732bf1699fee0022be0e99e8e1b8de8d7b1ef10a8247f9938b17010076/rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "862a8ff68c6c90fb69950728b5cb9622bc192edd1ab7bb6708ac43ef4e3d8656",
                "md5": "f96d824dcde10984dd05a5c35e54666f",
                "sha256": "667857f13440bce1ad067a0d75038001beef2101da22800ee78da70ef58200a4"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f96d824dcde10984dd05a5c35e54666f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 320209,
            "upload_time": "2025-07-22T05:47:10",
            "upload_time_iso_8601": "2025-07-22T05:47:10.589411Z",
            "url": "https://files.pythonhosted.org/packages/86/2a/8ff68c6c90fb69950728b5cb9622bc192edd1ab7bb6708ac43ef4e3d8656/rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f902ad725787e31abefa9e729b3ee67e67321681bbcaa7e24bb46067076db250",
                "md5": "abc31858ae4c1976117d71efd635fbaa",
                "sha256": "5d3f468054a819490c3a26693c91689b5ec9e39fcda48031b695a999f71a8ad5"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "abc31858ae4c1976117d71efd635fbaa",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 327692,
            "upload_time": "2025-07-22T05:47:11",
            "upload_time_iso_8601": "2025-07-22T05:47:11.704973Z",
            "url": "https://files.pythonhosted.org/packages/f9/02/ad725787e31abefa9e729b3ee67e67321681bbcaa7e24bb46067076db250/rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "724dac390dd85256f8bfabaf3fa1d077140bbf0311fa07edd688af3f6d177a00",
                "md5": "0cf2c89865fbd8a49a32c53ebc894ba1",
                "sha256": "baf0ba6b196ea2e48a36e78f21d47853ff66f2be71270d63e9def0faa0dae7d8"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0cf2c89865fbd8a49a32c53ebc894ba1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 293815,
            "upload_time": "2025-07-22T05:47:12",
            "upload_time_iso_8601": "2025-07-22T05:47:12.801207Z",
            "url": "https://files.pythonhosted.org/packages/72/4d/ac390dd85256f8bfabaf3fa1d077140bbf0311fa07edd688af3f6d177a00/rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "64f80725407269a398df0bc4b14d667c0bab281ce5dcf2c8dea1f024b3692e6d",
                "md5": "7afef7141bd45afd2dff2a17b7712e7c",
                "sha256": "0ff157522e1e613e2e4473496b2870a7fb90447bff81186257007d1c7f2725e8"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "7afef7141bd45afd2dff2a17b7712e7c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 311339,
            "upload_time": "2025-07-22T05:47:16",
            "upload_time_iso_8601": "2025-07-22T05:47:16.139339Z",
            "url": "https://files.pythonhosted.org/packages/64/f8/0725407269a398df0bc4b14d667c0bab281ce5dcf2c8dea1f024b3692e6d/rf24_py-0.3.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70d2fe621487b038032e102a0e3dc5b80001f42021a525da778c37aa5ae0471d",
                "md5": "811f2f4d9abacb34ad2c6efc726eac51",
                "sha256": "943b8bcd061aa6302276d141e91522a31a4403ba54aeaf88f3dfb41b4f57aee2"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "811f2f4d9abacb34ad2c6efc726eac51",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 461115,
            "upload_time": "2025-07-22T05:47:17",
            "upload_time_iso_8601": "2025-07-22T05:47:17.236772Z",
            "url": "https://files.pythonhosted.org/packages/70/d2/fe621487b038032e102a0e3dc5b80001f42021a525da778c37aa5ae0471d/rf24_py-0.3.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "918e391897b2c8dbd5e3ef3084c0e77836664a90326d4c652c8a4214363ccd31",
                "md5": "ecb4493fa4e45903caed5ea3b7d7ac66",
                "sha256": "fbc8323fb48b06793226d5707672d7dec36fffd235c55d0039102feb646a6960"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ecb4493fa4e45903caed5ea3b7d7ac66",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 554856,
            "upload_time": "2025-07-22T05:47:18",
            "upload_time_iso_8601": "2025-07-22T05:47:18.385664Z",
            "url": "https://files.pythonhosted.org/packages/91/8e/391897b2c8dbd5e3ef3084c0e77836664a90326d4c652c8a4214363ccd31/rf24_py-0.3.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c0f9d68457d7b53c473b6d9bb1f9a0345e3fcaadfd252ae2a35fbb669374454",
                "md5": "d1a8882c3ed0372cbcfe8b92936c10fa",
                "sha256": "b8ef327ebff4d21c409610f0952981901a814ba7a08cd07b01c2f870b2b24475"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d1a8882c3ed0372cbcfe8b92936c10fa",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 491341,
            "upload_time": "2025-07-22T05:47:19",
            "upload_time_iso_8601": "2025-07-22T05:47:19.914976Z",
            "url": "https://files.pythonhosted.org/packages/0c/0f/9d68457d7b53c473b6d9bb1f9a0345e3fcaadfd252ae2a35fbb669374454/rf24_py-0.3.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fbce211a6c9cb835eb73bc3c57a8229f4c33ee03247009bd686da7db31cb3eab",
                "md5": "1e0776560e216a39de81d1634bd348da",
                "sha256": "0ab3327ffbf2e85b65b642dda2a8a2836c367e8f953fb19a6a6e37f207184924"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1e0776560e216a39de81d1634bd348da",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 465435,
            "upload_time": "2025-07-22T05:47:21",
            "upload_time_iso_8601": "2025-07-22T05:47:21.129010Z",
            "url": "https://files.pythonhosted.org/packages/fb/ce/211a6c9cb835eb73bc3c57a8229f4c33ee03247009bd686da7db31cb3eab/rf24_py-0.3.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d74787c2f5add9a47db4afd44580e8a5df6e32a2d12169eebfabe2697a1343b3",
                "md5": "c18f9d3d123312d5920860474c80246e",
                "sha256": "817525e02566c6e37a1e3fd6c5278fd976b1b4fbe9caa201bc486660dc8c7fc1"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c18f9d3d123312d5920860474c80246e",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 281339,
            "upload_time": "2025-07-22T05:47:22",
            "upload_time_iso_8601": "2025-07-22T05:47:22.275125Z",
            "url": "https://files.pythonhosted.org/packages/d7/47/87c2f5add9a47db4afd44580e8a5df6e32a2d12169eebfabe2697a1343b3/rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a555e3d0ceab5ba53e171d92fff5a590569ee55ff3d99dc2dd4446003af84242",
                "md5": "11e74f6f5c1fab2285b60eb81e88cec0",
                "sha256": "0ec9e248a3484b6b93a3063e2487a90673bd324e50d1258d966c079d9fc46627"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "11e74f6f5c1fab2285b60eb81e88cec0",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 291531,
            "upload_time": "2025-07-22T05:47:23",
            "upload_time_iso_8601": "2025-07-22T05:47:23.354702Z",
            "url": "https://files.pythonhosted.org/packages/a5/55/e3d0ceab5ba53e171d92fff5a590569ee55ff3d99dc2dd4446003af84242/rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d87d212054f4138b14bd612e754bcb0caf7123ba94ee6f83311220a28c1f8dc",
                "md5": "a8e26c8ff0aba440f8cceb81b65b6d0c",
                "sha256": "594d85ef8b83223d93d36b4981ac9edc308760f211953cca8e07d72b94e6821b"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a8e26c8ff0aba440f8cceb81b65b6d0c",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 320251,
            "upload_time": "2025-07-22T05:47:24",
            "upload_time_iso_8601": "2025-07-22T05:47:24.538961Z",
            "url": "https://files.pythonhosted.org/packages/1d/87/d212054f4138b14bd612e754bcb0caf7123ba94ee6f83311220a28c1f8dc/rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69ff0966c4c06327fef1193d351fedb9451d3e962439b8d5b40ef77432712628",
                "md5": "f8f8c503606e4d6134fb60589e328ec7",
                "sha256": "976bd7b55f95bdf4b8d7c3154ed212f0b5a3e46e1aaaaa4516609f08ec2ebeee"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f8f8c503606e4d6134fb60589e328ec7",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 327795,
            "upload_time": "2025-07-22T05:47:25",
            "upload_time_iso_8601": "2025-07-22T05:47:25.704079Z",
            "url": "https://files.pythonhosted.org/packages/69/ff/0966c4c06327fef1193d351fedb9451d3e962439b8d5b40ef77432712628/rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "863e163909bd37cc9563b0d3b8e7c72d6dbe0d446fa3bad4bd6136c74bb34516",
                "md5": "d20f5093feb1b97aa90f673e090fb149",
                "sha256": "6fdd8243fda96c7a2d5af75a5566cc5e5fcf5d336fff4cb8287ec7e1faebeacf"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d20f5093feb1b97aa90f673e090fb149",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 293725,
            "upload_time": "2025-07-22T05:47:26",
            "upload_time_iso_8601": "2025-07-22T05:47:26.871328Z",
            "url": "https://files.pythonhosted.org/packages/86/3e/163909bd37cc9563b0d3b8e7c72d6dbe0d446fa3bad4bd6136c74bb34516/rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f3e5e573da8ae5bb391681907186489e33cd0288c8cb98d2477f555522dcefc8",
                "md5": "8dfd5a237f8624b36d515c9a5cdac368",
                "sha256": "2ae6386b6c9ef105ad11c3752d1336b72b8fd0cb1c23bb1613be97ab565136bc"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "8dfd5a237f8624b36d515c9a5cdac368",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 311530,
            "upload_time": "2025-07-22T05:47:28",
            "upload_time_iso_8601": "2025-07-22T05:47:28.068909Z",
            "url": "https://files.pythonhosted.org/packages/f3/e5/e573da8ae5bb391681907186489e33cd0288c8cb98d2477f555522dcefc8/rf24_py-0.3.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2791458b92d6cc219e90331bf1c58ce9fc8449bcea1c4acbe69970a0a6119840",
                "md5": "37f7b810cf25ee1bf445faebbfb9d8c5",
                "sha256": "abe500b33bd4206eb611ce35e994587b22aa97d6152b92f3844cf62ad71037b1"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "37f7b810cf25ee1bf445faebbfb9d8c5",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 461076,
            "upload_time": "2025-07-22T05:47:29",
            "upload_time_iso_8601": "2025-07-22T05:47:29.257299Z",
            "url": "https://files.pythonhosted.org/packages/27/91/458b92d6cc219e90331bf1c58ce9fc8449bcea1c4acbe69970a0a6119840/rf24_py-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "353f3e44b2f9a200ee29f9f9b4e162588b4cbc56d57df8b6012fbacb08f9bdbe",
                "md5": "88a6ccaff5afcfc40b01498f055bb157",
                "sha256": "108aea76766f2527bfa722ef4033b8f7da572a8b9dc5915b56f9cb9a24dec45f"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "88a6ccaff5afcfc40b01498f055bb157",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 555154,
            "upload_time": "2025-07-22T05:47:30",
            "upload_time_iso_8601": "2025-07-22T05:47:30.708251Z",
            "url": "https://files.pythonhosted.org/packages/35/3f/3e44b2f9a200ee29f9f9b4e162588b4cbc56d57df8b6012fbacb08f9bdbe/rf24_py-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa55175b6e07c8306315db42a78480f244ce39c166fa2d9f55a2a5f56d08a8b7",
                "md5": "bf85a8ae6821379448c92d7ced8818b7",
                "sha256": "9e4e215edcf337c0bc9a0976414fe0ebddb679b1ee4c6712004ef70b9427af22"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "bf85a8ae6821379448c92d7ced8818b7",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 491473,
            "upload_time": "2025-07-22T05:47:32",
            "upload_time_iso_8601": "2025-07-22T05:47:32.263531Z",
            "url": "https://files.pythonhosted.org/packages/fa/55/175b6e07c8306315db42a78480f244ce39c166fa2d9f55a2a5f56d08a8b7/rf24_py-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7115f68ce1a37b19369904a5c9bc436c9770a1bad83b8bdb55cb88a356ea22da",
                "md5": "8aefb3023fe010a3456708880df3d0df",
                "sha256": "9d9c2ba936c9e8a7ff66ec276231ad468207ca144402740d275328b352be8d2d"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8aefb3023fe010a3456708880df3d0df",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 465396,
            "upload_time": "2025-07-22T05:47:33",
            "upload_time_iso_8601": "2025-07-22T05:47:33.509856Z",
            "url": "https://files.pythonhosted.org/packages/71/15/f68ce1a37b19369904a5c9bc436c9770a1bad83b8bdb55cb88a356ea22da/rf24_py-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22e02fe1e220e97243bab5b66f225d4d0ff2a36c36db3a9627677b2a7717513b",
                "md5": "305c64fc7f7075195027403628abef5c",
                "sha256": "5883437bdf6a02b67faa6f32bca0750d6e51ec530153fb562d5e97b0721121c2"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "305c64fc7f7075195027403628abef5c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 282315,
            "upload_time": "2025-07-22T05:47:34",
            "upload_time_iso_8601": "2025-07-22T05:47:34.720698Z",
            "url": "https://files.pythonhosted.org/packages/22/e0/2fe1e220e97243bab5b66f225d4d0ff2a36c36db3a9627677b2a7717513b/rf24_py-0.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c237c7c7b34895353943cf061678a99a844695b219c5785bccebb8cca8c8f2a",
                "md5": "a22ab0d08e2469a685dde002fefe36f7",
                "sha256": "80e1e7c6ba56fb68865061374cae28d822b04c432bf0db69498a7583d4731448"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a22ab0d08e2469a685dde002fefe36f7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 292354,
            "upload_time": "2025-07-22T05:47:36",
            "upload_time_iso_8601": "2025-07-22T05:47:36.393088Z",
            "url": "https://files.pythonhosted.org/packages/3c/23/7c7c7b34895353943cf061678a99a844695b219c5785bccebb8cca8c8f2a/rf24_py-0.3.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bdc7eb66a79f8fc16f4ce57b80dd1cf9c03aaa79903e53108388e3ca2166ad6e",
                "md5": "112081d079538929caa07ddf064ee47d",
                "sha256": "c6a89cd6785baafdb5857730e5bd044e20dab8a29ac1307fc4c0be5f4c560fba"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "112081d079538929caa07ddf064ee47d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 321570,
            "upload_time": "2025-07-22T05:47:37",
            "upload_time_iso_8601": "2025-07-22T05:47:37.589199Z",
            "url": "https://files.pythonhosted.org/packages/bd/c7/eb66a79f8fc16f4ce57b80dd1cf9c03aaa79903e53108388e3ca2166ad6e/rf24_py-0.3.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2096c1629efb15298bd25849c0d041168e146ba4a4cf408ee99ad29fe7c2b312",
                "md5": "bbca9006fbe73a0da1e30dde95395bbb",
                "sha256": "ee774551b7f86ad192cef2504001e8002de32cca2448c258fe344a9a9a784681"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "bbca9006fbe73a0da1e30dde95395bbb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 328545,
            "upload_time": "2025-07-22T05:47:39",
            "upload_time_iso_8601": "2025-07-22T05:47:39.095663Z",
            "url": "https://files.pythonhosted.org/packages/20/96/c1629efb15298bd25849c0d041168e146ba4a4cf408ee99ad29fe7c2b312/rf24_py-0.3.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d1d9557f9a197f697f2450f400a81873168d7b33aad67f4af47923d6c1c52a4",
                "md5": "89d149c8db10b68d633aca8bebff8cc6",
                "sha256": "a4c958b9b19172d74f029a2b23ac72494d73d3dafd098f2aeae98a82481d7d3a"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "89d149c8db10b68d633aca8bebff8cc6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 462041,
            "upload_time": "2025-07-22T05:47:40",
            "upload_time_iso_8601": "2025-07-22T05:47:40.249281Z",
            "url": "https://files.pythonhosted.org/packages/9d/1d/9557f9a197f697f2450f400a81873168d7b33aad67f4af47923d6c1c52a4/rf24_py-0.3.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2900252e709b9ec5be4b67f5c270a38351008f714a5e3dd893273b958489db4",
                "md5": "994aa712b15b9f83b47f92983539be91",
                "sha256": "191d188b67e62e557b18e037155979ea390a71239087bc3f569d891b3c24c073"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "994aa712b15b9f83b47f92983539be91",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 555914,
            "upload_time": "2025-07-22T05:47:41",
            "upload_time_iso_8601": "2025-07-22T05:47:41.425524Z",
            "url": "https://files.pythonhosted.org/packages/e2/90/0252e709b9ec5be4b67f5c270a38351008f714a5e3dd893273b958489db4/rf24_py-0.3.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8867454169ce817384c3b2ae1d7e98a1a7a43c561db74ca12da239b0d1ea006",
                "md5": "dd0b92492ea8a12d769cf1cd23e37f58",
                "sha256": "6721499655aecf191ffcb8a0014d253a501dafcee8f03d65121bf4cd5673a89a"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "dd0b92492ea8a12d769cf1cd23e37f58",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 492265,
            "upload_time": "2025-07-22T05:47:42",
            "upload_time_iso_8601": "2025-07-22T05:47:42.663551Z",
            "url": "https://files.pythonhosted.org/packages/b8/86/7454169ce817384c3b2ae1d7e98a1a7a43c561db74ca12da239b0d1ea006/rf24_py-0.3.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "419bed9dcf0c16a73751ec92d188ef53e327ab73915a0ecfd21c017e92c7d4c5",
                "md5": "13f1cbaf56ef7ef40a1490ec99353d56",
                "sha256": "a05b9303a0242df06313db3c4d387b28ca1647bc6d6587e2a97081e7c5da2d3d"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13f1cbaf56ef7ef40a1490ec99353d56",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 466613,
            "upload_time": "2025-07-22T05:47:43",
            "upload_time_iso_8601": "2025-07-22T05:47:43.832666Z",
            "url": "https://files.pythonhosted.org/packages/41/9b/ed9dcf0c16a73751ec92d188ef53e327ab73915a0ecfd21c017e92c7d4c5/rf24_py-0.3.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb70079020708049f5bc6f08924816224b4be187205c580179b036b3ab2b6728",
                "md5": "31f83ca9b2cbbf9ad4433620e2e96a29",
                "sha256": "25293471e8f6c676d7eb8fdaff82f7c0263284e0985b6e0759c0a165e6d0158f"
            },
            "downloads": -1,
            "filename": "rf24_py-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "31f83ca9b2cbbf9ad4433620e2e96a29",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 76060,
            "upload_time": "2025-07-22T05:47:45",
            "upload_time_iso_8601": "2025-07-22T05:47:45.086454Z",
            "url": "https://files.pythonhosted.org/packages/cb/70/079020708049f5bc6f08924816224b4be187205c580179b036b3ab2b6728/rf24_py-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 05:47:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nRF24",
    "github_project": "rf24-rs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rf24-py"
}
        
Elapsed time: 1.05365s