Metadata-Version: 2.0
Name: python-ntlm
Version: 1.1.0
Summary: Python library that provides NTLM support, including an authentication handler for urllib2. Works with pass-the-hash in additon to password authentication.
Home-page: http://code.google.com/p/python-ntlm
Author: Daniel Holth
Author-email: dholth@gmail.com
License: UNKNOWN
Platform: UNKNOWN

This package allows Python clients running on any operating
system to provide NTLM authentication to a supporting server.

python-ntlm is probably most useful on platforms that are not
Windows, since on Windows it is possible to take advantage of
platform-specific NTLM support.

This is also useful for passing hashes to servers requiring
ntlm authentication in instances where using windows tools is 
not desirable.

