diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-29 09:51:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:55 +0700 |
commit | 665417ffbc13c0cd6608683fe6decc2cb33a71a5 (patch) | |
tree | 939734001dcdfcd8eede7de6eb10e834278c0e72 /python/python3-anyio/slack-desc | |
parent | 7277ccaec2207895dc30dc06a61f52ed3d15b85e (diff) |
python/python3-anyio: Added (Asynchronous framework)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-anyio/slack-desc')
-rw-r--r-- | python/python3-anyio/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-anyio/slack-desc b/python/python3-anyio/slack-desc new file mode 100644 index 0000000000000..9aba97d161a59 --- /dev/null +++ b/python/python3-anyio/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-anyio: python3-anyio (Asynchronous concurrency and networking framework) +python3-anyio: +python3-anyio: AnyIO is an asynchronous networking and concurrency library that works +python3-anyio: on top of either asyncio or trio. It implements trio-like structured +python3-anyio: concurrency (SC) on top of asyncio, and works in harmony with the +python3-anyio: native SC of trio itself. +python3-anyio: +python3-anyio: +python3-anyio: +python3-anyio: +python3-anyio: |