slackbuilds_ponce/python/python3-anyio
fourtysixandtwo 9b6ff952ef
python/python3-anyio: Fix PYTHONPATH.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-05 15:18:12 +07:00
..
python3-anyio.info
python3-anyio.SlackBuild python/python3-anyio: Fix PYTHONPATH. 2024-04-05 15:18:12 +07:00
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.