Package: python3-allpairspy Source: python-allpairspy Version: 2.5.1-3 Architecture: all Maintainer: Debian Python Team Installed-Size: 62 Depends: python3:any Section: python Priority: optional Homepage: https://github.com/thombashi/allpairspy/ Description: Pairwise test combinations generator (Python3 version) A Python library for test combinations generator. The generator allows one to create a set of tests using "pairwise combinations" method, reducing a number of combinations of variables into a lesser set that covers most situations. . Features: * Produces good enough dataset. * Pythonic, iterator-style enumeration interface. * Allows one to filter out "invalid" combinations during search for the next combination. * If/when required can generate n-wise combinations. . This package contains the Python 3 version of the library.