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 45 46 47 48 49 50 51 52
|
Source: python-picklable-itertools
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Fabian Wolff <fabi.wolff@arcor.de>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python,
python-setuptools,
python-six,
python-nose,
python-pkg-resources,
python3,
python3-setuptools,
python3-six,
python3-nose,
python3-pkg-resources
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/mila-udem/picklable-itertools
Vcs-Git: https://salsa.debian.org/python-team/modules/python-picklable-itertools.git/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-picklable-itertools
Package: python-picklable-itertools
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-pkg-resources
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},
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.
|