Source: python-parsley Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Andrius Merkys Build-Depends: debhelper-compat (= 13), dh-python, python3-all:any, python3-pytest , python3-twisted , python3-setuptools, Standards-Version: 4.6.0 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: ${python3:Depends}, ${misc: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.