Source: python-backcall Maintainer: Debian Python Team Uploaders: Gordon Ball Section: python Standards-Version: 4.7.4 Homepage: https://github.com/takluyver/backcall Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-flit, python3-pytest Vcs-Git: https://salsa.debian.org/python-team/packages/python-backcall.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-backcall Package: python3-backcall Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Callback functions for Python Specification for callback functions passed into an API. Provides a mechanism for specifying the callback signature using a prototype function and adapts callbacks with unneeded arguments to be compatible with the original signature.