Takashi Kajinami bb64d8a07b Migrate setup configuration to pyproject.toml
Also bump the minimum python version according to the current tested
runtimes.

Change-Id: I49a5fb605502de791d8fcf2d3218ebdb537be372
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-11-17 03:23:09 +09:00
2015-12-16 15:49:59 -08:00
2015-11-03 16:49:48 -08:00
2019-04-19 19:42:56 +00:00
2024-09-28 00:27:20 +09:00
2015-10-27 08:04:14 +09:00

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.

Description
Find exception classes in the requests library
Readme 193 KiB
Languages
Python 100%