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
|
Source: python-picklable-itertools
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Fabian Wolff <fabi.wolff@arcor.de>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools,
python3-six,
python3-nose,
python3-pkg-resources
Standards-Version: 4.1.5
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/mila-udem/picklable-itertools
Vcs-Git: https://salsa.debian.org/python-team/packages/python-picklable-itertools.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-picklable-itertools
Package: python3-picklable-itertools
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pkg-resources
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.
|