rs1090


Namers1090 JSON
Version 0.3.7 PyPI version JSON
download
home_pageNone
SummaryPython binding to rs1090, a library to decode Mode S and ADS-B signals
upload_time2024-10-07 14:35:09
maintainerNone
docs_urlNone
authorXavier Olive <git@xoolive.org>
requires_python>=3.9
licenseMIT
keywords aircraft ads-b mode-s decoding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rs1090

rs1090 is a Python binding to the [rs1090](https://docs.rs/rs1090/) Rust library to decode Mode S, ADS-B and FLARM messages. It takes its inspiration from the Python [pyModeS](https://github.com/junzis/pyModeS) library.

The direction ambitioned by rs1090 boils down to:

- improving the performance of Mode S decoding in Python;
- exporting trajectory data to cross-platform formats such as JSON or parquet;
- providing efficient multi-receiver Mode S decoding;
- serving real-time enriched trajectory data to external applications.

## Installation

```sh
pip install rs1090
```

## Usage

For single messages:

```pycon
>>> import rs1090
>>> rs1090.decode("8c4841753a9a153237aef0f275be")
{'df': '17', 'icao24': '484175', 'bds': '06', 'NUCp': 7, 'groundspeed': 17.0, 'track': 92.8125, 'parity': 'odd', 'lat_cpr': 39195, 'lon_cpr': 110320}
```

For batches of messages:

```pycon
>>> import rs1090
>>> rs1090.decode(msg_list)
...
>>> rs1090.decode(msg_list, ts_list)  # includes CPR to position decoding
...
>>> rs1090.decode(msg_list, ts_list, reference=(lat0, lon0))  # useful for surface messages
...
```

For FLARM messages (also as batches):

```pycon
>>> msg = "7bf2381040ccc7e2395ecaa28e033a655d47e1d91d0bf986e1b0"
>>> rs1090.flarm(msg, 1655279476, 43.61924, 5.11755)
{'timestamp': 1655279476,
 'reference_lat': 43.61924,
 'reference_lon': 5.11755,
 'icao24': '38f27b',
 'is_icao24': True,
 'actype': 'Glider',
 'latitude': 43.6812864,
 'longitude': 5.150585599999999,
 'geoaltitude': 970,
 'vertical_speed': 1.0,
 'groundspeed': 18.698261951315153,
 'track': 29.655457935479006,
 'no_track': False,
 'stealth': False,
 'gps': 129}
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rs1090",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "aircraft, ADS-B, Mode-S, decoding",
    "author": "Xavier Olive <git@xoolive.org>",
    "author_email": "Xavier Olive <git@xoolive.org>",
    "download_url": null,
    "platform": null,
    "description": "# rs1090\n\nrs1090 is a Python binding to the [rs1090](https://docs.rs/rs1090/) Rust library to decode Mode S, ADS-B and FLARM messages. It takes its inspiration from the Python [pyModeS](https://github.com/junzis/pyModeS) library.\n\nThe direction ambitioned by rs1090 boils down to:\n\n- improving the performance of Mode S decoding in Python;\n- exporting trajectory data to cross-platform formats such as JSON or parquet;\n- providing efficient multi-receiver Mode S decoding;\n- serving real-time enriched trajectory data to external applications.\n\n## Installation\n\n```sh\npip install rs1090\n```\n\n## Usage\n\nFor single messages:\n\n```pycon\n>>> import rs1090\n>>> rs1090.decode(\"8c4841753a9a153237aef0f275be\")\n{'df': '17', 'icao24': '484175', 'bds': '06', 'NUCp': 7, 'groundspeed': 17.0, 'track': 92.8125, 'parity': 'odd', 'lat_cpr': 39195, 'lon_cpr': 110320}\n```\n\nFor batches of messages:\n\n```pycon\n>>> import rs1090\n>>> rs1090.decode(msg_list)\n...\n>>> rs1090.decode(msg_list, ts_list)  # includes CPR to position decoding\n...\n>>> rs1090.decode(msg_list, ts_list, reference=(lat0, lon0))  # useful for surface messages\n...\n```\n\nFor FLARM messages (also as batches):\n\n```pycon\n>>> msg = \"7bf2381040ccc7e2395ecaa28e033a655d47e1d91d0bf986e1b0\"\n>>> rs1090.flarm(msg, 1655279476, 43.61924, 5.11755)\n{'timestamp': 1655279476,\n 'reference_lat': 43.61924,\n 'reference_lon': 5.11755,\n 'icao24': '38f27b',\n 'is_icao24': True,\n 'actype': 'Glider',\n 'latitude': 43.6812864,\n 'longitude': 5.150585599999999,\n 'geoaltitude': 970,\n 'vertical_speed': 1.0,\n 'groundspeed': 18.698261951315153,\n 'track': 29.655457935479006,\n 'no_track': False,\n 'stealth': False,\n 'gps': 129}\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python binding to rs1090, a library to decode Mode S and ADS-B signals",
    "version": "0.3.7",
    "project_urls": {
        "repository": "https://github.com/xoolive/rs1090"
    },
    "split_keywords": [
        "aircraft",
        " ads-b",
        " mode-s",
        " decoding"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5eccb8e2454bdedee485226426c594599fb38b894e2fc3fb6d494d34581c3cfc",
                "md5": "5dde6f4efe93470d0b6be4b4d80343ae",
                "sha256": "38ee2e3af4da366d16d156b5befb21b60aa7de8d1411a3954e4045a7447add7b"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5dde6f4efe93470d0b6be4b4d80343ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 876436,
            "upload_time": "2024-10-07T14:35:09",
            "upload_time_iso_8601": "2024-10-07T14:35:09.982946Z",
            "url": "https://files.pythonhosted.org/packages/5e/cc/b8e2454bdedee485226426c594599fb38b894e2fc3fb6d494d34581c3cfc/rs1090-0.3.7-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2da96be29c766ef970e62500eb682fe255ec4fe770db29a1b40463c0680092d4",
                "md5": "f4dfd9394a77ba68682be01ae990ac99",
                "sha256": "2a87c489d373c3bac8d847ae01b410d005321e6a6584c4aa81810c88e88af1dd"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "f4dfd9394a77ba68682be01ae990ac99",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 978233,
            "upload_time": "2024-10-07T14:35:12",
            "upload_time_iso_8601": "2024-10-07T14:35:12.150880Z",
            "url": "https://files.pythonhosted.org/packages/2d/a9/6be29c766ef970e62500eb682fe255ec4fe770db29a1b40463c0680092d4/rs1090-0.3.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "046b077ad06855b5a9f34965edaa039da3f97a5c30ff418bf3e534a3f6450916",
                "md5": "7726dc8e056c218b7747d6062af56828",
                "sha256": "4913910edda6994b15b61dc799155fdf737fa075ef3d254705133d88d5e7eb45"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7726dc8e056c218b7747d6062af56828",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 927406,
            "upload_time": "2024-10-07T14:35:14",
            "upload_time_iso_8601": "2024-10-07T14:35:14.102693Z",
            "url": "https://files.pythonhosted.org/packages/04/6b/077ad06855b5a9f34965edaa039da3f97a5c30ff418bf3e534a3f6450916/rs1090-0.3.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aebff7d8acf3ebe2066fbcd4cac833fe7bc02e06b422eeea524d6e039f54d42e",
                "md5": "9e2b536af083cae3cfd4a68b074e5823",
                "sha256": "b3f3e8eef8b698c2453d2556bdc9184e11ea5836cb5fcf4a703bb0d1196e2039"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9e2b536af083cae3cfd4a68b074e5823",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 910891,
            "upload_time": "2024-10-07T14:35:15",
            "upload_time_iso_8601": "2024-10-07T14:35:15.480090Z",
            "url": "https://files.pythonhosted.org/packages/ae/bf/f7d8acf3ebe2066fbcd4cac833fe7bc02e06b422eeea524d6e039f54d42e/rs1090-0.3.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e68624722ab5bae692eae727adf3f3bc7287cd04338b33fc61da23dc1415d22",
                "md5": "45c334179f05844574f4c43bdb4ba137",
                "sha256": "99a65ffad79a0b76b6fbeb552d41a8b63f6422fe07ec7e0b700a5ce18aac8e15"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "45c334179f05844574f4c43bdb4ba137",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1027809,
            "upload_time": "2024-10-07T14:35:17",
            "upload_time_iso_8601": "2024-10-07T14:35:17.015934Z",
            "url": "https://files.pythonhosted.org/packages/1e/68/624722ab5bae692eae727adf3f3bc7287cd04338b33fc61da23dc1415d22/rs1090-0.3.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "670f3ed468b80466646891a9123a9f86461d4be4e972c026f3f07cdc4ffbcb5d",
                "md5": "92400d53f3e5ce7263134fcd424624c0",
                "sha256": "906faba47018f4112279b5d9e187996ff080254cea6229e8cd869d8adacdb1a1"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "92400d53f3e5ce7263134fcd424624c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1317312,
            "upload_time": "2024-10-07T14:35:18",
            "upload_time_iso_8601": "2024-10-07T14:35:18.800481Z",
            "url": "https://files.pythonhosted.org/packages/67/0f/3ed468b80466646891a9123a9f86461d4be4e972c026f3f07cdc4ffbcb5d/rs1090-0.3.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b2cc6b46b87c88486827161d71bc5f9598b73907af52bba6f85aa6fc204ba39",
                "md5": "1742ae7199ba95e64f1530cae148155f",
                "sha256": "ab16ddf98203723ea709c87257f7c88304b000fbe7147470c7ce6338ceb7bbbf"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1742ae7199ba95e64f1530cae148155f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1014085,
            "upload_time": "2024-10-07T14:35:20",
            "upload_time_iso_8601": "2024-10-07T14:35:20.688960Z",
            "url": "https://files.pythonhosted.org/packages/6b/2c/c6b46b87c88486827161d71bc5f9598b73907af52bba6f85aa6fc204ba39/rs1090-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e346256bb9dd52c8885b7fb6d4055b2246c803ee0cf8c16c73bf1aebc6016e5",
                "md5": "461834df0101fb432c278f21de6a682e",
                "sha256": "d27829d30b4cc81b621ba1248d9ae82b65220e2ad2670013f11075bd8a695e8f"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "461834df0101fb432c278f21de6a682e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1090637,
            "upload_time": "2024-10-07T14:35:22",
            "upload_time_iso_8601": "2024-10-07T14:35:22.284736Z",
            "url": "https://files.pythonhosted.org/packages/3e/34/6256bb9dd52c8885b7fb6d4055b2246c803ee0cf8c16c73bf1aebc6016e5/rs1090-0.3.7-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8fa1ba119ce05222c038263d1445efce31d65f2e1c6c6cd77eab1715407a390",
                "md5": "90d243fba29c53aa1b4f50537c42b6f7",
                "sha256": "ff2091d330b4b200269620da3154a3498ec5876b8bceb68e4072b182b6532cac"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "90d243fba29c53aa1b4f50537c42b6f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1149545,
            "upload_time": "2024-10-07T14:35:23",
            "upload_time_iso_8601": "2024-10-07T14:35:23.824467Z",
            "url": "https://files.pythonhosted.org/packages/b8/fa/1ba119ce05222c038263d1445efce31d65f2e1c6c6cd77eab1715407a390/rs1090-0.3.7-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5f51a132423c4de1c13b03efb313f2c653dad3a7955e81844cd4215876e8e41",
                "md5": "c99c1056b035b1fe3a3cf881eddea676",
                "sha256": "e3ac5584afffd12718ba210eec4268730c833b78cd6a435d7d9b7c94343421c8"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "c99c1056b035b1fe3a3cf881eddea676",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1121938,
            "upload_time": "2024-10-07T14:35:25",
            "upload_time_iso_8601": "2024-10-07T14:35:25.793360Z",
            "url": "https://files.pythonhosted.org/packages/f5/f5/1a132423c4de1c13b03efb313f2c653dad3a7955e81844cd4215876e8e41/rs1090-0.3.7-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c41cfe544dc4ac8f938b238c5d0c4ee9a937f3a9d491b817293aedfaf3441815",
                "md5": "23de631552e0d8012c076ce0c67886cb",
                "sha256": "1d6de6c21219325459565c1d440ddf40eff3df65f48007a70e2dec5cd7a62add"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "23de631552e0d8012c076ce0c67886cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1169111,
            "upload_time": "2024-10-07T14:35:27",
            "upload_time_iso_8601": "2024-10-07T14:35:27.243709Z",
            "url": "https://files.pythonhosted.org/packages/c4/1c/fe544dc4ac8f938b238c5d0c4ee9a937f3a9d491b817293aedfaf3441815/rs1090-0.3.7-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca5d7fabbab5a4c8a396e5c417678a770c9b685cbaa18cf3215c8888d8fdef44",
                "md5": "c2c5580a2f85f841e4a8951437ee1523",
                "sha256": "283dd691e19eb79c52e9a6051bb3d727f3ade40ef9d972b39aa2253685db4250"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c2c5580a2f85f841e4a8951437ee1523",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 819674,
            "upload_time": "2024-10-07T14:35:28",
            "upload_time_iso_8601": "2024-10-07T14:35:28.583542Z",
            "url": "https://files.pythonhosted.org/packages/ca/5d/7fabbab5a4c8a396e5c417678a770c9b685cbaa18cf3215c8888d8fdef44/rs1090-0.3.7-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f650ebe189e57ca89b29006509a97fcf48b66e8d80659732666a23cee4fd69dc",
                "md5": "22633070932b412406ac40cf9f52b5b6",
                "sha256": "a68759da9c103340494ea26c8918f93000436858c77c5b8a47056450d86e5e11"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "22633070932b412406ac40cf9f52b5b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 924995,
            "upload_time": "2024-10-07T14:35:29",
            "upload_time_iso_8601": "2024-10-07T14:35:29.895687Z",
            "url": "https://files.pythonhosted.org/packages/f6/50/ebe189e57ca89b29006509a97fcf48b66e8d80659732666a23cee4fd69dc/rs1090-0.3.7-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e139f6449d626156784ad4064559b9e16e10afe4c49c1e5ca1d5d84fabf9ef1",
                "md5": "77ff556f487066d2f4163eaf59d93312",
                "sha256": "0a329386364f255b631957da49607d2322d353ad61c96309f7d568561e814e77"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "77ff556f487066d2f4163eaf59d93312",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 950765,
            "upload_time": "2024-10-07T14:35:31",
            "upload_time_iso_8601": "2024-10-07T14:35:31.276422Z",
            "url": "https://files.pythonhosted.org/packages/5e/13/9f6449d626156784ad4064559b9e16e10afe4c49c1e5ca1d5d84fabf9ef1/rs1090-0.3.7-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b9dc7b5d6f6e1c7ccb9b21a84f9fbce815931f71dd0bab2b5c09affa58349a3",
                "md5": "4708458915d732f8bbd271ccf07bf98f",
                "sha256": "329e51525b73f5db87ab6be6ab7bb96aaf79b3aea2c2245b300143ab34e25235"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4708458915d732f8bbd271ccf07bf98f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 876515,
            "upload_time": "2024-10-07T14:35:32",
            "upload_time_iso_8601": "2024-10-07T14:35:32.652037Z",
            "url": "https://files.pythonhosted.org/packages/0b/9d/c7b5d6f6e1c7ccb9b21a84f9fbce815931f71dd0bab2b5c09affa58349a3/rs1090-0.3.7-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "46a59297294972631a003d34db69406ae26e4db8f46e8725c290753c942579c6",
                "md5": "7260ae834f2f8307e3ff329be39eae78",
                "sha256": "f61b46f9d4b4fe7a9d8fc888040b9e032511784a0fd69e1138c53869958a243a"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "7260ae834f2f8307e3ff329be39eae78",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 978136,
            "upload_time": "2024-10-07T14:35:34",
            "upload_time_iso_8601": "2024-10-07T14:35:34.655778Z",
            "url": "https://files.pythonhosted.org/packages/46/a5/9297294972631a003d34db69406ae26e4db8f46e8725c290753c942579c6/rs1090-0.3.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cab8f2b73f26507c24a02990a272aa3e8a450e2157e26a2904ee5ed3c47872f4",
                "md5": "a3fcdcf12b0bc6c5d25d5ecd563d0702",
                "sha256": "469fe19d4cc7b03149263c0d9772e0e5ae5493868d3d7d0f0417ef0556ea6e02"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a3fcdcf12b0bc6c5d25d5ecd563d0702",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 927441,
            "upload_time": "2024-10-07T14:35:35",
            "upload_time_iso_8601": "2024-10-07T14:35:35.943153Z",
            "url": "https://files.pythonhosted.org/packages/ca/b8/f2b73f26507c24a02990a272aa3e8a450e2157e26a2904ee5ed3c47872f4/rs1090-0.3.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7bd62e2d2714b1ba64f387f404d94a4c79207cdf31ca9f404b1d11d2cf8e1b0a",
                "md5": "02448a6ab0656c6a9cbff327b4d39f91",
                "sha256": "d75c716984f1bf41de5fb279917fd0808a1454a1623a4b8e5e6dfb2c355b1c1a"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "02448a6ab0656c6a9cbff327b4d39f91",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 910776,
            "upload_time": "2024-10-07T14:35:37",
            "upload_time_iso_8601": "2024-10-07T14:35:37.575277Z",
            "url": "https://files.pythonhosted.org/packages/7b/d6/2e2d2714b1ba64f387f404d94a4c79207cdf31ca9f404b1d11d2cf8e1b0a/rs1090-0.3.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f09d932c48def8cca3d4662fe257dd9b09b55a405ea4def1905c2b47cc5dd21",
                "md5": "aec17c6545aef37f85bb02565997538a",
                "sha256": "938d7cd08b5371a757aa2ca701e9080e6058b06d2f341162779779b27c936c11"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "aec17c6545aef37f85bb02565997538a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1027763,
            "upload_time": "2024-10-07T14:35:39",
            "upload_time_iso_8601": "2024-10-07T14:35:39.008817Z",
            "url": "https://files.pythonhosted.org/packages/1f/09/d932c48def8cca3d4662fe257dd9b09b55a405ea4def1905c2b47cc5dd21/rs1090-0.3.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1597ad16dbdcd3b487e5c9956e5120774011f09c06cd485c0002819468ea0d6d",
                "md5": "8bdcd6bf2f053fd0527cb21448bac36c",
                "sha256": "566f142c5df7503e311f48ef807b6ee02dd905c0a9220321a2784f5469614d0f"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8bdcd6bf2f053fd0527cb21448bac36c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1316522,
            "upload_time": "2024-10-07T14:35:40",
            "upload_time_iso_8601": "2024-10-07T14:35:40.358913Z",
            "url": "https://files.pythonhosted.org/packages/15/97/ad16dbdcd3b487e5c9956e5120774011f09c06cd485c0002819468ea0d6d/rs1090-0.3.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f65f80199de144923ad101b52b80123654988a3bc1ce82c9679a2ba06433cb60",
                "md5": "7f1fa88d0c0ba624a4360764107921f9",
                "sha256": "d0859cb9291eedb74c9e01fefd7fc6df7a2c8d879438202a74f66a85be4dc87f"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f1fa88d0c0ba624a4360764107921f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1013916,
            "upload_time": "2024-10-07T14:35:41",
            "upload_time_iso_8601": "2024-10-07T14:35:41.882465Z",
            "url": "https://files.pythonhosted.org/packages/f6/5f/80199de144923ad101b52b80123654988a3bc1ce82c9679a2ba06433cb60/rs1090-0.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac39493e6f9603dcc5928fe8ee0bc1fb62f7eb78d832a6a9afb7b4f2d92b5520",
                "md5": "d7a321e4a4dcc0f655484e6dd16b90ed",
                "sha256": "162872a2f2fe319f0b4d7a65d7958b813a148f76bb9fa951c168f63e95925fdc"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d7a321e4a4dcc0f655484e6dd16b90ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1090593,
            "upload_time": "2024-10-07T14:35:43",
            "upload_time_iso_8601": "2024-10-07T14:35:43.227794Z",
            "url": "https://files.pythonhosted.org/packages/ac/39/493e6f9603dcc5928fe8ee0bc1fb62f7eb78d832a6a9afb7b4f2d92b5520/rs1090-0.3.7-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4210516042d1bca40fe4ea7ae37022df65d5e29604eeec301e43d82669c096e",
                "md5": "fdd4a5088dcf20b6cca90bb94eb2ba61",
                "sha256": "495610ee769b4204cbc595e9be318e72d30418523611cfdc60e9a20e55cadf66"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fdd4a5088dcf20b6cca90bb94eb2ba61",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1149556,
            "upload_time": "2024-10-07T14:35:45",
            "upload_time_iso_8601": "2024-10-07T14:35:45.299278Z",
            "url": "https://files.pythonhosted.org/packages/a4/21/0516042d1bca40fe4ea7ae37022df65d5e29604eeec301e43d82669c096e/rs1090-0.3.7-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a69b2cf65df1269fe32badb7e911557e362e92e7a65257b2dd916822aa65d5a9",
                "md5": "57b627db06589897b692d7180ac33cbc",
                "sha256": "6144658335c10b7c969299403a3c7893799adbe6b1ce8d98554ea165fddafdc8"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "57b627db06589897b692d7180ac33cbc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1121901,
            "upload_time": "2024-10-07T14:35:46",
            "upload_time_iso_8601": "2024-10-07T14:35:46.629764Z",
            "url": "https://files.pythonhosted.org/packages/a6/9b/2cf65df1269fe32badb7e911557e362e92e7a65257b2dd916822aa65d5a9/rs1090-0.3.7-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9fdf816df494370707449402c7c17d527c2ffb0d87bae069655de872da144575",
                "md5": "5b54ee5051b2b6a15d5c3cce2b1aeaf8",
                "sha256": "71cb3751883316ccd97898743e84c6a3a0e4dbdaa09afd8ccb1be0bc84f21f5b"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b54ee5051b2b6a15d5c3cce2b1aeaf8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1169078,
            "upload_time": "2024-10-07T14:35:47",
            "upload_time_iso_8601": "2024-10-07T14:35:47.912776Z",
            "url": "https://files.pythonhosted.org/packages/9f/df/816df494370707449402c7c17d527c2ffb0d87bae069655de872da144575/rs1090-0.3.7-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b60ca0f66a1bf6eb115b5623d7eff2faa24b41c09bb9c724820022dbb4b8b967",
                "md5": "f813b9a47d4efa68cd977b4dc4f5b420",
                "sha256": "1efdd71d727749c089b6d4b05bd82e295236a524ea35a36ce9dee8aaeb3057c7"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "f813b9a47d4efa68cd977b4dc4f5b420",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 819573,
            "upload_time": "2024-10-07T14:35:49",
            "upload_time_iso_8601": "2024-10-07T14:35:49.521086Z",
            "url": "https://files.pythonhosted.org/packages/b6/0c/a0f66a1bf6eb115b5623d7eff2faa24b41c09bb9c724820022dbb4b8b967/rs1090-0.3.7-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8efc3a6db9060ccfa2316a4d7d01f2758b7b8a54d4e04076c3a94403c5f25f56",
                "md5": "98da5a560e1e9112ff3779c82e690603",
                "sha256": "0af33777f3dd87faa13498387519c278c63d1953b6ef49955d791401661ef8cd"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "98da5a560e1e9112ff3779c82e690603",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 925004,
            "upload_time": "2024-10-07T14:35:50",
            "upload_time_iso_8601": "2024-10-07T14:35:50.888842Z",
            "url": "https://files.pythonhosted.org/packages/8e/fc/3a6db9060ccfa2316a4d7d01f2758b7b8a54d4e04076c3a94403c5f25f56/rs1090-0.3.7-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d7e618a27c5d330df3ee8405c1f3c69008df43cdcee0ded4183267b5bd6c1249",
                "md5": "956b4daf29082fbaffe6e1b0c7988d33",
                "sha256": "48d5611aa31df474d7ae4361a743f10317b9fd318f321f4440c8046cd5041e54"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "956b4daf29082fbaffe6e1b0c7988d33",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 951118,
            "upload_time": "2024-10-07T14:35:55",
            "upload_time_iso_8601": "2024-10-07T14:35:55.050722Z",
            "url": "https://files.pythonhosted.org/packages/d7/e6/18a27c5d330df3ee8405c1f3c69008df43cdcee0ded4183267b5bd6c1249/rs1090-0.3.7-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa431925deac345571c9bb945be144f038669ca84f8547fe63c8381dd2a56588",
                "md5": "e12eb6103267364ef3e058a744ceb7e2",
                "sha256": "0402235dcbb6bbf67bf436d756fdeed7f3d56b67e5dbc8fb9e0c2b1a10ba857c"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e12eb6103267364ef3e058a744ceb7e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 875915,
            "upload_time": "2024-10-07T14:35:56",
            "upload_time_iso_8601": "2024-10-07T14:35:56.869696Z",
            "url": "https://files.pythonhosted.org/packages/aa/43/1925deac345571c9bb945be144f038669ca84f8547fe63c8381dd2a56588/rs1090-0.3.7-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a215ab2ae42f630f9181500e93078e19566f24e870b33de20e62b8ac62cfa631",
                "md5": "56a368178f885323ba17e47343a4a8ae",
                "sha256": "44665f23af19352186a0136bae173e22acdee8cbdd3d9752ddbca958a6dedf07"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "56a368178f885323ba17e47343a4a8ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 978726,
            "upload_time": "2024-10-07T14:35:58",
            "upload_time_iso_8601": "2024-10-07T14:35:58.218737Z",
            "url": "https://files.pythonhosted.org/packages/a2/15/ab2ae42f630f9181500e93078e19566f24e870b33de20e62b8ac62cfa631/rs1090-0.3.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3a208bb691352cafd9b95f22f401082c5733a564cb388297c253ca4781da0c9",
                "md5": "1e8035fce243b99be1a8e49c17089375",
                "sha256": "edad5ee3b4dca8090873ae596d0498153ddc8090f9598e637f5bad1896d8281f"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1e8035fce243b99be1a8e49c17089375",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 926657,
            "upload_time": "2024-10-07T14:36:00",
            "upload_time_iso_8601": "2024-10-07T14:36:00.564703Z",
            "url": "https://files.pythonhosted.org/packages/e3/a2/08bb691352cafd9b95f22f401082c5733a564cb388297c253ca4781da0c9/rs1090-0.3.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce6f3368d728ea3fcd1b94ef727f9c3015cc4c32d6932178b154e62a61b9473a",
                "md5": "e280155544489a95639593d4a7ebb9dd",
                "sha256": "7f1ab58f5b152237dad7aeedc7718656eea70bce977a36dea6973f00a986f50f"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e280155544489a95639593d4a7ebb9dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 911524,
            "upload_time": "2024-10-07T14:36:02",
            "upload_time_iso_8601": "2024-10-07T14:36:02.936468Z",
            "url": "https://files.pythonhosted.org/packages/ce/6f/3368d728ea3fcd1b94ef727f9c3015cc4c32d6932178b154e62a61b9473a/rs1090-0.3.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "68774bf28a2bf906786abf080259f4525f7ac14ae08fae04735f2b22a0d9a265",
                "md5": "bc4008396d451d199ef7c9a5877c44f8",
                "sha256": "29da7f3d1a4567803b0e881dc9d54cd371e54a60ddf915d7121eef9c229f5e2a"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "bc4008396d451d199ef7c9a5877c44f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1027884,
            "upload_time": "2024-10-07T14:36:04",
            "upload_time_iso_8601": "2024-10-07T14:36:04.347003Z",
            "url": "https://files.pythonhosted.org/packages/68/77/4bf28a2bf906786abf080259f4525f7ac14ae08fae04735f2b22a0d9a265/rs1090-0.3.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d74697be2e5f1f70a409be5b2e7d172fd9de61dcfe95e24e673d61870ef0598",
                "md5": "67525a666ac2189e3c30251409fc94d8",
                "sha256": "4393b80e336b4c0655b6dd3bacedc890d97185ffb7a5f0edd19386f70b5f80b1"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "67525a666ac2189e3c30251409fc94d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1318602,
            "upload_time": "2024-10-07T14:36:06",
            "upload_time_iso_8601": "2024-10-07T14:36:06.206634Z",
            "url": "https://files.pythonhosted.org/packages/7d/74/697be2e5f1f70a409be5b2e7d172fd9de61dcfe95e24e673d61870ef0598/rs1090-0.3.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9a5cc5c9f1c2c4567ff04c73af743ab936bf5049416a8c3155dc1ff4e7510d0",
                "md5": "1b8aba27740837171a4bc7ec6ddff322",
                "sha256": "a10f9311aa4ad56eb7d657a1404f4d21b49592a32e375e3db19ce024dcea1373"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b8aba27740837171a4bc7ec6ddff322",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1014105,
            "upload_time": "2024-10-07T14:36:08",
            "upload_time_iso_8601": "2024-10-07T14:36:08.851436Z",
            "url": "https://files.pythonhosted.org/packages/a9/a5/cc5c9f1c2c4567ff04c73af743ab936bf5049416a8c3155dc1ff4e7510d0/rs1090-0.3.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3efd19e4185da9ed3974867ce39151b129a1ed8a08082ce587a1dc789003f84e",
                "md5": "ab1db44a1cb3372e1300d979b1fdcc1b",
                "sha256": "304ab2019473af7d7ecebfd5769ba519c0578aa9a8750004b6423ce73170e7f6"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ab1db44a1cb3372e1300d979b1fdcc1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1090252,
            "upload_time": "2024-10-07T14:36:10",
            "upload_time_iso_8601": "2024-10-07T14:36:10.210571Z",
            "url": "https://files.pythonhosted.org/packages/3e/fd/19e4185da9ed3974867ce39151b129a1ed8a08082ce587a1dc789003f84e/rs1090-0.3.7-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b88367248224ec0231abe7213f49a0b86979a43428b68aac39bac94a4a1f5dc",
                "md5": "3257caf9cf13a9ad86e77258d8f59af8",
                "sha256": "dd857b4ccc74b85646ad818d36c394c6434581743cf07799c81bbb754f16cc97"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3257caf9cf13a9ad86e77258d8f59af8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1150524,
            "upload_time": "2024-10-07T14:36:11",
            "upload_time_iso_8601": "2024-10-07T14:36:11.621615Z",
            "url": "https://files.pythonhosted.org/packages/9b/88/367248224ec0231abe7213f49a0b86979a43428b68aac39bac94a4a1f5dc/rs1090-0.3.7-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af8ed3a608c106c9ce4f1c9868b79825a3e3afbc6ff2979e3bee3dc60e7d9884",
                "md5": "fe150c7de354aef1dc6986bc2d6ad021",
                "sha256": "4a185e17c139eaf766bfd06778802e670a14dd09d9196af736262aaa5c1fd99e"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fe150c7de354aef1dc6986bc2d6ad021",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1123213,
            "upload_time": "2024-10-07T14:36:13",
            "upload_time_iso_8601": "2024-10-07T14:36:13.713278Z",
            "url": "https://files.pythonhosted.org/packages/af/8e/d3a608c106c9ce4f1c9868b79825a3e3afbc6ff2979e3bee3dc60e7d9884/rs1090-0.3.7-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f930784ed71f306f402abec39415a7524d57d89f901cbb209c39ac97f3f40541",
                "md5": "ea5b9d29809387546ce57d2cdfceef9d",
                "sha256": "2d264641f9c26c4df5a2002724a235a9a8757a3d2a2cc91477d3c3a7c31f2b99"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea5b9d29809387546ce57d2cdfceef9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1168890,
            "upload_time": "2024-10-07T14:36:15",
            "upload_time_iso_8601": "2024-10-07T14:36:15.127298Z",
            "url": "https://files.pythonhosted.org/packages/f9/30/784ed71f306f402abec39415a7524d57d89f901cbb209c39ac97f3f40541/rs1090-0.3.7-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbcc974b8dc0a21c0c93c704c4ca98a9c039126742394a84d3ae4ff80c50710b",
                "md5": "05c5403ce0723e9ca492ea0401815fd8",
                "sha256": "a0f9cfaa19cf6e08880df276653eb23bb544888beb5d224b26228ea82eb8eae8"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "05c5403ce0723e9ca492ea0401815fd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 820591,
            "upload_time": "2024-10-07T14:36:17",
            "upload_time_iso_8601": "2024-10-07T14:36:17.252615Z",
            "url": "https://files.pythonhosted.org/packages/cb/cc/974b8dc0a21c0c93c704c4ca98a9c039126742394a84d3ae4ff80c50710b/rs1090-0.3.7-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f18237b9f9817cc558e2d0263160d588f8fc279944d3d51a11dd4c9947edcbca",
                "md5": "4bcc9c56a1fa37ad5f3fb67d068d3cf8",
                "sha256": "91c84cc6277b5ac4ff7e514772cb9dda486f0d593498a5e2f24477cb8b238d83"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4bcc9c56a1fa37ad5f3fb67d068d3cf8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 925124,
            "upload_time": "2024-10-07T14:36:18",
            "upload_time_iso_8601": "2024-10-07T14:36:18.547938Z",
            "url": "https://files.pythonhosted.org/packages/f1/82/37b9f9817cc558e2d0263160d588f8fc279944d3d51a11dd4c9947edcbca/rs1090-0.3.7-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a34d434f44761352b075b0e163fc7634f16e0e52a5d2cdf81918728646681f00",
                "md5": "7cdd6575050260da89f5aca8f185aeec",
                "sha256": "bdd557f74d53712bf8e44f3718f8c46e88111965a2681c08288ff0b08cc19191"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7cdd6575050260da89f5aca8f185aeec",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 876876,
            "upload_time": "2024-10-07T14:36:20",
            "upload_time_iso_8601": "2024-10-07T14:36:20.014619Z",
            "url": "https://files.pythonhosted.org/packages/a3/4d/434f44761352b075b0e163fc7634f16e0e52a5d2cdf81918728646681f00/rs1090-0.3.7-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93cef5c980ec2fa253f5c67caead822010c120c22a5c8ebdb545db9bfc5e7509",
                "md5": "04a60c69dcbeaa58b5328217c0f704eb",
                "sha256": "d3393774161cb56ef8b3b17cbceda10c190b4eb5ad17533a6567744d98e0be1a"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "04a60c69dcbeaa58b5328217c0f704eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 978496,
            "upload_time": "2024-10-07T14:36:22",
            "upload_time_iso_8601": "2024-10-07T14:36:22.081811Z",
            "url": "https://files.pythonhosted.org/packages/93/ce/f5c980ec2fa253f5c67caead822010c120c22a5c8ebdb545db9bfc5e7509/rs1090-0.3.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b95f876387f372fe6f031c5c75a2ae95d42c394eecd8fc8562c05fa0ea90c76e",
                "md5": "cc212a3d7a8060413042ec752b2452cf",
                "sha256": "dcdabaf9c5f1ebe5abce47b00b71107674ca4e5ad9feb2f484c692ea43b19f19"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cc212a3d7a8060413042ec752b2452cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 927752,
            "upload_time": "2024-10-07T14:36:23",
            "upload_time_iso_8601": "2024-10-07T14:36:23.522771Z",
            "url": "https://files.pythonhosted.org/packages/b9/5f/876387f372fe6f031c5c75a2ae95d42c394eecd8fc8562c05fa0ea90c76e/rs1090-0.3.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ea725fd7b9e9240c858b607b39775676527ec7129f194c3d395b3fea53e5bd0",
                "md5": "89d72c165b4f177e11ee110a0643a54c",
                "sha256": "528f60bcb2ecd305962c6b7b38ad843f3b98b9ef718b4d336aa8fc1a1727d6da"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "89d72c165b4f177e11ee110a0643a54c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 910770,
            "upload_time": "2024-10-07T14:36:24",
            "upload_time_iso_8601": "2024-10-07T14:36:24.971209Z",
            "url": "https://files.pythonhosted.org/packages/0e/a7/25fd7b9e9240c858b607b39775676527ec7129f194c3d395b3fea53e5bd0/rs1090-0.3.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ba40b22e9270d30b26f045ec990c29fae0f3b213224b37fe8305f3361bfb47c",
                "md5": "bfa6fbe32d419f9373560f5b1d6c42b8",
                "sha256": "7c0c254f78c6d0097f5cef118e7f1a5393b839f81ac9067a228e13e53e1a320f"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "bfa6fbe32d419f9373560f5b1d6c42b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1028192,
            "upload_time": "2024-10-07T14:36:27",
            "upload_time_iso_8601": "2024-10-07T14:36:27.132728Z",
            "url": "https://files.pythonhosted.org/packages/9b/a4/0b22e9270d30b26f045ec990c29fae0f3b213224b37fe8305f3361bfb47c/rs1090-0.3.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f07a8f60b590a4261c8e3f56a2533d107f145cd3ee2d497262d4b6acf0368b9",
                "md5": "5f6ed15f47df44bcfb3e022a14345103",
                "sha256": "3b5c0693ebc5c5b813f680c72554633a979ebaf776d22636611965f7274508c3"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5f6ed15f47df44bcfb3e022a14345103",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1318191,
            "upload_time": "2024-10-07T14:36:28",
            "upload_time_iso_8601": "2024-10-07T14:36:28.643587Z",
            "url": "https://files.pythonhosted.org/packages/1f/07/a8f60b590a4261c8e3f56a2533d107f145cd3ee2d497262d4b6acf0368b9/rs1090-0.3.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0be42cc62bd47d91357b8d7f505e84d565409d9df9ecbbceeba91352243b85b5",
                "md5": "31f51d0d3210be867db3b5bc78dbe247",
                "sha256": "c9caa6e766b065df0b603df4e9eaf8211538b2911b3d1da9f3ae7a1c81bad556"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "31f51d0d3210be867db3b5bc78dbe247",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1014532,
            "upload_time": "2024-10-07T14:36:30",
            "upload_time_iso_8601": "2024-10-07T14:36:30.263734Z",
            "url": "https://files.pythonhosted.org/packages/0b/e4/2cc62bd47d91357b8d7f505e84d565409d9df9ecbbceeba91352243b85b5/rs1090-0.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4fb92f86cdf73c314a23894021e154d2d2166bdfff6af811cd6622f84b099ab",
                "md5": "5cbaab90949015e7485571cd0fb41ec4",
                "sha256": "23ca640dbbd172f311cc9cbb161e9f04bcb0f7926fe69379f0dd909e002e2737"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5cbaab90949015e7485571cd0fb41ec4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1090952,
            "upload_time": "2024-10-07T14:36:31",
            "upload_time_iso_8601": "2024-10-07T14:36:31.557412Z",
            "url": "https://files.pythonhosted.org/packages/d4/fb/92f86cdf73c314a23894021e154d2d2166bdfff6af811cd6622f84b099ab/rs1090-0.3.7-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "add0e24a4037b7ac3924487f4b2b6b3969cd446cb3fc1f4007c3dd2e35975037",
                "md5": "b12455559a9f2539bdd3cf443df53d5f",
                "sha256": "be64fc455cb089f92185db8227c67bb6275db54997bf9ca6b4b8ea83ac38d369"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b12455559a9f2539bdd3cf443df53d5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1149527,
            "upload_time": "2024-10-07T14:36:32",
            "upload_time_iso_8601": "2024-10-07T14:36:32.966650Z",
            "url": "https://files.pythonhosted.org/packages/ad/d0/e24a4037b7ac3924487f4b2b6b3969cd446cb3fc1f4007c3dd2e35975037/rs1090-0.3.7-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8319c03a29eb59b9080c0a810b40ee643d15eb7190abc34b2303420b919dc774",
                "md5": "934b8d9c8192e9275e3b7a6accd233c9",
                "sha256": "e1136cf16f0491b18996b4585d8e3a1818c698b2e54022965e8feadd3eba4d77"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "934b8d9c8192e9275e3b7a6accd233c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1122170,
            "upload_time": "2024-10-07T14:36:35",
            "upload_time_iso_8601": "2024-10-07T14:36:35.382631Z",
            "url": "https://files.pythonhosted.org/packages/83/19/c03a29eb59b9080c0a810b40ee643d15eb7190abc34b2303420b919dc774/rs1090-0.3.7-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "96115e3f90505d28f09e117afe1d3b2c47534413113cd79d3f63c24c858d5989",
                "md5": "c873a7ee0b6becf502153454783e731a",
                "sha256": "071f32ceb1cda8dd4f4dbd45d5c5b39a4b80ece00eee04e99502e8a86a5624a7"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c873a7ee0b6becf502153454783e731a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1169569,
            "upload_time": "2024-10-07T14:36:37",
            "upload_time_iso_8601": "2024-10-07T14:36:37.228114Z",
            "url": "https://files.pythonhosted.org/packages/96/11/5e3f90505d28f09e117afe1d3b2c47534413113cd79d3f63c24c858d5989/rs1090-0.3.7-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f063a913b98deaedd834d3930b5aa5b56a6002aaa9a52a146107923f11c53e4",
                "md5": "66ae6a402a7a24eeb7b77d398befdcbf",
                "sha256": "7e2867b35be81e2a6fad5e2766fb6c790f6e3f81cd8f0a5fb0becfe62932c9ff"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "66ae6a402a7a24eeb7b77d398befdcbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 819792,
            "upload_time": "2024-10-07T14:36:39",
            "upload_time_iso_8601": "2024-10-07T14:36:39.226776Z",
            "url": "https://files.pythonhosted.org/packages/4f/06/3a913b98deaedd834d3930b5aa5b56a6002aaa9a52a146107923f11c53e4/rs1090-0.3.7-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "97fd8493a1a912bb074a4943bc8cda6126d7cde7b2aff5af156526666f766546",
                "md5": "1815fe1b1da13202bebc10c8ecbc73de",
                "sha256": "48774e2c14c7b3df8f39841a50b472bbbb7c3979b00b50dcfc187af02cd36ad9"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1815fe1b1da13202bebc10c8ecbc73de",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 925300,
            "upload_time": "2024-10-07T14:36:40",
            "upload_time_iso_8601": "2024-10-07T14:36:40.866305Z",
            "url": "https://files.pythonhosted.org/packages/97/fd/8493a1a912bb074a4943bc8cda6126d7cde7b2aff5af156526666f766546/rs1090-0.3.7-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e66c7927e89949916a05811752d4e29e07a0f2334a0111aba1652b238db9220",
                "md5": "19020f4493c343b30e7109b1d184e6e5",
                "sha256": "359312ec210ecb030bdd5ac78e2ce54f252127fc361baa11442f33097e1fa49e"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "19020f4493c343b30e7109b1d184e6e5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 979456,
            "upload_time": "2024-10-07T14:36:43",
            "upload_time_iso_8601": "2024-10-07T14:36:43.181480Z",
            "url": "https://files.pythonhosted.org/packages/7e/66/c7927e89949916a05811752d4e29e07a0f2334a0111aba1652b238db9220/rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56aad250cbfc566ecd326d975fa8c3016817456450c8343cbc2d701be37a4502",
                "md5": "96e7ae358acff1cd1716b4b35c3f559b",
                "sha256": "806cac0d008304f92aef75a80c4a63d5a3118c20aa98bfa488b1f15774847be9"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "96e7ae358acff1cd1716b4b35c3f559b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 927653,
            "upload_time": "2024-10-07T14:36:45",
            "upload_time_iso_8601": "2024-10-07T14:36:45.274607Z",
            "url": "https://files.pythonhosted.org/packages/56/aa/d250cbfc566ecd326d975fa8c3016817456450c8343cbc2d701be37a4502/rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dec7f95baad724c9b872ad3ee3c885b958c67dbc72c0b21578009dc59d892d05",
                "md5": "c2304bfafd082871993264dd50a7491d",
                "sha256": "af8e4f9b5f4ef969ededc8571e5fef61be7ff19da67bc9d379a60decc47780b5"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c2304bfafd082871993264dd50a7491d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 911330,
            "upload_time": "2024-10-07T14:36:46",
            "upload_time_iso_8601": "2024-10-07T14:36:46.596304Z",
            "url": "https://files.pythonhosted.org/packages/de/c7/f95baad724c9b872ad3ee3c885b958c67dbc72c0b21578009dc59d892d05/rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d92ffb7edf68f19b78a000b1074eac048b0e87cb37525d2ccbed3b81c08c3147",
                "md5": "d893f854fe96459b776ae02bf06436c8",
                "sha256": "fa8fa2066cb6328cc26c86a7c87f8e4c710dddda8a8320e6cc12a95c1007e261"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d893f854fe96459b776ae02bf06436c8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1027818,
            "upload_time": "2024-10-07T14:36:48",
            "upload_time_iso_8601": "2024-10-07T14:36:48.236751Z",
            "url": "https://files.pythonhosted.org/packages/d9/2f/fb7edf68f19b78a000b1074eac048b0e87cb37525d2ccbed3b81c08c3147/rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ba05175b8c5ceef01bb3c6c441a4ce98b5a33955a6f1954b0b706058b7f27aa",
                "md5": "d49babd192d7c2d2a2b7f9701bb2e7f3",
                "sha256": "a5bac3baaca0001bc55bb819428097e2759204def8e142fd94abbb25cd2eb503"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "d49babd192d7c2d2a2b7f9701bb2e7f3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1317263,
            "upload_time": "2024-10-07T14:36:49",
            "upload_time_iso_8601": "2024-10-07T14:36:49.578089Z",
            "url": "https://files.pythonhosted.org/packages/4b/a0/5175b8c5ceef01bb3c6c441a4ce98b5a33955a6f1954b0b706058b7f27aa/rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a58524853d65776b15ffaa768ef03cd3eb0b4a32bdb1a8cc041e24518ff775c",
                "md5": "e62d7fc52033e62e3c59e89a115e87a1",
                "sha256": "915fbab2dc52ba1af0bd11319a77c3d5c534a9db18a1c06ab2a731dd976c662f"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e62d7fc52033e62e3c59e89a115e87a1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1014472,
            "upload_time": "2024-10-07T14:36:50",
            "upload_time_iso_8601": "2024-10-07T14:36:50.948311Z",
            "url": "https://files.pythonhosted.org/packages/6a/58/524853d65776b15ffaa768ef03cd3eb0b4a32bdb1a8cc041e24518ff775c/rs1090-0.3.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "296938ee18740c53d9562d61d25d6ba51f6964933d1871089a058a5d5659bbbb",
                "md5": "d3cb3eca43182a6ba2330622040bb544",
                "sha256": "731a1d0d6c1891c25442337c4ce906e8a6b47c6c7167e4de1bbbd356a64ae453"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d3cb3eca43182a6ba2330622040bb544",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1089334,
            "upload_time": "2024-10-07T14:36:52",
            "upload_time_iso_8601": "2024-10-07T14:36:52.417976Z",
            "url": "https://files.pythonhosted.org/packages/29/69/38ee18740c53d9562d61d25d6ba51f6964933d1871089a058a5d5659bbbb/rs1090-0.3.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4425f24b3e9e5f44cfae0af76eac1d0460f14ec1393dc806adbca6395ed595d6",
                "md5": "58caa6541a49fa7e580158a0a9d16043",
                "sha256": "b7099c24fb1ddfa0d68ba02f56e238ada731c2a9f4294e3a9088f8545621bbdf"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "58caa6541a49fa7e580158a0a9d16043",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1149739,
            "upload_time": "2024-10-07T14:36:53",
            "upload_time_iso_8601": "2024-10-07T14:36:53.819498Z",
            "url": "https://files.pythonhosted.org/packages/44/25/f24b3e9e5f44cfae0af76eac1d0460f14ec1393dc806adbca6395ed595d6/rs1090-0.3.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50606e8d6a14a5f59ba3ba2b36e06a35299a4c95d6cdd11e706aee4594870a3c",
                "md5": "8b87688ae7dd09ace9a6e10e436beee6",
                "sha256": "067eff0a796e0d5302d55a0b65f44ba868db51b0c0e1518d00fa650ad75aea77"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8b87688ae7dd09ace9a6e10e436beee6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1122130,
            "upload_time": "2024-10-07T14:36:55",
            "upload_time_iso_8601": "2024-10-07T14:36:55.148035Z",
            "url": "https://files.pythonhosted.org/packages/50/60/6e8d6a14a5f59ba3ba2b36e06a35299a4c95d6cdd11e706aee4594870a3c/rs1090-0.3.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aebbd862cb46a680c4a8cf999f9d6e02b75822fec60c0819ca278fb48993df1f",
                "md5": "7af17f8d2d9c14283631b667877d850b",
                "sha256": "e61b944e186c8e30349dbad54fb01d60cc273a98b4bd74615bbb171eebad496b"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7af17f8d2d9c14283631b667877d850b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1168438,
            "upload_time": "2024-10-07T14:36:56",
            "upload_time_iso_8601": "2024-10-07T14:36:56.565022Z",
            "url": "https://files.pythonhosted.org/packages/ae/bb/d862cb46a680c4a8cf999f9d6e02b75822fec60c0819ca278fb48993df1f/rs1090-0.3.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5849e3e68779820574bba6e2b346c1bc08624b38c6066ecc32f40f3a204c8bb6",
                "md5": "df3e597af6ec6c449295af840d7d0d2a",
                "sha256": "e9ace9310681922948cae09b5ed8552c78b57d0c48cd9d31d44fc2725d615ef0"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "df3e597af6ec6c449295af840d7d0d2a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 979684,
            "upload_time": "2024-10-07T14:36:58",
            "upload_time_iso_8601": "2024-10-07T14:36:58.583398Z",
            "url": "https://files.pythonhosted.org/packages/58/49/e3e68779820574bba6e2b346c1bc08624b38c6066ecc32f40f3a204c8bb6/rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2beb47772feb17013e6c093d9229d477dc0967761631e545592ac7d9e5f7fe20",
                "md5": "3b38f8b9c2b0644934b41e47d80e70bf",
                "sha256": "3e69cafb7252ba293fb6d64cdfdbdbb9ad082d1799cead1258a6fac8699e7f25"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3b38f8b9c2b0644934b41e47d80e70bf",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 928123,
            "upload_time": "2024-10-07T14:36:59",
            "upload_time_iso_8601": "2024-10-07T14:36:59.920454Z",
            "url": "https://files.pythonhosted.org/packages/2b/eb/47772feb17013e6c093d9229d477dc0967761631e545592ac7d9e5f7fe20/rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a29f2f4bd7c4df7bfeefce6fed25e583b6f34a633dc4ab88c75eb211d8b811a",
                "md5": "302fb09a5e1631fec87e866a184e943b",
                "sha256": "6c83411aa7e5ca2cbae6ae295f67feeba275a36c4b76d8008e9e85940b467b81"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "302fb09a5e1631fec87e866a184e943b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 911325,
            "upload_time": "2024-10-07T14:37:01",
            "upload_time_iso_8601": "2024-10-07T14:37:01.338401Z",
            "url": "https://files.pythonhosted.org/packages/8a/29/f2f4bd7c4df7bfeefce6fed25e583b6f34a633dc4ab88c75eb211d8b811a/rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f68ba61307f7bf760151855d910f14c9d88d8c301771448d99b151f9fc434b96",
                "md5": "40f27dc639a1c0c11f0eb8e94e9bd439",
                "sha256": "7fe72d8c703fc1a5580ec5368cec21a047b44983f60e4f258c2cf0e1136f9ac8"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "40f27dc639a1c0c11f0eb8e94e9bd439",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1028352,
            "upload_time": "2024-10-07T14:37:02",
            "upload_time_iso_8601": "2024-10-07T14:37:02.836217Z",
            "url": "https://files.pythonhosted.org/packages/f6/8b/a61307f7bf760151855d910f14c9d88d8c301771448d99b151f9fc434b96/rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e71a21603949c4a5a07b0451aab2990accb0f9a50f1fd5dba1cdfde9d5ee8b3",
                "md5": "5af40169010f3e39dc327cd41a11e932",
                "sha256": "ad14f43320ac6c36dd55da98368806ad1c93fbb03a767ce0221965d6d672dab1"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5af40169010f3e39dc327cd41a11e932",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1318273,
            "upload_time": "2024-10-07T14:37:04",
            "upload_time_iso_8601": "2024-10-07T14:37:04.273724Z",
            "url": "https://files.pythonhosted.org/packages/3e/71/a21603949c4a5a07b0451aab2990accb0f9a50f1fd5dba1cdfde9d5ee8b3/rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4c70541f3a6ab78c719f71a5eeec46e53109c56b7b9e51a14bd7968eb85bbc87",
                "md5": "52500a672b4d2064142f52cdd665b95c",
                "sha256": "ab358f235ad0199a4ca14b0ef80036d2c28e587c20e12ea235df26537310ec49"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "52500a672b4d2064142f52cdd665b95c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1014857,
            "upload_time": "2024-10-07T14:37:05",
            "upload_time_iso_8601": "2024-10-07T14:37:05.664428Z",
            "url": "https://files.pythonhosted.org/packages/4c/70/541f3a6ab78c719f71a5eeec46e53109c56b7b9e51a14bd7968eb85bbc87/rs1090-0.3.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e9446fc0e6f5b60d1fc8be2dab068bf5d329b338c035167e58b792b4c329fe6e",
                "md5": "8cacf5bdb95d1b9114aae46a43d12e8d",
                "sha256": "87636e723dcbff04ae42f5971465a07fd3957a25672b01f7c56e039345cc3e92"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8cacf5bdb95d1b9114aae46a43d12e8d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1089501,
            "upload_time": "2024-10-07T14:37:07",
            "upload_time_iso_8601": "2024-10-07T14:37:07.169097Z",
            "url": "https://files.pythonhosted.org/packages/e9/44/6fc0e6f5b60d1fc8be2dab068bf5d329b338c035167e58b792b4c329fe6e/rs1090-0.3.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "295e82a0d5741ee028ea7fc89267c5e2ebedc0f6716ab33d95d6539ea42e5329",
                "md5": "7871cb4733edfb2fd1d07fbbbca9d8f5",
                "sha256": "a13dc23c8f1ff1bfc044fb1c2110a21e81039427b1811df118d8e237290b09a3"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7871cb4733edfb2fd1d07fbbbca9d8f5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1150030,
            "upload_time": "2024-10-07T14:37:08",
            "upload_time_iso_8601": "2024-10-07T14:37:08.684779Z",
            "url": "https://files.pythonhosted.org/packages/29/5e/82a0d5741ee028ea7fc89267c5e2ebedc0f6716ab33d95d6539ea42e5329/rs1090-0.3.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f869002005111f5ecd4c463c565c0aaa8f502228411f7f371c6995cbe279027",
                "md5": "66126f4934154ecda63f3a45fd7fea10",
                "sha256": "a9134699e7a96a01d393661ecc1191ba94e0112cef85e63e269899ef66826a2b"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "66126f4934154ecda63f3a45fd7fea10",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1122371,
            "upload_time": "2024-10-07T14:37:10",
            "upload_time_iso_8601": "2024-10-07T14:37:10.036670Z",
            "url": "https://files.pythonhosted.org/packages/8f/86/9002005111f5ecd4c463c565c0aaa8f502228411f7f371c6995cbe279027/rs1090-0.3.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76fef15e85e3c5f84c0ac9836cc9e2e2029abc5a418e3ec86d57929ab7932f55",
                "md5": "bafb3f3e61dee0d8b2ce4544a0d479db",
                "sha256": "915d25ee0c558cedf070b2568499bc69f29ca309da3a7ece485b5eaeccc52708"
            },
            "downloads": -1,
            "filename": "rs1090-0.3.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bafb3f3e61dee0d8b2ce4544a0d479db",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1168794,
            "upload_time": "2024-10-07T14:37:11",
            "upload_time_iso_8601": "2024-10-07T14:37:11.571178Z",
            "url": "https://files.pythonhosted.org/packages/76/fe/f15e85e3c5f84c0ac9836cc9e2e2029abc5a418e3ec86d57929ab7932f55/rs1090-0.3.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 14:35:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xoolive",
    "github_project": "rs1090",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rs1090"
}
        
Elapsed time: 0.34830s