Jump to letter: [
3ABCDFGHIJKLMNOPRSTUVX
]
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.
Packages
python-requests-2.6.0-9.el7_7.noarch
[86 KiB] |
Changelog
by Charalampos Stratakis (2020-02-19):
- Bring back the requests.packages aliasing of its submodules
Resolves: rhbz#1811050, rhbz#1811057, rhbz#1811107, rhbz#1811113
|
python-requests-2.6.0-8.el7_7.noarch
[86 KiB] |
Changelog
by Charalampos Stratakis (2019-10-24):
- Import urllib3 and chardet from the global namespace
Resolves: rhbz#1776294
|
python-requests-2.6.0-7.el7_7.noarch
[86 KiB] |
Changelog
by Tomas Orsava (2019-10-03):
- Modify tests to run in pytest
- Add a bcond online_tests to enable the tests
Related: rhbz#1754830
|