[ bianca ]
[ 源代码: python-aiostream ]
软件包:python3-aiostream(0.5.2-2)
python3-aiostream 的相关链接
下载源码包 python-aiostream:
- [python-aiostream_0.5.2-2.debian.tar.xz]
- [python-aiostream_0.5.2-2.dsc]
- [python-aiostream_0.5.2.orig.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Generator-based operators for asynchronous iteration
aiostream provides 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. All the provided operators return a unified interface called a stream. A stream is an enhanced asynchronous iterable.
其他与 python3-aiostream 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python