python-outcome 1.0.0-1 source package in Ubuntu

Changelog

python-outcome (1.0.0-1) unstable; urgency=low

  * Initial release. Closes: #910960.

 -- Robie Basak <email address hidden>  Sat, 13 Oct 2018 23:13:00 +0100

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Sid
Original maintainer:
Robie Basak
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-outcome_1.0.0-1.dsc 1.8 KiB 2dc5b508a4726f30c4c531b438aa33683d5b167fdfadc5b9080502199d0317fd
python-outcome_1.0.0.orig.tar.gz 16.9 KiB 9d58c05db36a900ce60c6da0167d76e28869f64b338d60fa3a61841cfa54ac71
python-outcome_1.0.0-1.debian.tar.xz 1.8 KiB 23c200a925757a40b0840990c73465218b492b04d6f0d572b249a3207cbd5b8f

No changes file available.

Binary packages built by this source

python3-outcome: 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'.