[ ソース: 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
- 人間のために作られた、Python 3 向けの洗練された単純な HTTP ライブラリ