Source: python-txrequests Section: python Maintainer: Debian Python Team Uploaders: Robin Jarry Standards-Version: 4.7.4 Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pytest-httpbin , python3-requests , python3-setuptools, python3-twisted , Homepage: https://github.com/tardyp/txrequests Vcs-Git: https://salsa.debian.org/python-team/packages/python-txrequests.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-txrequests Testsuite: autopkgtest-pkg-pybuild Package: python3-txrequests Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Asynchronous Python HTTP Requests for Humans using twisted Small add-on for the Python Requests HTTP library. Makes use twisted's ThreadPool, so that the requests'API returns deferred. . The additional API and changes are minimal and strives to avoid surprises.