Source: more-itertools Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Ethan Ward Build-Depends: debhelper (>= 11), dh-python, pypy, pypy-setuptools, pypy-six (<< 2.0.0), pypy-six (>= 1.0.0), python-all, python-setuptools, python-six (<< 2.0.0), python-six (>= 1.0.0), python3-all, python3-setuptools, python3-six (<< 2.0.0), python3-six (>= 1.0.0), Standards-Version: 4.1.4 Homepage: https://pypi.python.org/pypi/more-itertools/ Vcs-Git: https://salsa.debian.org/python-team/modules/more-itertools.git Vcs-Browser: https://salsa.debian.org/python-team/modules/more-itertools Package: python-more-itertools Architecture: all Depends: ${misc:Depends}, ${python:Depends} XB-Python-Version: ${python:Versions} Description: library with for operating on iterables, beyond itertools (Python 2) Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. More-itertools collects additional building blocks, recipes, and routines for working with Python iterables. . This package contains the module for Python 2. Package: python3-more-itertools Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: library with routines for operating on iterables, beyond itertools (Python 3) Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. More-itertools collects additional building blocks, recipes, and routines for working with Python iterables. . This package contains the module for Python 3. Package: pypy-more-itertools Architecture: all Depends: ${misc:Depends}, ${pypy:Depends} Description: library with routines for operating on iterables, beyond itertools (PyPy) Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. More-itertools collects additional building blocks, recipes, and routines for working with Python iterables. . This package contains the module for PyPy.