Metadata-Version: 1.0
Name: Flask-Bcrypt
Version: 0.2
Summary: Bcrypt support for hashing passwords
Home-page: https://github.com/maxcountryman/flask-bcrypt
Author: Max Countryman
Author-email: maxc@me.com
License: BSD
Description: 
        Flask-Bcrypt
        ------------
        
        Flask-Bcrypt provides bcrypt support for use with hashing passwords. Two 
        functions can be used together to hash passwords `generate_password_hash` and 
        then check passwords against a hash `check_password_hash`.
        
        This extension requires py-bcrypt.
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
