pyparsing: A Python parsing module#
Description#
A Python Parsing Module
License#
MIT License
Upstream Contact#
Author: Paul McGuire
Home page: http://pyparsing.wikispaces.com
Type#
standard
Dependencies#
Version Information#
package-version.txt:
3.1.1
install-requires.txt:
pyparsing >=2.3.0
Equivalent System Packages#
arch:
$ sudo pacman -S python-pyparsing
conda:
$ conda install pyparsing
freebsd:
$ sudo pkg install devel/py-pyparsing
gentoo:
$ sudo emerge dev-python/pyparsing
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-pyparsing
void:
$ sudo xbps-install python3-parsing
See https://repology.org/project/pyparsing/versions, https://repology.org/project/python:pyparsing/versions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.