experimental/sources/: 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 interegular
requires_dist
  • regex; extra == "regex"
  • js2py; extra == "nearley"
  • atomicwrites; extra == "atomic-cache"
  • interegular<0.4.0,>=0.3.1; extra == "interegular"
requires_python >=3.6
File Tox results History
lark-1.1.9.tar.gz
Size
249 KB
Type
Source

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: