Metadata-Version: 1.1
Name: Flask-Bridgekeeper
Version: 0.1.1
Summary: Manage access-control of a flask application
Home-page: https://github.com/morgan-del/flask-bridgekeeper
Author: Morgan Delahaye-Prat
Author-email: mdp@m-del.fr
License: BSD
Description: Flask-Bridgekeeper
        ------------------
        
        **Stop! Who would cross the Bridge of Death must answer me these questions
        three, ere the other side he see.**
        *The Bridgekeeper*
        
        
        Flask-Bridgekeeper is a framework to manage the access control of your Flask
        application with the help of an *authentication provider* and a *user
        information provider*.
        
        If you think it is a clone of Flask-Principal_, you're almost right.
        Bridgekeeper was created because Flask-Principal_ is a very complicated "simple
        framework".
        
        
        .. _Flask-Principal: http://pythonhosted.org/Flask-Principal/
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Flask
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
