Artifact python-pyparsing-doc_3.1.2-1_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Depends: libjs-sphinxdoc (>= 7.2.2)
  Description: |-
    alternative to creating and executing simple grammars - doc
     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 documentation for python-pyparsing.
  Homepage: https://github.com/pyparsing/pyparsing/
  Installed-Size: '2977'
  Maintainer: Debian Python Team <team+python@tracker.debian.org>
  Multi-Arch: foreign
  Package: python-pyparsing-doc
  Priority: optional
  Section: doc
  Source: pyparsing
  Version: 3.1.2-1
srcpkg_name: pyparsing
srcpkg_version: 3.1.2-1

File

python-pyparsing-doc_3.1.2-1_all.deb
Binary file python-pyparsing-doc_3.1.2-1_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package pyparsing_3.1.2-1

binary package System - - 5 months, 1 week ago 4 months, 1 week
BETA