#980452 ITP: aiohttp-retry -- Simple aiohttp retry client

#980452#5
Date:
2021-01-19 09:58:45 UTC
From:
To:
* Package name    : aiohttp-retry
  Version         : 2.3
  Upstream Author : Dmitry Inyutin <inyutin.da@gmail.com>
* URL             : https://github.com/inyutin/aiohttp_retry
* License         : Expat
  Programming Lang: Python
  Description     : Simple aiohttp retry client

This library add retrying feature to aiohttp HTTP client and provides an API
being exactly the same as original ClientSession object.
.
You can define your own timeouts logic or use:
 - ExponentialRetry with exponential backoff
 - RandomRetry for random backoff
 - ListRetry with backoff you predefine by list

I intend to maintain this package within the Debian Python Modules Team.

#980452#10
Date:
2021-01-19 10:18:09 UTC
From:
To: