OpenBSD ports

The devel/py-backoff port

py3-backoff-2.2.1 – function decorators for backoff and retry

Description

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.

Decorators support both regular functions for synchronous code and
asyncio 's coroutines for asynchronous code.

WWW: https://pypi.python.org/pypi/backoff
Only for arches
aarch64 aarch64 alpha amd64 amd64 arm arm hppa i386 i386 mips64 mips64 mips64el mips64el powerpc powerpc powerpc64 powerpc64 riscv64 riscv64 sparc64
Categories:
devel lang/python

Library dependencies

Build dependencies

Run dependencies