Find exception classes in the requests library
Go to file
Tony Breeds 3eb026b1a0 Use a modern PBR package
The 2.0.0 is breaking in that it removes the use of warnerrors in
build_sphinux.

requestsexceptions isn't using that feature, so it shoudln't break.

The cap on pbr is preventing other OpenStack projects that would like to
use pbr 2.0.0 (and sphinx 1.5.1) from doing so as it breaks
co-installability with requestsexceptions

Change-Id: Id7ed73ec18580a9649f67b42f369c8820573b4a5
Related-Bug: 1668848
2017-03-01 16:41:11 +11: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 Add .gitreview 2015-11-03 09:11:47 -08:00
LICENSE Initial commit 2015-10-27 08:04:14 +09:00
README.rst Initial commit 2015-10-27 08:04:14 +09:00
requirements.txt Use a modern PBR package 2017-03-01 16:41:11 +11:00
setup.cfg Properly indicate python 3 support 2016-02-05 21:16:59 -06:00
setup.py Initial commit 2015-10-27 08:04:14 +09:00
test-requirements.txt Fix typos 2015-11-04 10:11:32 -05:00
tox.ini Deprecated tox -downloadcache option removed 2015-12-11 22:51:24 +01: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.