Source: python-retry Section: python Priority: optional Maintainer: Adam Cecile Uploaders: Debian Python Team Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-decorator, python3-pbr, python3-pytest , python3-setuptools, Standards-Version: 4.6.2.0 Homepage: https://github.com/invl/retry Vcs-Browser: https://salsa.debian.org/python-team/packages/python-retry Vcs-Git: https://salsa.debian.org/python-team/packages/python-retry.git Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-retry Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: easy to use retry decorator Decorator (or function) to retry failing code featuring: . - No external dependency (stdlib only) - Preserve function signatures (pip install decorator) - Original traceback, easy to debug