python-trio 0.11.0-2~build1 source package in Ubuntu
Changelog
python-trio (0.11.0-2~build1) focal; urgency=medium * Upload to Ubuntu -- Gianfranco Costamagna <email address hidden> Tue, 10 Dec 2019 16:56:31 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Focal
- 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.11.0.orig.tar.gz | 355.8 KiB | 3796774aedbf5be581c68f98c79b565654876de6e9a01c6a95e3ec6cd4e4b4c3 |
python-trio_0.11.0-2~build1.debian.tar.xz | 2.5 KiB | eda46d19a1fb98763da8e929c1367c29bcdd0d57024db896377b9bbd762ad315 |
python-trio_0.11.0-2~build1.dsc | 2.0 KiB | 41a4ed5644784c55ca34ee266b363ae8eed6d88da1699488fe2ed99c188ec0a0 |
Available diffs
- diff from 0.11.0-1ubuntu1 to 0.11.0-2~build1 (625 bytes)
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.