iterprod

Minor Version:

Overview

This project provides a faster python-only alternative to itertools.product.

Installation
Features
iterprod.iterprod(*iterables:Iterable, repeat:int=1)->Generator

This generator iterates through the Cartesian product of the given iterables.

iterprod.test() -> unittest.TextTestRunner
License
Impressum