SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-lark-parser rpm build for : Fedora 34. For other distributions click python3-lark-parser.

Name : python3-lark-parser
Version : 0.9.0 Vendor : Fedora Project
Release : 2.fc34 Date : 2021-01-28 07:40:38
Group : Unspecified Source RPM : python-lark-parser-0.9.0-2.fc34.src.rpm
Size : 0.74 MB
Packager : Fedora Project
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/archive.fedoraproject.org/fedora-secondary/releases/34/Everything/s390x/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-lark-parser-0.9.0-2.fc34.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