Metadata-Version: 1.1
Name: Flask-User
Version: 0.4.1
Summary: Customizable User Account Management for Flask: Register, Confirm email, Login, Change username, Change password, Forgot password and more.
Home-page: http://github.com/lingthio/flask-user
Author: Ling Thio
Author-email: ling.thio@gmail.com
License: BSD License
Description: 
        
        .. image:: https://pypip.in/v/Flask-User/badge.png
            :target: https://pypi.python.org/pypi/Flask-User
        
        .. image:: https://travis-ci.org/lingthio/flask-user.png?branch=master
            :target: https://travis-ci.org/lingthio/flask-user
        
        .. image:: https://coveralls.io/repos/lingthio/flask-user/badge.png?branch=master
            :target: https://coveralls.io/r/lingthio/flask-user?branch=master
        
        .. image:: https://pypip.in/d/Flask-User/badge.png
            :target: https://pypi.python.org/pypi/Flask-User
        
        .. image:: https://pypip.in/license/Flask-User/badge.png
            :target: https://pypi.python.org/pypi/Flask-User
        
        Customizable User Account Management for Flask
        ----------------------------------------------
        
        Many web applications require User Account Management features such as **Register**, **Confirm email**,
        **Login**, **Change username**, **Change password** and **Forgot password**.
        
        Some also require **Role-based Authorization** and **Internationalization**.
        
        Wouldn't it be nice to have a package that would offer these features **out-of-the-box**
        while retaining **full control over the workflow and presentation** of this process?
        
        Flask-User aims to provide such a ready-to-use **AND** fully customizable solution:
        
        * **Reliable**
        * **Secure**
        * **Fully customizable**
        * **Ready to use**
        * **Role-based Authorization**
        * **Internationalization**
        * **Well documented**
        * Tested on Python 2.6, 2.7 and 3.3
        
        Documentation
        -------------
        
        `Flask-User Documentation <https://pythonhosted.org/Flask-User/>`_
        
        Revision History
        ----------------
        `Flask-User Revision History <http://pythonhosted.org//Flask-User/index.html#revision-history>`_
        
        Extension Packages
        ------------------
        We plan to offer the following Flask-User extensions in the future:
        
        * Flask-User-Profiles: View profile, Edit profile, Upload profile picture
        * Flask-User-Social: Login via Google, Facebook and Twitter authentication
        
        Alternative Packages
        --------------------
        `Flask-Security <https://pythonhosted.org/Flask-Security/>`_
        
        Contact
        -------
        Ling Thio - ling.thio [at] gmail.com
        
Keywords: Flask User Registration Email Username Confirmation Password Reset
Platform: any
Classifier: Development Status :: 4 - Beta
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
