Source: python-aiostream Section: python Priority: optional Maintainer: nicoo Uploaders: Debian Python Team Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-pytest-runner , python3-typing-extensions, Standards-Version: 4.6.2 Homepage: https://github.com/vxgmichel/aiostream Vcs-Git: https://salsa.debian.org/python-team/packages/python-aiostream.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiostream Package: python3-aiostream Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Recommends: ${python3:Recommends}, Suggests: ${python3:Suggests}, Description: 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.