.. _`retrying`: 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 ------------ .. highlight: bash With an activated Bioconda channel (see :ref:`setup`), install with:: conda install retrying and update with:: conda update retrying