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.17.tar.gz (311.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

lark_cython-0.0.17-pp310-pypy310_pp73-win_amd64.whl (186.8 kB view details)

Uploaded PyPyWindows x86-64

lark_cython-0.0.17-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (244.0 kB view details)

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

lark_cython-0.0.17-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (240.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

lark_cython-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl (184.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

lark_cython-0.0.17-pp39-pypy39_pp73-win_amd64.whl (186.4 kB view details)

Uploaded PyPyWindows x86-64

lark_cython-0.0.17-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (244.4 kB view details)

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

lark_cython-0.0.17-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (240.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

lark_cython-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl (183.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

lark_cython-0.0.17-pp38-pypy38_pp73-win_amd64.whl (185.9 kB view details)

Uploaded PyPyWindows x86-64

lark_cython-0.0.17-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 PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

lark_cython-0.0.17-cp313-cp313-win_amd64.whl (198.1 kB view details)

Uploaded CPython 3.13Windows x86-64

lark_cython-0.0.17-cp313-cp313-win32.whl (167.3 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

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

lark_cython-0.0.17-cp313-cp313-macosx_11_0_arm64.whl (222.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

lark_cython-0.0.17-cp312-cp312-win_amd64.whl (198.6 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

lark_cython-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

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

lark_cython-0.0.17-cp312-cp312-macosx_11_0_arm64.whl (225.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lark_cython-0.0.17-cp311-cp311-win_amd64.whl (201.5 kB view details)

Uploaded CPython 3.11Windows x86-64

lark_cython-0.0.17-cp311-cp311-win32.whl (171.5 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

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

lark_cython-0.0.17-cp311-cp311-macosx_11_0_arm64.whl (221.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lark_cython-0.0.17-cp310-cp310-win_amd64.whl (201.0 kB view details)

Uploaded CPython 3.10Windows x86-64

lark_cython-0.0.17-cp310-cp310-win32.whl (171.6 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

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

lark_cython-0.0.17-cp310-cp310-macosx_11_0_arm64.whl (220.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lark_cython-0.0.17-cp39-cp39-win_amd64.whl (201.0 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

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

lark_cython-0.0.17-cp39-cp39-macosx_11_0_arm64.whl (220.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

lark_cython-0.0.17-cp38-cp38-win_amd64.whl (202.8 kB view details)

Uploaded CPython 3.8Windows x86-64

lark_cython-0.0.17-cp38-cp38-win32.whl (173.0 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: lark_cython-0.0.17.tar.gz
  • Upload date:
  • Size: 311.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lark_cython-0.0.17.tar.gz
Algorithm Hash digest
SHA256 a311c4dba35a8bc19f623ec6829ff5421d7ff493ea1a64f591a29fb08d90e884
MD5 ae2c15f6bb6d81c15b4c39fc66addd76
BLAKE2b-256 be818f2bc16ba0a5b80dd104218d3420653befc5e1f5520f8fc242a99ba52cc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8e1dfc79826c96c798f55f9d2acf7fb2e81dd15b73544ea3d944398b950708c9
MD5 09c21591079461aed4d166992ec2f412
BLAKE2b-256 3edbddb0e116088b4f014d24228510c7edc6724360ee51068f17b555bbdc4564

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 840c664cf5a77d2d7929c58fc31a0a04ab1b1e65c20d1e54bb312ef64b8b3a8d
MD5 389ba94ab38bb944d13981ea7eb2bc13
BLAKE2b-256 3ee02e7dc958364bb7c94ba9e7b39902e0f1e6e88f69764d4352940bb1bec2e1

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db2ce4dd6452b7fbb9fa50b2d44c6ecb077d179d892e00398ce5e87a2439e09d
MD5 a84b32099311563abd5bf7debe36498b
BLAKE2b-256 7e49d3a7d39cb21214e1557aa63be82919d5fc1e13febc3005f6f737820de099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d99e9cde9de554f84406feb6103a1d0454879f0746130c570957c618eb775f24
MD5 59db20d262876ce266ca4f56ecee3763
BLAKE2b-256 b25dfcf1c93e40fdad8c95f0b24246c58b7a83751ccc2ab0d2b4ceadf3dfe044

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9d7dc173b53ba6d39ae95ff5b47020b43369ea98b13487391ecfd7ff2e6985f3
MD5 2ff9efb133df84ad25d3542756f014dd
BLAKE2b-256 9407028b0748c75a56fb7f10ad563e6898ad64e72209b864a8a14190b8f25279

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6b257f25457584d3ac9aed6ae16beebbffc663de057a31842bc574f508ea961
MD5 27d2210e1332f39b1873a8f476d4abb1
BLAKE2b-256 a83f6127a6e276b2d5c3e6597512f919f1f458e1db6d3234566afd1b0d89ee21

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ecc2d8b56142aac7b2822e3b9f9191ec4ea76b84239f788a9f9cd415ae156d3
MD5 b4c8642d7da7fa8ae709a4bcae84ca9b
BLAKE2b-256 c3e6c0d67a09fbad29f05c995f40abde2463b779a31d165dfe22779e4c53eb18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b54a4499fd19fd57c6f0876e3e470b51a390dd3d82eb57ee3551006e2ecc1e5b
MD5 b2cc2449d859455592cfb5245ebcf3c7
BLAKE2b-256 bddbd4d321e0780f7aad79c20c73c147688c435f1fcae41fa7c48e304523ccf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4551ad9fd701d4a8b2af36ff81dda058cfcd4bb8aa1702c0a6f47377062ffdca
MD5 3697d2f5ce30beb4785395e08eacc19d
BLAKE2b-256 aff1148d7ed9ab4b498588a0be8f6dc7af45e9204350b95564323a146c9fdc39

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d11ff6c18f6658789fb873645ae6c4ba6e1785b8bd82a0bf91bde1cb7c28bb66
MD5 4e390f8f9f7ff45138abada713becf12
BLAKE2b-256 70a24367535c4414630b437ea2a8c78d6e567c236f35339b8a6d8bffe8004b2a

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e162103cc30a8e98ff38a6407793688dfa17be78f762d8d1f8bec82e8d5bfcae
MD5 b1b4e92f2f443669f384465f3cc6e004
BLAKE2b-256 5caa8c670b1994c00b7d0eb58e6b3c28bed5d7d2a00f2d2115a84a52caabeec1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df6f9bd30e078fda3e6ed51ea3f94f5d4074e69729b2fc25de270d54c0d31d26
MD5 918959a7f696090375f846cad2a82dca
BLAKE2b-256 67c68a80703f87b3446ce63d69b81c8b6ff2671458a08f48e1382a350c2f7b1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f1a439b8005c14688fc14cf6206176b6651cb1fb37294aebc249fa0d12147471
MD5 87792b52b9446a75bc7a9e63313e6ca4
BLAKE2b-256 45ae00e638aa6ca9e8a9fa19d7663a357fa0da2ecce7eb022a5f4306cdcea6cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lark_cython-0.0.17-cp313-cp313-win32.whl
  • Upload date:
  • Size: 167.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lark_cython-0.0.17-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1c71b4d8ac9e13f35374967bc948f139494ce3bcaaf132edaf4223113556d7e8
MD5 a8ad27e5633a939a252482606e388f4a
BLAKE2b-256 1928265b82476072ccb776413e971a036dd3dea0868c6b755eae64609dcd83f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44c1d11d854fd6353df08a17fa93f135f8eb6167e866fd907809ad994d56ed74
MD5 f101802531a83cc7a37afb52130971b1
BLAKE2b-256 7e9b5184527b524cbc1760673af0b2fdc30a3e0e613544974fbe64541de13c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f8a403d70192f8f7694e69d01003177247dd17797061ca54bfdb65e4711c5cf
MD5 94345612184b85540b98e868672d4230
BLAKE2b-256 a516053a925dd300b683724d43d36272de5493d0b84e7b70c9c54ba09c52122b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62019a62352ab318f6e804a4648c9e59dc783e4b5dc41e426061b0c7dc67c5b0
MD5 6ed581b649abf58adaf5c4afd6ad15f4
BLAKE2b-256 6cc9852c7220953e5acc77f3002b11575cf7468980b4453eadba7fe094b85cba

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9cc9bbc2931992cb4d186246b9796829d84b2bbe52f5453e05ac26dd0b7c5324
MD5 20abd3e5d9dc730e3c3edad93472334d
BLAKE2b-256 13eb34525255f5ff95da943bf5118e7752357d9ce8b26e7e4b6e40722b6be173

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dce127a4b4ce9dc9ea8f42f61b5f1e68d9135733dce866cb46a7412b4446ba0b
MD5 3078f0f418cd3a135a219bec22c7e4fd
BLAKE2b-256 8ffbec130a17a02e1db341b2bf7bcd196c225058e30dcf1de59e85a44c29a8cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 13d507e29bb0342747a19d4f77c01f7e8f69d9b77fc26138577346b3d8e83389
MD5 c0b2e6acaee733469e1f1f39e9fdd796
BLAKE2b-256 72a66dfc6c37786a736fdd774163eb97c623902c1358eeaf78a7030db22970fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lark_cython-0.0.17-cp312-cp312-win32.whl
  • Upload date:
  • Size: 167.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lark_cython-0.0.17-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5237bc123291e8413fb29d709d24b1d2abfca14735a3d258860d8377a16da949
MD5 ce7222136398764a5cc1762d679cf183
BLAKE2b-256 2e84dc2365766d61af6e3f5129a4561863535aab278886add1cd8bb82ec1398c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5518deae915be8b9c567594cee6dd7dde093ba63112b13265259f1cf75d6307
MD5 585a2a9540bda39144db51c59be93bb0
BLAKE2b-256 6fcc7b4811677d057053edfa14b0a6cce17d9e1c31adbaccf0cd1f431e710118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b29f8c67748def4d7f0c9dddf3c0d2501399a33d6fcdea3b74f2f5f885a28ca9
MD5 62811e0bbabbc8c365dea6c2fd39ccdc
BLAKE2b-256 2382dcb8f7c3990f05b80ec0b8f77bb825e7e097d8735b75fa3f25d6c8bd9cbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab1165a385d75dcc1b46e87fd13cb05844584391977d0d14bc6bc416e6c76623
MD5 578c6850401a428f5e8f41ab9758c1e6
BLAKE2b-256 b7538522d6e9ca4ebbd297cd439771b2547377cc64e7beee3a4e83b2e5962d0d

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a104ea7009ed61bd7bc87a6d526897b2d15448d548d638c1747314fc83ff9e4
MD5 2d62477b4d04258225b699b771e18cfe
BLAKE2b-256 bc4d84209d2ceb72cb22a17dc9995efacfcbb13e7187ff7fde93c8f4d526d4f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edeccf56544315f1b5c88644591fb79ac109a4b1ef44ab091b92c3d8a891730b
MD5 78aa1b0b3c43015e7dd7e49a6ab18f0c
BLAKE2b-256 48acbbe263b69a5ed1ed0d646261f9bd4149a03a2eefda7ad752ec2f7be805f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6329364af06178f2b9d9b4f56fc73d152039300ed6fa1a024a484ed21430e5f9
MD5 e9f53382060305c37701f71cc8613ce2
BLAKE2b-256 f0b55343c58d9c8d1500909e7aa40a89158d291304a4d9c2bc25353f16f209b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lark_cython-0.0.17-cp311-cp311-win32.whl
  • Upload date:
  • Size: 171.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lark_cython-0.0.17-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 384667748e16148c288c1595644db05a209bb1b7cf9ba7015f96a871bdafa405
MD5 52eda969cdd9fa581422af8aeb785b4e
BLAKE2b-256 d83840b408e9c25aab9245799f7703474a41408a76fce0eb97f45311f522c59c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d74de42bcbcb6e1bf6ba21cb88ff11d5361970324743895d97f6e9d3eb3bc26f
MD5 9acce8377a1b45c8b820321f7ffec069
BLAKE2b-256 c095a0c6937717a580ca587bd560e6616729a2c4121937fcd5ea0ead713843e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6e7baeb3c97c150983302e4645bf2959d3c07cce6d56c087594f331903e7b942
MD5 8b113e670e4706e6257d0abcbeeb98ca
BLAKE2b-256 c0ce560a4d968e24e79a6fc0b982b97413ed636c9808b194aad0e51e0eac7084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15ae769514343a79e9868ac3f9aee923916d59d53cbe1320c2b78db4e5696b72
MD5 174239b4e02c8e6c6a714a18067546ff
BLAKE2b-256 825571557937f53844a71963950864c4ac88f5001f383055524ba8ba2ead1cc0

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3879db04abd9f1cb07e4b2225d7d9a0145568f43dca49a4ed19a1c3de6b15047
MD5 1c7b26861f95c41fbda51318c9e37738
BLAKE2b-256 8237425c906fe7923f3f651e8f4ec64e50a4c035e4f1f3be0c66909cac479a4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de1cf32f18c450d43ae4d6feeaeb1bf8900415dec3bbfc87c7ccd7776cc3714d
MD5 022b1761158fc4846e95c00388b67c47
BLAKE2b-256 24e75a32b174df00b19ee42a29404fae318258be393c7b6a888a839a4573c1a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 904338f8c137f6eaf7630966f21b6ae89a643b18367293bd043bb34ea76417c5
MD5 85875780530046cd2915d8c8e73abae2
BLAKE2b-256 c105023dce423eda512356dac6aee16077b604c5019f47789ae3d16e1d1ba826

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lark_cython-0.0.17-cp310-cp310-win32.whl
  • Upload date:
  • Size: 171.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lark_cython-0.0.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cb873c6ccb8dfbe79e56f5c621aa770de5fdb65452a1c2406de35690b0d3c654
MD5 4c8e9eb19b08ea7b68d7159dd2e956f4
BLAKE2b-256 9242219e57b452272c74a7148b9dc6ac3ce774d058081cfbb2ba3cdfe6f328fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 685ef75328c47c2d36ca4c6924f9400ec040f5911c44bf452f1bc6e473e2c658
MD5 342e2d679b98a05c78dc81c385dd811e
BLAKE2b-256 4b22c310d7ac12e45ff740a84b199d00e1cb9d8dd25a46ab5116735c5b2669f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ba2a7587dd3478152bb55b9d892152db6c42005a5b4b0230abaa19a953605d8
MD5 659fefee3469fe60182a86608bcc54a4
BLAKE2b-256 0b783f9985421c69a6a71435e403d4224eb8f6e44d7d77508a01113b5c600596

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfd67349053634633994ba5f03035e0f2dc144d4068524ec3519be32c22361a9
MD5 aea22163b7ab4e09ff139483a110d009
BLAKE2b-256 f5656c1027b0e4e807e06970409b973f5658f6ab8ae5d8d45e13ac6640af7e72

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f17838f0471471f373018b86315b75180ed3d69afa01fd8404fca3732efee2db
MD5 7193698edd8c56a7138d0bce99fff920
BLAKE2b-256 95b2626959f47988a4c8a0ae1c8635b4d68e64e3a0d08c7edd7d0f60e681361b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 732c911e0005ecef19bff47705e48ccec2f823118fe1d7b197b7854caac8f6f2
MD5 bb518e66bea05bcb9abc546f16258752
BLAKE2b-256 86afdd184ccee8b585269a8d33719909a6b2580be7c367030a78b8d361efec89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lark_cython-0.0.17-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 201.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lark_cython-0.0.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c3980329100b44bd483e5b9fcef92f74d85cbed77f9f6e56916fce30fce66cd6
MD5 1f023920220e3b669fb240cc3484eb52
BLAKE2b-256 727e88f13a2a9bfe35edb8d8025ab53e2fa1f7e1889e2ce5c181ae1cd07bd38d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lark_cython-0.0.17-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 37eb6a4da0f8d689b7181638e22616a0395d46d87683c066cf2f2516aae71c32
MD5 e55fa34f84ed0252c5f2292d235725bf
BLAKE2b-256 f607cbc2b14df14e281e86bdbdb2f43c9530c294bab0043eddfd7f24dbd79242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09a7e8ad7a18e5e5d5193716b9c0db6dc9cec337441bc0dcce86fcb703ba3d99
MD5 72588d98869e55ef9a5457a2a3e8a105
BLAKE2b-256 5562d74b02a626d197e30a911c7a4ed57df48294221f7fc020bfebf075c1eaed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2192b9b335440d4a1e327ad8a5a8ebc26146a8cf746b3930563492284ab5471d
MD5 61d8f152ee6cdbbb1f197fbe64061071
BLAKE2b-256 7f951d21d66f5522cb9f33a11daf5bc52b11b2781471119e50b7e9684bfcaad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35e3fa52fb3fababfa277d11d6c8ae577d9890852f23d77d343a836a8eb16799
MD5 f95a687634c3707e5a4509990fa77afa
BLAKE2b-256 81ecdd2d55bac9384acee91b8a7715773f5f275b94f1e1a8c32df07952b062e8

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 08e3f7389452d8bb4a13b86af9f98391a7e9bb91bf55d6fb645b359bac201f39
MD5 cd57987d6b0b8efd6f3b97283e606734
BLAKE2b-256 9ea48307fade41defb884e69e2b5f2d39a78471d99ec9b70c36327d26cd99995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d8ebf46fbb48d980699db847f085d3ac4893c72608b45502ce530ef721d445e
MD5 00b47a4b8dfcbb24f16cc370662b0d8d
BLAKE2b-256 f7825920b4887eb6e792891485d5b9166f2b551517efb48f1714fc4f862e4142

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lark_cython-0.0.17-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 202.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lark_cython-0.0.17-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a5522dd0b248c246b9535a20c49b0f607c4005f3f808f34e9633a334d5d0f015
MD5 344c162e7805d0a59554ddae1f66a20d
BLAKE2b-256 12ad2516e9bb5fb5813a0ae594c285b186f8798143f34b8e94a9c7e83bdf1abd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lark_cython-0.0.17-cp38-cp38-win32.whl
  • Upload date:
  • Size: 173.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lark_cython-0.0.17-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e7b1998e8dc5200400a25605c9ab679f95b8c40408636ca3351f41bf4b2d99f1
MD5 9ac1b813049b729d7a70bc021cc2994c
BLAKE2b-256 28303d8550763d8849af4afac25e34f93ab35e353d237398149c924631e297e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdc1146c9e49c0af653c2fd72a0440a358854aa8ea923112a79f8d23a1d54e51
MD5 f21633bd7fb35026965a443767200251
BLAKE2b-256 c9660d08cdbbb7902b2996f5eb02b2e27ee6fd302731bfe23077b7072d0ff772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39b5365178eb4a7a26d972b793173094439d1e4331c3984ecdfebf3730122b82
MD5 c5a5e725770025cbd68f32bf1bdf8111
BLAKE2b-256 116c9149ca61ff5463061ad0d51b8b586a0b8369e2fa8174c582ea4f0760a7f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7a2e557f4403a5c0b1ff6d0ea728bbe9bed7e468062bdba6cffa05510d5cba9
MD5 7d47af1975d2deb0294b474eea98660e
BLAKE2b-256 26dfa927f0de7e8ae08c9a81cec1fe7cb9d1583a5a834ba5bd512e024ac718dc

See more details on using hashes here.

File details

Details for the file lark_cython-0.0.17-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.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14102aa69d512a4d8140a013fbecba95bed891663d92c71e1318018bae48c008
MD5 f081591dd193886af4ed0910b152e167
BLAKE2b-256 7e9b4aea3ce13cca50cd2bbdb985cb212040a18539462d4b391d633df4bec653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lark_cython-0.0.17-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccaa8100601145ab8c425f3bffe6ba92c420803a7e778826daf6c42d04efd8ad
MD5 a5758bc9df2ee7667ee8a2021d542c1e
BLAKE2b-256 fa55ec585ec4ffd1cf99dcf06732aee9a8413550e323dbe3d03d6390f3c65277

See more details on using hashes here.

Supported by

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