Skip to main content

A simple future-based async library for python.

Project description

This is a development version of Duet and may be unstable.

For the latest stable release see https://pypi-hypernode.com/project/duet/.

duet

A simple future-based async library for python

Duet takes inspiration from the amazing trio library and the structured concurrency approach to async programming that it uses. However, duet differs from trio in two major ways:

  • Instead of a full-blown implementation of asynchronous IO, duet relies on the Future interface for parallelism, and provides a way to run async/await coroutines around those Futures. This is useful if you are using an API that returns futures, such as RPC libraries like gRPC. The standard Future interface does not implement __await__ directly, so Future instances must be wrapped in duet.AwaitableFuture.

  • duet is re-entrant. At the top level, you run async code by calling duet.run(foo). Inside foo suppose you call a function that has not yet been fully refactored to be asynchronous, but itself calls duet.run(bar). Most async libraries, including trio and asyncio, will raise an exception if you try to "re-enter" the event loop in this way, but duet allows it. We have found that this can simplify the process of refactoring code to be asynchronous because you don't have to completely separate the sync and async parts of your codebase all at once.

Installation

Install from pypi:

pip install duet

Note

duet is not an official Google project.

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

duet-0.2.6.dev20220421160413.tar.gz (23.6 kB view details)

Uploaded Source

Built Distribution

duet-0.2.6.dev20220421160413-py3-none-any.whl (28.5 kB view details)

Uploaded Python 3

File details

Details for the file duet-0.2.6.dev20220421160413.tar.gz.

File metadata

  • Download URL: duet-0.2.6.dev20220421160413.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.1 requests/2.26.0 setuptools/54.2.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for duet-0.2.6.dev20220421160413.tar.gz
Algorithm Hash digest
SHA256 6d8eb8170fe9acde82654144929be02a6f2659017948768c0293c4700db217f9
MD5 9004bfb95272ed72a44850a1e22f677f
BLAKE2b-256 5d7122253f5a63d3a040262e983b970e44f62a928445afbba045cec88859a89e

See more details on using hashes here.

Provenance

File details

Details for the file duet-0.2.6.dev20220421160413-py3-none-any.whl.

File metadata

  • Download URL: duet-0.2.6.dev20220421160413-py3-none-any.whl
  • Upload date:
  • Size: 28.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.1 requests/2.26.0 setuptools/54.2.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

File hashes

Hashes for duet-0.2.6.dev20220421160413-py3-none-any.whl
Algorithm Hash digest
SHA256 abf39902fff60b3e68ef57981015c3985de896ff054dcdc07780b57c153bf346
MD5 6a0e1248e4bb138430060c437dde32fa
BLAKE2b-256 c16981b3fc7285224e2955cfd7eff490679e26e821356ccffe6f2b784c651746

See more details on using hashes here.

Provenance

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