Contents

ply 3.11

0

Python Lex & Yacc

PLY is a 100% Python implementation of the common parsing tools lex and yacc.

Stars: 2922, Watchers: 2922, Forks: 473, Open Issues: 15

The dabeaz/ply repo was created 15 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 2922 github stars!

How to Install ply

You can install ply using pip

pip install ply

or add it to a project with poetry

poetry add ply

Package Details

Author
David Beazley
License
BSD
Homepage
http://www.dabeaz.com/ply/
PyPi:
https://pypi.org/project/ply/
GitHub Repo:
https://github.com/dabeaz/ply

Classifiers

No  ply  pypi packages just yet.

Errors

A list of common ply errors.

Code Examples

Here are some ply code examples and snippets.

GitHub Issues

The ply package has 15 open issues on GitHub

  • Fix testyacc.py to work with Python 3.15

See more issues on GitHub

Related Packages & Articles

lxml 6.0.2

Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.