lark-cython


Namelark-cython JSON
Version 0.0.15 PyPI version JSON
download
home_pagehttps://github.com/lark-parser/lark_cython
SummaryA Lark plugin that optimizes LALR parsing using Cython
upload_time2023-07-21 16:40:41
maintainer
docs_urlNone
authorErez Shinan
requires_python>=3.6
licenseMIT
keywords lark lalr parser optimized cython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Lark LALR parser optimized Cython",
    "author": "Erez Shinan",
    "author_email": "lark@erezsh.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/24/c8f31c7ca5d61931f52bfdb78e7a354d2dc0af9f886d8e9d4f8772f9208d/lark-cython-0.0.15.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.15",
    "project_urls": {
        "Homepage": "https://github.com/lark-parser/lark_cython"
    },
    "split_keywords": [
        "lark",
        "lalr",
        "parser",
        "optimized",
        "cython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "786e5a0fa743cf2e9623f48d5290ef887e9a603598629801b47e7f6c11b04993",
                "md5": "850720fedbad3d4331411f27f7060b52",
                "sha256": "40bcdc3e0ad7f8bd4c968657fb597523c876e66f2bb9bc8c2d00c18676530390"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "850720fedbad3d4331411f27f7060b52",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 235103,
            "upload_time": "2023-07-21T16:39:21",
            "upload_time_iso_8601": "2023-07-21T16:39:21.679088Z",
            "url": "https://files.pythonhosted.org/packages/78/6e/5a0fa743cf2e9623f48d5290ef887e9a603598629801b47e7f6c11b04993/lark_cython-0.0.15-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83d62e188e52e95d3fc914edde94b38d2e50aa67801bad0b50da6e66228bcdbd",
                "md5": "724fd823b56854799c13d4e15845f800",
                "sha256": "7cbdd191f7bf85f08e62c1927c5096159415df9d7f5d2b98b85182dc5a74a985"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "724fd823b56854799c13d4e15845f800",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1418029,
            "upload_time": "2023-07-21T16:39:23",
            "upload_time_iso_8601": "2023-07-21T16:39:23.551057Z",
            "url": "https://files.pythonhosted.org/packages/83/d6/2e188e52e95d3fc914edde94b38d2e50aa67801bad0b50da6e66228bcdbd/lark_cython-0.0.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "950298f386437f8c47d268bf76383c574aaa2c9faaa56d2e17b9411ad7b7d649",
                "md5": "2ea3ddeb66deae68480de4d9fc27c9b0",
                "sha256": "6f7f5e3bdd3d19f53df95bf8abb342f168a298546083b278cc4bdf8f538b6ab9"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2ea3ddeb66deae68480de4d9fc27c9b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1314795,
            "upload_time": "2023-07-21T16:39:25",
            "upload_time_iso_8601": "2023-07-21T16:39:25.347628Z",
            "url": "https://files.pythonhosted.org/packages/95/02/98f386437f8c47d268bf76383c574aaa2c9faaa56d2e17b9411ad7b7d649/lark_cython-0.0.15-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": "8afe23bcdb07fd2f60a7347efdb42d7a99c19fa7c3ae03c8d4a0cf87cd949d5f",
                "md5": "fccb02f2b8f5af6805f12c169769320e",
                "sha256": "adb3d2499e15ea100b94fa753d83c584b76d204d069824fe64ef8fa056559727"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "fccb02f2b8f5af6805f12c169769320e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1343857,
            "upload_time": "2023-07-21T16:39:26",
            "upload_time_iso_8601": "2023-07-21T16:39:26.607575Z",
            "url": "https://files.pythonhosted.org/packages/8a/fe/23bcdb07fd2f60a7347efdb42d7a99c19fa7c3ae03c8d4a0cf87cd949d5f/lark_cython-0.0.15-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c3b2fe0fcc4f3a25503bab54d404d8f6c741f24d4efae5b7950841c8853a8dd",
                "md5": "6b53c98420380c0dc758240fbc1fd29d",
                "sha256": "cd19030cbb83c81e010d593a9406697129bc12e2a172ce9af899a4cd3b55c073"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6b53c98420380c0dc758240fbc1fd29d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1414004,
            "upload_time": "2023-07-21T16:39:27",
            "upload_time_iso_8601": "2023-07-21T16:39:27.872953Z",
            "url": "https://files.pythonhosted.org/packages/6c/3b/2fe0fcc4f3a25503bab54d404d8f6c741f24d4efae5b7950841c8853a8dd/lark_cython-0.0.15-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6355ca74d865745b4b69dcbc4f18fcdaabbf1e1486687144247e7509483fd0c",
                "md5": "7c4d72732cafc982742e9586a8a1608e",
                "sha256": "7ab92c5562e77f72704ba519fa7867cab0348a7f34e7124f9460dcf86aeec638"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "7c4d72732cafc982742e9586a8a1608e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 145562,
            "upload_time": "2023-07-21T16:39:29",
            "upload_time_iso_8601": "2023-07-21T16:39:29.080039Z",
            "url": "https://files.pythonhosted.org/packages/e6/35/5ca74d865745b4b69dcbc4f18fcdaabbf1e1486687144247e7509483fd0c/lark_cython-0.0.15-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ad5a5fef66dc2dc69b60fa73511988472392b9a4705c3e4bb01abd5e8a4d9ab",
                "md5": "8c6df7b8c8d636635928c765cf0d0148",
                "sha256": "41a5a31fa0feed30e9b5e7ffeaa60628962927b460e47ea56b650e243e1a3ac2"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8c6df7b8c8d636635928c765cf0d0148",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 171139,
            "upload_time": "2023-07-21T16:39:30",
            "upload_time_iso_8601": "2023-07-21T16:39:30.283476Z",
            "url": "https://files.pythonhosted.org/packages/5a/d5/a5fef66dc2dc69b60fa73511988472392b9a4705c3e4bb01abd5e8a4d9ab/lark_cython-0.0.15-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25be422284cc2351272b0aedc48d054a3ad39ae8a0f3dade11505e90de923888",
                "md5": "ae17c1ff5703d888564750a05e4e64c7",
                "sha256": "c9a678f6dcdd8b9b99005674a3089a85cbbbfd53c1a999f026391ea9db241edb"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae17c1ff5703d888564750a05e4e64c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 232165,
            "upload_time": "2023-07-21T16:39:31",
            "upload_time_iso_8601": "2023-07-21T16:39:31.823901Z",
            "url": "https://files.pythonhosted.org/packages/25/be/422284cc2351272b0aedc48d054a3ad39ae8a0f3dade11505e90de923888/lark_cython-0.0.15-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2d3894e80e6d9058437af4897faa26c19b5d6a3bea822abdab6f03f5be5ffb1",
                "md5": "0ff9471f319bfdf34f10caa3356a698c",
                "sha256": "c54be91b7d3d64a22e72a805560bc3f330d35a7786a65bb31053f591d8808bae"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ff9471f319bfdf34f10caa3356a698c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1535263,
            "upload_time": "2023-07-21T16:39:33",
            "upload_time_iso_8601": "2023-07-21T16:39:33.019365Z",
            "url": "https://files.pythonhosted.org/packages/c2/d3/894e80e6d9058437af4897faa26c19b5d6a3bea822abdab6f03f5be5ffb1/lark_cython-0.0.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccf0ac8d814f291ae6dea99a4c965efa00889ce39df61f610ad8b694bc65cd99",
                "md5": "bdfb6056a86a9280821410b577fdad38",
                "sha256": "a5ee9fbb790bee0bc84cb3fbbf7379b00ce5e8792f091c1574e59517e89a2bb0"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bdfb6056a86a9280821410b577fdad38",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1437146,
            "upload_time": "2023-07-21T16:39:35",
            "upload_time_iso_8601": "2023-07-21T16:39:35.019483Z",
            "url": "https://files.pythonhosted.org/packages/cc/f0/ac8d814f291ae6dea99a4c965efa00889ce39df61f610ad8b694bc65cd99/lark_cython-0.0.15-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": "12eb82e5dcb503541cc03a9b38e3b480ddf7f32674717a7ec98d4bfe3f334e8a",
                "md5": "4a108c37a7a909d2c0794c14fcf902ef",
                "sha256": "57186e259ce176f5afa928e11f815c01d4571d935f006a9b68a3100a920c2711"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "4a108c37a7a909d2c0794c14fcf902ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1436853,
            "upload_time": "2023-07-21T16:39:37",
            "upload_time_iso_8601": "2023-07-21T16:39:37.194487Z",
            "url": "https://files.pythonhosted.org/packages/12/eb/82e5dcb503541cc03a9b38e3b480ddf7f32674717a7ec98d4bfe3f334e8a/lark_cython-0.0.15-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c85b6a685b3567cf2b04127fa404779b43f39bee7a9864c880f9b3e375b0bca4",
                "md5": "7740b87188b1d409db801af1660e06cb",
                "sha256": "c54ad51d72404185031c451dcbb28cd6a3607f0a49080bfe92efe8a485c2ac5b"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7740b87188b1d409db801af1660e06cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1494036,
            "upload_time": "2023-07-21T16:39:38",
            "upload_time_iso_8601": "2023-07-21T16:39:38.943925Z",
            "url": "https://files.pythonhosted.org/packages/c8/5b/6a685b3567cf2b04127fa404779b43f39bee7a9864c880f9b3e375b0bca4/lark_cython-0.0.15-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33a2926b120ab940705e5d036f94aef2ecc4d59e6d9317870b62ce44e2152a43",
                "md5": "e241de7cbdc56e7b0075cc4d544ebbd8",
                "sha256": "a31092a0db01271a045faf2e02209f7419ef0f4c80a958439f2942c4cad4b6b2"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "e241de7cbdc56e7b0075cc4d544ebbd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 143256,
            "upload_time": "2023-07-21T16:39:40",
            "upload_time_iso_8601": "2023-07-21T16:39:40.283529Z",
            "url": "https://files.pythonhosted.org/packages/33/a2/926b120ab940705e5d036f94aef2ecc4d59e6d9317870b62ce44e2152a43/lark_cython-0.0.15-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b811fbb47bf0b98f2787e81babf416c96cf62c886ef1620a30fb2093a6c692b7",
                "md5": "512c5972633abbb6a6657fa88da81549",
                "sha256": "be674ae32ac026d76e89311026090fd7fb5df2ce270c498dd9bb6357d384e638"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "512c5972633abbb6a6657fa88da81549",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 169279,
            "upload_time": "2023-07-21T16:39:41",
            "upload_time_iso_8601": "2023-07-21T16:39:41.803785Z",
            "url": "https://files.pythonhosted.org/packages/b8/11/fbb47bf0b98f2787e81babf416c96cf62c886ef1620a30fb2093a6c692b7/lark_cython-0.0.15-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "788ca1642f91fbc7569e620bf739b4915edf11b96da71452933753147f673c3f",
                "md5": "bcba935d16fcb848fb1677bda882e207",
                "sha256": "961a5cab3aa6d2ab389a1f223a091861329a5c387fddc19bab680f968a4ec480"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bcba935d16fcb848fb1677bda882e207",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 231762,
            "upload_time": "2023-07-21T16:39:43",
            "upload_time_iso_8601": "2023-07-21T16:39:43.557633Z",
            "url": "https://files.pythonhosted.org/packages/78/8c/a1642f91fbc7569e620bf739b4915edf11b96da71452933753147f673c3f/lark_cython-0.0.15-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9d6dd42d195a5e0742692f90e4dee56cff95bc9e30e4fad8832eebc296dab0d",
                "md5": "90f439d0b6704be1cf2b4e43b35a5ddb",
                "sha256": "9c9f3a08aa56848dba294d45ac43dc8e5cfd660f92198c6c715a97bb451f3be2"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "90f439d0b6704be1cf2b4e43b35a5ddb",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 1297361,
            "upload_time": "2023-07-21T16:39:45",
            "upload_time_iso_8601": "2023-07-21T16:39:45.287014Z",
            "url": "https://files.pythonhosted.org/packages/b9/d6/dd42d195a5e0742692f90e4dee56cff95bc9e30e4fad8832eebc296dab0d/lark_cython-0.0.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edd38e0fbdd79050f3416ba8cd9943e6dd2db33a327871e51ecdde8a91a4ae8f",
                "md5": "1852bddee31455dc69585de4e0d3f2d4",
                "sha256": "98304133373aeac86a418376a05ea005cac364a99c5890c5cbe71f671f754297"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1852bddee31455dc69585de4e0d3f2d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 1204046,
            "upload_time": "2023-07-21T16:39:46",
            "upload_time_iso_8601": "2023-07-21T16:39:46.586912Z",
            "url": "https://files.pythonhosted.org/packages/ed/d3/8e0fbdd79050f3416ba8cd9943e6dd2db33a327871e51ecdde8a91a4ae8f/lark_cython-0.0.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3041d7ffba38ea6ac20b983fb083a5ed08ed83bf812b84cc79be4f91c961c42",
                "md5": "58e1589fa40cb4ae44fc7643364fbde8",
                "sha256": "483d25524c32fc19bd5f6fd8b11690487b4cef7862028b77bfc565750d6d19d2"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp36-cp36m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "58e1589fa40cb4ae44fc7643364fbde8",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 1237590,
            "upload_time": "2023-07-21T16:39:47",
            "upload_time_iso_8601": "2023-07-21T16:39:47.818319Z",
            "url": "https://files.pythonhosted.org/packages/d3/04/1d7ffba38ea6ac20b983fb083a5ed08ed83bf812b84cc79be4f91c961c42/lark_cython-0.0.15-cp36-cp36m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "182dad9632e5e967e81703dbff6f8fd3ef977254cf38347b059c3fe5b04df06d",
                "md5": "6045bf6412f6075d55b0d77c2ae3063a",
                "sha256": "b377895480b00f644582496c878d37f577926ab0c8128aefb8241e510a4603e8"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6045bf6412f6075d55b0d77c2ae3063a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 1298358,
            "upload_time": "2023-07-21T16:39:49",
            "upload_time_iso_8601": "2023-07-21T16:39:49.162128Z",
            "url": "https://files.pythonhosted.org/packages/18/2d/ad9632e5e967e81703dbff6f8fd3ef977254cf38347b059c3fe5b04df06d/lark_cython-0.0.15-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b168933c8f4c420ce958a4a70a162d7dcc6fb0ee17accd90b09f33b593847bd",
                "md5": "5434d2f0ea148835a875725717cd2fc9",
                "sha256": "b5c88aa4ce60bb1903a7f0241084b8089d5097022a54f7eb28ff436288411817"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "5434d2f0ea148835a875725717cd2fc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 160412,
            "upload_time": "2023-07-21T16:39:50",
            "upload_time_iso_8601": "2023-07-21T16:39:50.573361Z",
            "url": "https://files.pythonhosted.org/packages/0b/16/8933c8f4c420ce958a4a70a162d7dcc6fb0ee17accd90b09f33b593847bd/lark_cython-0.0.15-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c6f42f51788543ebbc23173ec8afc10d4d9061f279c92826306f218aca77a9b",
                "md5": "566571b98159d885d9ec28936c78e7ab",
                "sha256": "b67b23f233a82d205db3f20d1e4a47aa4631b3c0e2c2f7f78de380258e6fcec6"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "566571b98159d885d9ec28936c78e7ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 190740,
            "upload_time": "2023-07-21T16:39:52",
            "upload_time_iso_8601": "2023-07-21T16:39:52.375617Z",
            "url": "https://files.pythonhosted.org/packages/4c/6f/42f51788543ebbc23173ec8afc10d4d9061f279c92826306f218aca77a9b/lark_cython-0.0.15-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6244dcbbf859363e0afb2ce34e5eb9a44dc232eda5dfe5b586d2f435ebd7f4d4",
                "md5": "d5fc16ad8e6c58adc9dc713a9669605f",
                "sha256": "e06de3871478a9d97ec9d75470cf093f58acdee12c7b104e4b8ed1c66eb2ae79"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5fc16ad8e6c58adc9dc713a9669605f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 232488,
            "upload_time": "2023-07-21T16:39:53",
            "upload_time_iso_8601": "2023-07-21T16:39:53.460781Z",
            "url": "https://files.pythonhosted.org/packages/62/44/dcbbf859363e0afb2ce34e5eb9a44dc232eda5dfe5b586d2f435ebd7f4d4/lark_cython-0.0.15-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13ea27a5973aab974eded929fa546db0c349ecba185de4b33b1c4d40ad644f8c",
                "md5": "bd38a128306768f93674ba7642931fc6",
                "sha256": "49f51acede709373b8901b4dddf996a03a892d719f4ca1faf381880818bacd5b"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd38a128306768f93674ba7642931fc6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1283427,
            "upload_time": "2023-07-21T16:39:55",
            "upload_time_iso_8601": "2023-07-21T16:39:55.142375Z",
            "url": "https://files.pythonhosted.org/packages/13/ea/27a5973aab974eded929fa546db0c349ecba185de4b33b1c4d40ad644f8c/lark_cython-0.0.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f129cc2d525e8ddcb226f247b2153e9c1fa190181507270ced007bf3436199f",
                "md5": "f6818639f8ead60741a9c82115c574de",
                "sha256": "60f2e44749b8e032c0f11fcc338f246195c70f4b9930f13c436506b88fc7018e"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f6818639f8ead60741a9c82115c574de",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1189386,
            "upload_time": "2023-07-21T16:39:56",
            "upload_time_iso_8601": "2023-07-21T16:39:56.384817Z",
            "url": "https://files.pythonhosted.org/packages/0f/12/9cc2d525e8ddcb226f247b2153e9c1fa190181507270ced007bf3436199f/lark_cython-0.0.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efadee3cff79305960d346cf63d1580f2fd6d70d8d486cc10949eb868166d584",
                "md5": "dbce43b5a62dbb263d0d5c84e01ec3af",
                "sha256": "deafb4c8c1ef76a2041b435ba402a15ea691a459c4b8e82e5e6447c9ef3d1cf5"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "dbce43b5a62dbb263d0d5c84e01ec3af",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1221855,
            "upload_time": "2023-07-21T16:39:57",
            "upload_time_iso_8601": "2023-07-21T16:39:57.734332Z",
            "url": "https://files.pythonhosted.org/packages/ef/ad/ee3cff79305960d346cf63d1580f2fd6d70d8d486cc10949eb868166d584/lark_cython-0.0.15-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b034076250f07f64a8a262fefcf6ee6c26650415d1b84a7729ed5ffc8efa02e",
                "md5": "749356777aab86290074ffbffd6fa751",
                "sha256": "d090e951015fd06150f2b5d1916463b24019428df2c8b9ead173b89a5f3003d7"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "749356777aab86290074ffbffd6fa751",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1282276,
            "upload_time": "2023-07-21T16:39:59",
            "upload_time_iso_8601": "2023-07-21T16:39:59.023491Z",
            "url": "https://files.pythonhosted.org/packages/9b/03/4076250f07f64a8a262fefcf6ee6c26650415d1b84a7729ed5ffc8efa02e/lark_cython-0.0.15-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08e1c64bde96c0efc3a78d4e707b01e125f10c14a51a3c0e055c3eb312087629",
                "md5": "8b8b0580da5a3f5806ed73dbd88c3e97",
                "sha256": "413a942724d06030977bc03dcca44e7288281d230647406061e9793753a505f1"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "8b8b0580da5a3f5806ed73dbd88c3e97",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 147958,
            "upload_time": "2023-07-21T16:40:00",
            "upload_time_iso_8601": "2023-07-21T16:40:00.659382Z",
            "url": "https://files.pythonhosted.org/packages/08/e1/c64bde96c0efc3a78d4e707b01e125f10c14a51a3c0e055c3eb312087629/lark_cython-0.0.15-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f0d663b5725f71d74a34435b68cefbcb2a81955b239f28fb4f4266157be35d4",
                "md5": "46f787de04f7ceada5ef52283c0ca6de",
                "sha256": "61b04e1f02d83abd81fbe73194fa5490feee18e3b24d1fd0e1257d9a98428f54"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "46f787de04f7ceada5ef52283c0ca6de",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 171483,
            "upload_time": "2023-07-21T16:40:02",
            "upload_time_iso_8601": "2023-07-21T16:40:02.547500Z",
            "url": "https://files.pythonhosted.org/packages/6f/0d/663b5725f71d74a34435b68cefbcb2a81955b239f28fb4f4266157be35d4/lark_cython-0.0.15-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19d8a3c56b1a6a80fd78645d2636e9c43f8a05259052949c8d49c2cd2a5e3cca",
                "md5": "34517d6a1b3da42bdd7f31fe2f9eca1a",
                "sha256": "5a36a5715c881d13660c35445821608d87d9c82f1bff8373c287a0d7be6e0ba9"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "34517d6a1b3da42bdd7f31fe2f9eca1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 238192,
            "upload_time": "2023-07-21T16:40:04",
            "upload_time_iso_8601": "2023-07-21T16:40:04.159824Z",
            "url": "https://files.pythonhosted.org/packages/19/d8/a3c56b1a6a80fd78645d2636e9c43f8a05259052949c8d49c2cd2a5e3cca/lark_cython-0.0.15-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f67454608fd33f14fb7af68aedf2e4ddabe18e523557f279b2662d34fc2dafa8",
                "md5": "8ab0ec4f626f9cadcc0084f239b29ab8",
                "sha256": "4ff6e131849727974c4c4f03cd5cdf4fe647cff471794ee40c105d8fe91006f6"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ab0ec4f626f9cadcc0084f239b29ab8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1480250,
            "upload_time": "2023-07-21T16:40:06",
            "upload_time_iso_8601": "2023-07-21T16:40:06.217630Z",
            "url": "https://files.pythonhosted.org/packages/f6/74/54608fd33f14fb7af68aedf2e4ddabe18e523557f279b2662d34fc2dafa8/lark_cython-0.0.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2985bf265e050b2b6181fd5ad19dc0e4d101d72ded73e55dcf995ea0871525cc",
                "md5": "f78353e47f3e10a80edff46499522038",
                "sha256": "a4eb4b96157f4a47eabfa4454f6ea9a53ccb3fdc0650fa61c78e0659589ae2df"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f78353e47f3e10a80edff46499522038",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1376269,
            "upload_time": "2023-07-21T16:40:07",
            "upload_time_iso_8601": "2023-07-21T16:40:07.699148Z",
            "url": "https://files.pythonhosted.org/packages/29/85/bf265e050b2b6181fd5ad19dc0e4d101d72ded73e55dcf995ea0871525cc/lark_cython-0.0.15-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": "5c948bc2d413bfb2d85968f59e096027621fc3080d76f458171d625a32ae8f70",
                "md5": "df5b6cb7eaec501978345ef96d4d854f",
                "sha256": "a58850baeb929c703204e9c70583f121706e2233a9c051d8f4530918d067f452"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "df5b6cb7eaec501978345ef96d4d854f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1476965,
            "upload_time": "2023-07-21T16:40:09",
            "upload_time_iso_8601": "2023-07-21T16:40:09.459873Z",
            "url": "https://files.pythonhosted.org/packages/5c/94/8bc2d413bfb2d85968f59e096027621fc3080d76f458171d625a32ae8f70/lark_cython-0.0.15-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "684f0f813875cc8abe97c0dc90940cf93922b6ea7fea3165a8c61452a3b09f44",
                "md5": "562364f1cc42fbd84a780eb051da271a",
                "sha256": "34446d293e34afe3debb8af2fc7dc70548dfe72f2bdc84aa5e0e9d677626a7ba"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "562364f1cc42fbd84a780eb051da271a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1552116,
            "upload_time": "2023-07-21T16:40:11",
            "upload_time_iso_8601": "2023-07-21T16:40:11.018302Z",
            "url": "https://files.pythonhosted.org/packages/68/4f/0f813875cc8abe97c0dc90940cf93922b6ea7fea3165a8c61452a3b09f44/lark_cython-0.0.15-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0f57b5b2f672d2075a214a8431558932ca712c7be23738bff36187ba59fea77",
                "md5": "2a173c49b3ad837bd06df14957610c44",
                "sha256": "5d6b2b43da8be7b74130dbf7c4aad5a8ba5c232016bf743fae09a513532cb5c9"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "2a173c49b3ad837bd06df14957610c44",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 150783,
            "upload_time": "2023-07-21T16:40:12",
            "upload_time_iso_8601": "2023-07-21T16:40:12.321365Z",
            "url": "https://files.pythonhosted.org/packages/c0/f5/7b5b2f672d2075a214a8431558932ca712c7be23738bff36187ba59fea77/lark_cython-0.0.15-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db5772f26bdca5e8ff8e5b759a7bf23e9c2bd934869e02af323ecd7be80092f1",
                "md5": "82a426be66bdb9ab7bc5d74f5cd448e5",
                "sha256": "379cc6f5fd206a1baba3839055548ba72fb41ce0044043365d700bb4669a338c"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "82a426be66bdb9ab7bc5d74f5cd448e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 177393,
            "upload_time": "2023-07-21T16:40:14",
            "upload_time_iso_8601": "2023-07-21T16:40:14.358485Z",
            "url": "https://files.pythonhosted.org/packages/db/57/72f26bdca5e8ff8e5b759a7bf23e9c2bd934869e02af323ecd7be80092f1/lark_cython-0.0.15-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecb1fb4f4dd6635f74a963396ca0888901cc62392e6e9ec19a34bf5505788834",
                "md5": "379a24884d73aa1cd73b6a3723a61f83",
                "sha256": "ffbf381bcec1a7e3ce7239e1b36b14a3dfe27430316ba754a77ce21e208b84c3"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "379a24884d73aa1cd73b6a3723a61f83",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 243586,
            "upload_time": "2023-07-21T16:40:15",
            "upload_time_iso_8601": "2023-07-21T16:40:15.522652Z",
            "url": "https://files.pythonhosted.org/packages/ec/b1/fb4f4dd6635f74a963396ca0888901cc62392e6e9ec19a34bf5505788834/lark_cython-0.0.15-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72242792541bf474885bd2bb0121eb4809eed73ac5547b95335438072dc434d1",
                "md5": "43f6fe3ed0f29fdb8dcad943f111649c",
                "sha256": "b8f37c03e1c3e796e8489332f599f4c16454063a08214d0c55934e44d3aa329e"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "43f6fe3ed0f29fdb8dcad943f111649c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1455769,
            "upload_time": "2023-07-21T16:40:16",
            "upload_time_iso_8601": "2023-07-21T16:40:16.809274Z",
            "url": "https://files.pythonhosted.org/packages/72/24/2792541bf474885bd2bb0121eb4809eed73ac5547b95335438072dc434d1/lark_cython-0.0.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2333f51acc3e9ebbc1b51cfd0ae1671a28caa1faae301114d5eebff75db7fa35",
                "md5": "e1a1529862398810925fd0bcea059ba6",
                "sha256": "ca704e4bf8a5ad1637919092299c4dc568d641d712d728663dfb04a7d4cbcbfc"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e1a1529862398810925fd0bcea059ba6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1341376,
            "upload_time": "2023-07-21T16:40:18",
            "upload_time_iso_8601": "2023-07-21T16:40:18.324046Z",
            "url": "https://files.pythonhosted.org/packages/23/33/f51acc3e9ebbc1b51cfd0ae1671a28caa1faae301114d5eebff75db7fa35/lark_cython-0.0.15-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": "d3d9c46496a4e4762e9bb2d371ee5bbd64167cce51610b52938fdbdf414bdf79",
                "md5": "6ac749acf53f80f1617adc5ef2241e85",
                "sha256": "2e191d776788b409f177aa2d851431f26efc6558413f4099d95bf1d3e68e1f64"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "6ac749acf53f80f1617adc5ef2241e85",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1372701,
            "upload_time": "2023-07-21T16:40:19",
            "upload_time_iso_8601": "2023-07-21T16:40:19.856687Z",
            "url": "https://files.pythonhosted.org/packages/d3/d9/c46496a4e4762e9bb2d371ee5bbd64167cce51610b52938fdbdf414bdf79/lark_cython-0.0.15-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b40e44c8e15a005a6ab91a45f877869735b66e4b07e2a52b65c9ab58c8923bbf",
                "md5": "954a7c8b5425dff785ab4101c8298efc",
                "sha256": "205ad66d57d99184c215609df870defb7ee5b00aa41633b0deef4f917b88d45d"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "954a7c8b5425dff785ab4101c8298efc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1437918,
            "upload_time": "2023-07-21T16:40:22",
            "upload_time_iso_8601": "2023-07-21T16:40:22.137530Z",
            "url": "https://files.pythonhosted.org/packages/b4/0e/44c8e15a005a6ab91a45f877869735b66e4b07e2a52b65c9ab58c8923bbf/lark_cython-0.0.15-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0fe17d1045423059336ff9a2e73decb72583d85b0620f10bb0c003325972116",
                "md5": "97bceb952d9e3db777b09ca37e2360d2",
                "sha256": "1ce99978090496ba3b4a5c6ee52171477de572afc5b3d96a012e5e9eb73ebe67"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "97bceb952d9e3db777b09ca37e2360d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 151873,
            "upload_time": "2023-07-21T16:40:24",
            "upload_time_iso_8601": "2023-07-21T16:40:24.612358Z",
            "url": "https://files.pythonhosted.org/packages/d0/fe/17d1045423059336ff9a2e73decb72583d85b0620f10bb0c003325972116/lark_cython-0.0.15-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6af5850d35b2ce66e2d60a1e56ca81f0c57ecb1401b623249db3bc4b0835e359",
                "md5": "bce1fae7635fa798c5cd17ff8c823351",
                "sha256": "9ed133cc7762c8bc7966a11a0b589e73e8c545a94774f3239efe4f6fbae9a60c"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bce1fae7635fa798c5cd17ff8c823351",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 177642,
            "upload_time": "2023-07-21T16:40:25",
            "upload_time_iso_8601": "2023-07-21T16:40:25.745012Z",
            "url": "https://files.pythonhosted.org/packages/6a/f5/850d35b2ce66e2d60a1e56ca81f0c57ecb1401b623249db3bc4b0835e359/lark_cython-0.0.15-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "586c0464215a27766f43077cf0d0c7034ac545d16b1b46b8ca63dcb5623ec966",
                "md5": "a947f42a4f4eead15eb00848ff5f1c20",
                "sha256": "0befdcd64bd73677b606435ec7a2ff6340433de7c7ce48e0bcf9916d2c514cb6"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a947f42a4f4eead15eb00848ff5f1c20",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 166491,
            "upload_time": "2023-07-21T16:40:26",
            "upload_time_iso_8601": "2023-07-21T16:40:26.836441Z",
            "url": "https://files.pythonhosted.org/packages/58/6c/0464215a27766f43077cf0d0c7034ac545d16b1b46b8ca63dcb5623ec966/lark_cython-0.0.15-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0fa6db10cef83faa868f0970928908773f7f4e0bcf08dc8de85b0dba6fbedba",
                "md5": "31c786cf87bef29d50dd16e962043f41",
                "sha256": "a2edf6e2201f23c4a645b55f6444e626401d439a0f06132f9ab10a528bf977d7"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "31c786cf87bef29d50dd16e962043f41",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 201975,
            "upload_time": "2023-07-21T16:40:27",
            "upload_time_iso_8601": "2023-07-21T16:40:27.878742Z",
            "url": "https://files.pythonhosted.org/packages/c0/fa/6db10cef83faa868f0970928908773f7f4e0bcf08dc8de85b0dba6fbedba/lark_cython-0.0.15-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05b7fb0b5f8a80c86e20b3e2214eca8571291576ad71c6873c1e5125cba8a65f",
                "md5": "5aabd88d90f4531c21383004021f7668",
                "sha256": "c843c3ebbb5192b9078d640c0bcfe8afd450065b69babfbc0bf2507747a60040"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5aabd88d90f4531c21383004021f7668",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 218563,
            "upload_time": "2023-07-21T16:40:29",
            "upload_time_iso_8601": "2023-07-21T16:40:29.039646Z",
            "url": "https://files.pythonhosted.org/packages/05/b7/fb0b5f8a80c86e20b3e2214eca8571291576ad71c6873c1e5125cba8a65f/lark_cython-0.0.15-pp37-pypy37_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": "ba72b3e504048fd8f0fa094871997d70d4daf616b1f99fc528368cc02c8c8100",
                "md5": "fedfbe93683950a12d22c5b08a381ee1",
                "sha256": "460a50fc18fa45bbacf6623fd83a52b738a2e9ce795b14b253de7611b1461a05"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fedfbe93683950a12d22c5b08a381ee1",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 145021,
            "upload_time": "2023-07-21T16:40:30",
            "upload_time_iso_8601": "2023-07-21T16:40:30.226805Z",
            "url": "https://files.pythonhosted.org/packages/ba/72/b3e504048fd8f0fa094871997d70d4daf616b1f99fc528368cc02c8c8100/lark_cython-0.0.15-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1610d82db7ad6e4c308019e6a9c0a7831d9786ad36f2b0f76fc4d3b4bc1b102",
                "md5": "65a93014e57b7f142cae757c7119e7c2",
                "sha256": "952399ef5afff11741da2e528c63f62ed3786b8772799fea41db830cac2d341b"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "65a93014e57b7f142cae757c7119e7c2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 166283,
            "upload_time": "2023-07-21T16:40:31",
            "upload_time_iso_8601": "2023-07-21T16:40:31.901276Z",
            "url": "https://files.pythonhosted.org/packages/d1/61/0d82db7ad6e4c308019e6a9c0a7831d9786ad36f2b0f76fc4d3b4bc1b102/lark_cython-0.0.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25657fe6ce2cff6c8831e53f999da49b43b89e5bc86f2f2703e19b750af3f628",
                "md5": "9c3ac05d3f7704016ed30d53b3290b3d",
                "sha256": "adca1d5cbdd6dbbad6d2b0cb247a57479d3e4d2e006aacab91bb7ed1e84e6edf"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9c3ac05d3f7704016ed30d53b3290b3d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 201748,
            "upload_time": "2023-07-21T16:40:33",
            "upload_time_iso_8601": "2023-07-21T16:40:33.466566Z",
            "url": "https://files.pythonhosted.org/packages/25/65/7fe6ce2cff6c8831e53f999da49b43b89e5bc86f2f2703e19b750af3f628/lark_cython-0.0.15-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": "85ea20f778136b6b3cc4f2e83178154efc313c7aee0cef65133bdc3454a1ccc2",
                "md5": "015266e87a2e05d580be90482ed5e5ac",
                "sha256": "13540302faa7472b3ad107e693d03590c4367c1b0f8f9cb8dc094a912c2cd540"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-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": "015266e87a2e05d580be90482ed5e5ac",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 218456,
            "upload_time": "2023-07-21T16:40:34",
            "upload_time_iso_8601": "2023-07-21T16:40:34.603748Z",
            "url": "https://files.pythonhosted.org/packages/85/ea/20f778136b6b3cc4f2e83178154efc313c7aee0cef65133bdc3454a1ccc2/lark_cython-0.0.15-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": "90722e756b2b9f779edb1c08bbb8c48ad8926cf58696dbf7c6e87ae7a412bca5",
                "md5": "de920b21cfa8c5f81fa1e83cda40b40b",
                "sha256": "820d1e1dc50848e2cf5dcdd5e2ea92831b0765ab1f1d3ad84032f6e44673b0af"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "de920b21cfa8c5f81fa1e83cda40b40b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 144896,
            "upload_time": "2023-07-21T16:40:35",
            "upload_time_iso_8601": "2023-07-21T16:40:35.678122Z",
            "url": "https://files.pythonhosted.org/packages/90/72/2e756b2b9f779edb1c08bbb8c48ad8926cf58696dbf7c6e87ae7a412bca5/lark_cython-0.0.15-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e7e14884afe70f93a0bd52661b8378990ff69da653e7967afa37951f65c6bba",
                "md5": "00133249d3a0cc41b8b42acc96532720",
                "sha256": "1afb46dd4ded255237378bd99d809581450e00b7107d92c533766bd099f4b9bc"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "00133249d3a0cc41b8b42acc96532720",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 165997,
            "upload_time": "2023-07-21T16:40:36",
            "upload_time_iso_8601": "2023-07-21T16:40:36.764487Z",
            "url": "https://files.pythonhosted.org/packages/5e/7e/14884afe70f93a0bd52661b8378990ff69da653e7967afa37951f65c6bba/lark_cython-0.0.15-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d3dc2cf10690ed188bf7c768ccad7e3f61c5a56f487b611225e6e10e8ff89ca",
                "md5": "491f2e4a6d56ebb6d22eff5cd9630252",
                "sha256": "a1476a3b62d676d4e088f12a3d9e814ec723cf06839a25c23805c61fbc755136"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "491f2e4a6d56ebb6d22eff5cd9630252",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 204255,
            "upload_time": "2023-07-21T16:40:37",
            "upload_time_iso_8601": "2023-07-21T16:40:37.914306Z",
            "url": "https://files.pythonhosted.org/packages/8d/3d/c2cf10690ed188bf7c768ccad7e3f61c5a56f487b611225e6e10e8ff89ca/lark_cython-0.0.15-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": "014c3eec14c20644182dd3b8147c4f7d4f23ee0a89bea9e8e4167c04cd916df3",
                "md5": "4ee5903f3a52f1ec4490a4022c7029ec",
                "sha256": "25f0b9f40ab4fc43bdfba27425f6232b9d46318113530d6ff89b249d1972fb83"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-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": "4ee5903f3a52f1ec4490a4022c7029ec",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 201112,
            "upload_time": "2023-07-21T16:40:38",
            "upload_time_iso_8601": "2023-07-21T16:40:38.996056Z",
            "url": "https://files.pythonhosted.org/packages/01/4c/3eec14c20644182dd3b8147c4f7d4f23ee0a89bea9e8e4167c04cd916df3/lark_cython-0.0.15-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": "98a09e7b37fdc5ca3ae697d0bc9a415b4e06f953915e88bc2aea9ab17e430b53",
                "md5": "6b38561f7ecbdc275701d33a014d85a5",
                "sha256": "aef6d3890d0e0c0d751b76ae1a943423bf4d32696e61f62c6a617f30452a7728"
            },
            "downloads": -1,
            "filename": "lark_cython-0.0.15-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6b38561f7ecbdc275701d33a014d85a5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 144035,
            "upload_time": "2023-07-21T16:40:40",
            "upload_time_iso_8601": "2023-07-21T16:40:40.154390Z",
            "url": "https://files.pythonhosted.org/packages/98/a0/9e7b37fdc5ca3ae697d0bc9a415b4e06f953915e88bc2aea9ab17e430b53/lark_cython-0.0.15-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c724c8f31c7ca5d61931f52bfdb78e7a354d2dc0af9f886d8e9d4f8772f9208d",
                "md5": "7538ed3dd532d8f735744fca72ce580e",
                "sha256": "bea1cbf9014d2d99725aa9f17ad27478c681e594ceb0098ec7a61cefd45c2c76"
            },
            "downloads": -1,
            "filename": "lark-cython-0.0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "7538ed3dd532d8f735744fca72ce580e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 250947,
            "upload_time": "2023-07-21T16:40:41",
            "upload_time_iso_8601": "2023-07-21T16:40:41.280939Z",
            "url": "https://files.pythonhosted.org/packages/c7/24/c8f31c7ca5d61931f52bfdb78e7a354d2dc0af9f886d8e9d4f8772f9208d/lark-cython-0.0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-21 16:40:41",
    "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"
}
        
Elapsed time: 0.10368s