An object-oriented interface to GSSAPI for Python
Project description
Important Note
There is a newer project which has superseded this one, https://github.com/pythongssapi/python-gssapi. Please use that package if suitable for your needs, as this project is unlikely to be developed further.
About
Python-GSSAPI is a Python binding to the Generic Security Service Application Program Interface (GSSAPI). The GSSAPI provides a uniform interface to security services which applications can use without having to worry about implementation details of the underlying mechanisms. The most commonly used mechanism is Kerberos v5, and this package provides an easy way to use Kerberos authentication and security from Python code.
The GSSAPI version 2 is specified in RFC 2743 and the C language bindings which this package is based on are specified in RFC 2744.
Goals
The goals for this package are to provide a GSSAPI wrapper which is:
Pythonic and object-oriented.
Compatible with Python 2 and 3 on both CPython and PyPy.
Covering the full range of features in the GSSAPI.
This package is implemented using CFFI for compatibility with PyPy, and is also compatible and tested with Python 3.
This package also covers the full scope of the GSSAPI’s features including delegating credentials, selection of different mechanisms, different name types, MICs, channel bindings and anonymous authentication.
In contrast with some other Kerberos or GSSAPI packages, which require the user to do manual memory management and permit memory leaks, memory associated with objects in this package is freed automatically when the objects are garbage-collected by Python.
Documentation
Documentation is available at http://pythonhosted.org/python-gssapi.
Source code and Issue Tracking
Source code is hosted on Github and issues with the package can be filed on the Github project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-gssapi-0.6.4.tar.gz
.
File metadata
- Download URL: python-gssapi-0.6.4.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d984a697957e81ae096c1e2aa0376413a58c1f9ac2020cfe41c235dee0ca1414 |
|
MD5 | cc30c7cab4ed61709a52934a38d53e0f |
|
BLAKE2b-256 | a49e648b4e85235097edcee561c986f7075cb1606be24c514cfcdd2930e35c5e |