Metadata-Version: 1.1
Name: Flask-User
Version: 0.6.14
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: Flask-User v0.6
        ===============
        **Customizable User Authentication & Management**
        
        .. topic:: Attention
        
            IMPORTANT: Flask-User v0.9 is under development and breaks
            backward compatibility with Flask-User v0.6.
        
            To avoid disruption, please take the time to pin your Flask-User version
            in your ``requirements.txt`` to the latest v0.6 version: ``Flask-User==0.6.13``
        
        .. topic:: Attention
        
            Documentation has moved to http://flask-user.readthedocs.io/en/v0.6
        
        | So, you're writing a Flask web application and would like to authenticate your users.
        | You start with a simple **Login** page, but soon enough you'll need to handle:
        
        * **Registrations** and **Email Confirmations**
        * **Change Usernames**, **Change Passwords**, and **Forgotten Passwords**
        
        And wouldn't it be nice to also offer:
        
        * **Added security**
        * **Increased reliability**
        * **Role-based Authorization**
        * **Internationalization**
        * **Support for multiple emails per user**
        
        | Flask-User offers these features and more.
        
        Secure and Reliable
        -------------------
        * **Secure** -- Built on top of widely deployed Passlib, PyCrypto, ItsDangerous.
        * **Reliable** -- Code coverage of over 95%
        * **Available** -- Tested on Python 2.6, 2.7 and 3.3-3.6
        
        Well documented
        ---------------
        - `Flask-User v0.6 documentation <http://flask-user.readthedocs.io/en/v0.6/>`_
        - `Flask-User v0.5 documentation <http://flask-user.readthedocs.io/en/v0.5/>`_
        
        Fully customizable, yet Ready to use
        ------------------------------------
        * **Largely configurable** -- Through configuration settings
        * **Fully customizable** -- Through customizable functions and email templates
        * **Ready to use** -- Through sensible defaults
        * Supports **SQL Databases** -- Through SQLAlchemy
        * **Event hooking** -- Through signals
        
        Comes with translations
        -----------------------
        Chinese, Dutch, English, Farsi, Finnish, French, German, Italian, Russian, Spanish, Swedish, and Turkish
        
        Requirements
        ------------
        Flask-User requires the following Python packages:
        
        - Flask 0.9+
        - Flask-Babel 0.9+
        - Flask-Login 0.3+
        - Flask-Mail 0.9+
        - Flask-SQLAlchemy 1.0+
        - Flask-WTF 0.9+
        - passlib 1.6+
        - pycryptodome
        - speaklater 1.3+
        
        Optionally:
        
        - blinker 1.3+ -- for Event Notification
        - Flask-Sendmail -- for sending emails via ``sendmail``
        - py-bcript 0.4+ -- for fast bcrypt encryption
        
        Alternatives
        ------------
        * `Flask-Login <https://flask-login.readthedocs.org/en/latest/>`_
        * `Flask-Security <https://pythonhosted.org/Flask-Security/>`_
        
Keywords: Flask User Registration Email Username Confirmation Password Reset
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
