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

Bug#752619: ITP: python-retrying -- simplifies the task of adding retry behavior



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

* Package name    : python-retrying
  Version         : 1.2.2
  Upstream Author : Ray Holder <ray@blacklocus.com>
* URL             : https://github.com/rholder/retrying
* License         : Apache-2.0
  Programming Lang: Python
  Description     : simplifies the task of adding retry behavior

 Retrying 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.
 .
 Features:
  * Generic Decorator API
  * Specify stop condition (limit by number of attempts)
  * Specify wait condition (exponential backoff sleeping between attempts)
  * Customize retrying on Exceptions
  * Customize retrying on expected returned result


Reply to: