Source: python-rply Section: python Maintainer: Debian Python Team Uploaders: Dustin Kost , Build-Depends: debhelper-compat (= 14), dh-sequence-python3, python3-all, python3-platformdirs, python3-setuptools, Standards-Version: 4.7.4 Homepage: https://github.com/alex/rply Vcs-Git: https://salsa.debian.org/python-team/packages/python-rply.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rply Testsuite: autopkgtest-pkg-python Package: python3-rply Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: pure Python based parser that also works with RPython (Python 3) This package provides a pure Python based parser generator, that also works with RPython. It is a more-or-less direct port of David Beazley's awesome PLY, with a new public API, and RPython support. . This package provides Python 3 bindings only.