Source: toolz Maintainer: Debian Python Team Uploaders: Diane Trout Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-docutils, python3-sphinx, python3-all, python3-pytest, python3-setuptools Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/python-team/packages/toolz.git Vcs-Browser: https://salsa.debian.org/python-team/packages/toolz Homepage: https://github.com/pytoolz/toolz/ Package: python3-toolz Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-toolz-doc Description: List processing tools and functional utilities A set of utility functions for iterators, functions, and dictionaries. These functions interoperate well and form the building blocks of common data analytic operations. They extend the standard libraries itertools and functools and borrow heavily from the standard libraries of contemporary functional languages. . This contains the Python 3 version Package: python-toolz-doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Multi-Arch: foreign Section: doc Description: List processing tools and functional utilities documentation A set of utility functions for iterators, functions, and dictionaries. These functions interoperate well and form the building blocks of common data analytic operations. They extend the standard libraries itertools and functools and borrow heavily from the standard libraries of contemporary functional languages. . This contains the documentation