[ buster ]
[ 源代码: python-requestsexceptions ]
软件包:python-requestsexceptions(1.4.0-1)
python-requestsexceptions 的相关链接
Debian 的资源:
下载源码包 python-requestsexceptions:
- [python-requestsexceptions_1.4.0-1.dsc]
- [python-requestsexceptions_1.4.0.orig.tar.xz]
- [python-requestsexceptions_1.4.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.openstack.org]
相似软件包:
import exceptions from bundled packages in requests. - Python 2.7
The Python requests library bundles the urllib3 library, however, some software distributions (like Debian) modify requests to remove the bundled library. This makes some operations, such as suppressing 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.
This package contains the Python 2.7 module.
其他与 python-requestsexceptions 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-pbr (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 2.x
-
- dep: python-urllib3 (>= 1.13)
- HTTP library with thread-safe connection pooling for Python