How to Install python3-more-itertools in Ubuntu 18.04



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

sudo apt update
sudo apt install python3-more-itertools

Description:

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

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.

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

Version: 3.2.0-2

Section: universe/python