Metadata-Version: 1.0
Name: python-krbV
Version: 1.0.90
Summary: Python extension module for Kerberos 5
Home-page: https://fedorahosted.org/python-krbV/
Author: Mike Bonnet
Author-email: mikeb@redhat.com
License: GPL
Description: Authors
        =======
        
        - Elliot Lee <sopwith@redhat.com>
        - Mike Bonnet <mikeb@redhat.com>
        
        
        News
        ====
        
        
        
        Change Log
        ==========
        
        1.0.90 (2012-03-22)
        ===================
        
        Be a Python extension module and can be installed by easy_install from PyPI
        Reformat project's meta files in reStructuredText to provide more readable
        information in the PyPI project web page
        
        1.0.11
        ======
        
        Pay attention to python2.3
        
        
        ReadMe
        =======
        
        Introduction
        ============
        
        python-krbV allows python programs to use Kerberos 5 authentication and
        security. It is designed to be a thin wrapper around the krb5 C api. Familiarity
        with the C api will be of great help when using this module. 
        
        Installation
        ============
        
        As you know, you can use easy_install or pip install python-krbV from PyPI.
        Since python-krbV is a C Python extension module, of course gcc compiler should
        be installed before anything goes.
        
        ::
        
            $ sudo easy_install python-krbV
        
        If you are running RHEL (Red Hat Enterprise Linux), Fedora, CentOS, or any
        other RHEL-based Linux distributions, you can install by yum.
        
        ::
        
            $ sudo yum install python-krbV
        
        Or, if you would like do everything manually, download the tarball, extract,
        and build in your ways.
        
        ::
        
            $ ./autogen.sh
            $ make
            $ sudo make install
        
        Copyright (C) 2001-2006 Red Hat, Inc.
        Licensed under the LGPL.
        
        
Keywords: kerberos
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
