A GSSAPI authentication handler for python-requests
copied from cf-staging / requests-gssapiRequests is an HTTP library, written in Python, for human beings. This library adds optional GSSAPI authentication support and supports mutual authentication.
It provides a fully backward-compatible shim for the old
python-requests-kerberos library: simply replace import requests_kerberos
with import requests_gssapi
.
A more powerful interface is provided by the HTTPSPNEGOAuth component,
but this is of course not guaranteed to be compatible.