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 27 28 29 30 31 32 33 34 35
|
Source: python-parsley
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all:any,
python3-pytest <!nocheck>,
python3-setuptools,
python3-twisted <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/washort/parsley
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-parsley
Vcs-Git: https://salsa.debian.org/python-team/packages/python-parsley.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-parsley
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Pattern-Matching Language Based on OMeta and Python
Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so
each expression in the grammar rules works like a Python
expression. In particular, alternatives are evaluated in order, unlike
table-driven parsers such as yacc, bison or PLY.
.
Parsley is an implementation of OMeta, an object-oriented
pattern-matching language developed by Alessandro Warth.
.
This package installs the library for Python 3.
|