python-more-itertools
Port variant v13
Summary Iterable routine tools (3.13)
Package version 11.1.0
Homepage https://github.com/more-itertools/more-itertools
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v14
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 29 MAY 2026, 12:33:39 UTC
Port created 17 JUN 2024, 20:58:42 UTC
Subpackage Descriptions
single ============== More Itertools ============== Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In ``more-itertools`` we collect additional building blocks, recipes, and routines for working with Python iterables. +------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Grouping | [chunked], | | | [ichunked], | | | [chunked_even], | | | [sliced], | | | [constrained_batches], | | | [distribute], | | | [divide], | | | [split_at], | | | [split_before], | | | [split_after], | | | [split_into], | | | [split_when], | | | [bucket], | | | [unzip], | | | [batched], | | | [grouper], | | | [partition] | +------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Lookahead and lookback | [spy], | | | [peekable], | | | [seekable] | +------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Windowing | [windowed], | | | [substrings], | | | [substrings_indexes], | | | [stagger], | | | [windowed_complete], | | | [pairwise], | | | [triplewise], | | | [sliding_window], | | | [subslices] | +------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Augmenting | [count_cycle], | | | [intersperse], | | | [padded], | | | [repeat_each], | | | [mark_ends], | | | [repeat_last], | | | [adjacent], | | | [groupby_transform], | | | [pad_none], | | | [ncycles] | +------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Combining | [collapse], | | | [sort_together], | | | [interleave], |
Configuration Switches (platform-specific settings discarded)
PY313 ON Build using Python 3.13 PY314 OFF Build using Python 3.14
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Download groups
main mirror://PYPIWHL/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715
Distribution File Information
4b65538ae22f6fed0ce4874efd317463a7489796a0939fa66824dd542125a192 72226 python-src/more_itertools-11.1.0-py3-none-any.whl
Ports that require python-more-itertools:v13
python-CherryPy:v13 Object-Oriented HTTP framework (3.13)
python-cheroot:v13 Highly-optimized, pure-python HTTP server (3.13)
python-cssutils:v13 Cascading Style Sheets library (3.13)
python-jaraco.functools:v13 Functools like those found in stdlib (3.13)
python-jaraco.text:v13 Module for text manipulation (3.13)
python-tempora:v13 Time and date routines (3.13)