python-pyparsing
Port variant py39
Summary Defines and executes parsing grammers (3.9)
Package version 3.0.9
Homepage No known homepage
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 22 MAY 2022, 14:00:47 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)
PY310 OFF Build using Python 3.10 PY39 ON Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py39
autoselect-python:single:standard
Build and Runtime python39:single:standard
Download groups
main mirror://PYPIWHL/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246
Distribution File Information
5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc 98338 pyparsing-3.0.9-py3-none-any.whl
Ports that require python-pyparsing:py39
python-httplib2:py39 Comprehensive HTTP client library (3.9)