[ etiona ]
[ 源代码: python-retrying ]
软件包: python-retrying (1.3.3-3)
python-retrying 的相关链接
Trisquel 的资源:
下载源码包 python-retrying:
- [python-retrying_1.3.3-3.dsc]
- [python-retrying_1.3.3.orig.tar.xz]
- [python-retrying_1.3.3-3.debian.tar.xz]
维护者:
Original Maintainers:
- Debian OpenStack (Mail Archive)
- Thomas Goirand
外部的资源:
- 主页 [github.com]
相似软件包:
simplifies the task of adding retry behavior - Python 2.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 2.x module.
其他与 python-retrying 有关的软件包
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
-
- dep: python-six (>= 1.7.0)
- Python 2 and 3 compatibility library (Python 2 interface)