Source: pypeg2 Homepage: https://bitbucket.org/fdik/pypeg/ Maintainer: Fritz Reichwald Vcs-Browser: https://github.com/fiete201/python-pypeg2-debian Vcs-Git: https://github.com/fiete201/python-pypeg2-debian.git Section: python Priority: optional Build-Depends: debhelper (>= 11), dh-python, python3 (>= 3.4), python3-distutils Standards-Version: 4.1.4 Testsuite: autopkgtest-pkg-python Package: python3-pypeg2 Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Intrinsic PEG Parser-Interpreter for Python Python is a nice scripting language. It even gives you access to its own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates. . But sometimes you may want to have your own parser. This is what's pyPEG for. And pyPEG supports Unicode.