Source: python-concurrent.futures Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Thomas Goirand , Ondřej Nový , Build-Depends: debhelper (>= 11~), dh-python, python-all, python-setuptools, python-unittest2, python-sphinx, Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-concurrent.futures Vcs-Git: https://salsa.debian.org/python-team/modules/python-concurrent.futures.git Homepage: https://github.com/agronholm/pythonfutures Package: python-concurrent.futures Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends}, Provides: python-futures, Description: backport of concurrent.futures package from Python 3.2 The concurrent.futures module provides a high-level interface for asynchronously executing callables. . This is a backport for concurrent.futures as of PEP-3148 and included in Python 3.2