Sun, 28 Apr 2024 19:37:04 CEST | login

Information for build python3-ply-3.9-2.el7

ID3134
Package Namepython3-ply
Version3.9
Release2.el7
Epoch
SummaryPython Lex-Yacc
DescriptionPLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system. functionality. In other words, it's not a large parsing framework or a component of some larger system.
Built bykojiadmin
State complete
Volume DEFAULT
StartedWed, 28 Feb 2024 14:55:09 CET
CompletedWed, 28 Feb 2024 14:55:09 CET
Tags
built-by-epel
epel-7-2023-06-05
v8.3-base
RPMs
src
python3-ply-3.9-2.el7.src.rpm (info) (download)
noarch
python36-ply-3.9-2.el7.noarch.rpm (info) (download)
Changelog * Thu Mar 07 2019 Troy Dawson <tdawson@redhat.com> - Rebuilt to change main python from 3.4 to 3.6 * Tue Nov 08 2016 Orion Poplawski <orion@cora.nwra.com> - 3.9-1 - Update to 3.9 * Wed Oct 12 2016 Orion Poplawski <orion@cora.nwra.com> - 3.8-1 - Initial EPEL version