more itertools

Chris Rebert clp2 at rebertia.com
Mon Aug 31 21:52:24 EDT 2015


On Mon, Aug 31, 2015 at 6:42 PM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> This contained the itertool recipes and was available on pypi but looks like
> it's gone.  Can anybody tell me if it's defunct, superseded or what?

What do you mean? It's still there AFAICT:
    https://pypi.python.org/pypi/more-itertools
Still installs fine too:

$ pip install more-itertools
Collecting more-itertools
  Downloading more-itertools-2.2.tar.gz
Installing collected packages: more-itertools
  Running setup.py install for more-itertools
Successfully installed more-itertools-2.2
$ python
Python 2.7.10 (default, Jul 17 2015, 01:43:42)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import more_itertools
>>>

Cheers,
Chris

P.S. It annoys me that the most of "recipes", which IME normally need
no tweaking whatsoever, aren't just part of itertools proper.



More information about the Python-list mailing list