Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-funcparserlib | Distribution: Fedora Project |
Version: 1.0.1 | Vendor: Fedora Project |
Release: 12.fc43 | Build date: Mon Jul 14 11:40:54 2025 |
Group: Unspecified | Build host: buildvm-ppc64le-08.rdu3.fedoraproject.org |
Size: 103467 | Source RPM: python-funcparserlib-1.0.1-12.fc43.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).
MIT
* Mon Jun 02 2025 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.1-12 - Migrated to pyproject RPM macros * Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 1.0.1-11 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Sep 27 2024 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.1-9 - Review of the License tag according to the SPDX standard * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.0.1-7 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.1-3 - Rebuilt for Python 3.12
/usr/lib/python3.14/site-packages/funcparserlib /usr/lib/python3.14/site-packages/funcparserlib-1.0.1.dist-info /usr/lib/python3.14/site-packages/funcparserlib-1.0.1.dist-info/INSTALLER /usr/lib/python3.14/site-packages/funcparserlib-1.0.1.dist-info/LICENSE /usr/lib/python3.14/site-packages/funcparserlib-1.0.1.dist-info/METADATA /usr/lib/python3.14/site-packages/funcparserlib-1.0.1.dist-info/WHEEL /usr/lib/python3.14/site-packages/funcparserlib/__init__.py /usr/lib/python3.14/site-packages/funcparserlib/__pycache__ /usr/lib/python3.14/site-packages/funcparserlib/__pycache__/__init__.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/funcparserlib/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/funcparserlib/__pycache__/lexer.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/funcparserlib/__pycache__/lexer.cpython-314.pyc /usr/lib/python3.14/site-packages/funcparserlib/__pycache__/parser.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/funcparserlib/__pycache__/parser.cpython-314.pyc /usr/lib/python3.14/site-packages/funcparserlib/__pycache__/util.cpython-314.opt-1.pyc /usr/lib/python3.14/site-packages/funcparserlib/__pycache__/util.cpython-314.pyc /usr/lib/python3.14/site-packages/funcparserlib/lexer.py /usr/lib/python3.14/site-packages/funcparserlib/lexer.pyi /usr/lib/python3.14/site-packages/funcparserlib/parser.py /usr/lib/python3.14/site-packages/funcparserlib/parser.pyi /usr/lib/python3.14/site-packages/funcparserlib/py.typed /usr/lib/python3.14/site-packages/funcparserlib/util.py /usr/lib/python3.14/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 Jul 17 02:42:38 2025