Metadata-Version: 1.1
Name: pykerberos
Version: 1.2.1
Summary: High-level interface to Kerberos
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: ASL 2.0
Description-Content-Type: UNKNOWN
Description: 
        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>.
        
        
Platform: UNKNOWN
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
