Oops All Itertools 3.3.1 | GitLocker.com Product

oops-all-itertools 3.3.1

Last updated:

0 purchases

oops-all-itertools 3.3.1 Image
oops-all-itertools 3.3.1 Images

Free

Languages

Categories

Add to Cart

Description:

oopsallitertools 3.3.1

Python’s more-itertools is a fantastic compliment to itertools but it’s
inconvenient to have to constantly look up which itertool is in which library.
Oops All Itertools heaps them together into a loose pile in a single namespace.
Inspired by more-itertools issue 681


Code:
https://github.com/lonnen/oops-all-itertools

Issues:
https://github.com/lonnen/oops-all-itertools/issues

Releases:
https://pypi.org/project/oops_all_itertools/#history

License:
MIT; See LICENSE



Install
To get started, install the library with pip:
$ pip install oops-all-itertools


Usage
>>> from oops_all_itertools import chain, chunked

>>> list(chain.from_iterable(chunked(range(6), 3)))
[0, 1, 2, 3, 4, 5]
For the full list of functions, see the itertools API documentation
and the more-itertools API documentation.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.