python-trio 0.19.0-1 source package in Ubuntu
Changelog
python-trio (0.19.0-1) unstable; urgency=medium * New upstream release. Closes: #998699. * Use debhelper-compat and bump to 13. * Drop debian/patches/mark-upstream-only-test: adopted upstream. * Thanks to Ben Nuttall. -- Robie Basak <email address hidden> Sun, 14 Nov 2021 15:39:33 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-trio_0.19.0-1.dsc | 2.0 KiB | 80b00cccb929cc6f29b0e1875897091fc88ac553c03ee520fd4b8f63f319915c |
python-trio_0.19.0.orig.tar.gz | 430.0 KiB | 895e318e5ec5e8cea9f60b473b6edb95b215e82d99556a03eb2d20c5e027efe1 |
python-trio_0.19.0-1.debian.tar.xz | 2.7 KiB | 20562c5e210097cf86bef41626c2e0278fc23aca921bb47349c9f0a910626c4e |
Available diffs
- diff from 0.13.0-2 to 0.19.0-1 (202.7 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.