requests: An HTTP library for Python#
Description#
Python HTTP for Humans.
License#
Apache 2.0
Upstream Contact#
Type#
standard
Dependencies#
$(PYTHON_TOOLCHAIN)
urllib3: HTTP library with thread-safe connection pooling, file post, and more.
$(PYTHON)
Version Information#
package-version.txt:
2.28.1
install-requires.txt:
requests >=2.13.0
Equivalent System Packages#
arch:
$ sudo pacman -S python-requests
conda:
$ conda install requests
Debian/Ubuntu:
$ sudo apt-get install python3-requests
Fedora/Redhat/CentOS:
$ sudo yum install python-requests
gentoo:
$ sudo emerge dev-python/requests
macports: install the following packages: py-requests
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-requests
void:
$ sudo xbps-install python3-requests
See https://repology.org/project/requests/versions, https://repology.org/project/python:requests/versions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.