ply-3.11

Introduction to ply

The ply is a zero-dependency Python implementation of the traditional parsing tools lex and yacc.

Installation of ply

Build the module:

pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD

Now install the Python root user:

pip3 install --no-index --find-links=dist --no-cache-dir --no-user ply

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/lib/python3.12/site-packages/ply and /usr/lib/python3.12/site-packages/ply-3.11.dist-info