File: control

package info (click to toggle)
python-retry 0.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: python: 204; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: python-retry
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-decorator,
               python3-pbr,
               python3-pytest <!nocheck>,
               python3-setuptools,
Standards-Version: 4.6.2.0
Homepage: https://github.com/invl/retry
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-retry
Vcs-Git: https://salsa.debian.org/python-team/packages/python-retry.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-retry
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: easy to use retry decorator
 Decorator (or function) to retry failing code featuring:
 .
  - No external dependency (stdlib only)
  - Preserve function signatures (pip install decorator)
  - Original traceback, easy to debug