Python async/await-native I/O library
https://github.com/python-trio/trio
The Trio project produces an async/await-native I/O library for
Python. Like all async libraries, its main purpose is to help write
programs that do multiple things at the same time with parallelized
I/O, such as a web spider that wants to fetch lots of pages in
parallel, a web server that needs to juggle lots of downloads and
websocket connections at the same time, a process supervisor
monitoring multiple subprocesses. Compared to other libraries, Trio
has an obsessive focus on usability and correctness.
- Links to openSUSE:Factory / python-trio
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:darix:apps/python-trio && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
python-trio.changes | 0000025469 24.9 KB | |
python-trio.spec | 0000003724 3.64 KB | |
trio-0.26.2.tar.gz | 0000561156 548 KB |
Latest Revision
Marcus Rueckert (darix)
committed
(revision 4)
merged
Comments 0