[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#838893: ITP: python-tenacity -- retry code until it succeeeds



Package: wnpp
Severity: wishlist
Owner: Thomas Goirand <zigo@debian.org>

* Package name    : python-tenacity
  Version         : 3.0.0
  Upstream Author : Julien Danjou <julien@danjou.info>
* URL             : https://github.com/jd/tenacity
* License         : Apache-2.0
  Programming Lang: Python
  Description     : retry code until it succeeeds

 Tenacity is a general-purpose retrying library to simplify the task of adding
 retry behavior to just about anything. It originates from a fork of Retrying.
 .
 Features:
  * Generic Decorator API
  * Specify stop condition (i.e. limit by number of attempts)
  * Specify wait condition (i.e. exponential backoff sleeping between attempts)
  * Customize retrying on Exceptions
  * Customize retrying on expected returned result


Reply to: