Skip to main content

sync 2 async

Project description

drawing

asyncify

Wheel Version py_versions Code style: black

TLDR: Sync 2 Async decorator

Install: pip install asyncify

Usage:

import asyncify

# OR
from asyncify import asyncify
from asyncify import run  # asyncio.run polyfill for python36


def add(a, b):
    return a + b


assert add(1, 2) == 3


@asyncify
def add_async(a, b):
    return a + b


res = await add_async(1, 2)
assert res == 3

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

asyncify-0.10.0.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

asyncify-0.10.0-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file asyncify-0.10.0.tar.gz.

File metadata

  • Download URL: asyncify-0.10.0.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.4 Windows/10

File hashes

Hashes for asyncify-0.10.0.tar.gz
Algorithm Hash digest
SHA256 548f7bf14e418bc6b37fa5b1384d76a007c4f8704022c521951f081fdf3efead
MD5 feb638e995bd77b9e0253ab5671b9da3
BLAKE2b-256 c075209486db365b22b36b4fcc12677b4d18fe6e7dce1c4a8e84a4dcd724a59a

See more details on using hashes here.

File details

Details for the file asyncify-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: asyncify-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.4 Windows/10

File hashes

Hashes for asyncify-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e2bbf1f88ec8a2238b1ff2690c98c1710db967abdc50e51b64b4b22a03a38f3
MD5 19d8a857cecc1dde96ee5b65c075e028
BLAKE2b-256 c1b553f9b33bc455f879f3a94ebd83c593e22f43f7ac5088166478f87aa1dc3e

See more details on using hashes here.

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