retrying¶
Retrying is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
| Home | https://github.com/rholder/retrying | 
| Versions | 1.3.3 | 
| License | Apache Software License | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/retrying | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install retrying
and update with:
conda update retrying