Metadata-Version: 1.1
Name: Flask-AppUtils
Version: 0.1.1
Summary: A collection of useful patterns and helpers for Flask applications
Home-page: http://github.com/kofrasa/flask-apputils
Author: Francis Asante
Author-email: kofrasa@gmail.com
License: BSD
Description: 
            Flask-AppUtils
            ~~~~~~~~~~~~~~
        
            A collection of useful patterns and helpers for Flask applications
        
            install
            -------
            ::
        
                $ pip install flask-apputils
        
        
            modules
            -------
            - `decorators`
            - `filters`
            - `helpers`
            - `routing`
            - `middlewares`
            - `mimes`
            - `sessions.itdangerous_session`
            - `sessions.redis_session`
            - `validators`
        
        
            See: Readme_
        
            .. Readme: https://github.com/kofrasa/flask-apputils/blob/master/README.md
        
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: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
