[ 源代码: python-retrying ]
软件包:python3-retrying(1.4.2-1)
python3-retrying 的相关链接
Debian 的资源:
下载源码包 python-retrying:
- [python-retrying_1.4.2-1.dsc]
- [python-retrying_1.4.2.orig.tar.xz]
- [python-retrying_1.4.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-six
- Python 2 和 3 之间的兼容库