python-outcome 1.0.1-1 source package in Ubuntu

Changelog

python-outcome (1.0.1-1) unstable; urgency=medium

  * New upstream release.

 -- Robie Basak <email address hidden>  Sun, 23 Feb 2020 16:46:14 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-outcome_1.0.1-1.dsc 1.8 KiB a52d9b097a5dac13d3a116e551eb26419234bc0d2d76f5cf6c1ad67866d4240b
python-outcome_1.0.1.orig.tar.gz 16.5 KiB fc7822068ba7dd0fc2532743611e8a73246708d3564e29a39f93d6ab3701b66f
python-outcome_1.0.1-1.debian.tar.xz 1.9 KiB 7da3a6a1a6d43719751f61d055008e96fb8821350b3682c1735fb04605efb328

Available diffs

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'.