summaryrefslogtreecommitdiffstats
path: root/python/more-itertools/README
blob: 0dbca0d16785d8f4e8fbb76e17d69f80dfe47a7e (plain)
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.