Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 930 Bytes

README.rst

File metadata and controls

23 lines (17 loc) · 930 Bytes

More Itertools

https://coveralls.io/repos/github/erikrose/more-itertools/badge.svg?branch=master

I love itertools; it's one of the most beautiful, composable standard libs. Whenever I have an iteration problem, there's almost always an itertools routine that fits it perfectly. Sometimes, however, neither itertools nor the recipes included in its docs do quite what I need.

Here I've collected several routines I've reached for but not found. Since they are deceptively tricky to get right, I've wrapped them up into a library. We've also included implementations of the recipes from the itertools documentation. Enjoy! Any additions are welcome; just file a pull request.

Full Documentation

Please see https://more-itertools.readthedocs.io/en/latest/api.html for the list of routines.