[ ソース: 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 ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
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 and 3 compatibility library