Source: simplematch Maintainer: Frédéric Bonnard Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-poetry-core Rules-Requires-Root: no Standards-Version: 4.6.1.0 Homepage: https://github.com/tfeldmann/simplematch Vcs-Git: https://salsa.debian.org/debian/simplematch.git Vcs-Browser: https://salsa.debian.org/debian/simplematch Package: python3-simplematch Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Minimal, super readable string pattern matching for Python simplematch aims to fill a gap between parsing with str.split() and regular expressions. It should be as simple as possible, fast and stable. The simplematch syntax is transpiled to regular expressions under the hood, so matching performance should be just as good.