py3-trio

library for async concurrency and I/O

WWW CVSWeb GITHub
  1. Package version
    py3-trio-0.24.0p0
  2. Maintainer
    The OpenBSD ports mailing-list

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.

  • python3

  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3

  • STEM->=20.1.0:devel/py-attrs,python3
  • STEM->=1.0.1:devel/py-exceptiongroup,python3
  • devel/py-outcome,python3
  • devel/py-sortedcontainers,python3
  • STEM->=1.3.0:devel/py-sniffio,python3
  • net/py-idna,python3
  • lang/python/3.10