From ca85f526ed34f9daf7f00ca32cf8e983fd1e3f38 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 4 Jun 2022 03:00:20 +0100 Subject: python/python3-more-itertools: Added (Python more itertools library) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-more-itertools/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-more-itertools/README (limited to 'python/python3-more-itertools/README') diff --git a/python/python3-more-itertools/README b/python/python3-more-itertools/README new file mode 100644 index 0000000000000..d9d2ddd45419d --- /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. -- cgit v1.2.3