python-trio 0.13.0-2 source package in Ubuntu

Changelog

python-trio (0.13.0-2) unstable; urgency=medium

  * Patch out upstream-only tests to avoid spurious test failure.

 -- Robie Basak <email address hidden>  Tue, 10 Mar 2020 00:31:18 +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-trio_0.13.0-2.dsc 2.0 KiB 03753f6dfd34778ed8c7f2f6700ce23182682711b5650ca014b40b35ec9725f9
python-trio_0.13.0.orig.tar.gz 380.9 KiB f1cf00054ad974c86d9b7afa187a65d79fd5995340abe01e8e4784d86f4acb30
python-trio_0.13.0-2.debian.tar.xz 3.3 KiB 8dae603d2485d5c142a73d751f272c97ae6626d6baeaa5ad4f1fe87bdb10fdc0

Available diffs

No changes file available.

Binary packages built by this source

python3-trio: Python async concurrency and I/O library

 Trio is a Python async concurrency and I/O library like Twisted or the asyncio
 standard library, but with an API rethink following lessons learned from
 asyncio and Dave Beazley's Curio. The author claims that the resulting design
 is radically simpler than older competitors like asyncio and Twisted, yet just
 as capable.
 .
 This project is young and still somewhat experimental. The API has not yet
 been declared stable. If you need more mature or with a more stable API,
 then Python's asyncio library, or the older Twisted, are probably better bets.