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.org/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


Release history Release notifications | RSS feed

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.3.0.dev20250318141023.tar.gz (29.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

duet-0.3.0.dev20250318141023-py3-none-any.whl (30.1 kB view details)

Uploaded Python 3

File details

Details for the file duet-0.3.0.dev20250318141023.tar.gz.

File metadata

  • Download URL: duet-0.3.0.dev20250318141023.tar.gz
  • Upload date:
  • Size: 29.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.12.1.2 requests/2.32.3 setuptools/76.1.0 requests-toolbelt/1.0.0 tqdm/4.67.1 CPython/3.12.9

File hashes

Hashes for duet-0.3.0.dev20250318141023.tar.gz
Algorithm Hash digest
SHA256 30442b21c178759c2de54cc8ca16c60666ff1e9789d25b5c71294fa08765ede3
MD5 ff6d20e842dea0a6a284dfa4ee8edd10
BLAKE2b-256 e48815275cdca02669013b27c6a99cf1b00e42a2cc043d6179cd1f45a4af73c3

See more details on using hashes here.

File details

Details for the file duet-0.3.0.dev20250318141023-py3-none-any.whl.

File metadata

  • Download URL: duet-0.3.0.dev20250318141023-py3-none-any.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.12.1.2 requests/2.32.3 setuptools/76.1.0 requests-toolbelt/1.0.0 tqdm/4.67.1 CPython/3.12.9

File hashes

Hashes for duet-0.3.0.dev20250318141023-py3-none-any.whl
Algorithm Hash digest
SHA256 ee72a95232b4f9473c15c7e39754c3972f99201fc523e34ada565c451eb2d994
MD5 f839d442f12d5835a556c84c300ce4df
BLAKE2b-256 a363c6f4d7ec00c0e426688a566b169cfa92404500e0736146e9f3973ab50a92

See more details on using hashes here.

Supported by

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