Description
Adds NTLM authentication support to HTTP requests made with the Python Requests library. It is mainly useful for scripts and applications that connect to Windows, intranet, or legacy enterprise services requiring NTLM credentials.
Developers and administrators use it as a library. NTLM involves sensitive account credentials, so prefer HTTPS, validate servers, and avoid storing passwords directly in scripts or configuration files.