python-trio 0.22.2-1 source package in Ubuntu

Changelog

python-trio (0.22.2-1) unstable; urgency=medium

  * New upstream version 0.22.2

 -- Michael Fladischer <email address hidden>  Thu, 20 Jul 2023 19:07:39 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trio_0.22.2-1.dsc 2.1 KiB faa475df012ba509c613cd756ce846692862f9921d8776afa18eb1c4f7ebbeed
python-trio_0.22.2.orig.tar.gz 524.4 KiB 89bee12a053105214817d881ffa5d69503a0ff1240eaea8510f2c99b4fa51b45
python-trio_0.22.2-1.debian.tar.xz 4.9 KiB 86f6896dcc9ef47f604d6d5162beef325ca308c460516befefef913e4356f7b0

Available diffs

No changes file available.

Binary packages built by this source

python-trio-doc: Python async concurrency and I/O library (Documentation)

 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.
 .
 This package contains the documentation.

python3-trio: Python async concurrency and I/O library (Python3 version)

 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.
 .
 This package contains the Python 3 version of the library.