Skip to main content

A friendly Python library for async concurrency and I/O

Project description

https://cdn.rawgit.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.12.1.tar.gz (381.5 kB view details)

Uploaded Source

Built Distribution

trio-0.12.1-py3-none-any.whl (314.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: trio-0.12.1.tar.gz
  • Upload date:
  • Size: 381.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for trio-0.12.1.tar.gz
Algorithm Hash digest
SHA256 149a280a4c66ef08d058626e3f48bf979e6e079777d1fc5cae71676586ced672
MD5 4f37bddbbf44a747f4f08a8390e8cc8f
BLAKE2b-256 2180b5720d7d916e4b833444e5d2577d4c4c53d47c9b8230d558f470fb0df3e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trio-0.12.1-py3-none-any.whl
  • Upload date:
  • Size: 314.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for trio-0.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d2c7dfd60e4b2a87a8ba6e106e5c5bd743df729cff444e532a76c410b22d6658
MD5 d0cd9870bcb508f4cf449107fc759a3d
BLAKE2b-256 14705284b35994264e90bf7906333ca2c17b7cf9d45516d285896221e053b903

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