ply-3.11

Introduction to ply

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

[Note]

Note

Development versions of GLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

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