Metadata-Version: 1.2
Name: urllib-auth
Version: 1.3
Summary: NTLM/SPNEGO/SSP auth helper, with urllib support. Based on python-ntlm
Home-page: https://github.com/alxchk/urllib-auth
Author: Oleksii Shevchuk
Author-email: alxchk@gmail.com
Maintainer: Oleksii Shevchuk
Maintainer-email: alxchk@gmail.com
License: GNU Lesser GPL
Description: 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.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
