python-more-itertools

Library with for operating on iterables, beyond itertools (Python 2)
  https://pypi.python.org/pypi/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 2.