[ 源代码: python-async-generator ]
软件包:python3-async-generator(1.10-3)
python3-async-generator 的相关链接
Debian 的资源:
下载源码包 python-async-generator:
- [python-async-generator_1.10-3.dsc]
- [python-async-generator_1.10.orig.tar.gz]
- [python-async-generator_1.10-3.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
extensions to asynchronous generators for Python3
The python3 language provides some structures to process streaming data with an interface similar to the iteration structures. This module adds some convenient features like the yield from construct or context managers.