Source: python-venusian Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 12), dh-python, python-all (>= 2.6.6-3), python-setuptools, python3-all, python3-setuptools , python-pytest-cov , python3-pytest-cov Standards-Version: 4.3.0 Homepage: http://www.repoze.org Vcs-Git: https://salsa.debian.org/python-team/modules/python-venusian.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-venusian Package: python-venusian Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: library for deferring decorator actions Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase. . This is the Python 2 version. Package: python3-venusian Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Provides: ${python3:Provides} Description: library for deferring decorator actions Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase. . This is the Python 3 version.