python310-trio
Python 3.10 - trio - async/await-native I/O library
3.4.0
2023-05-07
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python310-base 3.4.0
python310-async_generator 3.4.0
python310-attrs 3.4.0
python310-exceptiongroup 3.4.0
python310-idna 3.4.0
python310-outcome 3.4.0
python310-sniffio 3.4.0
python310-sortedcontainers 3.4.0
Internal Program Version: trio 0.22.0
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.
https://github.com/python-trio/trio