Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-funcparserlib | Distribution: openSUSE:Factory:zSystems |
Version: 1.0.1 | Vendor: openSUSE |
Release: 1.6 | Build date: Tue Nov 8 01:46:46 2022 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 101498 | Source RPM: python-funcparserlib-1.0.1-1.6.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/vlasovskikh/funcparserlib | |
Summary: Recursive descent parsing library based on functional combinators |
The primary focus of funcparserlib is parsing little languages or external DSLs (domain specific languages). Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write parsers without thinking about lookaheads and other hardcore parsing stuff. However, recursive descent parsing is a rather low method compared to LL(k) or LR(k) algorithms. Still, parsing with funcparserlib is at least twice faster than PyParsing, a very popular library for Python.
MIT
* Tue Nov 08 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to 1.0.1 * Added support for Python 3.11 * Mon Oct 17 2022 Steve Kowalik <steven.kowalik@suse.com> - Re-add missing BuildRequires on six. * Thu Aug 04 2022 Ben Greiner <code@bnavigator.de> - Update to 1.0.0 * The stable 1.0.0 release freezes the API of funcparserlib 0.3.6 which was released on 2013-05-02, with a few bug fixes and small features. * Added support for Python 3.10 * Added support for Python 3.9 (#63) (Thanks to @pkulev) * Added support for Python 3.8 * Added -p (the same as skip(p)) with more strict type hints for - p and p1 + p2 * Added tok(type[, value]) for more compact grammars, better error messages * Added TokenSpec(type, pattern[, flags]) to simplify the use of make_tokenizer() * Added type hints for the public API * Added the new library homepage with the new Getting Started guide and the new API reference * Parse exceptions now show expected tokens and grammar rules at the stopped position (#52) * Dropped support for Python 3.4, 3.5, 3.6 (end of life) * Dropped support for Python 2.5, 2.6, 3.3 (end of life), modernized code for Python 3 to run without obsolete 2to3 (#57) (Thanks to @jdufresne) * Removed documentation and unit tests from the distribution * Switched from setuptools to Poetry * Switched to poetry-core for lighter PEP 517 builds (#73) (Thanks to @fabaff) * Fixed TypeError in oneplus when applying it parser + parser (#66) (Thanks to @martica) * Fixed AttributeError when comparing Token objects to None (#58) (Thanks to @Halolegend94) * Fixed doctests in the tutorial (#49) * Fixed several cases of wrong expected tokens in error messages - Drop no2to3.patch * Tue Mar 01 2022 Dirk Müller <dmueller@suse.com> - add no2to3.patch for compatibility with newer setuptools * Mon Nov 08 2021 Dirk Müller <dmueller@suse.com> - add missing six dependency * Wed Sep 09 2020 pgajdos@suse.com - new upstream url * Sun Aug 16 2020 John Vandenberg <jayvdb@gmail.com> - Use modernize to fix Python 2 only syntax in runtime code - Re-activate test suite by switching from nose to pytest - Tidy spec * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Wed Apr 19 2017 toddrme2178@gmail.com - Source must be https. * Wed Apr 19 2017 toddrme2178@gmail.com - Implement single-spec version.
/usr/lib/python3.11/site-packages/funcparserlib /usr/lib/python3.11/site-packages/funcparserlib-1.0.1.dist-info /usr/lib/python3.11/site-packages/funcparserlib-1.0.1.dist-info/INSTALLER /usr/lib/python3.11/site-packages/funcparserlib-1.0.1.dist-info/LICENSE /usr/lib/python3.11/site-packages/funcparserlib-1.0.1.dist-info/METADATA /usr/lib/python3.11/site-packages/funcparserlib-1.0.1.dist-info/RECORD /usr/lib/python3.11/site-packages/funcparserlib-1.0.1.dist-info/REQUESTED /usr/lib/python3.11/site-packages/funcparserlib-1.0.1.dist-info/WHEEL /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/packages/python311-funcparserlib /usr/share/doc/packages/python311-funcparserlib/README.md /usr/share/licenses/python311-funcparserlib /usr/share/licenses/python311-funcparserlib/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 4 23:43:41 2025