Skip to content

mfunkie/requests-ntlm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requests-ntlm

This package allows for HTTP NTLM authentication using the requests library.

Usage

HttpNtlmAuth extends requests AuthBase, so usage is simple:

import requests
from requests_ntlm import HttpNtlmAuth

requests.get("http://ntlm_protected_site.com",auth=HttpNtlmAuth('domain\\username','password'))

Installation

The package hasn't been uploaded to pip yet, but it can be installed by running:

sudo python ./setup.py install

Requirements

Authors

About

NTLM authentication support for Requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published