python-aiostream 0.5.2-1 source package in Ubuntu

Changelog

python-aiostream (0.5.2-1) unstable; urgency=medium

  * Team upload.
  * debian/gbp.conf: Remove non-standard configs.
  * debian/control: Add missing build-test-dependencies.
  * debian/control: Bump Standards-Version to 4.6.2.
  * debian/rules: Drop converage-generated files.

 -- Boyuan Yang <email address hidden>  Sat, 02 Dec 2023 11:47:29 -0500

Upload details

Uploaded by:
Nicolas Braud-Santoni
Uploaded to:
Sid
Original maintainer:
Nicolas Braud-Santoni
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aiostream_0.5.2-1.dsc 2.1 KiB bdf502a5995ac5b50a7f4fef22bff2c25853df862f6bca80387a8678afe10f41
python-aiostream_0.5.2.orig.tar.xz 36.5 KiB 92d0bbacfe149457ba7cbffb0532d8a822d2e921a5288098224b56fdaeb93e5e
python-aiostream_0.5.2-1.debian.tar.xz 2.0 KiB ff5c9bf82ef401febe41d994f753bd7079b9a3cacb15303b953518d22f08cf7c

Available diffs

No changes file available.

Binary packages built by this source

python3-aiostream: 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.