Metadata-Version: 1.1
Name: backoff
Version: 1.2.0
Summary: Function decoration for backoff and retry
Home-page: https://github.com/litl/backoff
Author: Bob Green
Author-email: bgreen@litl.com
License: MIT
Download-URL: https://github.com/litl/backoff/tarball/v1.2.0
Description: 
        Function decoration for backoff and retry
        
        This module provides function decorators which can be used to wrap a
        function such that it will be retried until some condition is met. It
        is meant to be of use when accessing unreliable resources with the
        potential for intermittent failures i.e. network resources and external
        APIs. Somewhat more generally, it may also be of use for dynamically
        polling resources for externally generated content.
        
        For examples and full documentation see the README at
        https://github.com/litl/backoff
        
Keywords: backoff function decorator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
