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.8.dev20220803224901.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

duet-0.2.8.dev20220803224901-py3-none-any.whl (29.3 kB view details)

Uploaded Python 3

File details

Details for the file duet-0.2.8.dev20220803224901.tar.gz.

File metadata

  • Download URL: duet-0.2.8.dev20220803224901.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.8.3 requests/2.28.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.13

File hashes

Hashes for duet-0.2.8.dev20220803224901.tar.gz
Algorithm Hash digest
SHA256 cc072eff1801da00b3315877852e9b9789fe22412b9abcd2dde3910aaa8dcab9
MD5 1f5a12dde8f8d65a8972436d0f651fe5
BLAKE2b-256 f82c5a57c3295f1ec2034e68da034e85657b0a05856e76fe406e47b422e2efa6

See more details on using hashes here.

Provenance

File details

Details for the file duet-0.2.8.dev20220803224901-py3-none-any.whl.

File metadata

  • Download URL: duet-0.2.8.dev20220803224901-py3-none-any.whl
  • Upload date:
  • Size: 29.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.8.3 requests/2.28.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.13

File hashes

Hashes for duet-0.2.8.dev20220803224901-py3-none-any.whl
Algorithm Hash digest
SHA256 10e1c1ae54dfc0e8bebde5c38935386cd835bc861432e04149a91a38d60a0211
MD5 ea8eefdd1de6be1a97b8827f1eb23a5d
BLAKE2b-256 8fc507637538d84e4cc76c58989511d2b6a67837bc73ec83bc2b2d66d649c160

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