Metadata-Version: 1.0
Name: aiohttp-negotiate
Version: 0.9.2
Summary: Mixin for Negotiate authentication for aiohttp
Home-page: https://github.com/ox-it/aiohttp-negotiate
Author: IT Services, University of Oxford
Author-email: github@it.ox.ac.uk
License: BSD
Description: aiohttp-negotiate
        =================
        
        A mixin for supporting Negotiate authentication with aiohttp.
        
        Usage
        -----
        
        .. code::
        
           from aiohttp_negotiate import NegotiateClientSession
        
           session = NegotiateClientSession()
           resp = yield from session.get('https://example.com/')
        
        
        
Platform: UNKNOWN
