--- id: trio version: "0.34.0" license: MIT OR Apache-2.0 license_treatment: permissive maintenance: active --- # trio — A friendly Python library for async concurrency and I/O License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install trio uv add trio poetry add trio ## Description .. image:: https://img.shields.io/badge/chat-join%20now-blue.svg :target: https://gitter.im/python-trio/general :alt: Join chatroom .. image:: https://img.shields.io/badge/forum-join%20now-blue.svg :target: https://trio.discourse.group :alt: Join forum .. image:: https://img.shields.io/badge/docs-read%20now-blue.svg :target: https://trio.readthedocs.io :alt: Documentation .. image:: https://img.shields.io/pypi/v/trio.svg :target: https://pypi.org/project/trio :alt: Latest PyPi version .. image:: https://img.shields.io/conda/vn/conda-forge/trio.svg :target: https://anaconda.org/conda-forge/trio :alt: Latest conda-forge version .. image:: https://codecov.io/gh/python-trio/trio/branch/main/graph/badge.svg :target: https://codecov.io/gh/python-trio/trio :alt: Test coverage Trio – a friendly Python library for async concurrency and I/O ============================================================== .. image:: https://raw.githubusercontent.com/python-trio/trio/9b0bec646a31e0d0f67b8b6ecc6939726faf3e17/logo/logo-with-background.svg :width: 200px :align: right The Trio project aims to produce a production-quality, `permissively... ## AI interpretation — verify before relying Trio is a Python async I/O library built on structured concurrency principles, enabling you to write programs that handle multiple concurrent tasks and parallelized I/O operations with simpler, more readable code than traditional async frameworks. Verdict: Trio is a mature, well-maintained async I/O library with zero known vulnerabilities, permissive licensing, and minimal install friction. Its focus on structured concurrency and usability makes it a solid choice for building concurrent applications, backed by active development and strong community engagement. [View on SkillFed](https://skillfed.io/packages/trio) · [View on PyPI](https://pypi.org/project/trio/)