Package: python3-async-timeout
Version: 3.0.1-r0
Description: asyncio-compatible timeout context manager
 The context manager is useful in cases when you want to apply timeout
 logic around block of code or in cases when asyncio.wait_for() is not
 suitable. Also it's much faster than asyncio.wait_for() because timeout
 doesn't create a new task.
Section: devel/python
Priority: optional
Maintainer: OE-Core Developers <openembedded-core@lists.openembedded.org>
License: Apache-2.0
Architecture: cortexa7t2hf-neon
OE: python3-async-timeout
Homepage: https://github.com/aio-libs/async-timeout
Depends: python3-asyncio
Source: python3-async-timeout_3.0.1.bb
