A library providing routines for dealing with data streams, including chunking, tokenizing, and other utility functions for processing iterable streams of data. Current version 3.0.4, supports Python >=3.8. Maintained as part of the jaraco project with periodic releases.
pip install jaraco-streamNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates chunking and joining with jaraco.stream.
Use `list(batch)` inside the loop to consume each chunk.
Use custom implementation or upgrade to 3.0+ and avoid those functions.
Upgrade Python to 3.8 or later.
No dependency data recorded yet.