https://github.com/openstack/requestsexceptions
Find exception classes in the requests library. Mirror of code maintained at opendev.org.
https://github.com/openstack/requestsexceptions
Last synced: 7 months ago
JSON representation
Find exception classes in the requests library. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/requestsexceptions
- Owner: openstack
- License: apache-2.0
- Created: 2015-10-27T00:04:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T13:48:42.000Z (over 2 years ago)
- Last Synced: 2025-04-09T12:01:45.740Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/requestsexceptions
- Size: 26.4 KB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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.