SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-lark-parser rpm build for : openSUSE Leap 15. For other distributions click python2-lark-parser.

Name : python2-lark-parser
Version : 0.5.1 Vendor : obs://build_opensuse_org/home:smarty12
Release : lp150.1.1 Date : 2018-05-11 12:56:04
Group : Development/Languages/Python Source RPM : python-lark-parser-0.5.1-lp150.1.1.src.rpm
Size : 0.46 MB
Packager : (none)
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 interchangably
with the same grammar (aside for algorithmic restrictions).
See \"Comparison to other parsers\" for more details.

Lark can automagically 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 automagically 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/ftp5.gwdg.de/pub/opensuse/repositories/home:/smarty12:/Python/RaspberryPi_Leap_15.0/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python-lark-parser
python2-lark-parser

Requires :
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/lark
/usr/lib/python2.7/site-packages/lark/__init__.py
/usr/lib/python2.7/site-packages/lark/__init__.pyc
/usr/lib/python2.7/site-packages/lark/__init__.pyo
/usr/lib/python2.7/site-packages/lark/common.py
/usr/lib/python2.7/site-packages/lark/common.pyc
/usr/lib/python2.7/site-packages/lark/common.pyo
/usr/lib/python2.7/site-packages/lark/grammars
/usr/lib/python2.7/site-packages/lark/grammars/common.g
/usr/lib/python2.7/site-packages/lark/indenter.py
/usr/lib/python2.7/site-packages/lark/indenter.pyc
/usr/lib/python2.7/site-packages/lark/indenter.pyo
/usr/lib/python2.7/site-packages/lark/lark.py
/usr/lib/python2.7/site-packages/lark/lark.pyc
/usr/lib/python2.7/site-packages/lark/lark.pyo
/usr/lib/python2.7/site-packages/lark/lexer.py
/usr/lib/python2.7/site-packages/lark/lexer.pyc
/usr/lib/python2.7/site-packages/lark/lexer.pyo
/usr/lib/python2.7/site-packages/lark/load_grammar.py
/usr/lib/python2.7/site-packages/lark/load_grammar.pyc
/usr/lib/python2.7/site-packages/lark/load_grammar.pyo
/usr/lib/python2.7/site-packages/lark/parse_tree_builder.py
/usr/lib/python2.7/site-packages/lark/parse_tree_builder.pyc
/usr/lib/python2.7/site-packages/lark/parse_tree_builder.pyo
/usr/lib/python2.7/site-packages/lark/parser_frontends.py
/usr/lib/python2.7/site-packages/lark/parser_frontends.pyc
/usr/lib/python2.7/site-packages/lark/parser_frontends.pyo
/usr/lib/python2.7/site-packages/lark/parsers
/usr/lib/python2.7/site-packages/lark/parsers/__init__.py
/usr/lib/python2.7/site-packages/lark/parsers/__init__.pyc
There is 60 files more in these RPM.

 
ICM