Metadata-Version: 1.0
Name: AuthBWC
Version: 0.1.2
Summary: An authentication and authorization component for the BlazeWeb framework
Home-page: http://bitbucket.org/rsyring/authbwc/
Author: Randy Syring
Author-email: rsyring@gmail.com
License: BSD
Description: 
        Introduction
        ---------------
        
        AuthBWC is a component for `BlazeWeb <http://pypi.python.org/pypi/BlazeWeb/>`_
        applications.  It provides users, groups, permissions, related helpers
        and views.  Proper integration of this component will allow applications to have
        views that can only be accessed by certain users.
        
        Includes email notifications when an account is created as well as an email
        based password reset mechanism.
        
        Questions & Comments
        ---------------------
        
        Please visit: http://groups.google.com/group/blazelibs
        
        Current Status
        ---------------
        
        The code stays pretty stable, but the API may change in the future.
        
        The `AuthBWC tip <http://bitbucket.org/rsyring/authbwc/get/tip.zip#egg=authbwc-dev>`_
        is installable via `easy_install` with ``easy_install AuthBWC==dev``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
