Mon, 01 Jul 2024 04:17:05 UTC | login

Information for RPM python3-funcparserlib-0.3.6-20.fc31.noarch.rpm

ID472394
Namepython3-funcparserlib
Version0.3.6
Release20.fc31
Epoch
Archnoarch
SummaryRecursive descent parsing library based on functional combinators
DescriptionParser combinators are just higher-order functions that take parsers as their arguments and return them as result values. Parser combinators are: * First-class values * Extremely composable * Tend to make the code quite compact * Resemble the readable notation of xBNF grammars Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write them without thinking about look-aheads and all that hardcore parsing stuff. But the recursive descent parsing is a rather slow method compared to LL(k) or LR(k) algorithms. So the primary domain for funcparserlib is parsing little languages or external DSLs (domain specific languages).
Build Time2019-07-26 23:10:34 GMT
Size24.94 KB
497a3975773b197a16df20576714de19
LicenseMIT
Provides
python-funcparserlib = 0.3.6-20.fc31
python3-funcparserlib = 0.3.6-20.fc31
python3.7dist(funcparserlib) = 0.3.6
python3dist(funcparserlib) = 0.3.6
Obsoletes
python-funcparserlib < 0.3.6-20.fc31
Conflicts No Conflicts
Requires
python(abi) = 3.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(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 25 of 25
Name ascending sort Size
/usr/lib/python3.7/site-packages/funcparserlib0.00 B
/usr/lib/python3.7/site-packages/funcparserlib-0.3.6-py3.7.egg-info0.00 B
/usr/lib/python3.7/site-packages/funcparserlib-0.3.6-py3.7.egg-info/PKG-INFO305.00 B
/usr/lib/python3.7/site-packages/funcparserlib-0.3.6-py3.7.egg-info/SOURCES.txt587.00 B
/usr/lib/python3.7/site-packages/funcparserlib-0.3.6-py3.7.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.7/site-packages/funcparserlib-0.3.6-py3.7.egg-info/top_level.txt14.00 B
/usr/lib/python3.7/site-packages/funcparserlib/__init__.py0.00 B
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__0.00 B
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__/__init__.cpython-37.opt-1.pyc117.00 B
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__/__init__.cpython-37.pyc117.00 B
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__/lexer.cpython-37.opt-1.pyc3.63 KB
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__/lexer.cpython-37.pyc3.63 KB
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__/parser.cpython-37.opt-1.pyc13.07 KB
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__/parser.cpython-37.pyc13.07 KB
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__/util.cpython-37.opt-1.pyc1.02 KB
/usr/lib/python3.7/site-packages/funcparserlib/__pycache__/util.cpython-37.pyc1.02 KB
/usr/lib/python3.7/site-packages/funcparserlib/lexer.py4.31 KB
/usr/lib/python3.7/site-packages/funcparserlib/parser.py11.97 KB
/usr/lib/python3.7/site-packages/funcparserlib/util.py1.90 KB
/usr/share/doc/python3-funcparserlib0.00 B
/usr/share/doc/python3-funcparserlib/CHANGES2.29 KB
/usr/share/doc/python3-funcparserlib/PKG-INFO305.00 B
/usr/share/doc/python3-funcparserlib/README1.13 KB
/usr/share/licenses/python3-funcparserlib0.00 B
/usr/share/licenses/python3-funcparserlib/LICENSE1.04 KB
Component of No Buildroots