RETIRED, further work has moved to Debian project infrastructure
Go to file
Monty Taylor 448d469780 Add SubjectAltNameWarning and a helper function
shade hits the SubjectAltName problem when talking to Rackspace. Also,
one of the things you want to do is turn off the warnings - so add a
function for that.

Change-Id: I3a55c66e5a4033a47a9d8704dd30709a5c53edc9
2015-11-03 12:17:16 -05:00
requestsexceptions Add SubjectAltNameWarning and a helper function 2015-11-03 12:17:16 -05: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 Initial commit 2015-10-27 08:04:14 +09:00
setup.cfg Initial commit 2015-10-27 08:04:14 +09:00
setup.py Initial commit 2015-10-27 08:04:14 +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.