[ buster ]
[ ソース: python-retrying ]
パッケージ: python-retrying (1.3.3-3)
python-retrying に関するリンク
Debian の資源:
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]
メンテナ:
外部の資源:
- ホームページ [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
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-six (>= 1.7.0)
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)