From d6b358ea97b80c6e8fce9873e36faef1af0d85cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Cl=C3=A9ment=20Tosi?= <36663670+PiCT0@users.noreply.github.com> Date: Fri, 7 Feb 2020 21:41:57 +0000 Subject: [PATCH] add more-itertools > In `more-itertools` we collect additional building blocks, recipes, and routines for working with iterables. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f883793..25ea7d54 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Python implementation of algorithms and design patterns.* * [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms in Python. +* [more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`. * [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns. * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.