ply 3.4-3ubuntu2 source package in Ubuntu

Changelog

ply (3.4-3ubuntu2) trusty; urgency=medium

  * d/rules: Ensure any test failures are correctly detected.
 -- James Page <email address hidden>   Wed, 08 Jan 2014 12:35:39 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ply_3.4.orig.tar.gz 135.1 KiB af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b
ply_3.4-3ubuntu2.debian.tar.gz 8.6 KiB 567c206bf7d4b6ca94d4641efaa3b717cc84597b4ccb8cafe3ca693578fc5a3f
ply_3.4-3ubuntu2.dsc 2.2 KiB d46a3141d5704fd2bee883d0e6e42cbaf3656dd16506570e86aa573a57a19d48

Available diffs

View changes file

Binary packages built by this source

python-ply: Lex and Yacc implementation for Python2

 PLY is yet another implementation of lex and yacc for
 Python. Although several other parsing tools are available for
 Python, there are several reasons why you might want to take a look
 at PLY:
  * It's implemented entirely in Python.
  * It uses LR-parsing which is reasonably efficient and well suited
    for larger grammars.
  * PLY provides most of the standard lex/yacc features including
    support for empty productions, precedence rules, error recovery,
    and support for ambiguous grammars.
  * PLY is extremely easy to use and provides very extensive error
    checking.

python-ply-doc: Lex and Yacc implementation for Python (documentation)

 PLY is yet another implementation of lex and yacc for
 Python.
 .
 This package contains the documentation for Ply.

python3-ply: Lex and Yacc implementation for Python3

 PLY is yet another implementation of lex and yacc for
 Python. Although several other parsing tools are available for
 Python, there are several reasons why you might want to take a look
 at PLY:
  * It's implemented entirely in Python.
  * It uses LR-parsing which is reasonably efficient and well suited
    for larger grammars.
  * PLY provides most of the standard lex/yacc features including
    support for empty productions, precedence rules, error recovery,
    and support for ambiguous grammars.
  * PLY is extremely easy to use and provides very extensive error
    checking.