Skip to main content

A Lark plugin that optimizes LALR parsing using Cython

Project description

Lark-Cython

Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance on CPython.

Install:

pip install lark-cython

Usage:

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 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

Special thanks goes to Datafold for commissioning the draft for lark-cython, and allowing me to release it as open-source.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lark_cython-0.0.16.tar.gz (311.7 kB view details)

Uploaded Source

Built Distributions

lark_cython-0.0.16-pp310-pypy310_pp73-win_amd64.whl (189.2 kB view details)

Uploaded PyPy Windows x86-64

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 (243.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

lark_cython-0.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (240.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-pp310-pypy310_pp73-macosx_11_0_arm64.whl (184.0 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

lark_cython-0.0.16-pp39-pypy39_pp73-win_amd64.whl (188.7 kB view details)

Uploaded PyPy Windows x86-64

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 (244.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

lark_cython-0.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (240.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-pp39-pypy39_pp73-macosx_11_0_arm64.whl (183.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

lark_cython-0.0.16-pp38-pypy38_pp73-win_amd64.whl (188.9 kB view details)

Uploaded PyPy Windows x86-64

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 (252.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

lark_cython-0.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (239.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-pp38-pypy38_pp73-macosx_11_0_arm64.whl (185.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

lark_cython-0.0.16-cp313-cp313-win_amd64.whl (197.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

lark_cython-0.0.16-cp313-cp313-win32.whl (167.5 kB view details)

Uploaded CPython 3.13 Windows x86

lark_cython-0.0.16-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

lark_cython-0.0.16-cp313-cp313-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

lark_cython-0.0.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

lark_cython-0.0.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-cp313-cp313-macosx_11_0_arm64.whl (221.9 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

lark_cython-0.0.16-cp312-cp312-win_amd64.whl (198.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

lark_cython-0.0.16-cp312-cp312-win32.whl (167.8 kB view details)

Uploaded CPython 3.12 Windows x86

lark_cython-0.0.16-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

lark_cython-0.0.16-cp312-cp312-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

lark_cython-0.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

lark_cython-0.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-cp312-cp312-macosx_11_0_arm64.whl (224.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

lark_cython-0.0.16-cp311-cp311-win_amd64.whl (200.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

lark_cython-0.0.16-cp311-cp311-win32.whl (171.6 kB view details)

Uploaded CPython 3.11 Windows x86

lark_cython-0.0.16-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

lark_cython-0.0.16-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

lark_cython-0.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

lark_cython-0.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-cp311-cp311-macosx_11_0_arm64.whl (220.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

lark_cython-0.0.16-cp310-cp310-win_amd64.whl (200.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

lark_cython-0.0.16-cp310-cp310-win32.whl (171.7 kB view details)

Uploaded CPython 3.10 Windows x86

lark_cython-0.0.16-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

lark_cython-0.0.16-cp310-cp310-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

lark_cython-0.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

lark_cython-0.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-cp310-cp310-macosx_11_0_arm64.whl (220.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

lark_cython-0.0.16-cp39-cp39-win_amd64.whl (200.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

lark_cython-0.0.16-cp39-cp39-win32.whl (171.9 kB view details)

Uploaded CPython 3.9 Windows x86

lark_cython-0.0.16-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

lark_cython-0.0.16-cp39-cp39-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

lark_cython-0.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

lark_cython-0.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-cp39-cp39-macosx_11_0_arm64.whl (220.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

lark_cython-0.0.16-cp38-cp38-win_amd64.whl (202.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

lark_cython-0.0.16-cp38-cp38-win32.whl (173.2 kB view details)

Uploaded CPython 3.8 Windows x86

lark_cython-0.0.16-cp38-cp38-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

lark_cython-0.0.16-cp38-cp38-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

lark_cython-0.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

lark_cython-0.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lark_cython-0.0.16-cp38-cp38-macosx_11_0_arm64.whl (219.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

File details

Details for the file lark_cython-0.0.16.tar.gz.

File metadata

  • Download URL: lark_cython-0.0.16.tar.gz
  • Upload date:
  • Size: 311.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for lark_cython-0.0.16.tar.gz
Algorithm Hash digest
SHA256 f3955f365f1c45f9f5e7c8f67f02b642c78cf010f6851a27b0a07dfd9b6d578a
MD5 26ebbdf814cc1fd8af7d7fd2a09f1ac6
BLAKE2b-256 992370a22ef80632b877ab121eb61dc85cdf24733f4bb7df9982b14bfbc856fc

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6773f0ec7a34c64c8d788151f219b465b2dfae88662e69261b681cdeed8721be
MD5 4c85cbd8e870b91472987c3aab24f08f
BLAKE2b-256 99c0087b41f32f4e2299caa7d093ab10cb74c4c1d5271aa7f53ab6a03d560805

See more details on using hashes here.

File details

Details for the file 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.

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 194eea6e7194f5eb5025b817e636284d2948ffc2753a0462fdcced0b12f27e64
MD5 737b2676d906d2e15a28bd15dccda12f
BLAKE2b-256 db84a2a16340167d9f27385dc6d1fb11e7f1e79f39572560ace452928c66adc8

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90030e4ec4c3de126df8273e2148eb9afc930094b8c8e65fe2386b9000d58753
MD5 7f7f651e183d6976fb8931039cd9891f
BLAKE2b-256 019a4b6285841c29052c9f223b508413eb8ebcd8e9b05b2c39648919824e9fb6

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a76a09564cbc6fa9ecc310719374e6bcf3c3cbfb488c3bc7a4877e12ea144a4f
MD5 3ea92d5292389517367762593f3a7332
BLAKE2b-256 84e92c3e08602da945838a40450f3a7e04497c65ee5c844ddff9ad4c671b900a

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cc4ba45794ec07b353c1fef47589554e303d2352765a148f84fd6a3706f7cd28
MD5 dcdbc4bcc88bab8c660b11ce80ad6fdc
BLAKE2b-256 3ede0699aeab4bc111e957d242757fd536305150d238daf9823338546b0caeed

See more details on using hashes here.

File details

Details for the file 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.

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 36c09024f905a25b472bb4ff5977c5aea9b75b89ef7ea1cf6d90da4f8c45929d
MD5 604852812c8f28485d4019516e5a270a
BLAKE2b-256 b08b495a3560816f027e6e4990a887e04669e2c448a9ca7907d5544519d7cfb8

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e747c1fe8b297e1470517d69b251734294e5f21647f14bb532435f6706af39e5
MD5 82fd8e6f8d3a5af3e871d66b16cbebfe
BLAKE2b-256 3455e57f9d647946425c2b132521aa78b0981f8127a934105f8054ea921262ae

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c3d488c2d5abd1feb0465409b5a157aa1da9ec4887e071f4bcac3fb07c6a7c4
MD5 7c1392166414e1825c88338fa12d19ea
BLAKE2b-256 e10e804a6af81d069fb09cf2f65b235bc0f9eac0b0dd3e24935773db3e27cdb2

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 252cd7455da9b32a0424dd679b34ac58d736c2be155d8c6b037224c879120bd2
MD5 513f9d8d9f3c7b13526ff88a5088e512
BLAKE2b-256 96f60ce96b5534259e5762a0987bae4824c40d245fa17c91b92de6b48f961546

See more details on using hashes here.

File details

Details for the file 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.

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 97af79fc564972c41de980cf78154fbdfbf4a1d59dc06a36694a32e3e3e0e96f
MD5 3ac6627babec3cc22fe23bef83b83f48
BLAKE2b-256 cc865c8d105a95cb7b175c2bbe60069d1de59c6647e6d965b1c4b17944aaba94

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d71b680deba47f374b4166de6d15cf983e085e7bf94e01ccfc808c18f3d0439
MD5 b57ee2b90b6625b70811e7a2603d1c54
BLAKE2b-256 f7f951f71013a332746e4a8e6a6b0422345c800794473a6e85aff26b4d8a4a7e

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8650d0e226d97474bb7f13649e2b67ebd82cd3a189e7594025c72cc270a3baa
MD5 1b979f6e386d8e6f7a44359681c4b09b
BLAKE2b-256 64ade0ad3bbf4eda8ee12a4febf19e5f10bfe118cb872b5292ffd32dfafa9b3f

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a56b5b2302c2b1d86febead644f87a2f22363c895ae90d93a517d574ec45ef1b
MD5 aaabc08e810b7d3fe11021097cbee315
BLAKE2b-256 0a9137df3e54c533dfac7c5d2ef3a8078a71bc0baa32617b38bfa578d4faaaf6

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6c0b137d62fc8e5af330d47db89166f2c95c1612e8a2338ceb1326ac8ab07d27
MD5 712b2cbc9b88d9f09b4f2cccb940ac78
BLAKE2b-256 28e7fac81ecdd09a80cf5200a4a9b3123f299c1083269dac88e09456b0e1f08c

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf3d086053bf75bb7f0e08adc7da925432154e47674d287223ab68e1e5e618f5
MD5 b282734ea4081c7942cf55cce1d25b38
BLAKE2b-256 b37b18ab7f0d99d383e81ed7bdeb4fb473bf34c9a0013b0cf33e39c0cca1d41d

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d1a44bf55bc1d0c25597c54421e8a8657f31647d39eca44454a9f117533f80d7
MD5 1c1877e462df0142bdcc386a9f2ea85e
BLAKE2b-256 3e6095e73709fc6651b1eb64edb126fdd361c4fe7d6c40491612dccc968bd47b

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4e4f6c6bff79628f7f6766e25e181509220ea4d656a89caa7f330447d697e0c
MD5 a74f8c3e62d0147cd5f4535f252387aa
BLAKE2b-256 5eb422878dee3e393dca17bc9fee04109995c495644d95a466974a2f074a2978

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d016a25e8a72e84c00fbee5d37fb8b5dfdef3ee40c7838f342a6ada595d528d5
MD5 346730ff69f1dbb1e0e2403ccaada29e
BLAKE2b-256 d8a5905582b0da7b3146f8ecbfdf1c53eb785203c48c159b47f972e26c67a931

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da59414ce9d9b51b771576ee6896f2b9134bfa15eec5a28cc2f9e63dd7f6dd6a
MD5 65b00d591c0428bc84150f0edc2cd42d
BLAKE2b-256 04519ae6d01e34093d192b59652e3c59fdf6dcde5407306d49da0632f473babc

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4217d549da4fe50cfb8975c6b2a7fd7953589e35f6cf79911dcc44b782d41145
MD5 6295d075a4ec71421e512d11c375c5c9
BLAKE2b-256 e671bad545644069fdd5214afcf3a1c83e573e385e1a1a3305514eea48fe10c7

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2bdf91ad6c0d89cddea7736d14bcd22b7facb72b0744f5921521dcdac66d15bf
MD5 7c033d4d998a96a920400ded09ae82e9
BLAKE2b-256 d15199f32e029515736f862d84427fc9e6bba8137a1ff97d0034fe64c50d5d20

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e5ee551f6fcead83d3fd8e5bc0288d435ad7eda07fcb6d02065135336a92c08
MD5 c3c8bb3270f5fa076f31217c3aa35e87
BLAKE2b-256 cd0545d772a77d7b00a2c16f115b6f31ec276cf525579dcad731d23487ee6f16

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b9b3a3e99b90646d034b4efd4bbe0083a8a523a1e81999f1f11522f7681f175e
MD5 d3778c8251894590da45f1ec9a12f7f8
BLAKE2b-256 bc80b3936f18fa218bbe0a3ba803a8f686c263070f7d5bd972367a84d8c72cc1

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f13bdfb02efea7f9fb07ba0b90e3e097d70e642ca4070550c80c0171229907f4
MD5 f6f5230a54129f9d1b818c1c01f9cc81
BLAKE2b-256 3c9fcc62d12d9ab99ce4fa012d34ef43f9575318eb78ec9fe2710c7ee3858310

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6c388ba6ec7c48d2d03811aa6ec60a0d854313fe55f3a9dc2b4c94a83e2a49f
MD5 4fb08e89528397c01928eb7315987d04
BLAKE2b-256 8c324379895e51c4fcffee3a9243d2c2f35718582d56520404f13e888ca0b05c

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 128378c65696e6d5aafa8008a544d960b70f17a88311f3648fe7d658c7c71dd3
MD5 9205203e278c01198fa1cb88bb1d7d53
BLAKE2b-256 5b165b1b210d9657b9e24a1baa855284e9aa5101f13265acce41e1911bb39872

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b5a6c5f4518b2db488c30d2096e8b6f09b8158a78c502342f347d49a2a599f00
MD5 e330312850c87d82d5613330d7aba996
BLAKE2b-256 45372de740c9d7ad8e104f37684de2c3185319812f4164ccc39d778bf32370c1

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 85bd163d7586beea737bd92cdbf142486b49f4daccd68d394f1e8687e2422281
MD5 f244c789518d1040907a43225dd2cbfa
BLAKE2b-256 ab8035dcd6ac48e5a1f8d81f24fe6e818bbac18dbba8936b514938c9f8a59097

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b62c65f93e93a8fe7f7e4c79a45213c9fc0d0285f299c100403e3f64aca6a15
MD5 a0d05a30ee4145ba3bc3dae7f3ff359f
BLAKE2b-256 e9a7b55982a69518d202520d26b71145efc88e31ce71989774835a79f1b76b83

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f67e02b1c86b678db94631a89701343e9c998ad10e4a71e196e25107f8a46f7
MD5 afea9e6e3e457f16c0ff621f54e02b74
BLAKE2b-256 8ff02823374d4c226c9d1c0e6f8b8795f704738fe75f2f1e653791dab75c02b6

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e314630fd2dece5823017c393036c451eb7cb2efd691569a5d735f183129f03
MD5 effadb31299dbdc5a4e4e1d6fa10259a
BLAKE2b-256 b7ca4faf35760d6a5580783d14b3c66f04788b7fd8247d00b3cd2aff31d0b200

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30ad75f32b6cb6ee627fb75a4d18762ad2fd060c7b1b4b8b81ebf668457ba14d
MD5 7d59a27396ac8825cf56fb38bdb7e2b9
BLAKE2b-256 5ae6e2639ce572a2bc9148d6b868229b25b4253f9e8878aab15275e24fc71a25

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f018d123b0c0c64f186f353b5edae2b93fb9c0cef494f9289e895507ca98bc8
MD5 390c48386c869e87c482002bb16b9129
BLAKE2b-256 9bd2faadf6c8b2f1df15be749d6e4b37d70d3a552118ab58af8eb715e2c77ae1

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2d36dcef01b18d02ada774a5a66ad0ce79b7a82ffc9ee72fed10295d47910ce5
MD5 d6fe477261f6552b7854b0dd56eca0d7
BLAKE2b-256 2e86cad3d800d9d50d83a751e3991b6128cce6197aa2260344904312207321e5

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6a8cb9c9c4f406d20d26525638935ca9f3c049fe2d98cd86c8fad7486ebda674
MD5 143f71528a0ce04f5444407001224abe
BLAKE2b-256 cb693fb7dc73130a11ccadf40e37730ca99269470c21e442656e82d0bb84bb10

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 206e08545970a61b35279b5560c9d2ae959c2169d6a42fb56466405f19809f1b
MD5 95ae650de36fbc06c4d960ee309505e3
BLAKE2b-256 b09b2d38732962e9918df1a3035e38751fbd6688fb2d78796ea5fb557a601db2

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f4f2bde437c2f811694f090c61547279b00396fdc1e575589ccb4d4a9e5f2a37
MD5 9b393189bad6afb142f4ec3ba3b940d3
BLAKE2b-256 aaa02ed3e6a6d3b8c39eadba3a8465a6aaf6466945c15f5f249ef17e94192234

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76330113675355ddab0b3788fc09129ac2a6baeb71124ac604b5b5f12ee46909
MD5 d267f18dc84606760df088af758e3d19
BLAKE2b-256 4ace5244b4c571596b735d55931b71f174bdaf39b3651c8187eb31c264e76574

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 224fd24a64f97c4ab4e8147cd5972e66c6aea62ba69131423f9993c367c2218f
MD5 094aa22cd746195a1da8470796058f31
BLAKE2b-256 f24929e7e1402d37aef103b32a696a119a61c6275e7fb597225096b4cb7d7557

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39132b1c8a27493c916ca74bd18886fa8b15aa4dd212b132def9f78796c3595b
MD5 00b861cfe35c536c4f03d0c0276a3f1b
BLAKE2b-256 9c48c8c954bec1240b6c3bc548749876ecf5fe9f5746cd5d36391a0238acd5ae

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 34b1bed6f48e837442e2337bedb2779e411e6ae8ba028fe45302d89c0fc43b0a
MD5 23d6b97fc9688e05b04540e6b2c41478
BLAKE2b-256 763d4b9d740327d248afd5e2cf0deb8f68733f187a459cc6176f50df473958ed

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp39-cp39-win32.whl.

File metadata

  • Download URL: lark_cython-0.0.16-cp39-cp39-win32.whl
  • Upload date:
  • Size: 171.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for lark_cython-0.0.16-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 401d5b5e2aba44be71023bd71e0bf068df853421c2c7673cbf8fd6080f5e6926
MD5 b6738904fdd0801b55df3e7d33c78929
BLAKE2b-256 1234293a33e69376cc302e10a0db610991aa9488d97e1fd2c34ec9c61d70df8f

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e4aae1fc1f196b59e94827a1ce416045e56ad78ec97b334f45169e5eeabfe8a
MD5 3b2e7472e55371f84fc9bc3018dd9d5d
BLAKE2b-256 d621c96d7ccbc7e55b72154eb6e463712a3396476060ca541ff030230ec53aaa

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c6d973f0221ebeb34aacb155b36abc8855a6a589b2c215fd63df04a9123f4711
MD5 e898009f77664d74dff9bc5568a4f49b
BLAKE2b-256 ed253eaff121b7c07d35620f80fe3e2b3d8ee95c40a6da596d46e34ea847d499

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20dc29e906a059e8993bd2671f268a8bbc7e15d7b1e5773f26f862bc71d82bf4
MD5 bed2003aff25cfb111216268f9d7dc26
BLAKE2b-256 b10a5d599810b44ecceccab21b575934c88380ec3cc7e7d7ff763d115c944440

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a79f3d9d3c879a82acc6afdc7fc8a3a763be97d2310d694622f9c1692275150d
MD5 67f8bcfa54c1fde1926264022cee26e6
BLAKE2b-256 f1332a815354d5598289f041b780130fa96768b74c8c3bf69ea782d9fb516404

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c9d557727378e09e3386f02e2daa0b9fdf5cf7830b0ed40db7872be6c9eae5c
MD5 4c5296f2aff869cea5df7fd26294f696
BLAKE2b-256 9c8d66faa50513c95638d2c9e121db2c63bcd3a17a6241558c6f7caed69f6a06

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d094cf7ed8bb3f3f5560a8b0f7084e4986da7359e92a4c4f52cc7c27582d1872
MD5 46b7cf584985064c078949eb8f182df9
BLAKE2b-256 ea9c5c2d6ca42cca89e0ee6e26ab92060d8cc74637d7a44b62fe94502d673b9b

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp38-cp38-win32.whl.

File metadata

  • Download URL: lark_cython-0.0.16-cp38-cp38-win32.whl
  • Upload date:
  • Size: 173.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for lark_cython-0.0.16-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d96abeab5913078f472d726bc4080b608838f3e69ff3960484fea57c41245681
MD5 86c6109b497ebffe27dbac8790462ba2
BLAKE2b-256 9423de501af919ae1127723babb36e6fb68cd47597b372b5c28da2a6ac9faea9

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f389ed6b189e3832b11ccc90e79f37e97eeb06099bc0ee539775c8a77d61f3aa
MD5 0f7a1e56c89bd5d6bfaaef2c19091e50
BLAKE2b-256 ce639e6ca07bc592eb13e6ca1cfcd9e0cb63e29a5f5a83975d61654521d38ba2

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3c841a9df2b3f379123f3153cd5f76cfbe251dbde912022bfd71917df99aa412
MD5 c704bc415ba21c08ac8fb3d8056116d2
BLAKE2b-256 12071b36432e4fc1a2f1041535b4cf13f4c9e40d9b8c8236b9b7433b0a648581

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96ae2e98f4d4fcd0ccd87113795869948708ee164b14a9c01c32aa2978ae4efd
MD5 346ab828e6f9a355bdc1a1abb4a3559d
BLAKE2b-256 f5da2b1ca7d41a6703939171630bdd21beda1a69d3249c2457b4025807becd4c

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bcbd1a7e92507ef2dfdd85e87a86db4ea292da086ef26edfe54966c61b0e15d7
MD5 1e025598388ebe0302d552ea1f24a0dd
BLAKE2b-256 97a318f57437af85fb66be5b518f551611d4a194a46ed8eadf666a1394a3e62d

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.16-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lark_cython-0.0.16-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ea98fbbbe32f1e5bfc8d4af206916ac69afadfbadf9e1bf23d78282713a2e70
MD5 cb296063eb2ae900d5d704709a4f96b5
BLAKE2b-256 a493532947dcce596fff2564961ca51887d4828bc4abb985e5d3762edd72b366

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page