pyparsing: Python library for creating PEG parsers1
The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of
regular expressions. The pyparsing module provides a library of classes
that client code uses to construct the grammar directly in Python code.
... part of T2,
get it here
URL: https://pypi.org/project/pyparsing/
Author: Paul T. McGuire
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>
License: MIT
Status: Stable
Version: 3.2.4
Download: https://github.com/pyparsing/pyparsing/ pyparsing-3.2.4.tar.gz
T2 source: pyparsing.cache
T2 source: pyparsing.desc
Build time (on reference hardware): 1% (relative to binutils)2
Installed size (on reference hardware): 0.40 MB, 25 files
Dependencies (build time detected):
bash
coreutils
diffutils
gawk
grep
gzip
openssl
python
python-flit-core
python-gpep517
sed
tar
Installed files (on reference hardware):
[show]
usr/lib64/python3.12/site-packages/pyparsing
usr/lib64/python3.12/site-packages/pyparsing-3.1.2.dist-info
usr/lib64/python3.12/site-packages/pyparsing-3.1.2.dist-info/LICENSE
usr/lib64/python3.12/site-packages/pyparsing-3.1.2.dist-info/METADATA
usr/lib64/python3.12/site-packages/pyparsing-3.1.2.dist-info/RECORD
usr/lib64/python3.12/site-packages/pyparsing-3.1.2.dist-info/WHEEL
usr/lib64/python3.12/site-packages/pyparsing/__init__.py
usr/lib64/python3.12/site-packages/pyparsing/actions.py
usr/lib64/python3.12/site-packages/pyparsing/common.py
usr/lib64/python3.12/site-packages/pyparsing/core.py
usr/lib64/python3.12/site-packages/pyparsing/diagram
usr/lib64/python3.12/site-packages/pyparsing/diagram/__init__.py
usr/lib64/python3.12/site-packages/pyparsing/exceptions.py
usr/lib64/python3.12/site-packages/pyparsing/helpers.py
usr/lib64/python3.12/site-packages/pyparsing/py.typed
usr/lib64/python3.12/site-packages/pyparsing/results.py
usr/lib64/python3.12/site-packages/pyparsing/testing.py
usr/lib64/python3.12/site-packages/pyparsing/unicode.py
usr/lib64/python3.12/site-packages/pyparsing/util.py
usr/share/doc/pyparsing
var/adm/dependencies/pyparsing
var/adm/descs/pyparsing
var/adm/flists/pyparsing
var/adm/md5sums/pyparsing
var/adm/packages/pyparsing
1) This page was automatically generated from the T2
package source. Corrections, such as dead links, URL changes or typos
need to be performed directly on that source.
2) Compatible with Linux From Scratch's
"Standard Build Unit" (SBU).