[ 原始碼: python-retrying ]
套件:python3-retrying(1.3.3-4)
python3-retrying 的相關連結
Debian 的資源:
下載原始碼套件 python-retrying:
- [python-retrying_1.3.3-4.dsc]
- [python-retrying_1.3.3.orig.tar.xz]
- [python-retrying_1.3.3-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
simplifies the task of adding retry behavior - Python 3.x
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
This package contains the Python 3.x module.
其他與 python3-retrying 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-six (>= 1.7.0)
- Python 2 and 3 compatibility library