requests: An HTTP library for Python#

Description#

Python HTTP for Humans.

License#

Apache 2.0

Upstream Contact#

https://pypi.org/project/requests/

Type#

standard

Dependencies#

Version Information#

package-version.txt:

2.31.0

install-requires.txt:

requests >=2.13.0

Equivalent System Packages#

$ sudo pacman -S python-requests
$ conda install requests
$ sudo apt-get install python3-requests
$ sudo yum install python-requests
$ sudo emerge dev-python/requests
$ sudo port install py-requests
$ sudo zypper install python3\$\{PYTHON_MINOR\}-requests
$ 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.