experimental/cuda-ubi9/: lark-1.1.9 metadata and description

Simple index

a modern parsing library

author_email Erez Shinan <erezshin@gmail.com>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Programming Language :: Python :: 3
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Text Processing :: General
  • Topic :: Text Processing :: Linguistic
  • License :: OSI Approved :: MIT License
description_content_type text/markdown
keywords Earley,LALR,parser,parsing,ast
license MIT
project_urls
  • Homepage, https://github.com/lark-parser/lark
  • Download, https://github.com/lark-parser/lark/tarball/master
provides_extras regex
requires_dist
  • atomicwrites ; extra == 'atomic_cache'
  • interegular <0.4.0,>=0.3.1 ; extra == 'interegular'
  • js2py ; extra == 'nearley'
  • regex ; extra == 'regex'
requires_python >=3.6
File Tox results History
lark-1.1.9-py3-none-any.whl
Size
109 KB
Type
Python Wheel
Python
3

Lark is a modern general-purpose parsing library for Python. With Lark, you can parse any context-free grammar, efficiently, with very little code. Main Features: