python3.5-ply_3.9-1.8_all.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/wott/agent/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/wott/agent/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install python3.5-ply=3.9-1.8

Lex and Yacc implementation for Python3

Full description:
  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.

Checksums

MD5 10356c7b707968470010e0b2eb570ffd
SHA1 b3fc8cc3ab37abd94ac22208acf6efedb2ccb662
SHA256 779c19d3dfa1fe1192d1881e58ef952b3994047f413f5e69439f5655e1a05020
SHA512 28d897cc3bf96240c27e94f28974a48cc79def168688c1d668b06d80bdc93a5b697cf51542bbc545575e57bec0b1f5c94b2fd8d657dc3a8e8f9bd7171fe1a62e

Depends

  • python3:any (>= 3.3.2-2~)

Suggests

  • python-ply-doc, python3-pkg-resources

Files

  • /usr/share/doc/python3.5-ply/README.Debian
  • /usr/share/doc/python3.5-ply/copyright
  • /usr/share/doc/python3.5-ply/changelog.Debian.gz
  • /usr/lib/python3.5/dist-packages/ply/ygen.py
  • /usr/lib/python3.5/dist-packages/ply/yacc.py
  • /usr/lib/python3.5/dist-packages/ply/lex.py
  • /usr/lib/python3.5/dist-packages/ply/ctokens.py
  • /usr/lib/python3.5/dist-packages/ply/cpp.py
  • /usr/lib/python3.5/dist-packages/ply/__init__.py
  • /usr/lib/python3.5/dist-packages/ply-3.9.egg-info/top_level.txt
  • /usr/lib/python3.5/dist-packages/ply-3.9.egg-info/PKG-INFO
  • /usr/lib/python3.5/dist-packages/ply-3.9.egg-info/dependency_links.txt
  • /usr/bin/dh_python3.5-ply

Uploaded

over 6 years ago

Package Size

43.3 KB

Installed Size

265 KB

Downloads

1

wget

wget --content-disposition "https://packagecloud.io/wott/agent/packages/raspbian/jessie/python3.5-ply_3.9-1.8_all.deb/download.deb?distro_version_id=154"

Homepage

http://www.dabeaz.com/ply/