[ 原始碼: python-requests-ntlm ]
套件:python3-requests-ntlm(1.1.0-1.1)
python3-requests-ntlm 的相關連結
Debian 的資源:
下載原始碼套件 python-requests-ntlm:
- [python-requests-ntlm_1.1.0-1.1.dsc]
- [python-requests-ntlm_1.1.0.orig.tar.gz]
- [python-requests-ntlm_1.1.0-1.1.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 (>= 1.0.2~)
- NTLM low-level Python library
-
- dep: python3-requests (>= 2.0.0~)
- elegant and simple HTTP library for Python3, built for human beings