Find exception classes in the requests library
Go to file
Takashi Kajinami 4ca787152e Update supported python versions
... and also bump hacking to avoid conflict in test requirements.

Change-Id: I0d12ca25bea62577120b89f9f910d4dbbd141aed
2024-01-20 01:22:07 +09:00
requestsexceptions Add SNIMissingWarning 2015-12-16 15:49:59 -08:00
.gitignore Add tox.ini and .gitignore 2015-11-03 16:49:48 -08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:56 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-21 16:22:46 +00:00
LICENSE Initial commit 2015-10-27 08:04:14 +09:00
README.rst Initial commit 2015-10-27 08:04:14 +09:00
setup.cfg Update supported python versions 2024-01-20 01:22:07 +09:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 20:59:41 +01:00
test-requirements.txt Update supported python versions 2024-01-20 01:22:07 +09:00
tox.ini Update supported python versions 2024-01-20 01:22:07 +09:00

README.rst

requestsexceptions

The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.