python-trio 0.22.0-0.2 source package in Ubuntu
Changelog
python-trio (0.22.0-0.2) unstable; urgency=medium * Non-maintainer upload. * Temporary add missing python3-exceptiongroup dependency for Python 3.10 -- Jochen Sprickerhof <email address hidden> Mon, 09 Jan 2023 07:55:29 +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 | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-trio_0.22.0-0.2.dsc | 2.0 KiB | b3893f811b74799e1e0fff255c1a9ac6cb4074b2decbbde7bb7eb1be7ccc68db |
python-trio_0.22.0.orig.tar.gz | 461.1 KiB | ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf |
python-trio_0.22.0-0.2.debian.tar.xz | 2.9 KiB | 71f20382ee83cd1bd02675b1cf8d94b8344a07a02f18665fbde44a8d59c50b67 |
Available diffs
- diff from 0.22.0-0.1 to 0.22.0-0.2 (590 bytes)
No changes file available.
Binary packages built by this source
- 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.