.. _spkg_requests:

requests: An HTTP library for Python
====================================

Description
-----------

Requests is the only Non-GMO HTTP library for Python, safe for human
consumption.

Type
----

standard


Version Information
-------------------

package-version.txt::

    2.13.0

install-requires.txt::

    requests >=2.13.0


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install requests python:requests

macports:
install the following packages: requests python:requests
opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install requests python:requests

See https://repology.org/project/requests/versions, https://repology.org/project/python:requests/versions

However, these system packages will not be used for building Sage
because using Python site-packages is not supported by the Sage distribution;
see https://trac.sagemath.org/ticket/29023

