# Lark-Cython
Cython plugin for [Lark](https://github.com/lark-parser/lark), reimplementing the LALR parser & lexer for better performance on CPython.
Install:
```python
pip install lark-cython
```
Usage:
```python
import lark_cython
parser = Lark(grammar, parser="lalr", _plugins=lark_cython.plugins)
# Use Lark as you usually would, with a huge performance boost
```
See the [examples](https://github.com/lark-parser/lark_cython/tree/master/examples) for more.
## Differences from Lark
- `Token` instances do not inherit from `str`. You must use the `value` attribute to get the string.
## Other caveats
- Postlexer isn't currently implemented
## Speed
In current benchmarks, lark-cython is about 50% to 80% faster than Lark.
We're still in the early stages, and in the future, lark-cython might go a lot faster.
## Other
License: MIT
Author: [Erez Shinan](https://github.com/erezsh/)
Special thanks goes to [Datafold](https://github.com/datafold) for commissioning the draft for lark-cython, and allowing me to release it as open-source.
Raw data
{
"_id": null,
"home_page": "https://github.com/lark-parser/lark_cython",
"name": "lark-cython",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "Lark LALR parser optimized Cython",
"author": "Erez Shinan",
"author_email": "lark@erezsh.com",
"download_url": "https://files.pythonhosted.org/packages/99/23/70a22ef80632b877ab121eb61dc85cdf24733f4bb7df9982b14bfbc856fc/lark_cython-0.0.16.tar.gz",
"platform": null,
"description": "# Lark-Cython\n\nCython plugin for [Lark](https://github.com/lark-parser/lark), reimplementing the LALR parser & lexer for better performance on CPython.\n\nInstall:\n\n```python\npip install lark-cython\n```\n\nUsage:\n\n```python\nimport lark_cython\n\nparser = Lark(grammar, parser=\"lalr\", _plugins=lark_cython.plugins)\n\n# Use Lark as you usually would, with a huge performance boost\n```\n\nSee the [examples](https://github.com/lark-parser/lark_cython/tree/master/examples) for more.\n\n\n## Differences from Lark\n\n- `Token` instances do not inherit from `str`. You must use the `value` attribute to get the string.\n\n## Other caveats\n\n- Postlexer isn't currently implemented\n\n## Speed\n\nIn current benchmarks, lark-cython is about 50% to 80% faster than Lark.\n\nWe're still in the early stages, and in the future, lark-cython might go a lot faster.\n\n## Other\n\nLicense: MIT\n\nAuthor: [Erez Shinan](https://github.com/erezsh/)\n\nSpecial thanks goes to [Datafold](https://github.com/datafold) for commissioning the draft for lark-cython, and allowing me to release it as open-source.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Lark plugin that optimizes LALR parsing using Cython",
"version": "0.0.16",
"project_urls": {
"Homepage": "https://github.com/lark-parser/lark_cython"
},
"split_keywords": [
"lark",
"lalr",
"parser",
"optimized",
"cython"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c48c8c954bec1240b6c3bc548749876ecf5fe9f5746cd5d36391a0238acd5ae",
"md5": "00b861cfe35c536c4f03d0c0276a3f1b",
"sha256": "39132b1c8a27493c916ca74bd18886fa8b15aa4dd212b132def9f78796c3595b"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "00b861cfe35c536c4f03d0c0276a3f1b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 220057,
"upload_time": "2024-11-05T18:08:55",
"upload_time_iso_8601": "2024-11-05T18:08:55.166413Z",
"url": "https://files.pythonhosted.org/packages/9c/48/c8c954bec1240b6c3bc548749876ecf5fe9f5746cd5d36391a0238acd5ae/lark_cython-0.0.16-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ace5244b4c571596b735d55931b71f174bdaf39b3651c8187eb31c264e76574",
"md5": "d267f18dc84606760df088af758e3d19",
"sha256": "76330113675355ddab0b3788fc09129ac2a6baeb71124ac604b5b5f12ee46909"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d267f18dc84606760df088af758e3d19",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 1489628,
"upload_time": "2024-11-05T18:08:57",
"upload_time_iso_8601": "2024-11-05T18:08:57.309475Z",
"url": "https://files.pythonhosted.org/packages/4a/ce/5244b4c571596b735d55931b71f174bdaf39b3651c8187eb31c264e76574/lark_cython-0.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f24929e7e1402d37aef103b32a696a119a61c6275e7fb597225096b4cb7d7557",
"md5": "094aa22cd746195a1da8470796058f31",
"sha256": "224fd24a64f97c4ab4e8147cd5972e66c6aea62ba69131423f9993c367c2218f"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "094aa22cd746195a1da8470796058f31",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 1394708,
"upload_time": "2024-11-05T18:09:00",
"upload_time_iso_8601": "2024-11-05T18:09:00.419602Z",
"url": "https://files.pythonhosted.org/packages/f2/49/29e7e1402d37aef103b32a696a119a61c6275e7fb597225096b4cb7d7557/lark_cython-0.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aaa02ed3e6a6d3b8c39eadba3a8465a6aaf6466945c15f5f249ef17e94192234",
"md5": "9b393189bad6afb142f4ec3ba3b940d3",
"sha256": "f4f2bde437c2f811694f090c61547279b00396fdc1e575589ccb4d4a9e5f2a37"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "9b393189bad6afb142f4ec3ba3b940d3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 1373244,
"upload_time": "2024-11-05T18:09:01",
"upload_time_iso_8601": "2024-11-05T18:09:01.830773Z",
"url": "https://files.pythonhosted.org/packages/aa/a0/2ed3e6a6d3b8c39eadba3a8465a6aaf6466945c15f5f249ef17e94192234/lark_cython-0.0.16-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b09b2d38732962e9918df1a3035e38751fbd6688fb2d78796ea5fb557a601db2",
"md5": "95ae650de36fbc06c4d960ee309505e3",
"sha256": "206e08545970a61b35279b5560c9d2ae959c2169d6a42fb56466405f19809f1b"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "95ae650de36fbc06c4d960ee309505e3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 1418192,
"upload_time": "2024-11-05T18:09:03",
"upload_time_iso_8601": "2024-11-05T18:09:03.419292Z",
"url": "https://files.pythonhosted.org/packages/b0/9b/2d38732962e9918df1a3035e38751fbd6688fb2d78796ea5fb557a601db2/lark_cython-0.0.16-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cb693fb7dc73130a11ccadf40e37730ca99269470c21e442656e82d0bb84bb10",
"md5": "143f71528a0ce04f5444407001224abe",
"sha256": "6a8cb9c9c4f406d20d26525638935ca9f3c049fe2d98cd86c8fad7486ebda674"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "143f71528a0ce04f5444407001224abe",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 171742,
"upload_time": "2024-11-05T18:09:05",
"upload_time_iso_8601": "2024-11-05T18:09:05.038059Z",
"url": "https://files.pythonhosted.org/packages/cb/69/3fb7dc73130a11ccadf40e37730ca99269470c21e442656e82d0bb84bb10/lark_cython-0.0.16-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e86cad3d800d9d50d83a751e3991b6128cce6197aa2260344904312207321e5",
"md5": "d6fe477261f6552b7854b0dd56eca0d7",
"sha256": "2d36dcef01b18d02ada774a5a66ad0ce79b7a82ffc9ee72fed10295d47910ce5"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "d6fe477261f6552b7854b0dd56eca0d7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 200013,
"upload_time": "2024-11-05T18:09:06",
"upload_time_iso_8601": "2024-11-05T18:09:06.789266Z",
"url": "https://files.pythonhosted.org/packages/2e/86/cad3d800d9d50d83a751e3991b6128cce6197aa2260344904312207321e5/lark_cython-0.0.16-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9bd2faadf6c8b2f1df15be749d6e4b37d70d3a552118ab58af8eb715e2c77ae1",
"md5": "390c48386c869e87c482002bb16b9129",
"sha256": "1f018d123b0c0c64f186f353b5edae2b93fb9c0cef494f9289e895507ca98bc8"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "390c48386c869e87c482002bb16b9129",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 220821,
"upload_time": "2024-11-05T18:09:11",
"upload_time_iso_8601": "2024-11-05T18:09:11.778932Z",
"url": "https://files.pythonhosted.org/packages/9b/d2/faadf6c8b2f1df15be749d6e4b37d70d3a552118ab58af8eb715e2c77ae1/lark_cython-0.0.16-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7ca4faf35760d6a5580783d14b3c66f04788b7fd8247d00b3cd2aff31d0b200",
"md5": "effadb31299dbdc5a4e4e1d6fa10259a",
"sha256": "8e314630fd2dece5823017c393036c451eb7cb2efd691569a5d735f183129f03"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "effadb31299dbdc5a4e4e1d6fa10259a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 1613864,
"upload_time": "2024-11-05T18:09:13",
"upload_time_iso_8601": "2024-11-05T18:09:13.691783Z",
"url": "https://files.pythonhosted.org/packages/b7/ca/4faf35760d6a5580783d14b3c66f04788b7fd8247d00b3cd2aff31d0b200/lark_cython-0.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5ae6e2639ce572a2bc9148d6b868229b25b4253f9e8878aab15275e24fc71a25",
"md5": "7d59a27396ac8825cf56fb38bdb7e2b9",
"sha256": "30ad75f32b6cb6ee627fb75a4d18762ad2fd060c7b1b4b8b81ebf668457ba14d"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "7d59a27396ac8825cf56fb38bdb7e2b9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 1512613,
"upload_time": "2024-11-05T18:09:15",
"upload_time_iso_8601": "2024-11-05T18:09:15.248470Z",
"url": "https://files.pythonhosted.org/packages/5a/e6/e2639ce572a2bc9148d6b868229b25b4253f9e8878aab15275e24fc71a25/lark_cython-0.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ff02823374d4c226c9d1c0e6f8b8795f704738fe75f2f1e653791dab75c02b6",
"md5": "afea9e6e3e457f16c0ff621f54e02b74",
"sha256": "2f67e02b1c86b678db94631a89701343e9c998ad10e4a71e196e25107f8a46f7"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "afea9e6e3e457f16c0ff621f54e02b74",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 1516352,
"upload_time": "2024-11-05T18:09:16",
"upload_time_iso_8601": "2024-11-05T18:09:16.753439Z",
"url": "https://files.pythonhosted.org/packages/8f/f0/2823374d4c226c9d1c0e6f8b8795f704738fe75f2f1e653791dab75c02b6/lark_cython-0.0.16-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e9a7b55982a69518d202520d26b71145efc88e31ce71989774835a79f1b76b83",
"md5": "a0d05a30ee4145ba3bc3dae7f3ff359f",
"sha256": "4b62c65f93e93a8fe7f7e4c79a45213c9fc0d0285f299c100403e3f64aca6a15"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "a0d05a30ee4145ba3bc3dae7f3ff359f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 1576290,
"upload_time": "2024-11-05T18:09:18",
"upload_time_iso_8601": "2024-11-05T18:09:18.227048Z",
"url": "https://files.pythonhosted.org/packages/e9/a7/b55982a69518d202520d26b71145efc88e31ce71989774835a79f1b76b83/lark_cython-0.0.16-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ab8035dcd6ac48e5a1f8d81f24fe6e818bbac18dbba8936b514938c9f8a59097",
"md5": "f244c789518d1040907a43225dd2cbfa",
"sha256": "85bd163d7586beea737bd92cdbf142486b49f4daccd68d394f1e8687e2422281"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "f244c789518d1040907a43225dd2cbfa",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 171634,
"upload_time": "2024-11-05T18:09:20",
"upload_time_iso_8601": "2024-11-05T18:09:20.778837Z",
"url": "https://files.pythonhosted.org/packages/ab/80/35dcd6ac48e5a1f8d81f24fe6e818bbac18dbba8936b514938c9f8a59097/lark_cython-0.0.16-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45372de740c9d7ad8e104f37684de2c3185319812f4164ccc39d778bf32370c1",
"md5": "e330312850c87d82d5613330d7aba996",
"sha256": "b5a6c5f4518b2db488c30d2096e8b6f09b8158a78c502342f347d49a2a599f00"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "e330312850c87d82d5613330d7aba996",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 200830,
"upload_time": "2024-11-05T18:09:22",
"upload_time_iso_8601": "2024-11-05T18:09:22.487958Z",
"url": "https://files.pythonhosted.org/packages/45/37/2de740c9d7ad8e104f37684de2c3185319812f4164ccc39d778bf32370c1/lark_cython-0.0.16-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5b165b1b210d9657b9e24a1baa855284e9aa5101f13265acce41e1911bb39872",
"md5": "9205203e278c01198fa1cb88bb1d7d53",
"sha256": "128378c65696e6d5aafa8008a544d960b70f17a88311f3648fe7d658c7c71dd3"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "9205203e278c01198fa1cb88bb1d7d53",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 224730,
"upload_time": "2024-11-05T18:09:23",
"upload_time_iso_8601": "2024-11-05T18:09:23.794265Z",
"url": "https://files.pythonhosted.org/packages/5b/16/5b1b210d9657b9e24a1baa855284e9aa5101f13265acce41e1911bb39872/lark_cython-0.0.16-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c9fcc62d12d9ab99ce4fa012d34ef43f9575318eb78ec9fe2710c7ee3858310",
"md5": "f6f5230a54129f9d1b818c1c01f9cc81",
"sha256": "f13bdfb02efea7f9fb07ba0b90e3e097d70e642ca4070550c80c0171229907f4"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f6f5230a54129f9d1b818c1c01f9cc81",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 1593369,
"upload_time": "2024-11-05T18:09:25",
"upload_time_iso_8601": "2024-11-05T18:09:25.206730Z",
"url": "https://files.pythonhosted.org/packages/3c/9f/cc62d12d9ab99ce4fa012d34ef43f9575318eb78ec9fe2710c7ee3858310/lark_cython-0.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c324379895e51c4fcffee3a9243d2c2f35718582d56520404f13e888ca0b05c",
"md5": "4fb08e89528397c01928eb7315987d04",
"sha256": "e6c388ba6ec7c48d2d03811aa6ec60a0d854313fe55f3a9dc2b4c94a83e2a49f"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "4fb08e89528397c01928eb7315987d04",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 1488197,
"upload_time": "2024-11-05T18:09:26",
"upload_time_iso_8601": "2024-11-05T18:09:26.602212Z",
"url": "https://files.pythonhosted.org/packages/8c/32/4379895e51c4fcffee3a9243d2c2f35718582d56520404f13e888ca0b05c/lark_cython-0.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bc80b3936f18fa218bbe0a3ba803a8f686c263070f7d5bd972367a84d8c72cc1",
"md5": "d3778c8251894590da45f1ec9a12f7f8",
"sha256": "b9b3a3e99b90646d034b4efd4bbe0083a8a523a1e81999f1f11522f7681f175e"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "d3778c8251894590da45f1ec9a12f7f8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 1475935,
"upload_time": "2024-11-05T18:09:28",
"upload_time_iso_8601": "2024-11-05T18:09:28.325542Z",
"url": "https://files.pythonhosted.org/packages/bc/80/b3936f18fa218bbe0a3ba803a8f686c263070f7d5bd972367a84d8c72cc1/lark_cython-0.0.16-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd0545d772a77d7b00a2c16f115b6f31ec276cf525579dcad731d23487ee6f16",
"md5": "c3c8bb3270f5fa076f31217c3aa35e87",
"sha256": "8e5ee551f6fcead83d3fd8e5bc0288d435ad7eda07fcb6d02065135336a92c08"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c3c8bb3270f5fa076f31217c3aa35e87",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 1549863,
"upload_time": "2024-11-05T18:09:29",
"upload_time_iso_8601": "2024-11-05T18:09:29.850640Z",
"url": "https://files.pythonhosted.org/packages/cd/05/45d772a77d7b00a2c16f115b6f31ec276cf525579dcad731d23487ee6f16/lark_cython-0.0.16-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d15199f32e029515736f862d84427fc9e6bba8137a1ff97d0034fe64c50d5d20",
"md5": "7c033d4d998a96a920400ded09ae82e9",
"sha256": "2bdf91ad6c0d89cddea7736d14bcd22b7facb72b0744f5921521dcdac66d15bf"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "7c033d4d998a96a920400ded09ae82e9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 167832,
"upload_time": "2024-11-05T18:09:31",
"upload_time_iso_8601": "2024-11-05T18:09:31.129774Z",
"url": "https://files.pythonhosted.org/packages/d1/51/99f32e029515736f862d84427fc9e6bba8137a1ff97d0034fe64c50d5d20/lark_cython-0.0.16-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e671bad545644069fdd5214afcf3a1c83e573e385e1a1a3305514eea48fe10c7",
"md5": "6295d075a4ec71421e512d11c375c5c9",
"sha256": "4217d549da4fe50cfb8975c6b2a7fd7953589e35f6cf79911dcc44b782d41145"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "6295d075a4ec71421e512d11c375c5c9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 198207,
"upload_time": "2024-11-05T18:09:32",
"upload_time_iso_8601": "2024-11-05T18:09:32.256987Z",
"url": "https://files.pythonhosted.org/packages/e6/71/bad545644069fdd5214afcf3a1c83e573e385e1a1a3305514eea48fe10c7/lark_cython-0.0.16-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "04519ae6d01e34093d192b59652e3c59fdf6dcde5407306d49da0632f473babc",
"md5": "65b00d591c0428bc84150f0edc2cd42d",
"sha256": "da59414ce9d9b51b771576ee6896f2b9134bfa15eec5a28cc2f9e63dd7f6dd6a"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "65b00d591c0428bc84150f0edc2cd42d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 221923,
"upload_time": "2024-11-05T18:09:34",
"upload_time_iso_8601": "2024-11-05T18:09:34.066111Z",
"url": "https://files.pythonhosted.org/packages/04/51/9ae6d01e34093d192b59652e3c59fdf6dcde5407306d49da0632f473babc/lark_cython-0.0.16-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5eb422878dee3e393dca17bc9fee04109995c495644d95a466974a2f074a2978",
"md5": "a74f8c3e62d0147cd5f4535f252387aa",
"sha256": "f4e4f6c6bff79628f7f6766e25e181509220ea4d656a89caa7f330447d697e0c"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a74f8c3e62d0147cd5f4535f252387aa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 1595497,
"upload_time": "2024-11-05T18:09:36",
"upload_time_iso_8601": "2024-11-05T18:09:36.250100Z",
"url": "https://files.pythonhosted.org/packages/5e/b4/22878dee3e393dca17bc9fee04109995c495644d95a466974a2f074a2978/lark_cython-0.0.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d8a5905582b0da7b3146f8ecbfdf1c53eb785203c48c159b47f972e26c67a931",
"md5": "346730ff69f1dbb1e0e2403ccaada29e",
"sha256": "d016a25e8a72e84c00fbee5d37fb8b5dfdef3ee40c7838f342a6ada595d528d5"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "346730ff69f1dbb1e0e2403ccaada29e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 1489286,
"upload_time": "2024-11-05T18:09:37",
"upload_time_iso_8601": "2024-11-05T18:09:37.687261Z",
"url": "https://files.pythonhosted.org/packages/d8/a5/905582b0da7b3146f8ecbfdf1c53eb785203c48c159b47f972e26c67a931/lark_cython-0.0.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e6095e73709fc6651b1eb64edb126fdd361c4fe7d6c40491612dccc968bd47b",
"md5": "1c1877e462df0142bdcc386a9f2ea85e",
"sha256": "d1a44bf55bc1d0c25597c54421e8a8657f31647d39eca44454a9f117533f80d7"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "1c1877e462df0142bdcc386a9f2ea85e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 1482972,
"upload_time": "2024-11-05T18:09:39",
"upload_time_iso_8601": "2024-11-05T18:09:39.109242Z",
"url": "https://files.pythonhosted.org/packages/3e/60/95e73709fc6651b1eb64edb126fdd361c4fe7d6c40491612dccc968bd47b/lark_cython-0.0.16-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b37b18ab7f0d99d383e81ed7bdeb4fb473bf34c9a0013b0cf33e39c0cca1d41d",
"md5": "b282734ea4081c7942cf55cce1d25b38",
"sha256": "bf3d086053bf75bb7f0e08adc7da925432154e47674d287223ab68e1e5e618f5"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b282734ea4081c7942cf55cce1d25b38",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 1543348,
"upload_time": "2024-11-05T18:09:40",
"upload_time_iso_8601": "2024-11-05T18:09:40.984289Z",
"url": "https://files.pythonhosted.org/packages/b3/7b/18ab7f0d99d383e81ed7bdeb4fb473bf34c9a0013b0cf33e39c0cca1d41d/lark_cython-0.0.16-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "28e7fac81ecdd09a80cf5200a4a9b3123f299c1083269dac88e09456b0e1f08c",
"md5": "712b2cbc9b88d9f09b4f2cccb940ac78",
"sha256": "6c0b137d62fc8e5af330d47db89166f2c95c1612e8a2338ceb1326ac8ab07d27"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "712b2cbc9b88d9f09b4f2cccb940ac78",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 167481,
"upload_time": "2024-11-05T18:09:42",
"upload_time_iso_8601": "2024-11-05T18:09:42.980939Z",
"url": "https://files.pythonhosted.org/packages/28/e7/fac81ecdd09a80cf5200a4a9b3123f299c1083269dac88e09456b0e1f08c/lark_cython-0.0.16-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0a9137df3e54c533dfac7c5d2ef3a8078a71bc0baa32617b38bfa578d4faaaf6",
"md5": "aaabc08e810b7d3fe11021097cbee315",
"sha256": "a56b5b2302c2b1d86febead644f87a2f22363c895ae90d93a517d574ec45ef1b"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "aaabc08e810b7d3fe11021097cbee315",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 197561,
"upload_time": "2024-11-05T18:09:44",
"upload_time_iso_8601": "2024-11-05T18:09:44.284541Z",
"url": "https://files.pythonhosted.org/packages/0a/91/37df3e54c533dfac7c5d2ef3a8078a71bc0baa32617b38bfa578d4faaaf6/lark_cython-0.0.16-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a493532947dcce596fff2564961ca51887d4828bc4abb985e5d3762edd72b366",
"md5": "cb296063eb2ae900d5d704709a4f96b5",
"sha256": "7ea98fbbbe32f1e5bfc8d4af206916ac69afadfbadf9e1bf23d78282713a2e70"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "cb296063eb2ae900d5d704709a4f96b5",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 219591,
"upload_time": "2024-11-05T18:09:45",
"upload_time_iso_8601": "2024-11-05T18:09:45.547522Z",
"url": "https://files.pythonhosted.org/packages/a4/93/532947dcce596fff2564961ca51887d4828bc4abb985e5d3762edd72b366/lark_cython-0.0.16-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f5da2b1ca7d41a6703939171630bdd21beda1a69d3249c2457b4025807becd4c",
"md5": "346ab828e6f9a355bdc1a1abb4a3559d",
"sha256": "96ae2e98f4d4fcd0ccd87113795869948708ee164b14a9c01c32aa2978ae4efd"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "346ab828e6f9a355bdc1a1abb4a3559d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 1539377,
"upload_time": "2024-11-05T18:09:47",
"upload_time_iso_8601": "2024-11-05T18:09:47.290228Z",
"url": "https://files.pythonhosted.org/packages/f5/da/2b1ca7d41a6703939171630bdd21beda1a69d3249c2457b4025807becd4c/lark_cython-0.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "97a318f57437af85fb66be5b518f551611d4a194a46ed8eadf666a1394a3e62d",
"md5": "1e025598388ebe0302d552ea1f24a0dd",
"sha256": "bcbd1a7e92507ef2dfdd85e87a86db4ea292da086ef26edfe54966c61b0e15d7"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "1e025598388ebe0302d552ea1f24a0dd",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 1438294,
"upload_time": "2024-11-05T18:09:48",
"upload_time_iso_8601": "2024-11-05T18:09:48.693585Z",
"url": "https://files.pythonhosted.org/packages/97/a3/18f57437af85fb66be5b518f551611d4a194a46ed8eadf666a1394a3e62d/lark_cython-0.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "12071b36432e4fc1a2f1041535b4cf13f4c9e40d9b8c8236b9b7433b0a648581",
"md5": "c704bc415ba21c08ac8fb3d8056116d2",
"sha256": "3c841a9df2b3f379123f3153cd5f76cfbe251dbde912022bfd71917df99aa412"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c704bc415ba21c08ac8fb3d8056116d2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 1427136,
"upload_time": "2024-11-05T18:09:50",
"upload_time_iso_8601": "2024-11-05T18:09:50.349366Z",
"url": "https://files.pythonhosted.org/packages/12/07/1b36432e4fc1a2f1041535b4cf13f4c9e40d9b8c8236b9b7433b0a648581/lark_cython-0.0.16-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ce639e6ca07bc592eb13e6ca1cfcd9e0cb63e29a5f5a83975d61654521d38ba2",
"md5": "0f7a1e56c89bd5d6bfaaef2c19091e50",
"sha256": "f389ed6b189e3832b11ccc90e79f37e97eeb06099bc0ee539775c8a77d61f3aa"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "0f7a1e56c89bd5d6bfaaef2c19091e50",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 1467082,
"upload_time": "2024-11-05T18:09:51",
"upload_time_iso_8601": "2024-11-05T18:09:51.892665Z",
"url": "https://files.pythonhosted.org/packages/ce/63/9e6ca07bc592eb13e6ca1cfcd9e0cb63e29a5f5a83975d61654521d38ba2/lark_cython-0.0.16-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9423de501af919ae1127723babb36e6fb68cd47597b372b5c28da2a6ac9faea9",
"md5": "86c6109b497ebffe27dbac8790462ba2",
"sha256": "d96abeab5913078f472d726bc4080b608838f3e69ff3960484fea57c41245681"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "86c6109b497ebffe27dbac8790462ba2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 173175,
"upload_time": "2024-11-05T18:09:53",
"upload_time_iso_8601": "2024-11-05T18:09:53.778431Z",
"url": "https://files.pythonhosted.org/packages/94/23/de501af919ae1127723babb36e6fb68cd47597b372b5c28da2a6ac9faea9/lark_cython-0.0.16-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea9c5c2d6ca42cca89e0ee6e26ab92060d8cc74637d7a44b62fe94502d673b9b",
"md5": "46b7cf584985064c078949eb8f182df9",
"sha256": "d094cf7ed8bb3f3f5560a8b0f7084e4986da7359e92a4c4f52cc7c27582d1872"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "46b7cf584985064c078949eb8f182df9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 202229,
"upload_time": "2024-11-05T18:09:55",
"upload_time_iso_8601": "2024-11-05T18:09:55.137847Z",
"url": "https://files.pythonhosted.org/packages/ea/9c/5c2d6ca42cca89e0ee6e26ab92060d8cc74637d7a44b62fe94502d673b9b/lark_cython-0.0.16-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9c8d66faa50513c95638d2c9e121db2c63bcd3a17a6241558c6f7caed69f6a06",
"md5": "4c5296f2aff869cea5df7fd26294f696",
"sha256": "7c9d557727378e09e3386f02e2daa0b9fdf5cf7830b0ed40db7872be6c9eae5c"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4c5296f2aff869cea5df7fd26294f696",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 220554,
"upload_time": "2024-11-05T18:09:56",
"upload_time_iso_8601": "2024-11-05T18:09:56.446779Z",
"url": "https://files.pythonhosted.org/packages/9c/8d/66faa50513c95638d2c9e121db2c63bcd3a17a6241558c6f7caed69f6a06/lark_cython-0.0.16-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b10a5d599810b44ecceccab21b575934c88380ec3cc7e7d7ff763d115c944440",
"md5": "bed2003aff25cfb111216268f9d7dc26",
"sha256": "20dc29e906a059e8993bd2671f268a8bbc7e15d7b1e5773f26f862bc71d82bf4"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bed2003aff25cfb111216268f9d7dc26",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 1491865,
"upload_time": "2024-11-05T18:09:58",
"upload_time_iso_8601": "2024-11-05T18:09:58.637723Z",
"url": "https://files.pythonhosted.org/packages/b1/0a/5d599810b44ecceccab21b575934c88380ec3cc7e7d7ff763d115c944440/lark_cython-0.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1332a815354d5598289f041b780130fa96768b74c8c3bf69ea782d9fb516404",
"md5": "67f8bcfa54c1fde1926264022cee26e6",
"sha256": "a79f3d9d3c879a82acc6afdc7fc8a3a763be97d2310d694622f9c1692275150d"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "67f8bcfa54c1fde1926264022cee26e6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 1400651,
"upload_time": "2024-11-05T18:10:00",
"upload_time_iso_8601": "2024-11-05T18:10:00.218751Z",
"url": "https://files.pythonhosted.org/packages/f1/33/2a815354d5598289f041b780130fa96768b74c8c3bf69ea782d9fb516404/lark_cython-0.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed253eaff121b7c07d35620f80fe3e2b3d8ee95c40a6da596d46e34ea847d499",
"md5": "e898009f77664d74dff9bc5568a4f49b",
"sha256": "c6d973f0221ebeb34aacb155b36abc8855a6a589b2c215fd63df04a9123f4711"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "e898009f77664d74dff9bc5568a4f49b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 1378414,
"upload_time": "2024-11-05T18:10:01",
"upload_time_iso_8601": "2024-11-05T18:10:01.768979Z",
"url": "https://files.pythonhosted.org/packages/ed/25/3eaff121b7c07d35620f80fe3e2b3d8ee95c40a6da596d46e34ea847d499/lark_cython-0.0.16-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d621c96d7ccbc7e55b72154eb6e463712a3396476060ca541ff030230ec53aaa",
"md5": "3b2e7472e55371f84fc9bc3018dd9d5d",
"sha256": "8e4aae1fc1f196b59e94827a1ce416045e56ad78ec97b334f45169e5eeabfe8a"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "3b2e7472e55371f84fc9bc3018dd9d5d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 1416392,
"upload_time": "2024-11-05T18:10:03",
"upload_time_iso_8601": "2024-11-05T18:10:03.307542Z",
"url": "https://files.pythonhosted.org/packages/d6/21/c96d7ccbc7e55b72154eb6e463712a3396476060ca541ff030230ec53aaa/lark_cython-0.0.16-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1234293a33e69376cc302e10a0db610991aa9488d97e1fd2c34ec9c61d70df8f",
"md5": "b6738904fdd0801b55df3e7d33c78929",
"sha256": "401d5b5e2aba44be71023bd71e0bf068df853421c2c7673cbf8fd6080f5e6926"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "b6738904fdd0801b55df3e7d33c78929",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 171925,
"upload_time": "2024-11-05T18:10:04",
"upload_time_iso_8601": "2024-11-05T18:10:04.739195Z",
"url": "https://files.pythonhosted.org/packages/12/34/293a33e69376cc302e10a0db610991aa9488d97e1fd2c34ec9c61d70df8f/lark_cython-0.0.16-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "763d4b9d740327d248afd5e2cf0deb8f68733f187a459cc6176f50df473958ed",
"md5": "23d6b97fc9688e05b04540e6b2c41478",
"sha256": "34b1bed6f48e837442e2337bedb2779e411e6ae8ba028fe45302d89c0fc43b0a"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "23d6b97fc9688e05b04540e6b2c41478",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 200117,
"upload_time": "2024-11-05T18:10:07",
"upload_time_iso_8601": "2024-11-05T18:10:07.177559Z",
"url": "https://files.pythonhosted.org/packages/76/3d/4b9d740327d248afd5e2cf0deb8f68733f187a459cc6176f50df473958ed/lark_cython-0.0.16-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "84e92c3e08602da945838a40450f3a7e04497c65ee5c844ddff9ad4c671b900a",
"md5": "3ea92d5292389517367762593f3a7332",
"sha256": "a76a09564cbc6fa9ecc310719374e6bcf3c3cbfb488c3bc7a4877e12ea144a4f"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3ea92d5292389517367762593f3a7332",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 183981,
"upload_time": "2024-11-05T18:10:08",
"upload_time_iso_8601": "2024-11-05T18:10:08.959069Z",
"url": "https://files.pythonhosted.org/packages/84/e9/2c3e08602da945838a40450f3a7e04497c65ee5c844ddff9ad4c671b900a/lark_cython-0.0.16-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "019a4b6285841c29052c9f223b508413eb8ebcd8e9b05b2c39648919824e9fb6",
"md5": "7f7f651e183d6976fb8931039cd9891f",
"sha256": "90030e4ec4c3de126df8273e2148eb9afc930094b8c8e65fe2386b9000d58753"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "7f7f651e183d6976fb8931039cd9891f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 240165,
"upload_time": "2024-11-05T18:10:10",
"upload_time_iso_8601": "2024-11-05T18:10:10.545040Z",
"url": "https://files.pythonhosted.org/packages/01/9a/4b6285841c29052c9f223b508413eb8ebcd8e9b05b2c39648919824e9fb6/lark_cython-0.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "db84a2a16340167d9f27385dc6d1fb11e7f1e79f39572560ace452928c66adc8",
"md5": "737b2676d906d2e15a28bd15dccda12f",
"sha256": "194eea6e7194f5eb5025b817e636284d2948ffc2753a0462fdcced0b12f27e64"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "737b2676d906d2e15a28bd15dccda12f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 243801,
"upload_time": "2024-11-05T18:10:12",
"upload_time_iso_8601": "2024-11-05T18:10:12.179211Z",
"url": "https://files.pythonhosted.org/packages/db/84/a2a16340167d9f27385dc6d1fb11e7f1e79f39572560ace452928c66adc8/lark_cython-0.0.16-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "99c0087b41f32f4e2299caa7d093ab10cb74c4c1d5271aa7f53ab6a03d560805",
"md5": "4c85cbd8e870b91472987c3aab24f08f",
"sha256": "6773f0ec7a34c64c8d788151f219b465b2dfae88662e69261b681cdeed8721be"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp310-pypy310_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "4c85cbd8e870b91472987c3aab24f08f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 189169,
"upload_time": "2024-11-05T18:10:13",
"upload_time_iso_8601": "2024-11-05T18:10:13.896668Z",
"url": "https://files.pythonhosted.org/packages/99/c0/087b41f32f4e2299caa7d093ab10cb74c4c1d5271aa7f53ab6a03d560805/lark_cython-0.0.16-pp310-pypy310_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "64ade0ad3bbf4eda8ee12a4febf19e5f10bfe118cb872b5292ffd32dfafa9b3f",
"md5": "1b979f6e386d8e6f7a44359681c4b09b",
"sha256": "d8650d0e226d97474bb7f13649e2b67ebd82cd3a189e7594025c72cc270a3baa"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "1b979f6e386d8e6f7a44359681c4b09b",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 185344,
"upload_time": "2024-11-05T18:10:15",
"upload_time_iso_8601": "2024-11-05T18:10:15.429763Z",
"url": "https://files.pythonhosted.org/packages/64/ad/e0ad3bbf4eda8ee12a4febf19e5f10bfe118cb872b5292ffd32dfafa9b3f/lark_cython-0.0.16-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f7f951f71013a332746e4a8e6a6b0422345c800794473a6e85aff26b4d8a4a7e",
"md5": "b57ee2b90b6625b70811e7a2603d1c54",
"sha256": "4d71b680deba47f374b4166de6d15cf983e085e7bf94e01ccfc808c18f3d0439"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "b57ee2b90b6625b70811e7a2603d1c54",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 239048,
"upload_time": "2024-11-05T18:10:16",
"upload_time_iso_8601": "2024-11-05T18:10:16.741738Z",
"url": "https://files.pythonhosted.org/packages/f7/f9/51f71013a332746e4a8e6a6b0422345c800794473a6e85aff26b4d8a4a7e/lark_cython-0.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cc865c8d105a95cb7b175c2bbe60069d1de59c6647e6d965b1c4b17944aaba94",
"md5": "3ac6627babec3cc22fe23bef83b83f48",
"sha256": "97af79fc564972c41de980cf78154fbdfbf4a1d59dc06a36694a32e3e3e0e96f"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3ac6627babec3cc22fe23bef83b83f48",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 252846,
"upload_time": "2024-11-05T18:10:18",
"upload_time_iso_8601": "2024-11-05T18:10:18.572109Z",
"url": "https://files.pythonhosted.org/packages/cc/86/5c8d105a95cb7b175c2bbe60069d1de59c6647e6d965b1c4b17944aaba94/lark_cython-0.0.16-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96f60ce96b5534259e5762a0987bae4824c40d245fa17c91b92de6b48f961546",
"md5": "513f9d8d9f3c7b13526ff88a5088e512",
"sha256": "252cd7455da9b32a0424dd679b34ac58d736c2be155d8c6b037224c879120bd2"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp38-pypy38_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "513f9d8d9f3c7b13526ff88a5088e512",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 188871,
"upload_time": "2024-11-05T18:10:20",
"upload_time_iso_8601": "2024-11-05T18:10:20.196915Z",
"url": "https://files.pythonhosted.org/packages/96/f6/0ce96b5534259e5762a0987bae4824c40d245fa17c91b92de6b48f961546/lark_cython-0.0.16-pp38-pypy38_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e10e804a6af81d069fb09cf2f65b235bc0f9eac0b0dd3e24935773db3e27cdb2",
"md5": "7c1392166414e1825c88338fa12d19ea",
"sha256": "4c3d488c2d5abd1feb0465409b5a157aa1da9ec4887e071f4bcac3fb07c6a7c4"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7c1392166414e1825c88338fa12d19ea",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 183414,
"upload_time": "2024-11-05T18:10:21",
"upload_time_iso_8601": "2024-11-05T18:10:21.570805Z",
"url": "https://files.pythonhosted.org/packages/e1/0e/804a6af81d069fb09cf2f65b235bc0f9eac0b0dd3e24935773db3e27cdb2/lark_cython-0.0.16-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3455e57f9d647946425c2b132521aa78b0981f8127a934105f8054ea921262ae",
"md5": "82fd8e6f8d3a5af3e871d66b16cbebfe",
"sha256": "e747c1fe8b297e1470517d69b251734294e5f21647f14bb532435f6706af39e5"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "82fd8e6f8d3a5af3e871d66b16cbebfe",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 240638,
"upload_time": "2024-11-05T18:10:22",
"upload_time_iso_8601": "2024-11-05T18:10:22.973946Z",
"url": "https://files.pythonhosted.org/packages/34/55/e57f9d647946425c2b132521aa78b0981f8127a934105f8054ea921262ae/lark_cython-0.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b08b495a3560816f027e6e4990a887e04669e2c448a9ca7907d5544519d7cfb8",
"md5": "604852812c8f28485d4019516e5a270a",
"sha256": "36c09024f905a25b472bb4ff5977c5aea9b75b89ef7ea1cf6d90da4f8c45929d"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "604852812c8f28485d4019516e5a270a",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 244211,
"upload_time": "2024-11-05T18:10:25",
"upload_time_iso_8601": "2024-11-05T18:10:25.516601Z",
"url": "https://files.pythonhosted.org/packages/b0/8b/495a3560816f027e6e4990a887e04669e2c448a9ca7907d5544519d7cfb8/lark_cython-0.0.16-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3ede0699aeab4bc111e957d242757fd536305150d238daf9823338546b0caeed",
"md5": "dcdbc4bcc88bab8c660b11ce80ad6fdc",
"sha256": "cc4ba45794ec07b353c1fef47589554e303d2352765a148f84fd6a3706f7cd28"
},
"downloads": -1,
"filename": "lark_cython-0.0.16-pp39-pypy39_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "dcdbc4bcc88bab8c660b11ce80ad6fdc",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 188710,
"upload_time": "2024-11-05T18:10:26",
"upload_time_iso_8601": "2024-11-05T18:10:26.858874Z",
"url": "https://files.pythonhosted.org/packages/3e/de/0699aeab4bc111e957d242757fd536305150d238daf9823338546b0caeed/lark_cython-0.0.16-pp39-pypy39_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "992370a22ef80632b877ab121eb61dc85cdf24733f4bb7df9982b14bfbc856fc",
"md5": "26ebbdf814cc1fd8af7d7fd2a09f1ac6",
"sha256": "f3955f365f1c45f9f5e7c8f67f02b642c78cf010f6851a27b0a07dfd9b6d578a"
},
"downloads": -1,
"filename": "lark_cython-0.0.16.tar.gz",
"has_sig": false,
"md5_digest": "26ebbdf814cc1fd8af7d7fd2a09f1ac6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 311705,
"upload_time": "2024-11-05T18:10:28",
"upload_time_iso_8601": "2024-11-05T18:10:28.691687Z",
"url": "https://files.pythonhosted.org/packages/99/23/70a22ef80632b877ab121eb61dc85cdf24733f4bb7df9982b14bfbc856fc/lark_cython-0.0.16.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-05 18:10:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lark-parser",
"github_project": "lark_cython",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "lark-cython"
}