Metadata-Version: 1.1
Name: Flask-User
Version: 0.3
Summary: A user management extension for Flask (Register, Confirm, Forgot password, Login, etc.)
Home-page: http://github.com/lingthio/flask-user#flask-user
Author: Ling Thio
Author-email: ling.thio@gmail.com
License: Simplified BSD License
Description: 
        ==========
        Flask-User
        ==========
        
        | Many Flask websites require the registration, authentication, and management of users.
        | Each website often requires different customization of this process.
        
        Flask-User aims to provide a robust package that offers:
        
        * **Reliable** and **Feature Rich** user management functionality,
        * **Ready to use** after an easy install and setup, and
        * **Fully customizable** through well documented config settings and attributes, and
        * **Secure** password hashing and token encryption and signing.
        
        Functionality
        -------------
        ::
        
            * Register with username         * Confirm email
            * Register with email            * Forgot password
            * Login                          * Change username
            * Logout                         * Change password
        
        Documentation
        -------------
        * `View documentation here <https://pythonhosted.org/Flask-User/>`_
        
        Contact
        -------
        Ling Thio - ling.thio [at] gmail.com
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
