python-trio 0.22.0-0.1 source package in Ubuntu
Changelog
python-trio (0.22.0-0.1) unstable; urgency=medium * Non-maintainer upload. * New upstream version 0.22.0 (Closes: #1026155) -- Jochen Sprickerhof <email address hidden> Thu, 15 Dec 2022 13:14:37 +0100
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-trio_0.22.0-0.1.dsc | 2.0 KiB | 1c6ded384b298896b4cc5ddf30ce37fa12c6f2082298ae6aba46f8ebf751a8f9 |
python-trio_0.22.0.orig.tar.gz | 461.1 KiB | ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf |
python-trio_0.22.0-0.1.debian.tar.xz | 2.8 KiB | ec1d4aaa61a060895625e24da876485e294697bf58d2ac67d70cd590ed2ff5bb |
Available diffs
- diff from 0.21.0-1 to 0.22.0-0.1 (50.4 KiB)
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.