19 lines
777 B
Plaintext
19 lines
777 B
Plaintext
Metadata-Version: 2.1
|
|
Name: pykerberos
|
|
Version: 1.1.14
|
|
Summary: High-level interface to Kerberos
|
|
License: ASL 2.0
|
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
Classifier: Programming Language :: Python :: 2
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
|
|
License-File: LICENSE
|
|
|
|
|
|
This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
|
|
The goal is to avoid having to build a module that wraps the entire Kerberos.framework,
|
|
and instead offer a limited set of functions that do what is needed for client/server
|
|
Kerberos authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.
|
|
|