# 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.10",
"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": "https://files.pythonhosted.org/packages/4f/1b/4b4ba38dc3d0860b8d5d57b16868f8ceccfd3beed46497a4345b4987fba5/rs1090-0.4.4.tar.gz",
"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.4.4",
"project_urls": {
"repository": "https://github.com/xoolive/rs1090"
},
"split_keywords": [
"aircraft",
" ads-b",
" mode-s",
" decoding"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f43c03a15832c2e5c338ec7fdff9de38145633a94a9e3641f785dbc4750da635",
"md5": "f2c547d6259f9f3ade4b90b80b55f253",
"sha256": "094c12cbfe63af5aef30e1b7dc6aa2debe43ae4c84ba51bcb3214125fd9b94ea"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "f2c547d6259f9f3ade4b90b80b55f253",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1052119,
"upload_time": "2025-01-12T16:35:21",
"upload_time_iso_8601": "2025-01-12T16:35:21.724949Z",
"url": "https://files.pythonhosted.org/packages/f4/3c/03a15832c2e5c338ec7fdff9de38145633a94a9e3641f785dbc4750da635/rs1090-0.4.4-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "90fa1aa96523095b14648b59b7226184d37b04748c8abb46948c6403fc66e100",
"md5": "01ac23ecd149ffa523091a377ada44af",
"sha256": "f2705cf0a3ff54bccb895560eff17245726063d34243a1b9829d953ed30604ff"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "01ac23ecd149ffa523091a377ada44af",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 968893,
"upload_time": "2025-01-12T16:35:24",
"upload_time_iso_8601": "2025-01-12T16:35:24.614961Z",
"url": "https://files.pythonhosted.org/packages/90/fa/1aa96523095b14648b59b7226184d37b04748c8abb46948c6403fc66e100/rs1090-0.4.4-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "020f920d235c30ac635e5edda3328844d531a189fce256371b39815793dc781c",
"md5": "b45314bb423956a292daf1bb76447c35",
"sha256": "d4bf51009c119ade65c5631374833aa7b50f35f2d65d52e4f94a60cfcc975577"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
"has_sig": false,
"md5_digest": "b45314bb423956a292daf1bb76447c35",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1107252,
"upload_time": "2025-01-12T16:35:27",
"upload_time_iso_8601": "2025-01-12T16:35:27.118358Z",
"url": "https://files.pythonhosted.org/packages/02/0f/920d235c30ac635e5edda3328844d531a189fce256371b39815793dc781c/rs1090-0.4.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6c53f5ef456e9f802ea6c82f075dabc9c8d6df7b8d1f2a3c605421a65855f845",
"md5": "781e0993b5f0b97d1bb8d118d2f182f8",
"sha256": "8433b6189c47dd28fd643f28bdaf379d4599f7f46972bfb0ebfa797be2ea4cee"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "781e0993b5f0b97d1bb8d118d2f182f8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1028755,
"upload_time": "2025-01-12T16:35:29",
"upload_time_iso_8601": "2025-01-12T16:35:29.617208Z",
"url": "https://files.pythonhosted.org/packages/6c/53/f5ef456e9f802ea6c82f075dabc9c8d6df7b8d1f2a3c605421a65855f845/rs1090-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4940f05744f8d6c296011ec89e43a6e8101047f6b296f477a1a0618cda4963a7",
"md5": "b6f1ec7539d0b6a7ab68ac80f9417b57",
"sha256": "b3e370fd8ff1472bcff87466497f25d60178635c3d048d2633b9ee54512cb2e1"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "b6f1ec7539d0b6a7ab68ac80f9417b57",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1018183,
"upload_time": "2025-01-12T16:35:32",
"upload_time_iso_8601": "2025-01-12T16:35:32.401904Z",
"url": "https://files.pythonhosted.org/packages/49/40/f05744f8d6c296011ec89e43a6e8101047f6b296f477a1a0618cda4963a7/rs1090-0.4.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "43f14a330b326a890af48c3a4f310bd87f43034ce1af937b236ce1ee1a6addf6",
"md5": "f578c34c572c8e0b3c14a660896df3e1",
"sha256": "d2ad716438a38a4a739b93cb6ba7eccc06d116e371d841260e3c707878429631"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "f578c34c572c8e0b3c14a660896df3e1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1144657,
"upload_time": "2025-01-12T16:35:38",
"upload_time_iso_8601": "2025-01-12T16:35:38.554656Z",
"url": "https://files.pythonhosted.org/packages/43/f1/4a330b326a890af48c3a4f310bd87f43034ce1af937b236ce1ee1a6addf6/rs1090-0.4.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "47a096ed4c545d48a75af7a6b7fe3a7b178318a61a6bd5ae84f077c350629196",
"md5": "db87223d09d7f4e69eea5dfb9ac54c76",
"sha256": "afdf882a5fc31ae4c31f45dcc087e835dc9c0f029e445e109b60f91df2d1d99b"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "db87223d09d7f4e69eea5dfb9ac54c76",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1427465,
"upload_time": "2025-01-12T16:35:40",
"upload_time_iso_8601": "2025-01-12T16:35:40.601472Z",
"url": "https://files.pythonhosted.org/packages/47/a0/96ed4c545d48a75af7a6b7fe3a7b178318a61a6bd5ae84f077c350629196/rs1090-0.4.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0fe0be50ddd9dc38bdfc3dd34f46851e3580b294b32d275608778ee8ae1c0ebf",
"md5": "e536dd283e62d7f8870e0005ec2cb589",
"sha256": "62453b59db0be14e5eb1049e3cfa5d52c1af8a9efb5df309566da06a2026e8a2"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e536dd283e62d7f8870e0005ec2cb589",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1127564,
"upload_time": "2025-01-12T16:35:43",
"upload_time_iso_8601": "2025-01-12T16:35:43.379984Z",
"url": "https://files.pythonhosted.org/packages/0f/e0/be50ddd9dc38bdfc3dd34f46851e3580b294b32d275608778ee8ae1c0ebf/rs1090-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4c91fdbcb56bc67263817a325735226a418d41a8d042222f6cb73275881d68d6",
"md5": "45747dff485d236986136e44b8b95302",
"sha256": "d53eeed2a8c368c5208551091611c02ed5c49df06b164df8037b374f5d1bec23"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "45747dff485d236986136e44b8b95302",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1196249,
"upload_time": "2025-01-12T16:35:46",
"upload_time_iso_8601": "2025-01-12T16:35:46.081702Z",
"url": "https://files.pythonhosted.org/packages/4c/91/fdbcb56bc67263817a325735226a418d41a8d042222f6cb73275881d68d6/rs1090-0.4.4-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "80d0ecfad5bda5440ace0d43c5b68b4a9d1f85fd9f92ea779d7fef62f4e08a46",
"md5": "47f5270ad37904a0f40869d6aa1a3689",
"sha256": "097861c83e772eac9798f76f352b2e2ab209b6973b15031a3040e17516d583a0"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "47f5270ad37904a0f40869d6aa1a3689",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1272558,
"upload_time": "2025-01-12T16:35:48",
"upload_time_iso_8601": "2025-01-12T16:35:48.217317Z",
"url": "https://files.pythonhosted.org/packages/80/d0/ecfad5bda5440ace0d43c5b68b4a9d1f85fd9f92ea779d7fef62f4e08a46/rs1090-0.4.4-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cafde22e868b5e916aa80285e7b97a8c594ce3be00f561bf7031ce7ba7737d90",
"md5": "5349214c77a4405c633431f17946c45e",
"sha256": "265e84712d8111c95d9d2e0c2498d382f9539b72a0f4123871aa62c7567b7a38"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "5349214c77a4405c633431f17946c45e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1258140,
"upload_time": "2025-01-12T16:35:49",
"upload_time_iso_8601": "2025-01-12T16:35:49.528816Z",
"url": "https://files.pythonhosted.org/packages/ca/fd/e22e868b5e916aa80285e7b97a8c594ce3be00f561bf7031ce7ba7737d90/rs1090-0.4.4-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "07fc7c5e8fdac0f12bbf80fc9e02e554052b44a36a85cffb860300a0441f87cc",
"md5": "0f86b2058cc5be25eb0d61c43ee1be7f",
"sha256": "45da4a205dd4681098a0163dab58723c0a44071adbd972df81cef0ce75eb24c7"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "0f86b2058cc5be25eb0d61c43ee1be7f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1288087,
"upload_time": "2025-01-12T16:35:51",
"upload_time_iso_8601": "2025-01-12T16:35:51.502723Z",
"url": "https://files.pythonhosted.org/packages/07/fc/7c5e8fdac0f12bbf80fc9e02e554052b44a36a85cffb860300a0441f87cc/rs1090-0.4.4-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4683dee8d81c67f35ef3723d061e436e3dcfff85258b5ba9ad99dcd3385ac67e",
"md5": "df0eb5e4b60dc954d16db0fee4bbb9a6",
"sha256": "1e75c407f5fc240219cf0197dfe456720f6d80ef75bf3068798aaa093efbdf36"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "df0eb5e4b60dc954d16db0fee4bbb9a6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 921394,
"upload_time": "2025-01-12T16:35:53",
"upload_time_iso_8601": "2025-01-12T16:35:53.872109Z",
"url": "https://files.pythonhosted.org/packages/46/83/dee8d81c67f35ef3723d061e436e3dcfff85258b5ba9ad99dcd3385ac67e/rs1090-0.4.4-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4aea7d6131f490969416263fd5fdf015b9af698c0dbdcbc38c1dca4276bc0e6a",
"md5": "76d3e5e5fc3d015fb26c7714d4a79f92",
"sha256": "9f79b80e0d98c19c7b7f64bdd9715aee0e585ecd189dead1ba7e9f82962396fe"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "76d3e5e5fc3d015fb26c7714d4a79f92",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1028697,
"upload_time": "2025-01-12T16:35:55",
"upload_time_iso_8601": "2025-01-12T16:35:55.125641Z",
"url": "https://files.pythonhosted.org/packages/4a/ea/7d6131f490969416263fd5fdf015b9af698c0dbdcbc38c1dca4276bc0e6a/rs1090-0.4.4-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1b65e48763caf6df6358b5521367a4043922731f5f72829485fa9e9b8ce34e5c",
"md5": "621d432eedcc9c4b66c8175429022f63",
"sha256": "3552828e2742528d46d3f3ab85e92725a9373d795e742884994afe3d17c00ecc"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "621d432eedcc9c4b66c8175429022f63",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1052051,
"upload_time": "2025-01-12T16:35:57",
"upload_time_iso_8601": "2025-01-12T16:35:57.329225Z",
"url": "https://files.pythonhosted.org/packages/1b/65/e48763caf6df6358b5521367a4043922731f5f72829485fa9e9b8ce34e5c/rs1090-0.4.4-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e16102c801be04c152c1bde5c05a04ee323928bc5929a18d5c2297bcb395cb8a",
"md5": "abec399f78290c33c3be05caca010381",
"sha256": "eb926909b42196cd6c351b83bd2a21749bc83926cb051e3dfd8f5563f7b36999"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "abec399f78290c33c3be05caca010381",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 968638,
"upload_time": "2025-01-12T16:35:59",
"upload_time_iso_8601": "2025-01-12T16:35:59.838043Z",
"url": "https://files.pythonhosted.org/packages/e1/61/02c801be04c152c1bde5c05a04ee323928bc5929a18d5c2297bcb395cb8a/rs1090-0.4.4-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ca93d6db01483d401d161c5ca17603ee6c9218e8144f5b819414b9b102d900a",
"md5": "00d61a67ba4597319f3f1475e155a86e",
"sha256": "7d241e7d636857b4017990ea0673731530c4008f9097b24a85b3869693284cec"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
"has_sig": false,
"md5_digest": "00d61a67ba4597319f3f1475e155a86e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1107006,
"upload_time": "2025-01-12T16:36:01",
"upload_time_iso_8601": "2025-01-12T16:36:01.181020Z",
"url": "https://files.pythonhosted.org/packages/7c/a9/3d6db01483d401d161c5ca17603ee6c9218e8144f5b819414b9b102d900a/rs1090-0.4.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4f59904d34c6c194dca3f5fc38f3c69ff47b0f5fc904c8811f2c27f35c3dd59d",
"md5": "a7e7063d4beb16ec208430b291bab6b2",
"sha256": "75850b62e29059e0e468e942426fa5456e678bb5fa965539959a0a614826c5a8"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a7e7063d4beb16ec208430b291bab6b2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1028568,
"upload_time": "2025-01-12T16:36:02",
"upload_time_iso_8601": "2025-01-12T16:36:02.512681Z",
"url": "https://files.pythonhosted.org/packages/4f/59/904d34c6c194dca3f5fc38f3c69ff47b0f5fc904c8811f2c27f35c3dd59d/rs1090-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "39a8908ed4b024f58d3d62afde1b4829c5d7c9684c3c6c19f8d121d10a764b1b",
"md5": "d3ca4c663ba1f09f739eb908ec6f3e08",
"sha256": "4c318ebb1c42eca05bc4e961d7943e8304d90476b1e2dcb385d792d219dfc50c"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "d3ca4c663ba1f09f739eb908ec6f3e08",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1018125,
"upload_time": "2025-01-12T16:36:05",
"upload_time_iso_8601": "2025-01-12T16:36:05.499206Z",
"url": "https://files.pythonhosted.org/packages/39/a8/908ed4b024f58d3d62afde1b4829c5d7c9684c3c6c19f8d121d10a764b1b/rs1090-0.4.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e99f3586c14783d6d25a752aa36147eb40b01ff3fabca7f26555f95c887907ad",
"md5": "d7af6af636c9d52c42793b94713bc184",
"sha256": "07998b40c07b78b6454b7ee352b6f130cb4ac27bd357dd2ec8ca1833bd25a738"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "d7af6af636c9d52c42793b94713bc184",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1144299,
"upload_time": "2025-01-12T16:36:08",
"upload_time_iso_8601": "2025-01-12T16:36:08.859579Z",
"url": "https://files.pythonhosted.org/packages/e9/9f/3586c14783d6d25a752aa36147eb40b01ff3fabca7f26555f95c887907ad/rs1090-0.4.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "919446ed1c22b97352ca8686a6207392c5a01c768e89eb6296451d92c176d08e",
"md5": "c359a423fd96b3faa981be66c3af2b1d",
"sha256": "319aaf93c6a4d7d80d23779e73db4c372cfaab1b5c48d72914b5fe3ce31340c5"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "c359a423fd96b3faa981be66c3af2b1d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1426849,
"upload_time": "2025-01-12T16:36:11",
"upload_time_iso_8601": "2025-01-12T16:36:11.989954Z",
"url": "https://files.pythonhosted.org/packages/91/94/46ed1c22b97352ca8686a6207392c5a01c768e89eb6296451d92c176d08e/rs1090-0.4.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1d8b613cdc08b94e347cad2ee170d287552f817da877077750ec7e1780a7b6c5",
"md5": "cd9483857fc080d85f3dc6680d2ae5b4",
"sha256": "15b5107599286ef5c8f41235ded09adee7a7b17cd6ae56916a59ec7b23470589"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "cd9483857fc080d85f3dc6680d2ae5b4",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1127294,
"upload_time": "2025-01-12T16:36:14",
"upload_time_iso_8601": "2025-01-12T16:36:14.602768Z",
"url": "https://files.pythonhosted.org/packages/1d/8b/613cdc08b94e347cad2ee170d287552f817da877077750ec7e1780a7b6c5/rs1090-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1aa979968e0aa7518ab4ff013557b5726b4e6e6c70995303259b5ad92a67a9f7",
"md5": "0600b776ef84ec6e9e4ae9a85813a7c6",
"sha256": "aee9e4859cdf5a3e4bd6613036127b811c628dbc236cad61826e4391ea55dc9d"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "0600b776ef84ec6e9e4ae9a85813a7c6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1196150,
"upload_time": "2025-01-12T16:36:15",
"upload_time_iso_8601": "2025-01-12T16:36:15.848460Z",
"url": "https://files.pythonhosted.org/packages/1a/a9/79968e0aa7518ab4ff013557b5726b4e6e6c70995303259b5ad92a67a9f7/rs1090-0.4.4-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d332cbfead22985f5a0f440f1e9bdcb8ef012412a5c0baa79ee8c12c44d1cdf6",
"md5": "e28ad9f3194a8f85901efd62ac659221",
"sha256": "704c8b01591ba1b569f0a477ba40bc6416b092e3695f872d5e0d82067bb66e21"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e28ad9f3194a8f85901efd62ac659221",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1272600,
"upload_time": "2025-01-12T16:36:19",
"upload_time_iso_8601": "2025-01-12T16:36:19.204750Z",
"url": "https://files.pythonhosted.org/packages/d3/32/cbfead22985f5a0f440f1e9bdcb8ef012412a5c0baa79ee8c12c44d1cdf6/rs1090-0.4.4-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ab4aaa0ea14691c855096321640a8822609c696035b7bdf4703f5607e5d8c2c",
"md5": "0a6c22a0e7f29b674f169ebdf925bfa0",
"sha256": "670e9de0f96508894fa875f4a96272f774af9f96efe199b386de58e682b3380e"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "0a6c22a0e7f29b674f169ebdf925bfa0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1258020,
"upload_time": "2025-01-12T16:36:22",
"upload_time_iso_8601": "2025-01-12T16:36:22.704442Z",
"url": "https://files.pythonhosted.org/packages/7a/b4/aaa0ea14691c855096321640a8822609c696035b7bdf4703f5607e5d8c2c/rs1090-0.4.4-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d5369545b974a8857368c8d596b1214302cc3dcf8457e371f8171f33e4ac19b2",
"md5": "fd8a072c8938efbc501b931401b6f21f",
"sha256": "0a3851b08949dffd94418919f1cbb6ec57551f9473d310a469143cef6b975343"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "fd8a072c8938efbc501b931401b6f21f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1287893,
"upload_time": "2025-01-12T16:36:24",
"upload_time_iso_8601": "2025-01-12T16:36:24.498898Z",
"url": "https://files.pythonhosted.org/packages/d5/36/9545b974a8857368c8d596b1214302cc3dcf8457e371f8171f33e4ac19b2/rs1090-0.4.4-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "69630537fde6789ef2b31fa5a564d6a9b4b648de63a94a01d2be2a51a49417f4",
"md5": "2a197aad90a4ef2cb5f2c1cc613ca29d",
"sha256": "625675a05015ffbdb1648b7ad70e54820ba5050dd4ab7dcebf46e08f289dd24f"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "2a197aad90a4ef2cb5f2c1cc613ca29d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 921240,
"upload_time": "2025-01-12T16:36:25",
"upload_time_iso_8601": "2025-01-12T16:36:25.791848Z",
"url": "https://files.pythonhosted.org/packages/69/63/0537fde6789ef2b31fa5a564d6a9b4b648de63a94a01d2be2a51a49417f4/rs1090-0.4.4-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7a2836aca616b59a02358f81f1229a8f2ae13a81381a271185ef9e4f1c1e389e",
"md5": "812fe671175a2819bc31b2fe34392ab2",
"sha256": "2dbaaea16572ba95b7a43fd2505ce12acef0722afd549fd6b9144b38871911c7"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "812fe671175a2819bc31b2fe34392ab2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1028524,
"upload_time": "2025-01-12T16:36:27",
"upload_time_iso_8601": "2025-01-12T16:36:27.028309Z",
"url": "https://files.pythonhosted.org/packages/7a/28/36aca616b59a02358f81f1229a8f2ae13a81381a271185ef9e4f1c1e389e/rs1090-0.4.4-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a531b2e493ebbf50898ca1129bb75bf42c5df72d5b06dd98d9afc747e117efe",
"md5": "ee3ab0de9565a30f17d33d6c76977143",
"sha256": "8aa0aefa643f9cc42a5228d97865b9dbef55221bb62ce36e243d3af404d8c00c"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "ee3ab0de9565a30f17d33d6c76977143",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1048193,
"upload_time": "2025-01-12T16:36:29",
"upload_time_iso_8601": "2025-01-12T16:36:29.301333Z",
"url": "https://files.pythonhosted.org/packages/5a/53/1b2e493ebbf50898ca1129bb75bf42c5df72d5b06dd98d9afc747e117efe/rs1090-0.4.4-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b285a8abe45ebf049fea8589b3d771faea0691bd55a8e7c39fd8156985e88660",
"md5": "89f76dc010bf1466479c5078d6da1725",
"sha256": "c94ede21468008136809363ac895c0628506d97e6df1d6a94cb57b122106959d"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "89f76dc010bf1466479c5078d6da1725",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 965795,
"upload_time": "2025-01-12T16:36:30",
"upload_time_iso_8601": "2025-01-12T16:36:30.853056Z",
"url": "https://files.pythonhosted.org/packages/b2/85/a8abe45ebf049fea8589b3d771faea0691bd55a8e7c39fd8156985e88660/rs1090-0.4.4-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "59fa228aa17dcddc8fad6ed9655e6eaf9d486a7dfd1e7f2161685af9cf83abb4",
"md5": "8061427ad2c3447f73c796d23e66c530",
"sha256": "960aba8423bd7b4ea17ce68da3f6f1f978ddfdf73e05fc3f028ff5636df3740e"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
"has_sig": false,
"md5_digest": "8061427ad2c3447f73c796d23e66c530",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1105391,
"upload_time": "2025-01-12T16:36:33",
"upload_time_iso_8601": "2025-01-12T16:36:33.615848Z",
"url": "https://files.pythonhosted.org/packages/59/fa/228aa17dcddc8fad6ed9655e6eaf9d486a7dfd1e7f2161685af9cf83abb4/rs1090-0.4.4-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "beee17a81db0900306af78bdee53d5938919a72fb1e825b45d07000b426ce3a7",
"md5": "40e69368d81f0201080fd1f066625c97",
"sha256": "3013dbea67fd440348ab72d815f281fc6965bc47b60fc8420f0e1076c2938fe6"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "40e69368d81f0201080fd1f066625c97",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1025582,
"upload_time": "2025-01-12T16:36:34",
"upload_time_iso_8601": "2025-01-12T16:36:34.978931Z",
"url": "https://files.pythonhosted.org/packages/be/ee/17a81db0900306af78bdee53d5938919a72fb1e825b45d07000b426ce3a7/rs1090-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a93bc3c4347f341c2b2233130e65a6540cf3f23a3c4172dc94f198b0be0bc44e",
"md5": "8f578758a48f624f31cf06c259a6d9bf",
"sha256": "7eebbccd8674403db05bccf51519cda0a8bd4a272a79c5cb8881c38402b9c465"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "8f578758a48f624f31cf06c259a6d9bf",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1016836,
"upload_time": "2025-01-12T16:36:36",
"upload_time_iso_8601": "2025-01-12T16:36:36.724839Z",
"url": "https://files.pythonhosted.org/packages/a9/3b/c3c4347f341c2b2233130e65a6540cf3f23a3c4172dc94f198b0be0bc44e/rs1090-0.4.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ead3d120f81c3f843fb5e9ad7c1f39a2ff1531101f8cdbba05f9af4286e39d3",
"md5": "035f4f56fa76f21a47829f4c4da9f3c9",
"sha256": "4f8748f22d1cbb999eb5bb53ee390dd9c593f78231643315bbf03bcfb437e13a"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "035f4f56fa76f21a47829f4c4da9f3c9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1141815,
"upload_time": "2025-01-12T16:36:39",
"upload_time_iso_8601": "2025-01-12T16:36:39.307628Z",
"url": "https://files.pythonhosted.org/packages/8e/ad/3d120f81c3f843fb5e9ad7c1f39a2ff1531101f8cdbba05f9af4286e39d3/rs1090-0.4.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "edac759d4283317e067abcb6e379587cb27eff4d1cc13e5e452c5bccf15fb98c",
"md5": "c77d94cd6dc5ba13618aa295e4f72c88",
"sha256": "b29fd291e8f15594fe554f9e066ffc72d391dedb6e0a87da3388688af2a05262"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "c77d94cd6dc5ba13618aa295e4f72c88",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1429744,
"upload_time": "2025-01-12T16:36:40",
"upload_time_iso_8601": "2025-01-12T16:36:40.684435Z",
"url": "https://files.pythonhosted.org/packages/ed/ac/759d4283317e067abcb6e379587cb27eff4d1cc13e5e452c5bccf15fb98c/rs1090-0.4.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d21cb808a1f89cca4c3482698d81d522b200a538dcb8fca08c4f0a104cdab7a9",
"md5": "7656a199d28b08041b43b20b968f9fc5",
"sha256": "a8340ec9282e4527d753da21688ab27e77599a35cc5dfb22c591b1c4bb52ee2b"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7656a199d28b08041b43b20b968f9fc5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1125943,
"upload_time": "2025-01-12T16:36:41",
"upload_time_iso_8601": "2025-01-12T16:36:41.950824Z",
"url": "https://files.pythonhosted.org/packages/d2/1c/b808a1f89cca4c3482698d81d522b200a538dcb8fca08c4f0a104cdab7a9/rs1090-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "329d18ed36c5d0f9ba41ae30d15eb22a3563853fbe840928f40186b3468e6ef7",
"md5": "05d444a5e1ced16e4df8df5bba527532",
"sha256": "9f1998aa78291d39ad844aa7cae91fa6f865a8a1fbd5cb76d6bb9caf85b9516e"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "05d444a5e1ced16e4df8df5bba527532",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1195009,
"upload_time": "2025-01-12T16:36:43",
"upload_time_iso_8601": "2025-01-12T16:36:43.181699Z",
"url": "https://files.pythonhosted.org/packages/32/9d/18ed36c5d0f9ba41ae30d15eb22a3563853fbe840928f40186b3468e6ef7/rs1090-0.4.4-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "760482001294270f4bc8e93ff6d56c955bd3ae90558448596907e87927c35179",
"md5": "ac6519d85a5be54866cbae0d03b53af1",
"sha256": "0c8669372c2c572848cf8547c1bd93eed88d12dd3b0b285990da6206756541fa"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "ac6519d85a5be54866cbae0d03b53af1",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1270807,
"upload_time": "2025-01-12T16:36:44",
"upload_time_iso_8601": "2025-01-12T16:36:44.882281Z",
"url": "https://files.pythonhosted.org/packages/76/04/82001294270f4bc8e93ff6d56c955bd3ae90558448596907e87927c35179/rs1090-0.4.4-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b64ff9d62e4c861a7db7a837ca9ef982ac93d9079ccae7cbdf9f4e7650b2d4b6",
"md5": "677200a585287cc45d07c6773a95b1af",
"sha256": "6717767be52402b96631db64715570b5658d16e31f6a7e9b435b723c6d7e213c"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "677200a585287cc45d07c6773a95b1af",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1257313,
"upload_time": "2025-01-12T16:36:46",
"upload_time_iso_8601": "2025-01-12T16:36:46.347536Z",
"url": "https://files.pythonhosted.org/packages/b6/4f/f9d62e4c861a7db7a837ca9ef982ac93d9079ccae7cbdf9f4e7650b2d4b6/rs1090-0.4.4-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ac3bb02e1bba7537f512b891668784ffb616fc1dd701fded841cee17bb8fdb18",
"md5": "1c548a9d29f6dd3f7c6f3862b8eb02d5",
"sha256": "7751bbd0718c662f1e5fc0e3cc31c7a47688752f707f7e999d5ddc302a414e75"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "1c548a9d29f6dd3f7c6f3862b8eb02d5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1286632,
"upload_time": "2025-01-12T16:36:47",
"upload_time_iso_8601": "2025-01-12T16:36:47.618089Z",
"url": "https://files.pythonhosted.org/packages/ac/3b/b02e1bba7537f512b891668784ffb616fc1dd701fded841cee17bb8fdb18/rs1090-0.4.4-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eaaafe14c2ddf56bb71d5623af0760f0ce893863ed88b7ec2cca93810401e350",
"md5": "3a99aee82f2d159e79248c5dfbc4306f",
"sha256": "b64e558642113ae27ca7784f4e0da32063593a59107cb1be869295d82d0cef56"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "3a99aee82f2d159e79248c5dfbc4306f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 919781,
"upload_time": "2025-01-12T16:36:48",
"upload_time_iso_8601": "2025-01-12T16:36:48.994915Z",
"url": "https://files.pythonhosted.org/packages/ea/aa/fe14c2ddf56bb71d5623af0760f0ce893863ed88b7ec2cca93810401e350/rs1090-0.4.4-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3ab52a1397e7330a0a535de5416505f36aee836c007c94e97b8d82d0e2b04595",
"md5": "f53e623419f1d1542f7a1dc3689a865b",
"sha256": "551b668d927f9e2955e9d9e37663a7eafc22ac0d661e5a4dce6f4ae0e70553a0"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "f53e623419f1d1542f7a1dc3689a865b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1027942,
"upload_time": "2025-01-12T16:36:50",
"upload_time_iso_8601": "2025-01-12T16:36:50.281889Z",
"url": "https://files.pythonhosted.org/packages/3a/b5/2a1397e7330a0a535de5416505f36aee836c007c94e97b8d82d0e2b04595/rs1090-0.4.4-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d648d74a082a0ee680ff6f4edf3bf9a191a16746c254d443603e03eac5855e2b",
"md5": "168baa2a4a310877b3cbd847f11b3286",
"sha256": "a0deba504c0c41ba9bcef32ef90e0b186ca97e30a3ea7717345a130bff5314cf"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "168baa2a4a310877b3cbd847f11b3286",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1048399,
"upload_time": "2025-01-12T16:36:51",
"upload_time_iso_8601": "2025-01-12T16:36:51.598547Z",
"url": "https://files.pythonhosted.org/packages/d6/48/d74a082a0ee680ff6f4edf3bf9a191a16746c254d443603e03eac5855e2b/rs1090-0.4.4-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4ddd0dba15ebd4ce595bf672bf17902d0dc1f1ef65eb9739c30e23f9db7c8f67",
"md5": "d9e35f84829bbc78097a922b756d451c",
"sha256": "2c1a8a2c6a09674cf59b2f619564895c03d384f4f09402bddde023b84b38a426"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d9e35f84829bbc78097a922b756d451c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 966127,
"upload_time": "2025-01-12T16:36:53",
"upload_time_iso_8601": "2025-01-12T16:36:53.108677Z",
"url": "https://files.pythonhosted.org/packages/4d/dd/0dba15ebd4ce595bf672bf17902d0dc1f1ef65eb9739c30e23f9db7c8f67/rs1090-0.4.4-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "46ccf5205a2937a56b72d78e3952fdc366323d83aaa073733dd3a5e2f6d6b2e3",
"md5": "103a4dd5d27a935508311bb03e2ae607",
"sha256": "a048bf2882b3df453c5e6272e03e3f640f12064a6141dd85780631527895bf4d"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl",
"has_sig": false,
"md5_digest": "103a4dd5d27a935508311bb03e2ae607",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1105404,
"upload_time": "2025-01-12T16:36:56",
"upload_time_iso_8601": "2025-01-12T16:36:56.315022Z",
"url": "https://files.pythonhosted.org/packages/46/cc/f5205a2937a56b72d78e3952fdc366323d83aaa073733dd3a5e2f6d6b2e3/rs1090-0.4.4-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "836ceb92a41c2678af727d1f2fbbf77da6d85f8f21e222941d61e36d14d099e1",
"md5": "a71ae5208082ba1ad83ac788904cbb6e",
"sha256": "41deb10fcfb936280a32f71f46985e75548829cd355f8c4b86f2e9992d94c297"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a71ae5208082ba1ad83ac788904cbb6e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1025731,
"upload_time": "2025-01-12T16:36:59",
"upload_time_iso_8601": "2025-01-12T16:36:59.903658Z",
"url": "https://files.pythonhosted.org/packages/83/6c/eb92a41c2678af727d1f2fbbf77da6d85f8f21e222941d61e36d14d099e1/rs1090-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d908676b3460d3541b6d8e6fa1f98d68ed759b637b383236ce3f61d550e6b3ae",
"md5": "b97c07ff4d24f70d1253ae5c58ba51bc",
"sha256": "b91f43773f1147b6dd65589a7e4a1129fa7eb013fc97c9852f0b87fd869e9b6e"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "b97c07ff4d24f70d1253ae5c58ba51bc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1017084,
"upload_time": "2025-01-12T16:37:01",
"upload_time_iso_8601": "2025-01-12T16:37:01.399281Z",
"url": "https://files.pythonhosted.org/packages/d9/08/676b3460d3541b6d8e6fa1f98d68ed759b637b383236ce3f61d550e6b3ae/rs1090-0.4.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5f2d981cc0da866b115699b7791df4047c53393cf752ad31572955baaba1e5c",
"md5": "279a881f8d0c17f7a6eddfffedc109ca",
"sha256": "63b8357fbb27237f4b2fb2541118e8b21c39448966c39abfeacd305c258bdd64"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "279a881f8d0c17f7a6eddfffedc109ca",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1141714,
"upload_time": "2025-01-12T16:37:03",
"upload_time_iso_8601": "2025-01-12T16:37:03.152041Z",
"url": "https://files.pythonhosted.org/packages/a5/f2/d981cc0da866b115699b7791df4047c53393cf752ad31572955baaba1e5c/rs1090-0.4.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a000f1ab6d993e2df32b4bfa8199911a41d7d2204c28b59653dcceaa7148d30c",
"md5": "ed3fdbce2d5069acc8753f47b2f70f72",
"sha256": "0fd58469ca50d0313da6b3a0b97e48e424f62aa57a7f546adb47d72eaea1d88e"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "ed3fdbce2d5069acc8753f47b2f70f72",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1429754,
"upload_time": "2025-01-12T16:37:04",
"upload_time_iso_8601": "2025-01-12T16:37:04.899261Z",
"url": "https://files.pythonhosted.org/packages/a0/00/f1ab6d993e2df32b4bfa8199911a41d7d2204c28b59653dcceaa7148d30c/rs1090-0.4.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a7f52497d29e858be263bb9472a41b3e6fd3c6076bb77fc4949f1149be9412d5",
"md5": "6a5cc81cc835c16f6a792bbfed6743d2",
"sha256": "e5e1ed10b8375218563077b67e66030e1a57512afafc7a96ac9e04f5b892d3b3"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6a5cc81cc835c16f6a792bbfed6743d2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1125974,
"upload_time": "2025-01-12T16:37:06",
"upload_time_iso_8601": "2025-01-12T16:37:06.250118Z",
"url": "https://files.pythonhosted.org/packages/a7/f5/2497d29e858be263bb9472a41b3e6fd3c6076bb77fc4949f1149be9412d5/rs1090-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "14e950f9f3bb0813966f6d77fa6641e233b085e3c404301e1baa50e41f048c13",
"md5": "31b4a018c7d5976cd3c29a8b9e2230c8",
"sha256": "9820eb3ad573a59b7cadec93ccc7353e9a206725eeb5cacc6b4e243f8905abce"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "31b4a018c7d5976cd3c29a8b9e2230c8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1194883,
"upload_time": "2025-01-12T16:37:07",
"upload_time_iso_8601": "2025-01-12T16:37:07.681836Z",
"url": "https://files.pythonhosted.org/packages/14/e9/50f9f3bb0813966f6d77fa6641e233b085e3c404301e1baa50e41f048c13/rs1090-0.4.4-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "532134467511f1732ccfbca888b7c6ea6b5712f90c5f4b896911e46d44423365",
"md5": "2d9128f98f138f7fcb994931d87622ea",
"sha256": "a0b80a024fb49bea7a225b6c7f755d2709b975a9f179a243cafa264e473de30c"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "2d9128f98f138f7fcb994931d87622ea",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1270806,
"upload_time": "2025-01-12T16:37:08",
"upload_time_iso_8601": "2025-01-12T16:37:08.965118Z",
"url": "https://files.pythonhosted.org/packages/53/21/34467511f1732ccfbca888b7c6ea6b5712f90c5f4b896911e46d44423365/rs1090-0.4.4-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d328556dcb4f73f8ae81124eacd3c3ea9ecde0f28e77be795b9c89889aabb673",
"md5": "bf01e4e6a6600c42fcf34bdf7ef4ada9",
"sha256": "c896b2e42db1c0a468ce8fd5f7e83ae442436695b2b189235158a7c95f216297"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "bf01e4e6a6600c42fcf34bdf7ef4ada9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1257214,
"upload_time": "2025-01-12T16:37:10",
"upload_time_iso_8601": "2025-01-12T16:37:10.312053Z",
"url": "https://files.pythonhosted.org/packages/d3/28/556dcb4f73f8ae81124eacd3c3ea9ecde0f28e77be795b9c89889aabb673/rs1090-0.4.4-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c6965dde2547f6bb379433fba9bff18c240c3fb1bb321cb3347333ffcb20524a",
"md5": "ff3463b0c1841434625a96760340c443",
"sha256": "e8c1b5a660fd81de05489079ea203df027e53e9191043aa83c8b70912c02fc4e"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "ff3463b0c1841434625a96760340c443",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1286707,
"upload_time": "2025-01-12T16:37:13",
"upload_time_iso_8601": "2025-01-12T16:37:13.217654Z",
"url": "https://files.pythonhosted.org/packages/c6/96/5dde2547f6bb379433fba9bff18c240c3fb1bb321cb3347333ffcb20524a/rs1090-0.4.4-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "03991e9507687b228e72b00fc40169240d4fbb3a3b04d3efa6916268fa3954b9",
"md5": "6e6c4bdeab7a4469998e66e0e3f6d739",
"sha256": "d80012c83625005dc06ae694d9d57ac4933575886d7bf067d8930d2ed8d1b593"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "6e6c4bdeab7a4469998e66e0e3f6d739",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 919850,
"upload_time": "2025-01-12T16:37:14",
"upload_time_iso_8601": "2025-01-12T16:37:14.606086Z",
"url": "https://files.pythonhosted.org/packages/03/99/1e9507687b228e72b00fc40169240d4fbb3a3b04d3efa6916268fa3954b9/rs1090-0.4.4-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f90baa814a40cd06ba196b13fcdfbd504b4f70e9a46dd879b0b9acf58b51bf5d",
"md5": "d89c2689c8dd23712abdafaa2e2f4745",
"sha256": "fce3ffd102a5866726542156869e421f8f02a072fbe1e03cd85bd3a5b31b5903"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "d89c2689c8dd23712abdafaa2e2f4745",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1027847,
"upload_time": "2025-01-12T16:37:15",
"upload_time_iso_8601": "2025-01-12T16:37:15.873078Z",
"url": "https://files.pythonhosted.org/packages/f9/0b/aa814a40cd06ba196b13fcdfbd504b4f70e9a46dd879b0b9acf58b51bf5d/rs1090-0.4.4-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cd6a92d7248fd403e143d392bd5b2265130d8d4ccebfc1f8373d6e61e9a8609a",
"md5": "79726f0e5865c050876158b5a008b1dd",
"sha256": "626f9d2fc36f4771cd30c47f14fd767dd19885a0f888916c651ef0d7fe56856e"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "79726f0e5865c050876158b5a008b1dd",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1052334,
"upload_time": "2025-01-12T16:37:17",
"upload_time_iso_8601": "2025-01-12T16:37:17.290810Z",
"url": "https://files.pythonhosted.org/packages/cd/6a/92d7248fd403e143d392bd5b2265130d8d4ccebfc1f8373d6e61e9a8609a/rs1090-0.4.4-cp39-cp39-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9791c40cc2db1b1894ac7aa427f8f8e2a79e7172e9b970d94b585a0e88b594d1",
"md5": "87b2d658fbd863a498bd913ec92862c6",
"sha256": "907cce634280e21b2864194bbd006e0bf1a7a73bdcad862cc7018782342803d7"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "87b2d658fbd863a498bd913ec92862c6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 968934,
"upload_time": "2025-01-12T16:37:18",
"upload_time_iso_8601": "2025-01-12T16:37:18.561479Z",
"url": "https://files.pythonhosted.org/packages/97/91/c40cc2db1b1894ac7aa427f8f8e2a79e7172e9b970d94b585a0e88b594d1/rs1090-0.4.4-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "14390b0ef7880d070cc1983d502cf581724bb1e7d85d04d588d6af8e2105acbd",
"md5": "84be23a12b95e0a64f26d9c3f2dc84ba",
"sha256": "2f1ee70ad3d2046c4b7c2ca7cd4d8d36a9366815acef609bef181549b8360697"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
"has_sig": false,
"md5_digest": "84be23a12b95e0a64f26d9c3f2dc84ba",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1107253,
"upload_time": "2025-01-12T16:37:19",
"upload_time_iso_8601": "2025-01-12T16:37:19.825125Z",
"url": "https://files.pythonhosted.org/packages/14/39/0b0ef7880d070cc1983d502cf581724bb1e7d85d04d588d6af8e2105acbd/rs1090-0.4.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38c8a315bbc212b1fd4f5cb0e74173f2c816ccb36be6d5f33dcbd3345834fefb",
"md5": "a3174d5bfdb5aaf0bc4a13edbe57563e",
"sha256": "0af324630018dfaf7b1ad64a7169a8e56fcc3a25e77f25b1bce51f02c9c3276f"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a3174d5bfdb5aaf0bc4a13edbe57563e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1028787,
"upload_time": "2025-01-12T16:37:21",
"upload_time_iso_8601": "2025-01-12T16:37:21.379652Z",
"url": "https://files.pythonhosted.org/packages/38/c8/a315bbc212b1fd4f5cb0e74173f2c816ccb36be6d5f33dcbd3345834fefb/rs1090-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "68147c271537789feec5de25b9cf2fced6bfdc8bd5130788e7488c9aee435b55",
"md5": "d2664f3ab07547259df1652839e6ebc2",
"sha256": "18647dab5ea8531419d06372c0d50db0c20388468ff1b2117716facb081dd9fc"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "d2664f3ab07547259df1652839e6ebc2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1018323,
"upload_time": "2025-01-12T16:37:22",
"upload_time_iso_8601": "2025-01-12T16:37:22.677581Z",
"url": "https://files.pythonhosted.org/packages/68/14/7c271537789feec5de25b9cf2fced6bfdc8bd5130788e7488c9aee435b55/rs1090-0.4.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ff6d85d40f3c98cdf22a0adb5faa210c4731fd8eb252bcf926aae3e8e553fa00",
"md5": "12f3757d405bfd1882ad3fbc5522da68",
"sha256": "1196089e6d91f9ea94560fba1c9d0ad5a0d8ba4080a0fadda9fda83b9479e10f"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "12f3757d405bfd1882ad3fbc5522da68",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1144809,
"upload_time": "2025-01-12T16:37:24",
"upload_time_iso_8601": "2025-01-12T16:37:24.048886Z",
"url": "https://files.pythonhosted.org/packages/ff/6d/85d40f3c98cdf22a0adb5faa210c4731fd8eb252bcf926aae3e8e553fa00/rs1090-0.4.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b07811d5b616c3c2b2639dd06c9478f5766cc15468ea2edce8ea9355b8aca984",
"md5": "c2eca0779f25a8fa44ab3b3a7df0d1d0",
"sha256": "2e37e60b63b4c7a6aa42480279e98324afc628f00fca1bf4d0d9e1154c252639"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "c2eca0779f25a8fa44ab3b3a7df0d1d0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1427790,
"upload_time": "2025-01-12T16:37:25",
"upload_time_iso_8601": "2025-01-12T16:37:25.401386Z",
"url": "https://files.pythonhosted.org/packages/b0/78/11d5b616c3c2b2639dd06c9478f5766cc15468ea2edce8ea9355b8aca984/rs1090-0.4.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f11455d4ec60426ce4faed3cf493fbfa9115026870eb2b0f49a993ee77cddcc7",
"md5": "1152a07664adbaf668378ba40c3477ff",
"sha256": "bd4d0168a0d25c652b518604a1d1332e6894ac3440bb785786adc95f06b02fb3"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "1152a07664adbaf668378ba40c3477ff",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1127767,
"upload_time": "2025-01-12T16:37:28",
"upload_time_iso_8601": "2025-01-12T16:37:28.162671Z",
"url": "https://files.pythonhosted.org/packages/f1/14/55d4ec60426ce4faed3cf493fbfa9115026870eb2b0f49a993ee77cddcc7/rs1090-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4f1321e0bb80f59e9bcaf71ba8687c5b392522e57f7e62af9832f25bae9c6411",
"md5": "a74a513c6ecd420d685e32208562e582",
"sha256": "7f6dc80023c678924e4b46ddf1d18197a76256b345d688a2a4f6c897fe80f282"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "a74a513c6ecd420d685e32208562e582",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1196550,
"upload_time": "2025-01-12T16:37:29",
"upload_time_iso_8601": "2025-01-12T16:37:29.577610Z",
"url": "https://files.pythonhosted.org/packages/4f/13/21e0bb80f59e9bcaf71ba8687c5b392522e57f7e62af9832f25bae9c6411/rs1090-0.4.4-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f1f9f7c128146c6c7e25f5e562953e7766e48f679130cea59b1b7a65393a6968",
"md5": "1e61a6b3bd1c9ae39c9801c1569aafc7",
"sha256": "7d32f5117c41efd6fcf6e0420f455f560c4af576440484c8ec29e866e14d20b2"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "1e61a6b3bd1c9ae39c9801c1569aafc7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1272563,
"upload_time": "2025-01-12T16:37:32",
"upload_time_iso_8601": "2025-01-12T16:37:32.484539Z",
"url": "https://files.pythonhosted.org/packages/f1/f9/f7c128146c6c7e25f5e562953e7766e48f679130cea59b1b7a65393a6968/rs1090-0.4.4-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6b9a8b35c419638fa4d75c70fc168ec1f7671ba47fc1a0f484d1c2950451405a",
"md5": "29471ae5d3ae3634b099a2f91bb8ec26",
"sha256": "1c17eeaf692f1bfe817ffcb2d3ba3631d3de448c7b5488722257adb81979c7b3"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "29471ae5d3ae3634b099a2f91bb8ec26",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1258047,
"upload_time": "2025-01-12T16:37:33",
"upload_time_iso_8601": "2025-01-12T16:37:33.798820Z",
"url": "https://files.pythonhosted.org/packages/6b/9a/8b35c419638fa4d75c70fc168ec1f7671ba47fc1a0f484d1c2950451405a/rs1090-0.4.4-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b18455a8429dfd6b7fb80f567d4ab03f27b061b8564f39ec994a6504ceb4dee2",
"md5": "c2a708247cba42cf6394bffaa834636c",
"sha256": "ae111f694bb60afacb5b30f0b9111421bd04589d19edf0b3e759871031ae1773"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c2a708247cba42cf6394bffaa834636c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1288578,
"upload_time": "2025-01-12T16:37:35",
"upload_time_iso_8601": "2025-01-12T16:37:35.219001Z",
"url": "https://files.pythonhosted.org/packages/b1/84/55a8429dfd6b7fb80f567d4ab03f27b061b8564f39ec994a6504ceb4dee2/rs1090-0.4.4-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9cdd5243c615e399ae32cb6286ca5743090a140cd0b53f078abd723bc97f6b47",
"md5": "a68d5eee7b21288cd7d9504a7a85eb32",
"sha256": "88f644ba56ad568ebded9f63d2109223ab98d7d11780710962b1f2177d26fcf8"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "a68d5eee7b21288cd7d9504a7a85eb32",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 921161,
"upload_time": "2025-01-12T16:37:36",
"upload_time_iso_8601": "2025-01-12T16:37:36.537029Z",
"url": "https://files.pythonhosted.org/packages/9c/dd/5243c615e399ae32cb6286ca5743090a140cd0b53f078abd723bc97f6b47/rs1090-0.4.4-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "edf9958d7a5eb34d9d53160f54bf27de5986c3d90bb6b9fb222c0e77981a76ba",
"md5": "aa0a5843a412ad196ce36e164489533a",
"sha256": "602dc99eaf57429f348003efca9bf610dd67917eea62bc476ec06dce0c04b798"
},
"downloads": -1,
"filename": "rs1090-0.4.4-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "aa0a5843a412ad196ce36e164489533a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.10",
"size": 1028803,
"upload_time": "2025-01-12T16:37:37",
"upload_time_iso_8601": "2025-01-12T16:37:37.879208Z",
"url": "https://files.pythonhosted.org/packages/ed/f9/958d7a5eb34d9d53160f54bf27de5986c3d90bb6b9fb222c0e77981a76ba/rs1090-0.4.4-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4f1b4b4ba38dc3d0860b8d5d57b16868f8ceccfd3beed46497a4345b4987fba5",
"md5": "7c44dade1cd208f47c9fbb3ba7e2bc1a",
"sha256": "3ed1420bcdbff951f19324195ce9671b2b96038c457112d2a2b83c547d74d612"
},
"downloads": -1,
"filename": "rs1090-0.4.4.tar.gz",
"has_sig": false,
"md5_digest": "7c44dade1cd208f47c9fbb3ba7e2bc1a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 6823358,
"upload_time": "2025-01-12T16:37:39",
"upload_time_iso_8601": "2025-01-12T16:37:39.563645Z",
"url": "https://files.pythonhosted.org/packages/4f/1b/4b4ba38dc3d0860b8d5d57b16868f8ceccfd3beed46497a4345b4987fba5/rs1090-0.4.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-12 16:37:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xoolive",
"github_project": "rs1090",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "rs1090"
}