Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-ply | Distribution: Mageia |
Version: 3.11 | Vendor: Mageia.Org |
Release: 8.mga9 | Build date: Wed Mar 23 15:29:45 2022 |
Group: Development/Python | Build host: localhost |
Size: 974276 | Source RPM: python-ply-3.11-8.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://www.dabeaz.com/ply/ | |
Summary: Python 3 Lex-Yacc |
PLY is an implementation of lex and yacc parsing tools for Python 3. In a nutshell, PLY is nothing more than a straightforward lex/yacc implementation. Here is a list of its essential features: * It's 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. The original version of PLY was developed in 2001 for use in an Introduction to Compilers course where students used it to build a compiler for a simple Pascal-like language. Because of its use in an instructional setting, a lot of work went into providing extensive error checking. In addition, this experience was used to sort out common usability problems. Since then, a variety of incremental improvements have been made to the system. PLY-3.0 adds support for Python 3.0 and gives PLY's internals a much needed overhaul.
BSD
* Wed Mar 23 2022 umeabot <umeabot> 3.11-8.mga9 + Revision: 1822257 - Mageia 9 Mass Rebuild * Sun Feb 06 2022 wally <wally> 3.11-7.mga9 + Revision: 1772366 - rebuild for python3.10 * Mon Mar 15 2021 neoclust <neoclust> 3.11-6.mga9 + Revision: 1703169 - Rebuild against python 3.9
/usr/lib/python3.10/site-packages/ply /usr/lib/python3.10/site-packages/ply-3.11-py3.10.egg-info /usr/lib/python3.10/site-packages/ply-3.11-py3.10.egg-info/PKG-INFO /usr/lib/python3.10/site-packages/ply-3.11-py3.10.egg-info/SOURCES.txt /usr/lib/python3.10/site-packages/ply-3.11-py3.10.egg-info/dependency_links.txt /usr/lib/python3.10/site-packages/ply-3.11-py3.10.egg-info/top_level.txt /usr/lib/python3.10/site-packages/ply/__init__.py /usr/lib/python3.10/site-packages/ply/__pycache__ /usr/lib/python3.10/site-packages/ply/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/cpp.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/cpp.cpython-310.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/ctokens.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/ctokens.cpython-310.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/lex.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/lex.cpython-310.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/yacc.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/yacc.cpython-310.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/ygen.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/ply/__pycache__/ygen.cpython-310.pyc /usr/lib/python3.10/site-packages/ply/cpp.py /usr/lib/python3.10/site-packages/ply/ctokens.py /usr/lib/python3.10/site-packages/ply/lex.py /usr/lib/python3.10/site-packages/ply/yacc.py /usr/lib/python3.10/site-packages/ply/ygen.py /usr/share/doc/python3-ply /usr/share/doc/python3-ply/CHANGES /usr/share/doc/python3-ply/README.md /usr/share/doc/python3-ply/TODO /usr/share/doc/python3-ply/doc /usr/share/doc/python3-ply/doc/internal.html /usr/share/doc/python3-ply/doc/makedoc.py /usr/share/doc/python3-ply/doc/ply.html /usr/share/doc/python3-ply/example /usr/share/doc/python3-ply/example/BASIC /usr/share/doc/python3-ply/example/BASIC/README /usr/share/doc/python3-ply/example/BASIC/basic.py /usr/share/doc/python3-ply/example/BASIC/basiclex.py /usr/share/doc/python3-ply/example/BASIC/basiclog.py /usr/share/doc/python3-ply/example/BASIC/basinterp.py /usr/share/doc/python3-ply/example/BASIC/basparse.py /usr/share/doc/python3-ply/example/BASIC/dim.bas /usr/share/doc/python3-ply/example/BASIC/func.bas /usr/share/doc/python3-ply/example/BASIC/gcd.bas /usr/share/doc/python3-ply/example/BASIC/gosub.bas /usr/share/doc/python3-ply/example/BASIC/hello.bas /usr/share/doc/python3-ply/example/BASIC/linear.bas /usr/share/doc/python3-ply/example/BASIC/maxsin.bas /usr/share/doc/python3-ply/example/BASIC/powers.bas /usr/share/doc/python3-ply/example/BASIC/rand.bas /usr/share/doc/python3-ply/example/BASIC/sales.bas /usr/share/doc/python3-ply/example/BASIC/sears.bas /usr/share/doc/python3-ply/example/BASIC/sqrt1.bas /usr/share/doc/python3-ply/example/BASIC/sqrt2.bas /usr/share/doc/python3-ply/example/GardenSnake /usr/share/doc/python3-ply/example/GardenSnake/GardenSnake.py /usr/share/doc/python3-ply/example/GardenSnake/README /usr/share/doc/python3-ply/example/README /usr/share/doc/python3-ply/example/ansic /usr/share/doc/python3-ply/example/ansic/README /usr/share/doc/python3-ply/example/ansic/clex.py /usr/share/doc/python3-ply/example/ansic/cparse.py /usr/share/doc/python3-ply/example/calc /usr/share/doc/python3-ply/example/calc/calc.py /usr/share/doc/python3-ply/example/calcdebug /usr/share/doc/python3-ply/example/calcdebug/calc.py /usr/share/doc/python3-ply/example/calceof /usr/share/doc/python3-ply/example/calceof/calc.py /usr/share/doc/python3-ply/example/classcalc /usr/share/doc/python3-ply/example/classcalc/calc.py /usr/share/doc/python3-ply/example/cleanup.sh /usr/share/doc/python3-ply/example/closurecalc /usr/share/doc/python3-ply/example/closurecalc/calc.py /usr/share/doc/python3-ply/example/hedit /usr/share/doc/python3-ply/example/hedit/hedit.py /usr/share/doc/python3-ply/example/newclasscalc /usr/share/doc/python3-ply/example/newclasscalc/calc.py /usr/share/doc/python3-ply/example/optcalc /usr/share/doc/python3-ply/example/optcalc/README /usr/share/doc/python3-ply/example/optcalc/calc.py /usr/share/doc/python3-ply/example/unicalc /usr/share/doc/python3-ply/example/unicalc/calc.py /usr/share/doc/python3-ply/example/yply /usr/share/doc/python3-ply/example/yply/README /usr/share/doc/python3-ply/example/yply/ylex.py /usr/share/doc/python3-ply/example/yply/yparse.py /usr/share/doc/python3-ply/example/yply/yply.py /usr/share/doc/python3-ply/test /usr/share/doc/python3-ply/test/README /usr/share/doc/python3-ply/test/calclex.py /usr/share/doc/python3-ply/test/cleanup.sh /usr/share/doc/python3-ply/test/lex_closure.py /usr/share/doc/python3-ply/test/lex_doc1.py /usr/share/doc/python3-ply/test/lex_dup1.py /usr/share/doc/python3-ply/test/lex_dup2.py /usr/share/doc/python3-ply/test/lex_dup3.py /usr/share/doc/python3-ply/test/lex_empty.py /usr/share/doc/python3-ply/test/lex_error1.py /usr/share/doc/python3-ply/test/lex_error2.py /usr/share/doc/python3-ply/test/lex_error3.py /usr/share/doc/python3-ply/test/lex_error4.py /usr/share/doc/python3-ply/test/lex_hedit.py /usr/share/doc/python3-ply/test/lex_ignore.py /usr/share/doc/python3-ply/test/lex_ignore2.py /usr/share/doc/python3-ply/test/lex_literal1.py /usr/share/doc/python3-ply/test/lex_literal2.py /usr/share/doc/python3-ply/test/lex_literal3.py /usr/share/doc/python3-ply/test/lex_many_tokens.py /usr/share/doc/python3-ply/test/lex_module.py /usr/share/doc/python3-ply/test/lex_module_import.py /usr/share/doc/python3-ply/test/lex_object.py /usr/share/doc/python3-ply/test/lex_opt_alias.py /usr/share/doc/python3-ply/test/lex_optimize.py /usr/share/doc/python3-ply/test/lex_optimize2.py /usr/share/doc/python3-ply/test/lex_optimize3.py /usr/share/doc/python3-ply/test/lex_optimize4.py /usr/share/doc/python3-ply/test/lex_re1.py /usr/share/doc/python3-ply/test/lex_re2.py /usr/share/doc/python3-ply/test/lex_re3.py /usr/share/doc/python3-ply/test/lex_rule1.py /usr/share/doc/python3-ply/test/lex_rule2.py /usr/share/doc/python3-ply/test/lex_rule3.py /usr/share/doc/python3-ply/test/lex_state1.py /usr/share/doc/python3-ply/test/lex_state2.py /usr/share/doc/python3-ply/test/lex_state3.py /usr/share/doc/python3-ply/test/lex_state4.py /usr/share/doc/python3-ply/test/lex_state5.py /usr/share/doc/python3-ply/test/lex_state_noerror.py /usr/share/doc/python3-ply/test/lex_state_norule.py /usr/share/doc/python3-ply/test/lex_state_try.py /usr/share/doc/python3-ply/test/lex_token1.py /usr/share/doc/python3-ply/test/lex_token2.py /usr/share/doc/python3-ply/test/lex_token3.py /usr/share/doc/python3-ply/test/lex_token4.py /usr/share/doc/python3-ply/test/lex_token5.py /usr/share/doc/python3-ply/test/lex_token_dup.py /usr/share/doc/python3-ply/test/parser.out /usr/share/doc/python3-ply/test/pkg_test1 /usr/share/doc/python3-ply/test/pkg_test1/__init__.py /usr/share/doc/python3-ply/test/pkg_test1/parsing /usr/share/doc/python3-ply/test/pkg_test1/parsing/__init__.py /usr/share/doc/python3-ply/test/pkg_test1/parsing/calclex.py /usr/share/doc/python3-ply/test/pkg_test1/parsing/calcparse.py /usr/share/doc/python3-ply/test/pkg_test1/parsing/lextab.py /usr/share/doc/python3-ply/test/pkg_test1/parsing/parser.out /usr/share/doc/python3-ply/test/pkg_test1/parsing/parsetab.py /usr/share/doc/python3-ply/test/pkg_test2 /usr/share/doc/python3-ply/test/pkg_test2/__init__.py /usr/share/doc/python3-ply/test/pkg_test2/parsing /usr/share/doc/python3-ply/test/pkg_test2/parsing/__init__.py /usr/share/doc/python3-ply/test/pkg_test2/parsing/calclex.py /usr/share/doc/python3-ply/test/pkg_test2/parsing/calclextab.py /usr/share/doc/python3-ply/test/pkg_test2/parsing/calcparse.py /usr/share/doc/python3-ply/test/pkg_test2/parsing/calcparsetab.py /usr/share/doc/python3-ply/test/pkg_test2/parsing/parser.out /usr/share/doc/python3-ply/test/pkg_test3 /usr/share/doc/python3-ply/test/pkg_test3/__init__.py /usr/share/doc/python3-ply/test/pkg_test3/generated /usr/share/doc/python3-ply/test/pkg_test3/generated/__init__.py /usr/share/doc/python3-ply/test/pkg_test3/generated/lextab.py /usr/share/doc/python3-ply/test/pkg_test3/generated/parser.out /usr/share/doc/python3-ply/test/pkg_test3/generated/parsetab.py /usr/share/doc/python3-ply/test/pkg_test3/parsing /usr/share/doc/python3-ply/test/pkg_test3/parsing/__init__.py /usr/share/doc/python3-ply/test/pkg_test3/parsing/calclex.py /usr/share/doc/python3-ply/test/pkg_test3/parsing/calcparse.py /usr/share/doc/python3-ply/test/pkg_test4 /usr/share/doc/python3-ply/test/pkg_test4/__init__.py /usr/share/doc/python3-ply/test/pkg_test4/parsing /usr/share/doc/python3-ply/test/pkg_test4/parsing/__init__.py /usr/share/doc/python3-ply/test/pkg_test4/parsing/calclex.py /usr/share/doc/python3-ply/test/pkg_test4/parsing/calcparse.py /usr/share/doc/python3-ply/test/pkg_test5 /usr/share/doc/python3-ply/test/pkg_test5/__init__.py /usr/share/doc/python3-ply/test/pkg_test5/parsing /usr/share/doc/python3-ply/test/pkg_test5/parsing/__init__.py /usr/share/doc/python3-ply/test/pkg_test5/parsing/calclex.py /usr/share/doc/python3-ply/test/pkg_test5/parsing/calcparse.py /usr/share/doc/python3-ply/test/pkg_test5/parsing/lextab.py /usr/share/doc/python3-ply/test/pkg_test5/parsing/parser.out /usr/share/doc/python3-ply/test/pkg_test5/parsing/parsetab.py /usr/share/doc/python3-ply/test/pkg_test6 /usr/share/doc/python3-ply/test/pkg_test6/__init__.py /usr/share/doc/python3-ply/test/pkg_test6/parsing /usr/share/doc/python3-ply/test/pkg_test6/parsing/__init__.py /usr/share/doc/python3-ply/test/pkg_test6/parsing/calclex.py /usr/share/doc/python3-ply/test/pkg_test6/parsing/calcparse.py /usr/share/doc/python3-ply/test/pkg_test6/parsing/expression.py /usr/share/doc/python3-ply/test/pkg_test6/parsing/lextab.py /usr/share/doc/python3-ply/test/pkg_test6/parsing/parser.out /usr/share/doc/python3-ply/test/pkg_test6/parsing/parsetab.py /usr/share/doc/python3-ply/test/pkg_test6/parsing/statement.py /usr/share/doc/python3-ply/test/testcpp.py /usr/share/doc/python3-ply/test/testlex.py /usr/share/doc/python3-ply/test/testyacc.py /usr/share/doc/python3-ply/test/yacc_badargs.py /usr/share/doc/python3-ply/test/yacc_badid.py /usr/share/doc/python3-ply/test/yacc_badprec.py /usr/share/doc/python3-ply/test/yacc_badprec2.py /usr/share/doc/python3-ply/test/yacc_badprec3.py /usr/share/doc/python3-ply/test/yacc_badrule.py /usr/share/doc/python3-ply/test/yacc_badtok.py /usr/share/doc/python3-ply/test/yacc_dup.py /usr/share/doc/python3-ply/test/yacc_error1.py /usr/share/doc/python3-ply/test/yacc_error2.py /usr/share/doc/python3-ply/test/yacc_error3.py /usr/share/doc/python3-ply/test/yacc_error4.py /usr/share/doc/python3-ply/test/yacc_error5.py /usr/share/doc/python3-ply/test/yacc_error6.py /usr/share/doc/python3-ply/test/yacc_error7.py /usr/share/doc/python3-ply/test/yacc_inf.py /usr/share/doc/python3-ply/test/yacc_literal.py /usr/share/doc/python3-ply/test/yacc_misplaced.py /usr/share/doc/python3-ply/test/yacc_missing1.py /usr/share/doc/python3-ply/test/yacc_nested.py /usr/share/doc/python3-ply/test/yacc_nodoc.py /usr/share/doc/python3-ply/test/yacc_noerror.py /usr/share/doc/python3-ply/test/yacc_nop.py /usr/share/doc/python3-ply/test/yacc_notfunc.py /usr/share/doc/python3-ply/test/yacc_notok.py /usr/share/doc/python3-ply/test/yacc_prec1.py /usr/share/doc/python3-ply/test/yacc_rr.py /usr/share/doc/python3-ply/test/yacc_rr_unused.py /usr/share/doc/python3-ply/test/yacc_simple.py /usr/share/doc/python3-ply/test/yacc_sr.py /usr/share/doc/python3-ply/test/yacc_term1.py /usr/share/doc/python3-ply/test/yacc_unicode_literals.py /usr/share/doc/python3-ply/test/yacc_unused.py /usr/share/doc/python3-ply/test/yacc_unused_rule.py /usr/share/doc/python3-ply/test/yacc_uprec.py /usr/share/doc/python3-ply/test/yacc_uprec2.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 16 11:12:55 2024