SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-lark-parser rpm build for : RockyLinux 9. For other distributions click python3-lark-parser.

Name : python3-lark-parser
Version : 0.9.0 Vendor : Rocky Enterprise Software Foundation
Release : 6.el9 Date : 2022-10-31 05:22:07
Group : Unspecified Source RPM : python-lark-parser-0.9.0-6.el9.src.rpm
Size : 0.74 MB
Packager : Rocky Linux Build System (Peridot) < releng_rockylinux_org>
Summary : Lark is a modern general-purpose parsing library for Python
Description :
Lark is a modern general-purpose parsing library for Python.

Lark focuses on simplicity and power. It lets you choose between
two parsing algorithms:

Earley : Parses all context-free grammars (even ambiguous ones)!
It is the default.

LALR(1): Only LR grammars. Outperforms PLY and most if not all
other pure-python parsing libraries.

Both algorithms are written in Python and can be used interchangeably
with the same grammar (aside for algorithmic restrictions).
See \"Comparison to other parsers\" for more details.

Lark can auto magically build an AST from your grammar, without any
more code on your part.

Features:

- EBNF grammar with a little extra
- Earley & LALR(1)
- Builds an AST auto magically based on the grammar
- Automatic line & column tracking
- Automatic token collision resolution (unless both tokens are regexps)
- Python 2 & 3 compatible
- Unicode fully supported

RPM found in directory: /packages/linux-pbone/rockylinux/9.4/AppStream/x86_64/kickstart/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-lark-parser-0.9.0-6.el9.noarch.rpm
ftp.icm.edu.pl  python3-lark-parser-0.9.0-6.el9.noarch.rpm
ftp.icm.edu.pl  python3-lark-parser-0.9.0-6.el9.noarch.rpm
ftp.icm.edu.pl  python3-lark-parser-0.9.0-6.el9.noarch.rpm
ftp.icm.edu.pl  python3-lark-parser-0.9.0-6.el9.noarch.rpm
ftp.icm.edu.pl  python3-lark-parser-0.9.0-6.el9.noarch.rpm
     

Provides :
python-lark-parser
python3-lark-parser
python3.9-lark-parser
python3.9dist(lark-parser)
python3dist(lark-parser)

Requires :
python(abi) = 3.9
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/python3.9/site-packages/lark
/usr/lib/python3.9/site-packages/lark/__init__.py
/usr/lib/python3.9/site-packages/lark/__pycache__
/usr/lib/python3.9/site-packages/lark/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/common.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/common.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/exceptions.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/exceptions.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/grammar.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/grammar.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/indenter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/indenter.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/lark.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/lark.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/lexer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/lexer.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/load_grammar.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/load_grammar.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/parse_tree_builder.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/parse_tree_builder.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/parser_frontends.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/parser_frontends.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/reconstruct.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/reconstruct.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/reconstruct2.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/reconstruct2.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/tree.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/tree.cpython-39.pyc
/usr/lib/python3.9/site-packages/lark/__pycache__/utils.cpython-39.opt-1.pyc
There is 110 files more in these RPM.

 
ICM