diff options
| author | Tonus <tonus1@free.fr> | 2023-01-05 23:58:16 +0000 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:35 +0700 |
| commit | 2a0a3fa39599c442f9dca5faf5c2c9adea60a217 (patch) | |
| tree | 13a529dec2682db75133b2f297d48fda4beaa871 /python/python3-aiostream/README | |
| parent | 55330fc6a5c6f1617f403ea25822f51a5184667c (diff) | |
python/python3-aiostream: Added (collection of stream operators)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiostream/README')
| -rw-r--r-- | python/python3-aiostream/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-aiostream/README b/python/python3-aiostream/README new file mode 100644 index 0000000000..448ec0fa5a --- /dev/null +++ b/python/python3-aiostream/README @@ -0,0 +1,9 @@ +aiostream is a generator-based operators for asynchronous iteration + +It povides a collection of stream operators that can be +combined to create asynchronous pipelines of operations. + +It can be seen as an asynchronous version of itertools, although some +aspects are slightly different. Essentially, all the provided operators +return a unified interface called a stream. A stream is an enhanced +asynchronous iterable providing the following features. |
