Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-funcparserlib-1.0.0-1.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: python3-funcparserlib Distribution: Fedora Project
Version: 1.0.0 Vendor: Fedora Project
Release: 1.fc37 Build date: Fri Jul 29 23:08:42 2022
Group: Unspecified Build host: buildvm-x86-31.iad2.fedoraproject.org
Size: 105581 Source RPM: python-funcparserlib-1.0.0-1.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/vlasovskikh/funcparserlib
Summary: Recursive descent parsing library based on functional combinators
Parser 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).

Provides

Requires

License

MIT

Changelog

* Fri Jul 29 2022 Alfredo Moralejo <amoralej@redhat.com> - 1.0.0-1
  - Update to 1.0.0
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0a1-3.prerelease
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.0a1-2.prerelease
  - Rebuilt for Python 3.11
* Wed Apr 20 2022 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.0a1-1.prerelease
  - Bump version to 1.0.0a1 prerelease
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0a0-2.prerelease
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Dec 06 2021 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.0a0-1.prerelease
  - Bump version to 1.0.0a0 prerelease
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-28
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.6-27
  - Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-26
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-25
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/lib/python3.11/site-packages/funcparserlib
/usr/lib/python3.11/site-packages/funcparserlib-1.0.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/funcparserlib-1.0.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/funcparserlib-1.0.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/funcparserlib-1.0.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/funcparserlib-1.0.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/funcparserlib/__init__.py
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__/lexer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__/lexer.cpython-311.pyc
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__/parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__/parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/funcparserlib/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/funcparserlib/lexer.py
/usr/lib/python3.11/site-packages/funcparserlib/lexer.pyi
/usr/lib/python3.11/site-packages/funcparserlib/parser.py
/usr/lib/python3.11/site-packages/funcparserlib/parser.pyi
/usr/lib/python3.11/site-packages/funcparserlib/py.typed
/usr/lib/python3.11/site-packages/funcparserlib/util.py
/usr/lib/python3.11/site-packages/funcparserlib/util.pyi
/usr/share/doc/python3-funcparserlib
/usr/share/doc/python3-funcparserlib/PKG-INFO
/usr/share/doc/python3-funcparserlib/README.md
/usr/share/licenses/python3-funcparserlib
/usr/share/licenses/python3-funcparserlib/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024