Source: python-decopatch Section: python Maintainer: Debian Python Team Uploaders: Francesco Ballarin , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-makefun, python3-setuptools, python3-setuptools-scm, python3-pytest , Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.4 Homepage: https://smarie.github.io/python-decopatch/ Vcs-Browser: https://salsa.debian.org/python-team/packages/python-decopatch Vcs-Git: https://salsa.debian.org/python-team/packages/python-decopatch.git Package: python3-decopatch Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, Description: python decorators made easy (Python 3) Because of a tiny oddity in the python language, writing decorators without help can be a pain because you have to handle the no-parenthesis usage explicitly. decopatch provides a simple way to solve this issue so that writing decorators is simple and straightforward. . This package installs the library for Python 3.