summaryrefslogtreecommitdiff
path: root/python/more-itertools/README
diff options
context:
space:
mode:
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 0000000000..0dbca0d167
--- /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.