diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-04-02 21:44:43 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:10 +0700 |
commit | 5939df3025359fcfb4f59732fa51c518ae514b5f (patch) | |
tree | 3f3f8105b3bc25bba4a3b88080d9483bc1c4c621 /python/more-itertools/slack-desc | |
parent | 4f340c1980dc84473c364a317ec04ad8953b92a2 (diff) | |
download | slackbuilds-5939df3025359fcfb4f59732fa51c518ae514b5f.tar.gz |
python/more-itertools: Added (Python more itertools library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/more-itertools/slack-desc')
-rw-r--r-- | python/more-itertools/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/more-itertools/slack-desc b/python/more-itertools/slack-desc new file mode 100644 index 0000000000..72b7bab441 --- /dev/null +++ b/python/more-itertools/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +more-itertools: more-itertools (Python more itertools library) +more-itertools: +more-itertools: Python's itertools library is a gem - you can compose elegant +more-itertools: solutions for a variety of problems with the functions it provides. +more-itertools: In more-itertools we collect additional building blocks, recipes, +more-itertools: and routines for working with Python iterables. +more-itertools: +more-itertools: Homepage: https://github.com/erikrose/more-itertools +more-itertools: +more-itertools: +more-itertools: |