Python 3 compatible NTLM authentication library. Provides NTLM hash generation and HTTP authentication support. Current version 1.0.2, last updated in 2018; maintenance mode.
pip install python-ntlm3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic NTLM-authenticated HTTP request using urllib.
Switch to requests-ntlm (pip install requests_ntlm) and use requests library.
Use 'import ntlm' or 'from ntlm import ...'
Ensure domain and user are joined with double backslash (escaped) in Python string: 'DOMAIN\\user'.
No dependency data recorded yet.