aboutsummaryrefslogtreecommitdiff
path: root/python/python3-more-itertools/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-more-itertools/README')
-rw-r--r--python/python3-more-itertools/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-more-itertools/README b/python/python3-more-itertools/README
new file mode 100644
index 0000000000..d9d2ddd454
--- /dev/null
+++ b/python/python3-more-itertools/README
@@ -0,0 +1,4 @@
+Python's itertools library is a gem - you can compose elegant
+solutions for a variety of problems with the functions it provides. In
+python3-more-itertools we collect additional building blocks, recipes,
+and routines for working with Python iterables.