This package enables Single-Sign On HTTP Negotiate authentication (Kerberos/NTLM) using the requests library on Windows. Current version 0.5.3, low release cadence.
pip install requests-negotiate-sspiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Perform GET request with Negotiate authentication using SSPI on Windows.
Use on Windows only, or wrap imports with platform detection.
Consider using requests-kerberos for non-Windows environments.
Correct import: 'from requests_negotiate_sspi import HttpNegotiateAuth'.