stdlibx-itertools¶
This package extends Python’s built-in itertools with additional utilities for working with iterables in a functional and composable way. It provides operations such as mapping, filtering, reducing, and collecting, designed to integrate naturally with function composition utilities like flow() and pipe() from the stdlibx-compose package.
Installation¶
pip install stdlibx-itertools
uv add stdlibx-itertools
poetry add stdlibx-itertools
pipenv install stdlibx-itertools