LogoSailfishOS Open Build Service > Projects > home:thp:gpodder > python3-requests
Log In

Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.

Python's standard urllib2 module provides most of the HTTP capabilities you need, but the API is thoroughly broken. It was built for a different time - and a different web. It requires an enormous amount of work (even method overrides) to perform the simplest of tasks.
Requests takes all of the work out of Python HTTP/1.1 - making your integration with web services seamless. There's no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, powered by urllib3, which is embedded within Requests.

Source Files

Filename Size Changed Actions
python3-requests.spec 1.08 KB about 10 years ago Download File
requests-2.2.1.tar.gz 598 KB about 10 years ago Download File

Latest Revision

Thomas Perl Thomas Perl (thp) committed about 10 years ago (revision 5)

Comments for home:thp:gpodder (0)