Package - python3-pyparsing
Primary informations
Download package: http://deb.debian.org/debian/pool/bullseye-zed-backports-nochange/main/p/pyparsing/python3-pyparsing_3.0.7-1~bpo11+1_all.deb (Size: 136.3KiB)| Property | Value |
|---|---|
| Package | python3-pyparsing |
| Source | pyparsing |
| Version | 3.0.7-1~bpo11+1 |
| Architecture | all |
| Maintainer | Debian Python Team |
| Installed-Size | 452 |
| Depends | python3:any |
| Suggests | python-pyparsing-doc |
| Filename | pool/bullseye-zed-backports-nochange/main/p/pyparsing/python3-pyparsing_3.0.7-1~bpo11+1_all.deb |
| Size | 139536 |
| MD5sum | 2fca65dd56d5d9e00f60e48039516ee1 |
| SHA1 | a7de85ee05fbe2efbd4b94eac8b0ad028c37677f |
| SHA256 | f44be90fd87acba487479e1bc39ca42053d8f1222469521e9035d14e9cc5b37f |
| Section | python |
| Priority | optional |
| Homepage | https://github.com/pyparsing/pyparsing/ |
| Description | alternative to creating and executing simple grammars - Python 3.x The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code. . Here's an example: . from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello) . This package contains the Python 3.x version of python-pyparsing. |
| Description-md5 |
Files in package
- /usr/lib/python3/dist-packages/pyparsing-3.1.2.dist-info/INSTALLER
- /usr/lib/python3/dist-packages/pyparsing-3.1.2.dist-info/METADATA
- /usr/lib/python3/dist-packages/pyparsing-3.1.2.dist-info/WHEEL
- /usr/lib/python3/dist-packages/pyparsing/__init__.py
- /usr/lib/python3/dist-packages/pyparsing/actions.py
- /usr/lib/python3/dist-packages/pyparsing/common.py
- /usr/lib/python3/dist-packages/pyparsing/core.py
- /usr/lib/python3/dist-packages/pyparsing/diagram/__init__.py
- /usr/lib/python3/dist-packages/pyparsing/exceptions.py
- /usr/lib/python3/dist-packages/pyparsing/helpers.py
- /usr/lib/python3/dist-packages/pyparsing/py.typed
- /usr/lib/python3/dist-packages/pyparsing/results.py
- /usr/lib/python3/dist-packages/pyparsing/testing.py
- /usr/lib/python3/dist-packages/pyparsing/unicode.py
- /usr/lib/python3/dist-packages/pyparsing/util.py
- /usr/share/doc/python3-pyparsing/changelog.Debian.gz
- /usr/share/doc/python3-pyparsing/changelog.gz
- /usr/share/doc/python3-pyparsing/copyright