pyparsing: A Python parsing module#
Description#
A Python Parsing Module
License#
MIT License
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
3.1.2
version_requirements.txt:
pyparsing >=2.3.0
Equivalent System Packages#
$ sudo pacman -S python-pyparsing
$ conda install pyparsing
$ sudo pkg install devel/py-pyparsing
$ sudo emerge dev-python/pyparsing
$ sudo zypper install python3\$\{PYTHON_MINOR\}-pyparsing
$ 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.