python38-requests
Python 3.8 - requests - HTTP for Humans
3.2.5
2022-04-24
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python38-base 3.2.5
python38 3.2.5
python38-certifi 3.2.5
python38-charset-normalizer 3.2.5
python38-idna 3.2.5
python38-py 3.2.5
python38-urllib3 3.2.5
python3-requests
Internal Program Version: requests 2.27.1
Requests is an ISC Licensed HTTP library, written in Python, for
human beings.
Most existing Python modules for sending HTTP requests are
extremely verbose and cumbersome. Python's builtin urllib2 module
provides most of the HTTP capabilities you should need, but the api
is thoroughly broken. It requires an enormous amount of work (even
method overrides) to perform the simplest of tasks.
Features:
- Extremely simple GET, HEAD, POST, PUT, DELETE Requests:
+ Simple HTTP Header Request Attachment.
+ Simple Data/Params Request Attachment.
+ Simple Multipart File Uploads.
+ CookieJar Support.
+ Redirection History.
+ Redirection Recursion Urllib Fix.
+ Auto Decompression of GZipped Content.
+ Unicode URL Support.
- Simple Authentication:
+ Simple URL + HTTP Auth Registry.
http://python-requests.org