Contents

trio 0.33.0

0

A friendly Python library for async concurrency and I/O

A friendly Python library for async concurrency and I/O

Stars: 7169, Watchers: 7169, Forks: 386, Open Issues: 315

The python-trio/trio repo was created 9 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 7169 github stars!

How to Install trio

You can install trio using pip

pip install trio

or add it to a project with poetry

poetry add trio

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/trio/
Documentation:
https://trio.readthedocs.io/
GitHub Repo:
https://github.com/python-trio/trio

Classifiers

  • System/Networking
No  trio  pypi packages just yet.

Errors

A list of common trio errors.

Code Examples

Here are some trio code examples and snippets.

GitHub Issues

The trio package has 315 open issues on GitHub

  • trip.wrap_file() undocumented behavior wrt to sync file object
  • Documentation search improvements
  • Make autojump/autojump_threshold methods of abc.Clock
  • Improve run_process defaults if there's a shell
  • attempt to add typing to _create
  • ConflictDetector: kill both tasks
  • Tracking issue: intermittent test failures

See more issues on GitHub

Related Packages & Articles

uvloop 0.22.1

Fast implementation of asyncio event loop on top of libuv

sniffio 1.3.1

Sniff out which async library your code is running under

anyio 4.12.1

High-level concurrency and networking framework on top of asyncio or Trio

Twisted 25.5.0

An asynchronous networking framework written in Python

odmantic 1.1.0

ODMantic, an AsyncIO MongoDB Object Document Mapper for Python using type hints

ipv4helper 0.9.1

Handle and manipulate IPv4 CIDRs in a simple fashion, including generating CIDR ranges and viewing general subnet information.