python-requests

HTTP library, written in Python, for human beings

Description

Most existing Python modules for sending HTTP requests are extremely verbose and
cumbersome. Python’s built-in urllib2 module provides most of the HTTP
capabilities you should need, but the API is thoroughly broken. This library is
designed to make HTTP requests easy for developers.
Website: http://pypi.python.org/pypi/requests
License: ASL 2.0
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: unspecified

Packages

python-requests-2.6.0-4.el6_9.noarch [95 KiB] Changelog by Charalampos Stratakis (2016-10-19):
- Ensure that urllib3.connection module is imported only once so connections
  to HTTPS servers that require SNI support do not fail
Resolves: rhbz#1382682
python-requests-2.6.0-3.el6.noarch [95 KiB] Changelog by Matej Stuchlik (2015-05-22):
- Use explicit version in Requires to force update
Resolves: rhbz#1224002