Tue, 17 Sep 2024 17:51:35 UTC | login

Information for build python-lark-1.1.7-1.fc39

ID254826
Package Namepython-lark
Version1.1.7
Release1.fc39
Epoch
SummaryLark is a modern general-purpose parsing library for Python
DescriptionLark 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 interchangeably with the same grammar (aside for algorithmic restrictions). See "Comparison to other parsers" for more details. Lark can auto magically 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 auto magically based on the grammar - Automatic line & column tracking - Automatic token collision resolution (unless both tokens are regexps) - Python 2 & 3 compatible - Unicode fully supported
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Oct 2023 10:49:06 UTC
CompletedFri, 20 Oct 2023 10:49:06 UTC
Tags
f40
RPMs
src
python-lark-1.1.7-1.fc39.src.rpm (info) (download)
noarch
python3-lark-1.1.7-1.fc39.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.1.7-1 - Rename from lark-parser to lark - Update to 1.1.7 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.9.0-10 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jul 07 2022 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-7 - Don't import deprecated sre_parse and sre_constants modules * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.9.0-6 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild