Metadata-Version: 1.1
Name: kerberos-sspi
Version: 0.1
Summary: Kerberos high-level windows interface
Home-page: https://github.com/may-day/kerberos-sspi
Author: Norman Krämer
Author-email: kraemer.norman@googlemail.com
License: Apache Software License 2.0
Description: 
        This Python package is API level equivalent to the kerberos python package but instead
        of using the MIT krb5 package it uses the windows sspi functionality.
        That allows your server and/or client that uses the kerberos package to run under windows
        by alternatively loading kerberos-sspi instead of the kerberos package.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
