From 5939df3025359fcfb4f59732fa51c518ae514b5f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 2 Apr 2018 21:44:43 +0000 Subject: python/more-itertools: Added (Python more itertools library). Signed-off-by: David Spencer --- python/more-itertools/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/more-itertools/README (limited to 'python/more-itertools/README') diff --git a/python/more-itertools/README b/python/more-itertools/README new file mode 100644 index 000000000000..0dbca0d16785 --- /dev/null +++ b/python/more-itertools/README @@ -0,0 +1,3 @@ +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. -- cgit v1.2.3