syllarust


Namesyllarust JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA simple library for quickly counting syllables
upload_time2025-01-06 23:03:27
maintainerNone
docs_urlNone
authorcyalen
requires_python>=3.8
licenseApache-2.0
keywords syllables nlp text language
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # syllarust
A simple syllable counter implemented natively in Rust. This is based on the work of the [python-syllables team](https://github.com/prosegrinder/python-syllables), which implents the same functionality in Python.

My goal was to bring the same ease/simplicity to Rust - and use Rust's fearless concurrency model to help improve the speed/quality at which syllable counts can be generated. This means if you're trying to generate syllable counts for large NLP/LLM applications where speed matters, this may be the crate you're looking for!

## Parallelism snippet using Rayon
```Rust
use syllarust::estimate_syllables;
use rayon::prelude::*;

fn main() {
    let test_strs: Vec<&str> = vec![
        "Apple",
        "Tart",
        "plate",
        "Pontificate",
        "Hello"
    ];
    
    let start = Instant::now();
    let results: Vec<usize> = test_strs.par_iter()
        .map(|s| estimate_syllables(s))
        .collect();

    let stop = Instant::now();
    println!("{:?}", stop - start);
    println!("{:?}", results);
}
```

## Contributions/Issues
This is currently a work-in-progress repo. If you have any feature requests/spot a bug, leave me an issue and I'll try and tackle it when I can. I'm also open to sensible PRs.

If you're a more experienced Rust dev and you spy any inefficiencies, I'd be grateful for your feedback. I'm a relatively new Rustacean :crab: who works full-time as a Python-native ML Engineer, and therefore I might do dumb things sometimes.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "syllarust",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "syllables, NLP, text, language",
    "author": "cyalen",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d0/5a/a007893917af556d97fff5a41adea3a46d4450a110e87a2715dd11c46265/syllarust-0.2.0.tar.gz",
    "platform": null,
    "description": "# syllarust\nA simple syllable counter implemented natively in Rust. This is based on the work of the [python-syllables team](https://github.com/prosegrinder/python-syllables), which implents the same functionality in Python.\n\nMy goal was to bring the same ease/simplicity to Rust - and use Rust's fearless concurrency model to help improve the speed/quality at which syllable counts can be generated. This means if you're trying to generate syllable counts for large NLP/LLM applications where speed matters, this may be the crate you're looking for!\n\n## Parallelism snippet using Rayon\n```Rust\nuse syllarust::estimate_syllables;\nuse rayon::prelude::*;\n\nfn main() {\n    let test_strs: Vec<&str> = vec![\n        \"Apple\",\n        \"Tart\",\n        \"plate\",\n        \"Pontificate\",\n        \"Hello\"\n    ];\n    \n    let start = Instant::now();\n    let results: Vec<usize> = test_strs.par_iter()\n        .map(|s| estimate_syllables(s))\n        .collect();\n\n    let stop = Instant::now();\n    println!(\"{:?}\", stop - start);\n    println!(\"{:?}\", results);\n}\n```\n\n## Contributions/Issues\nThis is currently a work-in-progress repo. If you have any feature requests/spot a bug, leave me an issue and I'll try and tackle it when I can. I'm also open to sensible PRs.\n\nIf you're a more experienced Rust dev and you spy any inefficiencies, I'd be grateful for your feedback. I'm a relatively new Rustacean :crab: who works full-time as a Python-native ML Engineer, and therefore I might do dumb things sometimes.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A simple library for quickly counting syllables",
    "version": "0.2.0",
    "project_urls": {
        "Source Code": "https://github.com/cyalen/syllable-rs"
    },
    "split_keywords": [
        "syllables",
        " nlp",
        " text",
        " language"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e88cd3f490dd4843a57b5c54aee907e50314b680c6d937bf09412a6b9c3bfb3",
                "md5": "98eed9e3a10ffb3fa73da0bbe7ad8022",
                "sha256": "dec9de64f204183423f960ad31faa1fee8f7debba80aeed6bafd1134788cc5a8"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "98eed9e3a10ffb3fa73da0bbe7ad8022",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 980242,
            "upload_time": "2025-01-06T22:59:41",
            "upload_time_iso_8601": "2025-01-06T22:59:41.691481Z",
            "url": "https://files.pythonhosted.org/packages/4e/88/cd3f490dd4843a57b5c54aee907e50314b680c6d937bf09412a6b9c3bfb3/syllarust-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9b7d52bbb7a8bac07f81cda8a7dfd3d325b8516911db378ebcddc2b41a0a0b7",
                "md5": "8590773dbee51d922ccdc2aede586bcb",
                "sha256": "7e8b53d6361884d4035415dd26e5bcee64a245fd0acdae4b5e09276dfa8402ef"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8590773dbee51d922ccdc2aede586bcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 946489,
            "upload_time": "2025-01-06T23:00:06",
            "upload_time_iso_8601": "2025-01-06T23:00:06.360365Z",
            "url": "https://files.pythonhosted.org/packages/a9/b7/d52bbb7a8bac07f81cda8a7dfd3d325b8516911db378ebcddc2b41a0a0b7/syllarust-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d9d12d691363be72278748c48aa3682fe6d5e0292fa60ab7b896568b912f025",
                "md5": "cc0dfa14d04c9c23c3adb603806d3005",
                "sha256": "13d569a4d95c4b417f591b1f983e4dca02f856a9b50a414ee1c226cd279c5814"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cc0dfa14d04c9c23c3adb603806d3005",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1019849,
            "upload_time": "2025-01-06T23:01:10",
            "upload_time_iso_8601": "2025-01-06T23:01:10.896100Z",
            "url": "https://files.pythonhosted.org/packages/3d/9d/12d691363be72278748c48aa3682fe6d5e0292fa60ab7b896568b912f025/syllarust-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d381a8dd5c032bbb76e2a6d549c3b5abdafb31639f60140bae1d47840338a5b",
                "md5": "3b41ab3f0f7ffca63d878fc90588afb7",
                "sha256": "325462296537a9ee547dac709edfb2a9588dbcce6ecb4ff497eb47bca2075c20"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3b41ab3f0f7ffca63d878fc90588afb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1059399,
            "upload_time": "2025-01-06T23:00:26",
            "upload_time_iso_8601": "2025-01-06T23:00:26.707330Z",
            "url": "https://files.pythonhosted.org/packages/4d/38/1a8dd5c032bbb76e2a6d549c3b5abdafb31639f60140bae1d47840338a5b/syllarust-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "807ca47ed2cbb5d0d690689ae3ca1d189c4878c6bf1a4d03590a7b3789046ae0",
                "md5": "b2e4c22610892216853c6da4d080491e",
                "sha256": "b309c2b3f3bf47a98fe872779a891cf664566d588fe8f3045a152f33f409bff2"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b2e4c22610892216853c6da4d080491e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1114809,
            "upload_time": "2025-01-06T23:00:49",
            "upload_time_iso_8601": "2025-01-06T23:00:49.748812Z",
            "url": "https://files.pythonhosted.org/packages/80/7c/a47ed2cbb5d0d690689ae3ca1d189c4878c6bf1a4d03590a7b3789046ae0/syllarust-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8dc2cffa1693f1e63124e6bba50c8f1fc342ed50c9c8f1a3ec0bf8be05c3b8ba",
                "md5": "35154a18e095b08b01ab5697342fbd17",
                "sha256": "bec5c066d980a6a90feefca561014f1cd29734202cc7e5678a7a7f575843d20d"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "35154a18e095b08b01ab5697342fbd17",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1033630,
            "upload_time": "2025-01-06T23:01:25",
            "upload_time_iso_8601": "2025-01-06T23:01:25.217113Z",
            "url": "https://files.pythonhosted.org/packages/8d/c2/cffa1693f1e63124e6bba50c8f1fc342ed50c9c8f1a3ec0bf8be05c3b8ba/syllarust-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c433d89257657fd1bb967d436e621e92bf32ae35f8060e8d0804e9177e82c54d",
                "md5": "06000d1762afc61e51bf303d8db58bfc",
                "sha256": "419accffb4f19b330cf5edff093b06099db49e77f8d57fcdfffd7066c8d1ac05"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "06000d1762afc61e51bf303d8db58bfc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1156865,
            "upload_time": "2025-01-06T23:01:56",
            "upload_time_iso_8601": "2025-01-06T23:01:56.184562Z",
            "url": "https://files.pythonhosted.org/packages/c4/33/d89257657fd1bb967d436e621e92bf32ae35f8060e8d0804e9177e82c54d/syllarust-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e6aaf35a8c0fe4b2cf051dd454b831ad2f6e0ac8d0cae563b89a86525661c0e1",
                "md5": "39602c59570f917bc07f2426918a3621",
                "sha256": "c00bbb001d38e6e6a73d93a4fd54f516782b170fc75ffdd1347c48121d145aeb"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "39602c59570f917bc07f2426918a3621",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1208391,
            "upload_time": "2025-01-06T23:02:20",
            "upload_time_iso_8601": "2025-01-06T23:02:20.625214Z",
            "url": "https://files.pythonhosted.org/packages/e6/aa/f35a8c0fe4b2cf051dd454b831ad2f6e0ac8d0cae563b89a86525661c0e1/syllarust-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12514a77e4189d7b2e5cbad1be9ece92bd492f0f65ae961868ad7b27259df3ea",
                "md5": "2d5473aebdfb0087bd8d04f88a6def66",
                "sha256": "6aa3c0bb4d53be566d3bb777437a68fd7065716be668b93bfae30ca3724edc0e"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2d5473aebdfb0087bd8d04f88a6def66",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1165958,
            "upload_time": "2025-01-06T23:02:41",
            "upload_time_iso_8601": "2025-01-06T23:02:41.150550Z",
            "url": "https://files.pythonhosted.org/packages/12/51/4a77e4189d7b2e5cbad1be9ece92bd492f0f65ae961868ad7b27259df3ea/syllarust-0.2.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e91729e9f44e633ebdd24334c68e3422bde0fac0765e6609985b899d32fd40fb",
                "md5": "f350ec09fb8ec601760651338b21e4a6",
                "sha256": "3de595b6c0f205baa533bfcc739235ee3d8e76007a577f57cfdee6e0f3e288f9"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f350ec09fb8ec601760651338b21e4a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1202021,
            "upload_time": "2025-01-06T23:03:02",
            "upload_time_iso_8601": "2025-01-06T23:03:02.365497Z",
            "url": "https://files.pythonhosted.org/packages/e9/17/29e9f44e633ebdd24334c68e3422bde0fac0765e6609985b899d32fd40fb/syllarust-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f437b73868b57b5467f58464407076d5ba33ad309038fe6f142c7b8bbe574480",
                "md5": "ff42cd188d0328857e3d171faa7f4a58",
                "sha256": "5c5db8b8e662d902451b757c607862e2789ca3c80c9b46c04ed27aa25863b393"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "ff42cd188d0328857e3d171faa7f4a58",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 680871,
            "upload_time": "2025-01-06T23:03:40",
            "upload_time_iso_8601": "2025-01-06T23:03:40.171231Z",
            "url": "https://files.pythonhosted.org/packages/f4/37/b73868b57b5467f58464407076d5ba33ad309038fe6f142c7b8bbe574480/syllarust-0.2.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9fdc415c11135776080a3cc5ba6cfa4ea9037a53dc2ff9868c8a22c6315cb957",
                "md5": "3a006202dba9666bce844c90752a47f0",
                "sha256": "1d658ae1ce351dce0a9f0610cd0645786dbfd7d31966906329cfbc595b688fb5"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3a006202dba9666bce844c90752a47f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 755612,
            "upload_time": "2025-01-06T23:03:29",
            "upload_time_iso_8601": "2025-01-06T23:03:29.355539Z",
            "url": "https://files.pythonhosted.org/packages/9f/dc/415c11135776080a3cc5ba6cfa4ea9037a53dc2ff9868c8a22c6315cb957/syllarust-0.2.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36615426ba0b0620c51dc6e6670b7412e2f4050abac380ce9a921855650aa9a2",
                "md5": "434c3123941e34f0cadbc6ba3ccdd0d5",
                "sha256": "53ec6a10d67bc30d48b87bc6630c2aedf52bd22f9cd490f666224f043b731772"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "434c3123941e34f0cadbc6ba3ccdd0d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 905486,
            "upload_time": "2025-01-06T23:01:48",
            "upload_time_iso_8601": "2025-01-06T23:01:48.838212Z",
            "url": "https://files.pythonhosted.org/packages/36/61/5426ba0b0620c51dc6e6670b7412e2f4050abac380ce9a921855650aa9a2/syllarust-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d67be2ad83dd99145b4a74d07b0c00071e297dc4798aca0b44707e0fbad22d7",
                "md5": "c2acb708e7adf74eeb0a5c47fffdaeca",
                "sha256": "a45bc4656d9297cdad05954aff82694303d874ce4caddc621964d085d87462a2"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c2acb708e7adf74eeb0a5c47fffdaeca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 850106,
            "upload_time": "2025-01-06T23:01:43",
            "upload_time_iso_8601": "2025-01-06T23:01:43.358017Z",
            "url": "https://files.pythonhosted.org/packages/6d/67/be2ad83dd99145b4a74d07b0c00071e297dc4798aca0b44707e0fbad22d7/syllarust-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e74a66bfb1d03ebfc24af205c9557efdcc8fe4255182c308aa6970fc86acc663",
                "md5": "cf637ed447a95932c5a133bc58c86743",
                "sha256": "14abdbee466301fa02097925039ed6f30cc1b75cb32d5444c9f5b199286e6dc7"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cf637ed447a95932c5a133bc58c86743",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 980159,
            "upload_time": "2025-01-06T22:59:44",
            "upload_time_iso_8601": "2025-01-06T22:59:44.793566Z",
            "url": "https://files.pythonhosted.org/packages/e7/4a/66bfb1d03ebfc24af205c9557efdcc8fe4255182c308aa6970fc86acc663/syllarust-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb82be4028cb0117afd38ed260247f78f4ddebfc6f89ba0df0612556b7076991",
                "md5": "f807d243cb64e646de5de0eb152c052d",
                "sha256": "7400ad48ab785024a129db75d34088f9b7eff2e8d011a7891b987907fc01a296"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f807d243cb64e646de5de0eb152c052d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 946255,
            "upload_time": "2025-01-06T23:00:09",
            "upload_time_iso_8601": "2025-01-06T23:00:09.319641Z",
            "url": "https://files.pythonhosted.org/packages/fb/82/be4028cb0117afd38ed260247f78f4ddebfc6f89ba0df0612556b7076991/syllarust-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53c2cf641ab853fa870b76f908b3dbc40061a0f6fa6065d91de548314196e4f5",
                "md5": "faed4e9e2fd515f8a3e393dff4712056",
                "sha256": "915033d58d2a2fedb54e36e74cca7ea0d463ad45e78a663f0d6cbabd42fcc0cf"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "faed4e9e2fd515f8a3e393dff4712056",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1019659,
            "upload_time": "2025-01-06T23:01:12",
            "upload_time_iso_8601": "2025-01-06T23:01:12.596891Z",
            "url": "https://files.pythonhosted.org/packages/53/c2/cf641ab853fa870b76f908b3dbc40061a0f6fa6065d91de548314196e4f5/syllarust-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3d063aacbebc189d838a6c7eb282f23eeaa0b7ff4342ae5a280699ee9c08ec0",
                "md5": "60ca7777ef9c2f8523ed85739f087a48",
                "sha256": "0869ddb933bb995186c24234efc063e27d1d7f629a71fd48965cd3183e2617cd"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "60ca7777ef9c2f8523ed85739f087a48",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1059303,
            "upload_time": "2025-01-06T23:00:28",
            "upload_time_iso_8601": "2025-01-06T23:00:28.362351Z",
            "url": "https://files.pythonhosted.org/packages/a3/d0/63aacbebc189d838a6c7eb282f23eeaa0b7ff4342ae5a280699ee9c08ec0/syllarust-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b02e9e8eda79d12d9b38b8cc97eef5d83a7bd7b1a1c0f7fee2571451772037be",
                "md5": "1f9ca872234300bdee6424649f86234a",
                "sha256": "fee9bab4f346b5c624033d40fee25c70ecf2844c24fe2ba8f36c2d2c41725484"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1f9ca872234300bdee6424649f86234a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1114186,
            "upload_time": "2025-01-06T23:00:52",
            "upload_time_iso_8601": "2025-01-06T23:00:52.338884Z",
            "url": "https://files.pythonhosted.org/packages/b0/2e/9e8eda79d12d9b38b8cc97eef5d83a7bd7b1a1c0f7fee2571451772037be/syllarust-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d102df33d00e115ff61cad534b7685faa2fa1f042d430dba678a18fbafade66",
                "md5": "2c72e2b0dbd6c64832590fbd2198012f",
                "sha256": "93df62b63776c6b724e3f6f4f91ce7bd392b57a311118c31f25261f806cf06ca"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c72e2b0dbd6c64832590fbd2198012f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1033154,
            "upload_time": "2025-01-06T23:01:26",
            "upload_time_iso_8601": "2025-01-06T23:01:26.931459Z",
            "url": "https://files.pythonhosted.org/packages/7d/10/2df33d00e115ff61cad534b7685faa2fa1f042d430dba678a18fbafade66/syllarust-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8ffe83538e792d67b062ba465ead6c4d315a92b8de985fcd933e839296eb6b00",
                "md5": "b48e4610f6743ebe3988e12aaf8723f4",
                "sha256": "57fa0cf9d3c125330df73ae3a2fdb87b1467e0350281a914139fb1bd4727dfbd"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b48e4610f6743ebe3988e12aaf8723f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1156725,
            "upload_time": "2025-01-06T23:01:58",
            "upload_time_iso_8601": "2025-01-06T23:01:58.029914Z",
            "url": "https://files.pythonhosted.org/packages/8f/fe/83538e792d67b062ba465ead6c4d315a92b8de985fcd933e839296eb6b00/syllarust-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "67842a5cf967dc66eb52d5ce6c0de211898d890bc7fe02bb9c4eb5348e881476",
                "md5": "d933211961a59ac89abf6ed8b90e3fa4",
                "sha256": "8cee5c1bb1d7b746289ff832e43312b828b607561e807292f9c0b1392e390465"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d933211961a59ac89abf6ed8b90e3fa4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1207962,
            "upload_time": "2025-01-06T23:02:22",
            "upload_time_iso_8601": "2025-01-06T23:02:22.888128Z",
            "url": "https://files.pythonhosted.org/packages/67/84/2a5cf967dc66eb52d5ce6c0de211898d890bc7fe02bb9c4eb5348e881476/syllarust-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e17119be52eeb2921af84ff80fed435d1a7e55428fb26e0d7e742b5913045426",
                "md5": "1ce21aeaf67254117bce5885137d586f",
                "sha256": "314b17fa1856111afd89430c6dbbd659a22223bab1ddc5753df5e41661785db6"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1ce21aeaf67254117bce5885137d586f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1165563,
            "upload_time": "2025-01-06T23:02:43",
            "upload_time_iso_8601": "2025-01-06T23:02:43.862099Z",
            "url": "https://files.pythonhosted.org/packages/e1/71/19be52eeb2921af84ff80fed435d1a7e55428fb26e0d7e742b5913045426/syllarust-0.2.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca6a5c8ac2616b342f6232ed68fbf7f55784ca9a7e4200c4c3cfdad4d1e635bb",
                "md5": "856718c7742b7483f231def7c32bb69b",
                "sha256": "6742efe7f64dc7549a78d9780016298f97350aeed344af173b6ddd9d1b7f739e"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "856718c7742b7483f231def7c32bb69b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1201752,
            "upload_time": "2025-01-06T23:03:05",
            "upload_time_iso_8601": "2025-01-06T23:03:05.253083Z",
            "url": "https://files.pythonhosted.org/packages/ca/6a/5c8ac2616b342f6232ed68fbf7f55784ca9a7e4200c4c3cfdad4d1e635bb/syllarust-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31d5bc33acb999856998f89115db0949ad07f12aab4ae1e9c2fff93a6be363a1",
                "md5": "68fb3eca168442eacd2a4c77a82bd740",
                "sha256": "922e4ffb505795525d3fb9a34c4fe9b481bdf8d6d0cb7ac97bb23117e2fecce1"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "68fb3eca168442eacd2a4c77a82bd740",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 680890,
            "upload_time": "2025-01-06T23:03:43",
            "upload_time_iso_8601": "2025-01-06T23:03:43.276636Z",
            "url": "https://files.pythonhosted.org/packages/31/d5/bc33acb999856998f89115db0949ad07f12aab4ae1e9c2fff93a6be363a1/syllarust-0.2.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2666016f20c580c046cd4754c8ef70f214d866c4fd704d46febe0d4bc9e979f2",
                "md5": "bafdf1e92ce42d6a15cd915b3a32b496",
                "sha256": "27505bbc80e69b65f67ccbfb62c60ba1c687f8171f24ae48a19f56b8b70f2a5a"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bafdf1e92ce42d6a15cd915b3a32b496",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 755637,
            "upload_time": "2025-01-06T23:03:31",
            "upload_time_iso_8601": "2025-01-06T23:03:31.270808Z",
            "url": "https://files.pythonhosted.org/packages/26/66/016f20c580c046cd4754c8ef70f214d866c4fd704d46febe0d4bc9e979f2/syllarust-0.2.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a590b4397f81f754965941e0386b4348bbb27fbdd9b2fe1fc143104580e69b1",
                "md5": "5de8e41844028dfae3714cac46ddca46",
                "sha256": "5e80425be7f05d1f422f02222ad65fb77744e7faa960974d04499a749e9b2cd2"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5de8e41844028dfae3714cac46ddca46",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 905507,
            "upload_time": "2025-01-06T23:01:50",
            "upload_time_iso_8601": "2025-01-06T23:01:50.461656Z",
            "url": "https://files.pythonhosted.org/packages/3a/59/0b4397f81f754965941e0386b4348bbb27fbdd9b2fe1fc143104580e69b1/syllarust-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "180a74f32fa9d8939f4144499215cd3122b9a237808e46e88b81c9aaf275e2f9",
                "md5": "561cb862bcd8926780c061c3cd748587",
                "sha256": "d4f6e494c9a137e89ff4f3884b670872ea7094f5445c4ad4aebe906ac08c6a63"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "561cb862bcd8926780c061c3cd748587",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 850023,
            "upload_time": "2025-01-06T23:01:45",
            "upload_time_iso_8601": "2025-01-06T23:01:45.308376Z",
            "url": "https://files.pythonhosted.org/packages/18/0a/74f32fa9d8939f4144499215cd3122b9a237808e46e88b81c9aaf275e2f9/syllarust-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "801045c8cfedd341e70fed171ae008f9ea26c3312b1e4faa124fd0d70601e314",
                "md5": "360ae4e4d78bf3cc35c0c62e31563ed8",
                "sha256": "b35c4b16c209b4ad6e0efacb860589d136ad2ee84e2fd531555351ee64521291"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "360ae4e4d78bf3cc35c0c62e31563ed8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 980172,
            "upload_time": "2025-01-06T22:59:48",
            "upload_time_iso_8601": "2025-01-06T22:59:48.769936Z",
            "url": "https://files.pythonhosted.org/packages/80/10/45c8cfedd341e70fed171ae008f9ea26c3312b1e4faa124fd0d70601e314/syllarust-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "410edaade0b788b2e13de52232b1cb3e0bd8b2aff1d84aeef3e2534ce7d41aac",
                "md5": "3db65e311271844db0fed690591011e1",
                "sha256": "b672f96a1bf037e4e19adf4c734dd2e9dafdc8d123e6b9c88062329b9461c61e"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3db65e311271844db0fed690591011e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 945744,
            "upload_time": "2025-01-06T23:00:10",
            "upload_time_iso_8601": "2025-01-06T23:00:10.926838Z",
            "url": "https://files.pythonhosted.org/packages/41/0e/daade0b788b2e13de52232b1cb3e0bd8b2aff1d84aeef3e2534ce7d41aac/syllarust-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2685477c39a9972ca504c79b03761ce5731545e1736bac3dfa327fd692bcb6eb",
                "md5": "f9954b606de4883e62ebb594e6a82510",
                "sha256": "bbec23781944492b30664c7bc16059f4bc7df4e2c0b4f057cf132925e1892878"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f9954b606de4883e62ebb594e6a82510",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1017744,
            "upload_time": "2025-01-06T23:01:14",
            "upload_time_iso_8601": "2025-01-06T23:01:14.520878Z",
            "url": "https://files.pythonhosted.org/packages/26/85/477c39a9972ca504c79b03761ce5731545e1736bac3dfa327fd692bcb6eb/syllarust-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "210d5892275eadedc970c9975866e2e4d1c3836c1fce60251e0db3bba5ef3acf",
                "md5": "f3b85f18a033499721001de3c95cfc64",
                "sha256": "7bd31527e9cccd852023c8235d7180f0a327efc6046784a0c3797496dbb90bff"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f3b85f18a033499721001de3c95cfc64",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1059381,
            "upload_time": "2025-01-06T23:00:30",
            "upload_time_iso_8601": "2025-01-06T23:00:30.301005Z",
            "url": "https://files.pythonhosted.org/packages/21/0d/5892275eadedc970c9975866e2e4d1c3836c1fce60251e0db3bba5ef3acf/syllarust-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9bd5fff4bf824f5dd14fdd5724b48e0b3ca6649cd0af0b53af1b8fddcbebc067",
                "md5": "139bb28d10ce680a3a53831eb8e7f87d",
                "sha256": "886bb33e976f93ddbdf43db7cbedee782cfc99df0ea8a070d80558ffa9661941"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "139bb28d10ce680a3a53831eb8e7f87d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1113597,
            "upload_time": "2025-01-06T23:00:55",
            "upload_time_iso_8601": "2025-01-06T23:00:55.230594Z",
            "url": "https://files.pythonhosted.org/packages/9b/d5/fff4bf824f5dd14fdd5724b48e0b3ca6649cd0af0b53af1b8fddcbebc067/syllarust-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0884fd78dc476a85b608d92eb95703a7a675d70934b7c1fd414078f78a0bf45",
                "md5": "71afda2c23ae6aee6c89069fe27ce564",
                "sha256": "1545337af62effc471d24f72a84344791f991e01ed9e33d2ce1cb8530f3baa6f"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71afda2c23ae6aee6c89069fe27ce564",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1033713,
            "upload_time": "2025-01-06T23:01:28",
            "upload_time_iso_8601": "2025-01-06T23:01:28.983054Z",
            "url": "https://files.pythonhosted.org/packages/c0/88/4fd78dc476a85b608d92eb95703a7a675d70934b7c1fd414078f78a0bf45/syllarust-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85d5ff016d53f736eaa543ce7897253fd7edfa7f512bf339a47ac3089dd9a15a",
                "md5": "ebd818ce72b1e40abb889838e0d9d813",
                "sha256": "2afd8397a2e9b6f9aa732db29bc534c42ff03009747fb55d4f2824cef9fc428a"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ebd818ce72b1e40abb889838e0d9d813",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1157042,
            "upload_time": "2025-01-06T23:01:59",
            "upload_time_iso_8601": "2025-01-06T23:01:59.937498Z",
            "url": "https://files.pythonhosted.org/packages/85/d5/ff016d53f736eaa543ce7897253fd7edfa7f512bf339a47ac3089dd9a15a/syllarust-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6309b72594ee6b8688f5eeb5cfaa385bdd4063cd0cb379518cfb150530fc28a",
                "md5": "c036702b412c6969fd466958b4b38bb0",
                "sha256": "cc8e6946159dbfe454b0e79f0b0428feacc7bfeda919cdcb5369d0267bcfbf64"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c036702b412c6969fd466958b4b38bb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1207518,
            "upload_time": "2025-01-06T23:02:25",
            "upload_time_iso_8601": "2025-01-06T23:02:25.818488Z",
            "url": "https://files.pythonhosted.org/packages/c6/30/9b72594ee6b8688f5eeb5cfaa385bdd4063cd0cb379518cfb150530fc28a/syllarust-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c40048a65a0a798f64f31186ced534e7265fbcfaf6a9a2e70b8b7f2da4877c40",
                "md5": "e5e93e356596590b1b1e8fcdb0b1cae9",
                "sha256": "4591c65b23ecaa69b3ce84c0c9b4cc511282294d593c4b70f46ee09d0a8d4822"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e5e93e356596590b1b1e8fcdb0b1cae9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1164766,
            "upload_time": "2025-01-06T23:02:45",
            "upload_time_iso_8601": "2025-01-06T23:02:45.648864Z",
            "url": "https://files.pythonhosted.org/packages/c4/00/48a65a0a798f64f31186ced534e7265fbcfaf6a9a2e70b8b7f2da4877c40/syllarust-0.2.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "01b1366a39f3c532c3da0440a04cc9789b532147ec5109932fc9fae2392ecdd5",
                "md5": "d9cf6773c58b18ccef3b2f11c9c7ce30",
                "sha256": "6b5e72e2b064b2d9f1d0cc941650c6712abbed10630accda7df3947fb26436f5"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d9cf6773c58b18ccef3b2f11c9c7ce30",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1201988,
            "upload_time": "2025-01-06T23:03:07",
            "upload_time_iso_8601": "2025-01-06T23:03:07.150582Z",
            "url": "https://files.pythonhosted.org/packages/01/b1/366a39f3c532c3da0440a04cc9789b532147ec5109932fc9fae2392ecdd5/syllarust-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8dea516f20efa1bfb2c29351208811e7c26ac0bd57ea0edc3b167245202cbbc4",
                "md5": "49135411c04e4e60840f4231712f4a15",
                "sha256": "6d93e70dc2c3fb2ea25979e7c5fb528975f4209b4e9d147e0dc69f1411a3ca0a"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "49135411c04e4e60840f4231712f4a15",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 680657,
            "upload_time": "2025-01-06T23:03:45",
            "upload_time_iso_8601": "2025-01-06T23:03:45.405856Z",
            "url": "https://files.pythonhosted.org/packages/8d/ea/516f20efa1bfb2c29351208811e7c26ac0bd57ea0edc3b167245202cbbc4/syllarust-0.2.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "630f3abee4b619f0a418346cdbc593e145619671a67a8eac7973b8b5725f2a41",
                "md5": "b2c50577c8ae17fe5eaf0bb3d9da317c",
                "sha256": "19e35fa706446006300d17796c469f47df3dd0064e9baccdc7139a214d910818"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b2c50577c8ae17fe5eaf0bb3d9da317c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 755707,
            "upload_time": "2025-01-06T23:03:33",
            "upload_time_iso_8601": "2025-01-06T23:03:33.600064Z",
            "url": "https://files.pythonhosted.org/packages/63/0f/3abee4b619f0a418346cdbc593e145619671a67a8eac7973b8b5725f2a41/syllarust-0.2.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aaab8ec6f381ed83c883106a426c1d757048ef1ecaaad2d389100bf6b32bc128",
                "md5": "8de638450c99f170377567cfa3b58443",
                "sha256": "f6246dd4f974c327f14cd06b0ec0ee29600f2d46b45e12263239a3b633909fc5"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8de638450c99f170377567cfa3b58443",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 905322,
            "upload_time": "2025-01-06T23:01:52",
            "upload_time_iso_8601": "2025-01-06T23:01:52.148705Z",
            "url": "https://files.pythonhosted.org/packages/aa/ab/8ec6f381ed83c883106a426c1d757048ef1ecaaad2d389100bf6b32bc128/syllarust-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4330039ad0d193a6c47ae09699607340e0724dca8b4bdda7fcf0ca5c5028312",
                "md5": "0e1d8c2ed7ec159f9d0a113ba54e41fe",
                "sha256": "5e54d3d6e7184d22208fd2185f45f90ee5b5f960f88ffa29732744173bf8a3bd"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0e1d8c2ed7ec159f9d0a113ba54e41fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 850186,
            "upload_time": "2025-01-06T23:01:47",
            "upload_time_iso_8601": "2025-01-06T23:01:47.034860Z",
            "url": "https://files.pythonhosted.org/packages/c4/33/0039ad0d193a6c47ae09699607340e0724dca8b4bdda7fcf0ca5c5028312/syllarust-0.2.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13cf288762d79402ed5d988e36ceb783a69ddd90625d0c7cc10b1174fcb9af49",
                "md5": "e2d37563a6617f61e2dc2fcfd347452b",
                "sha256": "d8956ba8fc972911552ad50e2bb2e4a2efc5207240b0aa5f1f35b0a1315994f0"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e2d37563a6617f61e2dc2fcfd347452b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 980245,
            "upload_time": "2025-01-06T22:59:52",
            "upload_time_iso_8601": "2025-01-06T22:59:52.746594Z",
            "url": "https://files.pythonhosted.org/packages/13/cf/288762d79402ed5d988e36ceb783a69ddd90625d0c7cc10b1174fcb9af49/syllarust-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e855ecce531c916d78a0fec851f44c3770d7d6bbb2dbfefabcbadad51dbf602",
                "md5": "ea02c4889898a199df4f42a8e66793fe",
                "sha256": "a287cfc17c0d07771154663ae479f6bd47fc72a6c1fb39bb14f7955f00834172"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ea02c4889898a199df4f42a8e66793fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 945912,
            "upload_time": "2025-01-06T23:00:12",
            "upload_time_iso_8601": "2025-01-06T23:00:12.645001Z",
            "url": "https://files.pythonhosted.org/packages/4e/85/5ecce531c916d78a0fec851f44c3770d7d6bbb2dbfefabcbadad51dbf602/syllarust-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7c2e81bb46ea67d87ddb561dbdab3c55e6872dcf475b198f31124943e81267a3",
                "md5": "e51872985c10cdced78b31944eda5e62",
                "sha256": "13c08d7da4326f8e91ccadc2e21fe3c4ff768772010d57d2a8d78c6dbeb820bb"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e51872985c10cdced78b31944eda5e62",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1017854,
            "upload_time": "2025-01-06T23:01:17",
            "upload_time_iso_8601": "2025-01-06T23:01:17.487457Z",
            "url": "https://files.pythonhosted.org/packages/7c/2e/81bb46ea67d87ddb561dbdab3c55e6872dcf475b198f31124943e81267a3/syllarust-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ce689ab735a2c9d3e946528689f7f098b78967527738ccbbb5caf0bb2c6ce7d",
                "md5": "1e24c0604d021ceaeedeb8e60e9a5f26",
                "sha256": "a414e9a13188710e29635d9cd206caf3bf5d51c79329d71fefb1c558eb3a9689"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1e24c0604d021ceaeedeb8e60e9a5f26",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1059644,
            "upload_time": "2025-01-06T23:00:32",
            "upload_time_iso_8601": "2025-01-06T23:00:32.100411Z",
            "url": "https://files.pythonhosted.org/packages/7c/e6/89ab735a2c9d3e946528689f7f098b78967527738ccbbb5caf0bb2c6ce7d/syllarust-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a6f564e0d9a15c19ac1121785e99a7956c8467271fb69df66b9c8b3bdb36837",
                "md5": "af13bc5370ad27a081a08d066641a582",
                "sha256": "5ec8f705e7c0071de64567381aab95e7f33aff0306909bdb43cac16b3209640c"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "af13bc5370ad27a081a08d066641a582",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1113824,
            "upload_time": "2025-01-06T23:00:56",
            "upload_time_iso_8601": "2025-01-06T23:00:56.975930Z",
            "url": "https://files.pythonhosted.org/packages/9a/6f/564e0d9a15c19ac1121785e99a7956c8467271fb69df66b9c8b3bdb36837/syllarust-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2022e14b228d41e41cbc8c3895baeef0651d0d9d3ecfa91870c3d09b3f627245",
                "md5": "965f2f4c0d939ab05a2b6f9773ed298e",
                "sha256": "50f758a3792dffd95608236dcb513c6f7ba5b2fe34cd42e604268d19688811fe"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "965f2f4c0d939ab05a2b6f9773ed298e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1033639,
            "upload_time": "2025-01-06T23:01:31",
            "upload_time_iso_8601": "2025-01-06T23:01:31.354371Z",
            "url": "https://files.pythonhosted.org/packages/20/22/e14b228d41e41cbc8c3895baeef0651d0d9d3ecfa91870c3d09b3f627245/syllarust-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "042d2d6b512f23f500818a1f0c1a1103602536256ac064ab625b96bdcd3c118b",
                "md5": "04f61cf18ee55b90efb554c4918ca818",
                "sha256": "64af8c6bf6b9aa12f278a0463a9ee77b8174e207ef6abacacacf59e537221b71"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "04f61cf18ee55b90efb554c4918ca818",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1157185,
            "upload_time": "2025-01-06T23:02:02",
            "upload_time_iso_8601": "2025-01-06T23:02:02.466161Z",
            "url": "https://files.pythonhosted.org/packages/04/2d/2d6b512f23f500818a1f0c1a1103602536256ac064ab625b96bdcd3c118b/syllarust-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0b66702b5da195ac088f679449cdbb971a284f84d50fa7900c35d7b891fc71b",
                "md5": "f25c35bf5ecdf149c88ce43e02af3b87",
                "sha256": "c41c1be328fb7cc6e890f6aa08ae2d4ef30c2f55fe46cd1327de094e987a70ef"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f25c35bf5ecdf149c88ce43e02af3b87",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1207203,
            "upload_time": "2025-01-06T23:02:27",
            "upload_time_iso_8601": "2025-01-06T23:02:27.709078Z",
            "url": "https://files.pythonhosted.org/packages/e0/b6/6702b5da195ac088f679449cdbb971a284f84d50fa7900c35d7b891fc71b/syllarust-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da10b79d760c4d8a589a55210f3e89b9248854e7373809e619f28c70613772e2",
                "md5": "f05ddfb0d02442573bc342095d712b26",
                "sha256": "aa42d6999679c276a386a43618dc9dd97ca8ce01adbe8084f12f2e8bc49666ae"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f05ddfb0d02442573bc342095d712b26",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1164886,
            "upload_time": "2025-01-06T23:02:48",
            "upload_time_iso_8601": "2025-01-06T23:02:48.464573Z",
            "url": "https://files.pythonhosted.org/packages/da/10/b79d760c4d8a589a55210f3e89b9248854e7373809e619f28c70613772e2/syllarust-0.2.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a41e48798fbf3c7620e6723539f12fd89cde10ec88980cfc9e4aa6742c1243f",
                "md5": "aaf3d2bc3f16bd65621c187080f02ded",
                "sha256": "5707fffcf87c5f29acefc2c6c15d1397a4fbd7c5c45203eea9a12200b9e78116"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aaf3d2bc3f16bd65621c187080f02ded",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1202185,
            "upload_time": "2025-01-06T23:03:09",
            "upload_time_iso_8601": "2025-01-06T23:03:09.795373Z",
            "url": "https://files.pythonhosted.org/packages/9a/41/e48798fbf3c7620e6723539f12fd89cde10ec88980cfc9e4aa6742c1243f/syllarust-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "936e149b7ae8b6f258e030ce2ed43b0d82089460cd22e8a7cb1b418853442b50",
                "md5": "647a4b26bb282c02de928e09b1d0df9a",
                "sha256": "a80e7270cfd57c492cc13754f63620360ebdca6622f82ea00a734827b1076e49"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "647a4b26bb282c02de928e09b1d0df9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 980232,
            "upload_time": "2025-01-06T22:59:54",
            "upload_time_iso_8601": "2025-01-06T22:59:54.471800Z",
            "url": "https://files.pythonhosted.org/packages/93/6e/149b7ae8b6f258e030ce2ed43b0d82089460cd22e8a7cb1b418853442b50/syllarust-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "501a21616154b7094023f7ec8af4c5ae1c257dbf2684d0304219ce274bd33e27",
                "md5": "2e1cae7cdd5bf8772567c3a6a9a83f45",
                "sha256": "ea70cac1c9ab5f979663558230ab19a2d9bc93078c72234691e3480385a5fd74"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2e1cae7cdd5bf8772567c3a6a9a83f45",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 945913,
            "upload_time": "2025-01-06T23:00:15",
            "upload_time_iso_8601": "2025-01-06T23:00:15.861656Z",
            "url": "https://files.pythonhosted.org/packages/50/1a/21616154b7094023f7ec8af4c5ae1c257dbf2684d0304219ce274bd33e27/syllarust-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92003717e48081479fe1f8e808d8e0aea543bbdc7ca3b8a56f0de9b6211df76b",
                "md5": "831acac3dc12205f1f51d0b6382dbe41",
                "sha256": "26aaa50543956624308734d5401f4d62bb7fe906adf7813b4111392330fc24e9"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "831acac3dc12205f1f51d0b6382dbe41",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1019249,
            "upload_time": "2025-01-06T23:01:19",
            "upload_time_iso_8601": "2025-01-06T23:01:19.887559Z",
            "url": "https://files.pythonhosted.org/packages/92/00/3717e48081479fe1f8e808d8e0aea543bbdc7ca3b8a56f0de9b6211df76b/syllarust-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc6ef01a898bf2eb9e84bd66ab556e8b5d178aa7baaaa83ea0c6c73031dcbfef",
                "md5": "05e45d03d489669280dda04f28397370",
                "sha256": "63a2f1db4285143708fe8438e175fb24310f9dda07f179d1ba736c850d8fb3f6"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "05e45d03d489669280dda04f28397370",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1059220,
            "upload_time": "2025-01-06T23:00:34",
            "upload_time_iso_8601": "2025-01-06T23:00:34.844389Z",
            "url": "https://files.pythonhosted.org/packages/bc/6e/f01a898bf2eb9e84bd66ab556e8b5d178aa7baaaa83ea0c6c73031dcbfef/syllarust-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b962f925348c3f13092f2f8b56e630d5d8fbb678609f8b6dd9ca81d41be39f12",
                "md5": "dba6d3c93b18d0f5863b11dad7c6581b",
                "sha256": "1bb8de24e2a08dfcc99b57f8fe5c55fc48cb00173a58a17693d25c9953450af4"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "dba6d3c93b18d0f5863b11dad7c6581b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1114569,
            "upload_time": "2025-01-06T23:00:58",
            "upload_time_iso_8601": "2025-01-06T23:00:58.770214Z",
            "url": "https://files.pythonhosted.org/packages/b9/62/f925348c3f13092f2f8b56e630d5d8fbb678609f8b6dd9ca81d41be39f12/syllarust-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d664596fb7516b0128c456359123f4328f22c07ac80f702a3db95a4ab872340d",
                "md5": "57e934c9126e0684fa176b138804be80",
                "sha256": "f773b3dc9a57117beb4b26ec7034d687c93d001b5d6b003ce2b7eb423283b916"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57e934c9126e0684fa176b138804be80",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1033877,
            "upload_time": "2025-01-06T23:01:34",
            "upload_time_iso_8601": "2025-01-06T23:01:34.193079Z",
            "url": "https://files.pythonhosted.org/packages/d6/64/596fb7516b0128c456359123f4328f22c07ac80f702a3db95a4ab872340d/syllarust-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8feec0d1746f70efb0c92376ae13fe72c31d4e95ed516b7b1a978b4fd67d51a7",
                "md5": "4dab0c6328919f61a3346eed5b79a441",
                "sha256": "7fa9e54e582b854fbd955e4e45ffea3a3c2cc19e8aa8aa80fb01341fe2689b86"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4dab0c6328919f61a3346eed5b79a441",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1157145,
            "upload_time": "2025-01-06T23:02:07",
            "upload_time_iso_8601": "2025-01-06T23:02:07.217672Z",
            "url": "https://files.pythonhosted.org/packages/8f/ee/c0d1746f70efb0c92376ae13fe72c31d4e95ed516b7b1a978b4fd67d51a7/syllarust-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "920a62d6f8325c9b26d3aaa64e6b818eee318bd2489dcd52a5d1af1ae31f6d00",
                "md5": "857449ad87ec0fb31e3aea40ae9fdf4b",
                "sha256": "9517c3dc2fb5725078311e0767d04e4ea56d6e697a1ff2b276fce6398230d80b"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "857449ad87ec0fb31e3aea40ae9fdf4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1207309,
            "upload_time": "2025-01-06T23:02:30",
            "upload_time_iso_8601": "2025-01-06T23:02:30.606200Z",
            "url": "https://files.pythonhosted.org/packages/92/0a/62d6f8325c9b26d3aaa64e6b818eee318bd2489dcd52a5d1af1ae31f6d00/syllarust-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "038ec7d1976a6a2b63d2e01107d8685ec5a3a1110347519ca00d79fa712c8383",
                "md5": "2f717c8f6c5477258ee2267b55db8c2d",
                "sha256": "9ca1aae0f1b1cc319d54b0ce2e57c975690dc27049c3a4df57b2f83841bb26c1"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2f717c8f6c5477258ee2267b55db8c2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1165498,
            "upload_time": "2025-01-06T23:02:50",
            "upload_time_iso_8601": "2025-01-06T23:02:50.496045Z",
            "url": "https://files.pythonhosted.org/packages/03/8e/c7d1976a6a2b63d2e01107d8685ec5a3a1110347519ca00d79fa712c8383/syllarust-0.2.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ca63e0abda46079ce1e3b6a31d1cfa4e0cf4b249de2813605e216e6a5a1b44d",
                "md5": "de7d9293372cc905e219712573b99fbf",
                "sha256": "9a0e67a843792ac41d7489fb07336f25ebac839c9ac4a2cd2b74ba459c51f423"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de7d9293372cc905e219712573b99fbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1202363,
            "upload_time": "2025-01-06T23:03:12",
            "upload_time_iso_8601": "2025-01-06T23:03:12.855841Z",
            "url": "https://files.pythonhosted.org/packages/7c/a6/3e0abda46079ce1e3b6a31d1cfa4e0cf4b249de2813605e216e6a5a1b44d/syllarust-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "25f18cdb56a26b6f03a295e41a0426c3d39dc6f591c33c72f25f7e165777ffa2",
                "md5": "14b8ad69926bf6fb354d6e06718953ca",
                "sha256": "0402718d0f9761b665058ff86cebe92a261f92a26a9e9b4cd3b2bc18dccae03c"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "14b8ad69926bf6fb354d6e06718953ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 680737,
            "upload_time": "2025-01-06T23:03:47",
            "upload_time_iso_8601": "2025-01-06T23:03:47.513700Z",
            "url": "https://files.pythonhosted.org/packages/25/f1/8cdb56a26b6f03a295e41a0426c3d39dc6f591c33c72f25f7e165777ffa2/syllarust-0.2.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f9f35ca6aedaa49121637a711f94886ed394c2f5fc55595ad19fce987a2a3da",
                "md5": "01398254921fd67e670595ef3b00cf54",
                "sha256": "b2edacbb287f5940458f4f549cde0e97a406f1320e9a1c9ed6b297de76bd5526"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "01398254921fd67e670595ef3b00cf54",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 755340,
            "upload_time": "2025-01-06T23:03:35",
            "upload_time_iso_8601": "2025-01-06T23:03:35.325646Z",
            "url": "https://files.pythonhosted.org/packages/0f/9f/35ca6aedaa49121637a711f94886ed394c2f5fc55595ad19fce987a2a3da/syllarust-0.2.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e26d14a6acc893088263e01eb6b6f00cc22cf767c3661298d685d61accaa2d6",
                "md5": "b241d60ebdebfd33dcc196e6476e758e",
                "sha256": "85e019f3a859583b12935429f358516b8c15f63c609308a075f3208194758db6"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b241d60ebdebfd33dcc196e6476e758e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 980510,
            "upload_time": "2025-01-06T22:59:56",
            "upload_time_iso_8601": "2025-01-06T22:59:56.188514Z",
            "url": "https://files.pythonhosted.org/packages/2e/26/d14a6acc893088263e01eb6b6f00cc22cf767c3661298d685d61accaa2d6/syllarust-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5eea28ce113fd2c447539cebe8657a7b093500f1a8a82d88baae219941699956",
                "md5": "120aed2a54edf4467ba34abdff0f481b",
                "sha256": "fcc13ccb149ed9ef3d727ac5dc7812533d7b9f4c36bedb7fe904c04803ea1549"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "120aed2a54edf4467ba34abdff0f481b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 946147,
            "upload_time": "2025-01-06T23:00:17",
            "upload_time_iso_8601": "2025-01-06T23:00:17.558315Z",
            "url": "https://files.pythonhosted.org/packages/5e/ea/28ce113fd2c447539cebe8657a7b093500f1a8a82d88baae219941699956/syllarust-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38dc7c1cbffb463398560266a2f8f297d5d7ccd5aa271cfa9de8067115c3ac9a",
                "md5": "51bdf2badd5a2058a415d31bd75adf1f",
                "sha256": "05fe84f94220dbcdcd6e5860ed6081b77f310e229c68c88a4c6b468d5648da21"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "51bdf2badd5a2058a415d31bd75adf1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1019631,
            "upload_time": "2025-01-06T23:01:21",
            "upload_time_iso_8601": "2025-01-06T23:01:21.761160Z",
            "url": "https://files.pythonhosted.org/packages/38/dc/7c1cbffb463398560266a2f8f297d5d7ccd5aa271cfa9de8067115c3ac9a/syllarust-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8d9e87044b472cc6f2cf5727405ee3ef80cbb8aca706d880e8b14993e10ebbd",
                "md5": "4c5ab2f26503f4364d66fadddf0d534e",
                "sha256": "20694b1de9a6b0bc348e003a64c1e804bd471cf253347e659354daa1648d9303"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4c5ab2f26503f4364d66fadddf0d534e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1060083,
            "upload_time": "2025-01-06T23:00:37",
            "upload_time_iso_8601": "2025-01-06T23:00:37.957423Z",
            "url": "https://files.pythonhosted.org/packages/b8/d9/e87044b472cc6f2cf5727405ee3ef80cbb8aca706d880e8b14993e10ebbd/syllarust-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "afbc168c7f1c2e661ab925c37d79fc8afb848a2ccace3e113eba303e8e9db3e3",
                "md5": "0915a60df44c50074106d1ba0463c4b7",
                "sha256": "d47daf29d37ff28e3a9ce80829112ecbab46bbf12ae2e8f9641e1533605b1e71"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0915a60df44c50074106d1ba0463c4b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1115064,
            "upload_time": "2025-01-06T23:01:00",
            "upload_time_iso_8601": "2025-01-06T23:01:00.564209Z",
            "url": "https://files.pythonhosted.org/packages/af/bc/168c7f1c2e661ab925c37d79fc8afb848a2ccace3e113eba303e8e9db3e3/syllarust-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4743c33fd932061eabf33c3f967db77624097e1314dbba8cd1d34ba3c5d0111",
                "md5": "ced44c650d4c5ecb9c38bde47d64f301",
                "sha256": "89eca8d7e445f8a8c0e138dc6f89b3490ffb9c84e0d4ef53d1e032ac0f29dd81"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ced44c650d4c5ecb9c38bde47d64f301",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1034079,
            "upload_time": "2025-01-06T23:01:36",
            "upload_time_iso_8601": "2025-01-06T23:01:36.933389Z",
            "url": "https://files.pythonhosted.org/packages/f4/74/3c33fd932061eabf33c3f967db77624097e1314dbba8cd1d34ba3c5d0111/syllarust-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6ad47a7e9f799e06f91b8f21d43338e280aea79a38835e1a925aa00e8206e899",
                "md5": "78a7ad11b6dd0b6ee4b12a81265364c8",
                "sha256": "dddcd1324ab4737fa5c10af3624d416b8f73d804d87c8aa1eccf3f7527cc627a"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "78a7ad11b6dd0b6ee4b12a81265364c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1157698,
            "upload_time": "2025-01-06T23:02:09",
            "upload_time_iso_8601": "2025-01-06T23:02:09.471582Z",
            "url": "https://files.pythonhosted.org/packages/6a/d4/7a7e9f799e06f91b8f21d43338e280aea79a38835e1a925aa00e8206e899/syllarust-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "550371e7a92d3b29165b4816d2af534e8ad124ca21fd39d40018f22ed53d89fe",
                "md5": "609d622f1de0bb5d47e9af9e59e173cf",
                "sha256": "6715dd418771db84d84db4d3a12bf4e279f55c129a834d591b12c44946019923"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "609d622f1de0bb5d47e9af9e59e173cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1208154,
            "upload_time": "2025-01-06T23:02:33",
            "upload_time_iso_8601": "2025-01-06T23:02:33.532050Z",
            "url": "https://files.pythonhosted.org/packages/55/03/71e7a92d3b29165b4816d2af534e8ad124ca21fd39d40018f22ed53d89fe/syllarust-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be071e865fdc0f544d1c1bee1578e86fc2b8396474c176ca5bdc9152155f6142",
                "md5": "3510b8591fbe95e5b1588ee48d5d99bb",
                "sha256": "505ab397656a527e57290e5bf9d98e59decb55a05d4629da7acf43286db93e85"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3510b8591fbe95e5b1588ee48d5d99bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1165721,
            "upload_time": "2025-01-06T23:02:52",
            "upload_time_iso_8601": "2025-01-06T23:02:52.316511Z",
            "url": "https://files.pythonhosted.org/packages/be/07/1e865fdc0f544d1c1bee1578e86fc2b8396474c176ca5bdc9152155f6142/syllarust-0.2.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1794178c32da1e776650eb7926f59865956ec8d13b0a12f09318745464c9317",
                "md5": "264ad19a5709458d355a8f57ba18d7b2",
                "sha256": "d7ad6f8710d81f579eb3f509ba6e9d5db51d6a0d9490a1e3ff3569fb3c07d626"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "264ad19a5709458d355a8f57ba18d7b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1202877,
            "upload_time": "2025-01-06T23:03:16",
            "upload_time_iso_8601": "2025-01-06T23:03:16.014223Z",
            "url": "https://files.pythonhosted.org/packages/f1/79/4178c32da1e776650eb7926f59865956ec8d13b0a12f09318745464c9317/syllarust-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61d14b27e3d095021cd601a975c75e85661ec2de9009ac175f270a96843738a5",
                "md5": "f258f06cd583dd0b6832ebc736a22e93",
                "sha256": "802059eba956d9cd5559fd4ccbd8eb957ca1c447bee41070bedef33cd4c3205b"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "f258f06cd583dd0b6832ebc736a22e93",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 680942,
            "upload_time": "2025-01-06T23:03:50",
            "upload_time_iso_8601": "2025-01-06T23:03:50.366304Z",
            "url": "https://files.pythonhosted.org/packages/61/d1/4b27e3d095021cd601a975c75e85661ec2de9009ac175f270a96843738a5/syllarust-0.2.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76142c275d264a29d004a86717b79341c9ea41d5891d8732ea5bc67e071df008",
                "md5": "1b21bb8f6b19ccd21462ee4faad45858",
                "sha256": "d9540260ec7306ba2af9a02e074a4ee32e432fba1f1e757979a348e32b01bf1f"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1b21bb8f6b19ccd21462ee4faad45858",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 755525,
            "upload_time": "2025-01-06T23:03:38",
            "upload_time_iso_8601": "2025-01-06T23:03:38.099558Z",
            "url": "https://files.pythonhosted.org/packages/76/14/2c275d264a29d004a86717b79341c9ea41d5891d8732ea5bc67e071df008/syllarust-0.2.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e61916dd89a881464fa4a166f6b169854eaf84c61ba3b7e95a7709516df619da",
                "md5": "1903d53c826a3ad72df7c25b331f3891",
                "sha256": "fc58a93cb33643ee1fb7a0e241677e150873cae527acf849f3837eac3fe0c95b"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1903d53c826a3ad72df7c25b331f3891",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 981242,
            "upload_time": "2025-01-06T22:59:58",
            "upload_time_iso_8601": "2025-01-06T22:59:58.805092Z",
            "url": "https://files.pythonhosted.org/packages/e6/19/16dd89a881464fa4a166f6b169854eaf84c61ba3b7e95a7709516df619da/syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a6b3b4bb49ef584692a8af8b55289a311aea845036ad7606f84d592fe9405dd",
                "md5": "b69d5926e34f1f488a4f3e0311356ee1",
                "sha256": "6894a00a56b33c66d76b1b541a29efd63c5b96e5b512cbe0e5b8d44cd6bc8c5c"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b69d5926e34f1f488a4f3e0311356ee1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 946753,
            "upload_time": "2025-01-06T23:00:19",
            "upload_time_iso_8601": "2025-01-06T23:00:19.636823Z",
            "url": "https://files.pythonhosted.org/packages/6a/6b/3b4bb49ef584692a8af8b55289a311aea845036ad7606f84d592fe9405dd/syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f13e4129cb9cdc5c71410e73e6b69ed13ab62060eb677cfe8b349240e0ad6cf",
                "md5": "c082aac21746ce871f1eefa18966dea4",
                "sha256": "6c3653593fa39ca7561ea60c1b91f468c0e942c12a8957534d0d8722d8531a88"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c082aac21746ce871f1eefa18966dea4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1020083,
            "upload_time": "2025-01-06T23:01:23",
            "upload_time_iso_8601": "2025-01-06T23:01:23.493723Z",
            "url": "https://files.pythonhosted.org/packages/5f/13/e4129cb9cdc5c71410e73e6b69ed13ab62060eb677cfe8b349240e0ad6cf/syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ca98c9535fd5dd8b1a17ad6c72e98307e4a6a9400be35f0620a33f8ff846e7a",
                "md5": "eee684518b00c236fef8881e879666b7",
                "sha256": "43b42278285d3b3ab8647c431a2b2cd8e5833a7fa5b86bf766788ecd0a1bd650"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "eee684518b00c236fef8881e879666b7",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1060007,
            "upload_time": "2025-01-06T23:00:41",
            "upload_time_iso_8601": "2025-01-06T23:00:41.223901Z",
            "url": "https://files.pythonhosted.org/packages/3c/a9/8c9535fd5dd8b1a17ad6c72e98307e4a6a9400be35f0620a33f8ff846e7a/syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "efcc3fb50bf53ab5fc4f547ad87b070f39ab77e85a4c21c7f563260ec2a16961",
                "md5": "a05625a02d86c619d1bc7228878b1524",
                "sha256": "0dd4008146d9de709160609da43973fe4e0b03aff7997d4790239accf0be6361"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a05625a02d86c619d1bc7228878b1524",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1115609,
            "upload_time": "2025-01-06T23:01:02",
            "upload_time_iso_8601": "2025-01-06T23:01:02.769246Z",
            "url": "https://files.pythonhosted.org/packages/ef/cc/3fb50bf53ab5fc4f547ad87b070f39ab77e85a4c21c7f563260ec2a16961/syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "18088c8200cff0a287bb11e57945dc6933f8505cafa5a98c9cdb40fda3b4c139",
                "md5": "0d87cc4a5d489587aa55dfb2eb49889f",
                "sha256": "59eb3f5f5fd2c9e87a7c9f665b768c16de9312b9415f63ded1f92c71ca2137b1"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0d87cc4a5d489587aa55dfb2eb49889f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1034807,
            "upload_time": "2025-01-06T23:01:38",
            "upload_time_iso_8601": "2025-01-06T23:01:38.656601Z",
            "url": "https://files.pythonhosted.org/packages/18/08/8c8200cff0a287bb11e57945dc6933f8505cafa5a98c9cdb40fda3b4c139/syllarust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa7afff237a3fb76a941afaee7d4acf4380f258d97d5ac8984e7d7a771ab2cb7",
                "md5": "b9bffdab61c02e8775b86119d87039d9",
                "sha256": "9e18e67edd7c0383083994ae09e1309854acf73692cc0e02c0c8c25cc14176c3"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b9bffdab61c02e8775b86119d87039d9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1158077,
            "upload_time": "2025-01-06T23:02:13",
            "upload_time_iso_8601": "2025-01-06T23:02:13.714890Z",
            "url": "https://files.pythonhosted.org/packages/aa/7a/fff237a3fb76a941afaee7d4acf4380f258d97d5ac8984e7d7a771ab2cb7/syllarust-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5968232293d5a6f050c94b6752999e54a1cd32d678ed18eb7d30eae4fed294d",
                "md5": "5107ef0df7ca1b00e0eef9e4e3d67f0e",
                "sha256": "bed7fd1be3b2791c72557816301c1ec4a3273fb9cf533eb82f1ee92fc0186ccd"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5107ef0df7ca1b00e0eef9e4e3d67f0e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1208476,
            "upload_time": "2025-01-06T23:02:35",
            "upload_time_iso_8601": "2025-01-06T23:02:35.608971Z",
            "url": "https://files.pythonhosted.org/packages/d5/96/8232293d5a6f050c94b6752999e54a1cd32d678ed18eb7d30eae4fed294d/syllarust-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e293d5a02cdb16059f3dee3984415cace1b0ac95ddcbf122241bd284b9b82735",
                "md5": "d02cbb8a91e7e64b15e113b0359d6cb8",
                "sha256": "8bfc93b45f5c67ac49ee753cfbbcd9561fa2880223adac52f63b725e36b7c7fa"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d02cbb8a91e7e64b15e113b0359d6cb8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1166325,
            "upload_time": "2025-01-06T23:02:54",
            "upload_time_iso_8601": "2025-01-06T23:02:54.469775Z",
            "url": "https://files.pythonhosted.org/packages/e2/93/d5a02cdb16059f3dee3984415cace1b0ac95ddcbf122241bd284b9b82735/syllarust-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bba713bd6e19904f196e3f32a69c917d2c9e7a47ef915703a320055dbfb95e71",
                "md5": "aaf37d311fca550740f0c3a8e2cc953d",
                "sha256": "b08fcdbe366eda1a7b6e5778c1664a9a2f208ba00ace307da5d55abaa234b1ca"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aaf37d311fca550740f0c3a8e2cc953d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1203144,
            "upload_time": "2025-01-06T23:03:18",
            "upload_time_iso_8601": "2025-01-06T23:03:18.051640Z",
            "url": "https://files.pythonhosted.org/packages/bb/a7/13bd6e19904f196e3f32a69c917d2c9e7a47ef915703a320055dbfb95e71/syllarust-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f87207c378982cdb83d4af5f0d92768b066aa2ed9e86b8c4d78f03d36f17a55c",
                "md5": "e0615d52783e80ca996f11b029c6bd4f",
                "sha256": "89f5a849f0997431eb0006cad7d51bc134b980722db6cca19e876c5ed07d82ed"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e0615d52783e80ca996f11b029c6bd4f",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 981501,
            "upload_time": "2025-01-06T23:00:01",
            "upload_time_iso_8601": "2025-01-06T23:00:01.737016Z",
            "url": "https://files.pythonhosted.org/packages/f8/72/07c378982cdb83d4af5f0d92768b066aa2ed9e86b8c4d78f03d36f17a55c/syllarust-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d72ef0d76c8b8766fe3601a03d8a3ef16d29b9df5c14f6d59f135e446feb09e8",
                "md5": "25008791f8fd4664b847efbd66746d47",
                "sha256": "a38e65f5d0b052fd88854a980d7a5773d43733e79002a84b4d8362566e317611"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "25008791f8fd4664b847efbd66746d47",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 947186,
            "upload_time": "2025-01-06T23:00:21",
            "upload_time_iso_8601": "2025-01-06T23:00:21.971842Z",
            "url": "https://files.pythonhosted.org/packages/d7/2e/f0d76c8b8766fe3601a03d8a3ef16d29b9df5c14f6d59f135e446feb09e8/syllarust-0.2.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b503af7cf980a81f13abbe8578c4bc20fb8770c2e810f68f55ddd6db797e167",
                "md5": "b75def0dfe592c5ea498ca10e431adac",
                "sha256": "5608bd27fcc243f6dcf7a79d6f4304040e1e4e5c1962626f80e82c34aaf84875"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b75def0dfe592c5ea498ca10e431adac",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1060236,
            "upload_time": "2025-01-06T23:00:44",
            "upload_time_iso_8601": "2025-01-06T23:00:44.012892Z",
            "url": "https://files.pythonhosted.org/packages/2b/50/3af7cf980a81f13abbe8578c4bc20fb8770c2e810f68f55ddd6db797e167/syllarust-0.2.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cae32951f639a8ede68eb99c7cbe5e724a42d907d04c3acae7cdb50ee89622aa",
                "md5": "cffac433f55bf8b81bfc6461fccef91f",
                "sha256": "1247a81e0fa8e6e648492f82beec210db01d6c3185df160c5dead4175e5f3097"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "cffac433f55bf8b81bfc6461fccef91f",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1115947,
            "upload_time": "2025-01-06T23:01:04",
            "upload_time_iso_8601": "2025-01-06T23:01:04.938074Z",
            "url": "https://files.pythonhosted.org/packages/ca/e3/2951f639a8ede68eb99c7cbe5e724a42d907d04c3acae7cdb50ee89622aa/syllarust-0.2.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a7faa6c3d38e6880fc3b43e45952707ce2df4cb9eb362713a4b2d47f36ec3b0",
                "md5": "ef1463b54c9a6f87ef75f2bd15a8949b",
                "sha256": "4c55fe01b2eb38f830d76804464a2f26b8f19d9d013b284d1a488469f9684f92"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ef1463b54c9a6f87ef75f2bd15a8949b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1158445,
            "upload_time": "2025-01-06T23:02:15",
            "upload_time_iso_8601": "2025-01-06T23:02:15.787351Z",
            "url": "https://files.pythonhosted.org/packages/0a/7f/aa6c3d38e6880fc3b43e45952707ce2df4cb9eb362713a4b2d47f36ec3b0/syllarust-0.2.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b265a4eef1d03f8695f4a9e6d6bd2b16c5bceafe759bf783ae264e1fe47a1a5b",
                "md5": "d16f22decdb8607596903a64a4c2cbf0",
                "sha256": "57d0a6aba36499c39e9c2982fb52ba88241315586f6dd8150a92caede8b7243b"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d16f22decdb8607596903a64a4c2cbf0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1209016,
            "upload_time": "2025-01-06T23:02:37",
            "upload_time_iso_8601": "2025-01-06T23:02:37.392621Z",
            "url": "https://files.pythonhosted.org/packages/b2/65/a4eef1d03f8695f4a9e6d6bd2b16c5bceafe759bf783ae264e1fe47a1a5b/syllarust-0.2.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b56fdf4e724568da14b57094d5f14e47103722849b34c351276b190dee2a3466",
                "md5": "800eb0f2c0ae8cb2cd5eb682fc123012",
                "sha256": "c39b4b99a6ede4892cca5243a7a9af6595e5c46027344bf07513bf3b4fe044f5"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "800eb0f2c0ae8cb2cd5eb682fc123012",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1166487,
            "upload_time": "2025-01-06T23:02:57",
            "upload_time_iso_8601": "2025-01-06T23:02:57.647944Z",
            "url": "https://files.pythonhosted.org/packages/b5/6f/df4e724568da14b57094d5f14e47103722849b34c351276b190dee2a3466/syllarust-0.2.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76a0e28615bcb43f0652ee19a03876e9b7ed958ec50937142c21b9254faee52b",
                "md5": "dca14a3d6c8679508e6b2d424fd3a838",
                "sha256": "63e396348a4e7061f7b4d0d69194b0f5ce3a6df53a84b06fa53fa4d6cf6165b2"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dca14a3d6c8679508e6b2d424fd3a838",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1203159,
            "upload_time": "2025-01-06T23:03:22",
            "upload_time_iso_8601": "2025-01-06T23:03:22.156863Z",
            "url": "https://files.pythonhosted.org/packages/76/a0/e28615bcb43f0652ee19a03876e9b7ed958ec50937142c21b9254faee52b/syllarust-0.2.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e23da21eb6fca8e7c693d292148400eaf25b8216dcf8f9a08377c0f08d1b7f2",
                "md5": "6a9ea3ec112ed127635972c1775cc862",
                "sha256": "a265ef41a838d3095e9f2700b5210c9c690dee0587c59f27b11a8472a1ec72b8"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6a9ea3ec112ed127635972c1775cc862",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 981264,
            "upload_time": "2025-01-06T23:00:03",
            "upload_time_iso_8601": "2025-01-06T23:00:03.559223Z",
            "url": "https://files.pythonhosted.org/packages/6e/23/da21eb6fca8e7c693d292148400eaf25b8216dcf8f9a08377c0f08d1b7f2/syllarust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd089d55736dd4bd4b29f299918e55d35b6ddff580c73160de9481833d5b338f",
                "md5": "c39ae7f8d36f3ab9a785d2a966609dfa",
                "sha256": "a4e48bf3bd9b103ee6a71f6bdf425ba48be15d7cdd484f972c598ac4b3504a92"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c39ae7f8d36f3ab9a785d2a966609dfa",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 947040,
            "upload_time": "2025-01-06T23:00:23",
            "upload_time_iso_8601": "2025-01-06T23:00:23.921178Z",
            "url": "https://files.pythonhosted.org/packages/dd/08/9d55736dd4bd4b29f299918e55d35b6ddff580c73160de9481833d5b338f/syllarust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "979dd41a99dcaa3e34529ff7d847bffbb8f584329abe3de37ae36410c4aaef0e",
                "md5": "c2adf5152e5a67c2b9121bb906237cba",
                "sha256": "b090a484a9a253d2d5719aa31f2838c8519ef5d9a305a73cf2549b870d772bb7"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c2adf5152e5a67c2b9121bb906237cba",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1060223,
            "upload_time": "2025-01-06T23:00:47",
            "upload_time_iso_8601": "2025-01-06T23:00:47.009459Z",
            "url": "https://files.pythonhosted.org/packages/97/9d/d41a99dcaa3e34529ff7d847bffbb8f584329abe3de37ae36410c4aaef0e/syllarust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f458620f14711f0049442ffd5b7d7f06103a33212b43ee5f949f07d6af2a404",
                "md5": "22e60700f753fb97b491ccc003e120b9",
                "sha256": "8f0101add2f48998e98508fdf0ede148065b94191aca121bc8f12bb3af6af6d4"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "22e60700f753fb97b491ccc003e120b9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1115941,
            "upload_time": "2025-01-06T23:01:07",
            "upload_time_iso_8601": "2025-01-06T23:01:07.832111Z",
            "url": "https://files.pythonhosted.org/packages/6f/45/8620f14711f0049442ffd5b7d7f06103a33212b43ee5f949f07d6af2a404/syllarust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c8c22f1a2d9ae699b2b29c9d9f0e2b14af3be7ae29419f6d31968f8940df31ba",
                "md5": "45cc0cecb59bb6876657406dfbd2506f",
                "sha256": "92d47bbab8b2cda54b901c2bbbad07c8e97a62fd0ed64729efb3bf7006197e08"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "45cc0cecb59bb6876657406dfbd2506f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1158453,
            "upload_time": "2025-01-06T23:02:18",
            "upload_time_iso_8601": "2025-01-06T23:02:18.773065Z",
            "url": "https://files.pythonhosted.org/packages/c8/c2/2f1a2d9ae699b2b29c9d9f0e2b14af3be7ae29419f6d31968f8940df31ba/syllarust-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b22f1888ea8a679b9711f2f4bb25e415d55e29fbb35ce34c7c826399169d60bf",
                "md5": "77ca11e47895b802dddbe328cbeb06e7",
                "sha256": "9f5b9248a284ac07e519289ca48cfcbc39390e8d06a7cfa889a1a1a083fa7275"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "77ca11e47895b802dddbe328cbeb06e7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1208814,
            "upload_time": "2025-01-06T23:02:39",
            "upload_time_iso_8601": "2025-01-06T23:02:39.412100Z",
            "url": "https://files.pythonhosted.org/packages/b2/2f/1888ea8a679b9711f2f4bb25e415d55e29fbb35ce34c7c826399169d60bf/syllarust-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9414437076d5a3432f1d9b6f12c9d9003e9633f9a45e2ad94685ab13a741c21",
                "md5": "10f4cbdd7624f7c80cd4793d7a0088fb",
                "sha256": "44ab28dd9cd411600895ab7e700663c87085537a6589032a25dea201b68b65b3"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "10f4cbdd7624f7c80cd4793d7a0088fb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1166579,
            "upload_time": "2025-01-06T23:02:59",
            "upload_time_iso_8601": "2025-01-06T23:02:59.746705Z",
            "url": "https://files.pythonhosted.org/packages/a9/41/4437076d5a3432f1d9b6f12c9d9003e9633f9a45e2ad94685ab13a741c21/syllarust-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a88dbfb0ab40bb589a629d734cb3aa2b75fcde974e04173b6b20dfd5925e79c5",
                "md5": "939fa9b64c40f552ec9477271402d0c7",
                "sha256": "24c57f12f34d2de31f0774e8d1cfbaf8ca18427eeb3f1252992dab08e4f7e137"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "939fa9b64c40f552ec9477271402d0c7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1203427,
            "upload_time": "2025-01-06T23:03:25",
            "upload_time_iso_8601": "2025-01-06T23:03:25.243157Z",
            "url": "https://files.pythonhosted.org/packages/a8/8d/bfb0ab40bb589a629d734cb3aa2b75fcde974e04173b6b20dfd5925e79c5/syllarust-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d05aa007893917af556d97fff5a41adea3a46d4450a110e87a2715dd11c46265",
                "md5": "7c27e9d4a9bdb0196ec0d2e86182113f",
                "sha256": "22419d9f14755c0cd98dfbec70d24835c57340c205875c3b660353527328955d"
            },
            "downloads": -1,
            "filename": "syllarust-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7c27e9d4a9bdb0196ec0d2e86182113f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12767,
            "upload_time": "2025-01-06T23:03:27",
            "upload_time_iso_8601": "2025-01-06T23:03:27.843283Z",
            "url": "https://files.pythonhosted.org/packages/d0/5a/a007893917af556d97fff5a41adea3a46d4450a110e87a2715dd11c46265/syllarust-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 23:03:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cyalen",
    "github_project": "syllable-rs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "syllarust"
}
        
Elapsed time: 0.62643s