itertools and more-itertools all in one namespace
Project description
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:
- Issues:
- Releases:
https://pypi-hypernode.com/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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for oops_all_itertools-2.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac50652bee06a54db7a03f279c3ee257dc7a47e4c7d31f0e3a7e1a2931073628 |
|
MD5 | 0de205e4335e00f289da4fe105cfca68 |
|
BLAKE2b-256 | 0404ade687df21efe74980ed7ae0229dc52be472ff1c85abea49be23243bf6f6 |