CodeBrowser / python-package / more-itertools
more-itertools==11.1.0
# More routines for operating on iterables, beyond itertools
$ pip install more-itertools
downloads/wk
77,196,853
license
version
11.1.0
python
>=3.10
What is more-itertools?
more-itertools is a Python package that provides additional iteration utilities beyond those in the standard itertools library, including functions for chunking sequences, peeking at values without consuming them, and advanced filtering operations. Developers use it to simplify common iteration patterns and reduce boilerplate code when working with iterables in data processing and stream operations.
Keywords
#itertools #iterator #iteration #filter #peek #peekable #chunk #chunked