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

duet

NOTE: duet-async has been renamed duet. Please use that instead.

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-async

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-async-0.1.3.dev20210825141839.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file duet-async-0.1.3.dev20210825141839.tar.gz.

File metadata

  • Download URL: duet-async-0.1.3.dev20210825141839.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for duet-async-0.1.3.dev20210825141839.tar.gz
Algorithm Hash digest
SHA256 cd07c497a9fd5765c2da049dece9697cc80a12ac56f1022f1ad2b904252feb14
MD5 fa00829a07ab713d71058509362ee0c9
BLAKE2b-256 304dcb1d03f01f7ec04a965e56f8baae8ad403459ae7a15364c1c4d7f773e473

See more details on using hashes here.

Provenance

File details

Details for the file duet_async-0.1.3.dev20210825141839-py3-none-any.whl.

File metadata

  • Download URL: duet_async-0.1.3.dev20210825141839-py3-none-any.whl
  • Upload date:
  • Size: 25.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for duet_async-0.1.3.dev20210825141839-py3-none-any.whl
Algorithm Hash digest
SHA256 3d6ad7734ffc273b9740e1a799f905c9d07e949c3c4d6fb48baeab2fa5d13d0a
MD5 3ceb17b51acfaf2fe15d410a2edee324
BLAKE2b-256 0aa8b85209f394901c8a58c47299126427f1124c5a5fb04129155a9e9412fab6

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