aboutsummaryrefslogtreecommitdiff
path: root/security/py-requests-kerberos/pkg-descr
blob: 080f1cddbaf131ea55ea199fd3dd4b0f18ae8592 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
An authentication handler for using Kerberos with Python Requests.

Requests is an HTTP library, written in Python, for human beings. This
library adds optional Kerberos/GSSAPI authentication support and supports
mutual authentication. Basic GET usage:

>>> import requests
>>> from requests_kerberos import HTTPKerberosAuth
>>> r = requests.get("http://example.org", auth=HTTPKerberosAuth())
...
The entire requests.api should be supported.

WWW: https://github.com/requests/requests-kerberos