trio==0.33.0
# A friendly Python library for async concurrency and I/O
$ pip install trio
downloads/wk
12,210,979
license
—
version
0.33.0
python
>=3.10
What is trio?
Trio is a Python library for writing asynchronous code that handles multiple concurrent tasks and I/O operations efficiently. It provides a simpler, more readable API compared to Python's built-in asyncio, making it easier to write and understand async programs for networking, file operations, and other I/O-bound work. Developers use Trio when they need to handle many concurrent connections or operations without the complexity of threading or multiprocessing.
Keywords
Dependencies (7)