Skip to main content

A friendly Python library for async concurrency and I/O

Project description

https://raw.githubusercontent.com/python-trio/trio/9b0bec646a31e0d0f67b8b6ecc6939726faf3e17/logo/logo-with-background.svg

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 wanted; I find it makes building I/O-oriented programs easier, less error-prone, and just plain more fun. Perhaps you’ll find the same.

This project is young and still somewhat experimental: the overall design is solid and the existing features are fully tested and documented, but you may encounter missing functionality or rough edges. We do encourage you do use it, but you should read and subscribe to issue #1 to get warning and a chance to give feedback about any compatibility-breaking changes.

Vital statistics:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trio-0.20.0.tar.gz (445.0 kB view details)

Uploaded Source

Built Distribution

trio-0.20.0-py3-none-any.whl (359.0 kB view details)

Uploaded Python 3

File details

Details for the file trio-0.20.0.tar.gz.

File metadata

  • Download URL: trio-0.20.0.tar.gz
  • Upload date:
  • Size: 445.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for trio-0.20.0.tar.gz
Algorithm Hash digest
SHA256 670a52d3115d0e879e1ac838a4eb999af32f858163e3a704fe4839de2a676070
MD5 1310f7f08b8b8926323ed7330fedc22c
BLAKE2b-256 0a0fe9c02a866e32d85fdead0f1c9425b31ba57b69dd08714770232089cc7839

See more details on using hashes here.

File details

Details for the file trio-0.20.0-py3-none-any.whl.

File metadata

  • Download URL: trio-0.20.0-py3-none-any.whl
  • Upload date:
  • Size: 359.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for trio-0.20.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fb2d48e4eab0dfb786a472cd514aaadc71e3445b203bc300bad93daa75d77c1a
MD5 1311fd73d399b7ca48a27c4d98023131
BLAKE2b-256 39b3c6fc163c9343e95432d60a2b681bc14d78fda70dff50210687314d94143d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page