python-pyparsing
Port variant py38
Summary Python parsing module (PY38)
Package version 3.0.6
Homepage https://github.com/pyparsing/pyparsing/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 13 NOV 2021, 23:43:32 UTC
Port created 16 JAN 2018, 22:31:02 UTC
Subpackage Descriptions
single PyParsing -- A Python Parsing Module ==================================== |Build Status| |Coverage| Introduction ============ 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. *[Since first writing this description of pyparsing in late 2003, this technique for developing parsers has become more widespread, under the name Parsing Expression Grammars - PEGs. See more information on PEGs* [here] *.]* Here is a program to parse ``"Hello, World!"`` (or any greeting of the form ``"salutation, addressee!"``):
Configuration Switches (platform-specific settings discarded)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
autoselect-python:single:standard
Build and Runtime python38:single:standard
Download groups
main mirror://PYPIWHL/a0/34/895006117f6fce0b4de045c87e154ee4a20c68ec0a4c9a36d900888fb6bc
Distribution File Information
04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4 97646 pyparsing-3.0.6-py3-none-any.whl
Ports that require python-pyparsing:py38
python-httplib2:py38 Comprehensive HTTP client library (PY38)
python-packaging:py38 Core utilities for Python packages (PY38)