Popularity
8.1
Growing
Activity
9.5
Growing
5,869
83
318

Description

The Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. 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... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right.

Trio was built from the ground up to take advantage of the latest Python features, and draws inspiration from many sources, in particular Dave Beazley's Curio. The resulting design is radically simpler than older competitors like asyncio and Twisted, yet just as capable. Trio is the Python I/O library I always

Programming language: Python
License: GNU General Public License v3.0 or later
Tags: Networking     Asyncio     I/O Framework     Concurrent I/O     System     Trio    
Latest version: v0.16.0

trio alternatives and similar packages

Based on the "Networking" category.
Alternatively, view trio alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of trio or a related project?

Add another 'Networking' Package