python3-more-itertools

library with routines for operating on iterables, beyond itertools (Python 3)
  https://github.com/more-itertools/more-itertools/
  0
  no reviews



Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. More-itertools collects additional building blocks, recipes, and routines for working with Python iterables.

This package contains the module for Python 3.