[ Bron: python-requests-ntlm ]
Pakket: python3-requests-ntlm (1.1.0-1.1)
Verwijzigingen voor python3-requests-ntlm
Debian bronnen:
Het bronpakket python-requests-ntlm downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-requests-ntlm gerelateerde pakketten
|
|
|
|
-
- 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