Metadata-Version: 1.0
Name: AuthKit
Version: 0.3.0pre5
Summary: An authentication and authorization toolkit for WSGI applications and frameworks
Home-page: http://3aims.com/
Author: James Gardner
Author-email: james@pythonweb.org
License: MIT
Description: 
        *   Built for WSGI applications and middleware
        *   Sophisticated and extensible permissions system
        *   Built in support for HTTP basic, HTTP digest, form, cookie and OpenID authentication
        mehtods plus others.
        *   Easily define users, passwords and roles
        *   Designed to be totally extensible so you can use the components to integrate
        with a database, LDAP connection or your own custom system.
        *   Plays nicely with the `Pylons <http://pylonshq.com>`_ web framework.
        
        There is also a `development version <http://authkit.org/svn/AuthKit/trunk#egg=AuthKit-dev>`_.
        
        Installation
        ============
        
        Source distribution::
        
        unzip zxfv AuthKit-0.3.0pre5.zip
        cd AuthKit-0.3.0pre5
        python setup.py install
        
        or using `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_::
        
        easy_install -U "AuthKit==0.3.0pre5"
        
        or if you don't have easy_install installed yet::
        
        wget http://peak.telecommunity.com/dist/ez_setup.py
        python ez_setup.py "AuthKit==0.3.0pre5"
        
        Development version::
        
        svn co http://authkit.org/svn/AuthKit/trunk AuthKit
        cd AuthKit
        python setup.py develop
        
        Get Started
        ===========
        
        * `Download and Installation <http://python.org/pypi/AuthKit/0.3.0pre5>`_
        * `AuthKit Manual <http://authkit.org/docs/manual.html>`_
        * `Module Reference <http://authkit.org/docs/module-index.html>`_
        * `Pylons Integration Manual <http://authkit.org/docs/pylons.html>`_
        * `Trac <http://authkit.org/trac>`_ - Tickets, Wiki, Subversion
        * `Examples <http://authkit.org/trac/browser/AuthKit/trunk/examples>`_
        
Platform: UNKNOWN
