File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11backoff
22=======
33
4- .. image :: https://travis-ci.org/litl/backoff.svg
5- :target: https://travis-ci.org/litl/backoff
6- .. image :: https://coveralls.io/repos/litl/backoff/badge.svg
7- :target: https://coveralls.io/r/litl/backoff?branch=python-3
8- .. image :: https://github.com/litl/backoff/workflows/CodeQL/badge.svg
9- :target: https://github.com/litl/backoff/actions/workflows/codeql-analysis.yml
4+ .. image :: https://github.com/python-backoff/backoff/actions/workflows/ci.yaml/badge.svg
5+ :target: https://github.com/python-backoff/backoff/actions/workflows/ci.yaml
6+ .. image :: https://github.com/python-backoff/backoff/workflows/CodeQL/badge.svg
7+ :target: https://github.com/python-backoff/backoff/actions/workflows/codeql-analysis.yml
108.. image :: https://img.shields.io/pypi/v/backoff.svg
119 :target: https://pypi.python.org/pypi/backoff
12- .. image :: https://img.shields.io/github/license/litl /backoff
13- :target: https://github.com/litl /backoff/blob/master /LICENSE
10+ .. image :: https://img.shields.io/github/license/python-backoff /backoff
11+ :target: https://github.com/python-backoff /backoff/blob/main /LICENSE
1412
1513**Function decoration for backoff and retry **
1614
Original file line number Diff line number Diff line change 1010polling resources for externally generated content.
1111
1212For examples and full documentation see the README at
13- https://github.com/litl /backoff
13+ https://github.com/python-backoff /backoff
1414"""
1515from backoff ._decorator import on_exception , on_predicate
1616from backoff ._jitter import full_jitter , random_jitter
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "backoff"
33version = " 2.2.1"
44description = " Function decoration for backoff and retry"
55authors = [{
name =
" Bob Green" ,
email =
" [email protected] " }]
6+ maintainers = [{
name =
" Edgar Ramírez-Mondragón" ,
email =
" [email protected] " }]
67requires-python = " >=3.7"
78readme = " README.rst"
89license = " MIT"
@@ -34,7 +35,7 @@ classifiers = [
3435]
3536
3637[project .urls ]
37- Repository = " https://github.com/litl /backoff"
38+ Repository = " https://github.com/python-backoff /backoff"
3839
3940[dependency-groups ]
4041dev = [
You can’t perform that action at this time.
0 commit comments