How to Install python-more-itertools in Ubuntu 18.04



Install python-more-itertools by entering the following commands in the terminal:

sudo apt update
sudo apt install python-more-itertools

Description:

More routines for operating on iterables, beyond itertools. (Python 2)

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.

Homepage: https://pypi.python.org/pypi/more-itertools/

Version: 3.2.0-2

Section: universe/python