1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: pypeg2
Homepage: https://bitbucket.org/fdik/pypeg/
Maintainer: Fritz Reichwald <reichwald@b1-systems.de>
Vcs-Browser: https://github.com/fiete201/python-pypeg2-debian
Vcs-Git: https://github.com/fiete201/python-pypeg2-debian.git
Rules-Requires-Root: no
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-setuptools,
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.
|