File: control

package info (click to toggle)
python-outcome 1.2.0-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 335; makefile: 12
file content (22 lines) | stat: -rw-r--r-- 809 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
Source: python-outcome
Section: python
Priority: optional
Standards-Version: 4.2.1.2
Maintainer: Robie Basak <robie@justgohome.co.uk>
Build-Depends: debhelper,
               debhelper-compat (= 13),
               dh-python,
               python3,
               python3-async-generator,
               python3-attr,
               python3-pytest,
               python3-setuptools
Homepage: https://github.com/python-trio/outcome

Package: python3-outcome
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: capture the outcome of Python function calls
 Outcome provides a function `capture' for capturing the outcome of a Python
 function call, so that it can be passed around - even if the function raises
 an exception. It also provides the async equivalent function `acapture'.