Decorator that turns async generator functions into async context managers.
Project description
Decorator that turns async generator functions into async context managers.
Installation
Supported versions of python: ``3.6+`` (since async generators were introduced in python 3.6)
pip install asyncio-contextmanager
Usage
Usage is straightforward and simple:
from aiocontext import async_contextmanager
@async_contextmanager
async def foo():
yield 'Foo!'
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
File details
Details for the file asyncio-contextmanager-1.0.1.tar.gz
.
File metadata
- Download URL: asyncio-contextmanager-1.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93b4620cd79623c3988c9f43e6f502263968645cd13aed3327a7ec8be43221d5 |
|
MD5 | c8ce0047d83dfcb6654debd8a434d7b7 |
|
BLAKE2b-256 | 06d5fd2ad931e9397c599c81a6a5284d24fa1135d16aac2cc312773b8e8a3828 |