slackbuilds_ponce/python/python3-anyio
Isaac Yu 0878b7d8c4
python/python3-anyio: Updated for version 3.6.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-21 08:25:03 +07:00
..
python3-anyio.info
python3-anyio.SlackBuild
README
slack-desc

AnyIO is an asynchronous networking and concurrency library that works
on top of either asyncio or trio. It implements trio-like structured
concurrency (SC) on top of asyncio, and works in harmony with the
native SC of trio itself.