Source: python-tenacity
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/jd/tenacity/tags
Vcs-Browser: https://github.com/alvistack/jd-tenacity
Vcs-Git: https://github.com/alvistack/jd-tenacity.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-tenacity
Architecture: all
Description: Retrying library for Python
 Tenacity is an Apache 2.0 licensed general-purpose retrying library,
 written in Python, to simplify the task of adding retry behavior to just
 about anything. It originates from a fork of retrying which is sadly no
 longer maintained. Tenacity isn't api compatible with retrying but adds
 significant new functionality and fixes a number of longstanding bugs.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
