File tree Expand file tree Collapse file tree 5 files changed +130
-129
lines changed Expand file tree Collapse file tree 5 files changed +130
-129
lines changed Original file line number Diff line number Diff line change 1515
1616- Use uv for dependencies and packaging https://github.com/python-backoff/backoff/pull/7 (from @edgarrmondragon )
1717- Remove duplicate classifier https://github.com/python-backoff/backoff/pull/37 (from @edgarrmondragon )
18+ - Rename project to ` backoff ` from ` python-backoff ` https://github.com/python-backoff/backoff/pull/42 (from @edgarrmondragon )
1819
1920## [ v2.2.1] - 2022-10-05
2021
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This guide will walk you through the basics of using backoff for retrying functi
77Install backoff using pip:
88
99``` bash
10- pip install backoff
10+ pip install python- backoff
1111```
1212
1313## Basic Concepts
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This module provides function decorators which can be used to wrap a function su
2323Install via pip:
2424
2525``` bash
26- pip install backoff
26+ pip install python- backoff
2727```
2828
2929Basic retry on exception:
Original file line number Diff line number Diff line change 11[project ]
2- name = " backoff"
2+ name = " python- backoff"
33version = " 2.2.1"
44description = " Function decoration for backoff and retry"
55authors = [{ name = " Bob Green" , email = " rgreen@aquent.com" }]
You can’t perform that action at this time.
0 commit comments