Source: python-picklable-itertools
Maintainer: Fabian Wolff <fabi.wolff@arcor.de>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python,
               python-setuptools,
               python-six,
               python-nose,
               python3,
               python3-setuptools,
               python3-six,
               python3-nose
Standards-Version: 3.9.8
Homepage: https://github.com/mila-udem/picklable-itertools

Package: python-picklable-itertools
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: picklable reimplementation of Python's itertools
 Picklable-itertools is a reimplementation of the Python standard
 library's "itertools", in Python, using picklable iterator objects.
 .
 It is intended as a drop-in replacement in cases where functionality
 from itertools is needed, but serializability has to be maintained.
 .
 This package provides the picklable_itertools Python module for
 Python 2.x.

Package: python3-picklable-itertools
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: picklable reimplementation of Python's itertools for Python 3
 Picklable-itertools is a reimplementation of the Python standard
 library's "itertools", in Python, using picklable iterator objects.
 .
 It is intended as a drop-in replacement in cases where functionality
 from itertools is needed, but serializability has to be maintained.
 .
 This package provides the picklable_itertools Python module for
 Python 3.x.
