aboutsummaryrefslogtreecommitdiff
path: root/python/more-itertools/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2018-04-02 21:44:43 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-07 08:13:10 +0700
commit5939df3025359fcfb4f59732fa51c518ae514b5f (patch)
tree3f3f8105b3bc25bba4a3b88080d9483bc1c4c621 /python/more-itertools/README
parent4f340c1980dc84473c364a317ec04ad8953b92a2 (diff)
downloadslackbuilds-5939df3025359fcfb4f59732fa51c518ae514b5f.tar.xz
python/more-itertools: Added (Python more itertools library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/more-itertools/README')
-rw-r--r--python/more-itertools/README3
1 files changed, 3 insertions, 0 deletions
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.