1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
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.
|