[ 源代码: python-requests-ntlm ]
软件包:python3-requests-ntlm(1.1.0-3)
python3-requests-ntlm 的相关链接
Debian 的资源:
下载源码包 python-requests-ntlm:
- [python-requests-ntlm_1.1.0-3.dsc]
- [python-requests-ntlm_1.1.0.orig.tar.gz]
- [python-requests-ntlm_1.1.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Adds support for NTLM authentication to the requests library
This package allows for HTTP NTLM authentication using python-requests, the HTTP library for humans. HttpNtlmAuth extends requests' AuthBase, so it can be dropped directly in place, or used in conjunction with a Session to make use of connection pooling.
其他与 python3-requests-ntlm 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-cryptography (>= 1.3)
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- dep: python3-ntlm-auth
- NTLM low-level Python library
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings