Ravenports generated: 03 Aug 2023 23:53
[ravenports.git] / bucket_DC / python-pyparsing
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-pyparsing
4 VERSION=                3.1.1
5 KEYWORDS=               python
6 VARIANTS=               py310 v11
7 SDESC[py310]=           Defines and executes parsing grammers (3.10)
8 SDESC[v11]=             Defines and executes parsing grammers (3.11)
9 HOMEPAGE=               https://github.com/pyparsing/pyparsing/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475
14 DISTFILE[1]=            pyparsing-3.1.1-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[v11]=             single
18
19 OPTIONS_AVAILABLE=      PY310 PY311
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY310=ON PY311=OFF
22 VOPTS[v11]=             PY310=OFF PY311=ON
23
24 DISTNAME=               pyparsing-3.1.1.dist-info
25
26 GENERATED=              yes
27
28 [PY310].USES_ON=                        python:py310,wheel
29
30 [PY311].USES_ON=                        python:v11,wheel
31
32 [FILE:887:descriptions/desc.single]
33 PyParsing -- A Python Parsing Module
34 ====================================
35
36 |Version| |Build Status| |Coverage| |License| |Python Versions| |Snyk
37 Score|
38
39 Introduction
40 ============
41
42 The pyparsing module is an alternative approach to creating and
43 executing simple grammars, vs. the traditional lex/yacc approach, or the
44 use of regular expressions. The pyparsing module provides a library of
45 classes that client code uses to construct the grammar directly in
46 Python code.
47
48 *[Since first writing this description of pyparsing in late 2003, this
49 technique for developing parsers has become more widespread, under the
50 name Parsing Expression Grammars - PEGs. See more information on PEGs*
51 [here]
52 *.]*
53
54 Here is a program to parse ``"Hello, World!"`` (or any greeting of the form
55 ``"salutation, addressee!"``):
56
57     :alt: Version
58
59     :alt: License
60
61     :alt: Python versions
62
63    :alt: pyparsing
64
65
66 [FILE:111:distinfo]
67 32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb       103139 pyparsing-3.1.1-py3-none-any.whl
68