diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-06-04 03:00:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:13 +0700 |
commit | ca85f526ed34f9daf7f00ca32cf8e983fd1e3f38 (patch) | |
tree | 8b4276fa9c686041029d3bf9c79187a046212faa /python/python3-more-itertools/README | |
parent | 272de5c40f7ded18170af5b93a08952b95bc949d (diff) |
python/python3-more-itertools: Added (Python more itertools library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-more-itertools/README')
-rw-r--r-- | python/python3-more-itertools/README | 4 |
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 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. |